Uses of Class
overit.geocall.sql.PooledConnection
Packages that use PooledConnection
Package
Description
-
Uses of PooledConnection in overit.geocall.basic.bl.message.da
Methods in overit.geocall.basic.bl.message.da with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected intDAMessages.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDAMessages.giveQueries(int i, PooledConnection conn, DBStatement dbs, HashGetter oParams, int maxrows, int skiprows) -
Uses of PooledConnection in overit.geocall.basic.bl.message.task
Methods in overit.geocall.basic.bl.message.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATSendMessage.getSystemUserMap(PooledConnection pc, String message) protected ArrayListDATSendMessage.getUserListSistema(PooledConnection pc) Deprecated, for removal: This API element is subject to removal in a future version.voidDATSendMessage.send(PooledConnection pc, ArrayList alUserId, String text) voidvoid -
Uses of PooledConnection in overit.geocall.basic.bl.profile.task
Methods in overit.geocall.basic.bl.profile.task with parameters of type PooledConnection -
Uses of PooledConnection in overit.geocall.basic.bl.user.da
Methods in overit.geocall.basic.bl.user.da with parameters of type PooledConnectionModifier and TypeMethodDescriptionintDAUsers.command(int commandId, HashGetter filter, HashGetter values, PooledConnection conn, DBStatementObserver observer) protected intDAOUserPassword.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected intDAUsers.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDAOUserPassword.giveQueries(int i, PooledConnection conn, DBStatement dbs, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAUsers.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected voidDAUsers.preInsert(HashGetter oFields, PooledConnection conn) protected voidDAUsers.preUpdate(HashGetter filter, HashGetter values, PooledConnection conn) -
Uses of PooledConnection in overit.geocall.basic.bl.user.task
Methods in overit.geocall.basic.bl.user.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionvoidDATUser.execute(PooledConnection conn) protected voidDATUser.insertNewUtente(PooledConnection conn) protected voidDATUser.insertRuoliAggiuntivi(PooledConnection conn) protected voidDATUser.saveUserChanges(PooledConnection conn) protected voidDATUser.updateUtente(PooledConnection conn) -
Uses of PooledConnection in overit.geocall.da
Fields in overit.geocall.da with type parameters of type PooledConnectionMethods in overit.geocall.da that return PooledConnectionModifier and TypeMethodDescriptionPoolKit.Transaction.advance()Get the connection currently used by this transactionprotected PooledConnectionDATask.getConnection(String poolName, String activity) Retrieves a connection from the connection pool and the specific connection is stored in the list of the opened connections.protected PooledConnectionDATask.getServiceConnection(String poolName, String activity) Retrieves a connection from the service connection pool and the specific connection is stored in the list of the opened connections.Extract a newPooledConnectionfrom the specified Pool.Extract a newPooledConnectionfrom the specified Pool.PoolKit.Transaction.startOrAdvance(String pool, boolean service, String description) Get the connection currently used by this transaction or extract a newPooledConnectionfrom the specified Pool if it is not extracted yet.PoolKit.Transaction.startOrAdvance(String pool, String description) Get the connection currently used by this transaction or extract a newPooledConnectionfrom the specified Pool if it is not extracted yet.DABase.useConnection(String poolName, int cmdId) Extracts a connection from the poolMethods in overit.geocall.da with parameters of type PooledConnectionModifier and TypeMethodDescriptionDistinctFieldResolver.calculateSelectableFields(@NotNull DataAttributesHolder dataAttributesHolder, @NotNull String table, @NotNull String alias, @NotNull PooledConnection pooledConnection, @NotNull Company company) DistinctFieldResolver.calculateSelectableFields(@NotNull DataAttributesHolder dataAttributesHolder, @NotNull String table, @NotNull PooledConnection pooledConnection, @NotNull Company company) DistinctFieldResolver.calculateSelectableFields(@NotNull DataAttributesHolder dataAttributesHolder, @NotNull List<String> tables, @NotNull PooledConnection pooledConnection, @NotNull Company company) DistinctFieldResolver.calculateSelectableFields(@NotNull DataAttributesHolder dataAttributesHolder, @NotNull TablesWithAliases tablesWithAliases, @NotNull PooledConnection pooledConnection, @NotNull Company company) intDABase.command(int iCommandId, HashGetter filter, HashGetter values, PooledConnection conn) Executes a command.intDABase.command(int commandId, HashGetter filter, HashGetter values, PooledConnection conn, DBStatementObserver observer) Executes a command.intDAO0.command(CommandContext cc, PooledConnection pc) Deprecated.Executes the command defined by theCommandContextpassed as parameterprotected voidDATask.commit(PooledConnection conn) Makes an explicit commit on the connection passed as parameterprotected voidDAO0.defineParams(CommandContext cc, PooledConnection pc) Deprecated.The method performs a cloning of the maps of the filters and of the values and makes a merge, putting before the filter field names the string F: and before the value field names the string V: to avoid possible conflicts; this is necessary because the same field can be used with different semantics, as a filter and as a value, for example for theDAO0.UPDATE_FILTERcommandsprotected voidDAO0.defineSql(CommandContext cc, PooledConnection pc) Deprecated.The method creates the SQL command using the language of the criteria, and in particular based on the methodDAO0.getFilterCriterion(CommandContext)protected voidDAO0.defineStatement(CommandContext cc, PooledConnection pc, DBStatement dbs) Deprecated.The method defines theDBStatement, sets the SQL and the parameters for the execution of the commandsprotected voidDAO0.defineValues(CommandContext cc, PooledConnection pc) Deprecated.Method to extend to go to prepare the values operating Java side, for example making calculations, avoiding to operate SQL side that is much more difficult, inconvenient, difficult to maintain and not portable.abstract voidBoundedTask.execute(PooledConnection conn) Abstract method, that must be implemented, that represent the start point of the task.voidDAO0.execute(CommandContext cc, PooledConnection pc) Deprecated.Executes the commandprotected voidDAO0.feedback(CommandContext cc, PooledConnection pc, DBStatement dbs) Deprecated.Method to be extended to carry out operations exploiting the result of the executed command; for example it can be used to implement CASE WHEN logics that can therefore be deleted from the SQL.protected static LongDAUtils.getAutoIncrementedVal(DBStatement insertDbs, PooledConnection conn) Retrieves the new id according to the specific DB.protected LongDABase.getAutoIncrementVal(DBStatement insertDbs, PooledConnection conn) Retrieves the new id according to the specific DB.protected LongDABase.getSequenceNextVal(PooledConnection conn) Retrieves the new sequence value according to the specific DB.static LongDAUtils.getSequenceNextVal(PooledConnection conn, String tableName, String sequenceField) Retrieves the new sequence value according to the specific DB.DAUtils.getSequenceNextVals(PooledConnection conn, String tableName, long howManySequences) Retrieves the new sequence values according to the specific DB.protected abstract intDABase.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) Implements new specific commands that are different from the standard ones.protected abstract DBViewDABase.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) Implements new specific queries that are different from the standard ones.protected voidDABase.postDelete(HashGetter filter, PooledConnection conn) Called after every delete command.protected voidDABase.postInsert(HashGetter values, PooledConnection conn, DBStatement insertDbs) Called after every insert command.protected voidDABase.postUpdate(HashGetter filter, HashGetter values, PooledConnection conn) Called after every update command.protected voidDABase.preDelete(HashGetter filter, PooledConnection conn) Called before every delete command.protected voidDABase.preInsert(HashGetter values, PooledConnection conn) Called before every insert command.protected voidDABase.preQuery(HashGetter filter, PooledConnection conn) Called before every query.protected voidDABase.preUpdate(HashGetter filter, HashGetter values, PooledConnection conn) Called before every update command.DABase.query(int queryid, HashGetter values, int maxrows, int skiprows, PooledConnection conn) Executes a query.DABase.query(int queryid, HashGetter values, int maxrows, int skiprows, PooledConnection conn, DBStatementObserver observer) Executes a query.DABase.query(int queryid, HashGetter values, int maxrows, PooledConnection conn) Executes a query.DAO0.query(CommandContext cc, PooledConnection pc) Deprecated.Executes the query defined by theCommandContextpassed as parametervoidDABase.release(PooledConnection conn) Releases a connection and returns it to the pool from which it has been extractedprotected voidDATask.releaseConnection(PooledConnection c) Releases a connection and reinsert it into the connection pool.booleanDABase.replace(DBView dbv, PooledConnection conn, String[] keys) Saves the information contained in a DBView by performing an insert of all the DBView records after deleting those previously present in DB.protected voidDATask.rollback(PooledConnection conn) Makes an explicit rollback on the connection passed as parameterbooleanDABase.save(DBView dbv, PooledConnection conn) Takes aDBViewas parameter and performs on the database all the operation (insert, delete, update) that have been done on the DBView itself.static <R> RPoolKit.start(PooledConnection pc, DAFunction<R> function) Creates a new poolkit starting by aPooledConnectionand pass it as argument to the function parameter.static voidDATask.synchronizeOn(PooledConnection pc, String table) Deprecated.this method should not be used anymoreprotected voidDAO0.validate(CommandContext cc, PooledConnection pc) Deprecated.Method to extend if you want to implement some logic of data validation; it can raise a DAException, or better, a DAValidateException. -
Uses of PooledConnection in overit.geocall.sql
Classes in overit.geocall.sql with type parameters of type PooledConnectionModifier and TypeClassDescriptionclassConnectionPool<PC extends PooledConnection>Abstract class that defines the functionality of a Connection Pool, that is a cache of database connections maintained so that the connections can be reused when future requests to the database are required.Subclasses of PooledConnection in overit.geocall.sqlModifier and TypeClassDescriptionclassThe class defines a connection that can be inserted into any implementation ofDataSourceConnectionPoolclassDatabase connection extracted from theElasticConnectionPoolclassThe class is the implementation of the standard connection.Fields in overit.geocall.sql declared as PooledConnectionModifier and TypeFieldDescriptionprotected PooledConnectionStandardDBStatement._pcThe connection of the statementMethods in overit.geocall.sql that return PooledConnectionModifier and TypeMethodDescriptionDumbConnectionPool.getConnection(String activity) DBStatementTools.pooledConnection()Returns the value of thepooledConnectionrecord component.Methods in overit.geocall.sql with parameters of type PooledConnectionModifier and TypeMethodDescriptionColumnExtractor.extract(@NotNull PooledConnection pooledConnection, @NotNull String table, @NotNull String alias, @NotNull DataAttributesHolder dataAttributesHolder, @NotNull Company company) ColumnExtractor.extract(@NotNull PooledConnection pooledConnection, @NotNull String table, @NotNull DataAttributesHolder dataAttributesHolder, @NotNull Company company) static DBFieldsDBFields.fetch(@NotNull PooledConnection pooledConnection, @NotNull String tables) Extracts from the cache, or if necessary loads, the structure of the specified tables.static DBFieldsExtracts from the cache, or if necessary loads, the structure of the specified tables.static StringSqlShortCut.getSequenceClause(PooledConnection conn, String tableName) Returns the correct string that must be used to address the sequence in the Sql clause, depending on theDBTypevoidDumbConnectionPool.releaseConnection(PooledConnection pc) Constructors in overit.geocall.sql with parameters of type PooledConnectionModifierConstructorDescriptionDBStatementTools(List<DataAttribute> dataAttributes, Company company, AtomicInteger rows, DBFieldMap dbFieldMap, DBObjectMap dbObjectMap, PooledConnection pooledConnection, int skipRows, int maxRows, Function<String, DBObjectMap> dbObjectMapByColumn) Creates an instance of aDBStatementToolsrecord class.DBStatementTools(List<DataAttribute> dataAttributes, Company company, DBFieldMap dbFieldMap, DBObjectMap dbObjectMap, PooledConnection pooledConnection, int skipRows, int maxRows, Function<String, DBObjectMap> dbObjectMapByColumn) Creates a statement starting from the connection -
Uses of PooledConnection in overit.geocallapp.utilities.dataaccess
Methods in overit.geocallapp.utilities.dataaccess with parameters of type PooledConnectionModifier and TypeMethodDescriptionDBUtils.getDistinctFieldsExcludingCLOB(DataAttributesHolder dataAttributesHolder, String table, PooledConnection pooledConnection, Company company) Retrieves distinct selectable fields for a single table, excluding CLOB/BLOB fields.DBUtils.getDistinctFieldsExcludingCLOBFromTables(DataAttributesHolder dataAttributesHolder, List<String> tables, PooledConnection pooledConnection, Company company) Retrieves distinct selectable fields for multiple tables, excluding CLOB/BLOB fields.DBUtils.getDistinctFieldsExcludingCLOBFromTablesWithAliases(DataAttributesHolder dataAttributesHolder, List<String> tables, List<String> aliases, PooledConnection pooledConnection, Company company) Retrieves distinct selectable fields for multiple tables with corresponding aliases, excluding CLOB/BLOB fields.DBUtils.getDistinctFieldsExcludingCLOBWithAlias(DataAttributesHolder dataAttributesHolder, String table, String alias, PooledConnection pooledConnection, Company company) Retrieves distinct selectable fields for a single table with alias, excluding CLOB/BLOB fields. -
Uses of PooledConnection in overit.geocallapp.wfm.accounts.bl
Methods in overit.geocallapp.wfm.accounts.bl with parameters of type PooledConnectionModifier and TypeMethodDescriptionstatic voidAccountUtils.notifyAccountInsert(Long accountId, PooledConnection connection) Notifies the system about an account insertion.static voidAccountUtils.notifyAccountUpdate(Long accountId, PooledConnection connection) Notifies the system about an account update. -
Uses of PooledConnection in overit.geocallapp.wfm.ai.bl.duration.prediction.support.data
Methods in overit.geocallapp.wfm.ai.bl.duration.prediction.support.data with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidDAOSearchInterventions.validate(CommandContext cc, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.ai.bl.duration.prediction.task
Methods in overit.geocallapp.wfm.ai.bl.duration.prediction.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidBTAlignWOOperationDuration.updateOperationTable(LongSet operationId, Long duration, Long originalDuration, Double reliability, boolean isRulePassed, PooledConnection conn) protected voidBTAlignWOOperationDuration.updateWOHeaderTable(Long woId, Long duration, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.ai.bl.processing.task
Methods in overit.geocallapp.wfm.ai.bl.processing.task with parameters of type PooledConnection -
Uses of PooledConnection in overit.geocallapp.wfm.ai.replicator.meterreading.data
Methods in overit.geocallapp.wfm.ai.replicator.meterreading.data with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidDAArtificialIntelligence.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected intDAArtificialIntelligence.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDAArtificialIntelligence.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of PooledConnection in overit.geocallapp.wfm.ai.replicator.meterreading.task
Methods in overit.geocallapp.wfm.ai.replicator.meterreading.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRAIMeterPrediction.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRRMeasureElementTemplate.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DBVTRAIMeterPrediction.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRAIMeterPrediction.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRAIMeterPrediction.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRRMeasureElementTemplate.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected LongDATRAIMeterPrediction.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRRMeasureElementTemplate.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRAIMeterPrediction.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRRMeasureElementTemplate.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRAIMeterPrediction.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRRMeasureElementTemplate.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDBVTRAIMeterPrediction.getData(Date lastSynch, Long idPda, TreeMap<Long, Long> keyMap, PooledConnection conn, PooledConnection externalConn) DBVTRAIMeterPrediction.processData(DBView dbv, Date lastSynch, Long deviceId, PooledConnection conn, PooledConnection externalConn) -
Uses of PooledConnection in overit.geocallapp.wfm.assets.bl
Methods in overit.geocallapp.wfm.assets.bl with parameters of type PooledConnectionModifier and TypeMethodDescriptionstatic voidAssetUtils.notifyAssetUpdate(Long assetId, PooledConnection connection) Notifies the system about an asset update.static voidAssetUtils.notifyAssetUpdate(String assetCode, PooledConnection connection) Notifies the system about an asset update. -
Uses of PooledConnection in overit.geocallapp.wfm.bundler.bl.bundleRequirement
Methods in overit.geocallapp.wfm.bundler.bl.bundleRequirement with parameters of type PooledConnectionModifier and TypeMethodDescriptionvoidBundlerRequirementsHelper.loadBundleRequirement(PooledConnection pc, Long idBundle, HashGetter bundlerData) Loads the bundle requirement for the given bundle id and puts the result into the given bundler data. -
Uses of PooledConnection in overit.geocallapp.wfm.cee.replicator.datasource
Methods in overit.geocallapp.wfm.cee.replicator.datasource with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected intDACeeInterventions.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDACeeInterventions.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.agenda.canceldate.task
Methods in overit.geocallapp.wfm.core.bl.agenda.canceldate.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected AgendaCancelDateOutputBTAgendaCancelDate.executeCancelDate(AgendaCancelDateInput agendaCancelDateInput, PooledConnection conn) protected voidBTAgendaCancelDate.writeCancelDateWoEvent(WorkOrder workOrder, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.agenda.confirmdate.task
Methods in overit.geocallapp.wfm.core.bl.agenda.confirmdate.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected AgendaConfirmDateOutputBTAgendaConfirmDate.executeConfirmDate(AgendaConfirmDateInput agendaConfirmDateInput, PooledConnection conn) protected voidBTAgendaConfirmDate.writeConfirmDateWoEvent(WorkOrder workOrder, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.agenda.createworkorderbase.task
Methods in overit.geocallapp.wfm.core.bl.agenda.createworkorderbase.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionvoidBTCreateWorkOrderBase.createAddress(PooledConnection conn) voidBTCreateWorkOrderBase.createContactInfo(PooledConnection conn) voidBTCreateWorkOrderBase.createCustomer(PooledConnection conn) voidBTCreateWorkOrderBase.createTechnicalObject(PooledConnection conn) voidBTCreateWorkOrderBase.createWorkOrder(PooledConnection conn) protected HashGetterBTCreateWorkOrderBase.prepareAddressData(PooledConnection conn) protected HashGetterBTCreateWorkOrderBase.prepareCustomerData(PooledConnection conn) BTCreateWorkOrderBase.reloadWorkOrder(PooledConnection conn) protected voidBTCreateWorkOrderBase.updateSkillWoOperation(PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.agenda.firstdate.task
Methods in overit.geocallapp.wfm.core.bl.agenda.firstdate.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected AgendaFirstDateOutputBTAgendaFirstDate.executeFirstDate(AgendaFirstDateInput agendaFirstDateInput, PooledConnection conn, PoolKit pk) protected voidBTAgendaFirstDate.writeFirstDateWorkOrderEvent(WorkOrder workOrder, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.agenda.furtherdate.task
Methods in overit.geocallapp.wfm.core.bl.agenda.furtherdate.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected AgendaFurtherDateOutputBTAgendaFurtherDate.executeFurtherDate(AgendaFurtherDateInput agendaFurtherDateInput, PooledConnection conn) protected voidBTAgendaFurtherDate.writeFurtherDateWoEvent(WorkOrder workOrder, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.agenda.util
Methods in overit.geocallapp.wfm.core.bl.agenda.util with parameters of type PooledConnectionModifier and TypeMethodDescriptionstatic WorkOrderAgendaUtils.loadWorkOrder(String externalCode, Long woType, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.base.operationcenter.task
Methods in overit.geocallapp.wfm.core.bl.base.operationcenter.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidBTOperationCenterInsert.createOperationsCenterSequence(Long operationCenterId, PooledConnection conn) protected voidBTOperationCenterUpdate.deleteWarehouseRelations(BOOperationCenter operationCenter, PooledConnection conn) protected voidBTOperationCenterUpdate.insertWarehouseRelations(BOOperationCenter operationCenter, PooledConnection conn) protected voidBTOperationCenterUpdate.updateWarehouseRelations(BOOperationCenter operationCenter, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidBTCrewShellWorkDayClosure.insertAgendaResource(Long agenda, Long user, Long operation, Date forcedClosureDate, Date closureDate, PooledConnection conn) protected voidBTCrewShellWorkDayClosure.updateAgendaResource(HashGetter hg, Date forcedClosureDate, Date closureDate, PooledConnection conn) protected voidBTCrewShellWorkDayClosure.upsertUserFinalBalance(Date closureDate, HashGetter hgAge, Long idAodr, Date dtChiusuraForzata, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.datacollection.template.visibilityrules.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.template.visibilityrules.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected overit.geocallapp.wfm.users.UserVisibilitySettingsBTDataCollectionTemplateVisibleForUserSearch.loadUserVisibilitySettings(Long userId, PooledConnection conn) Loads the user visibility settings. -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.permits.utils
Methods in overit.geocallapp.wfm.core.bl.permits.utils with parameters of type PooledConnectionModifier and TypeMethodDescriptionstatic voidPermitIntersectionSchedulingHelper.getRecalculetedIntervalActivity(List<overit.geocallapp.wfm.scheduler.oss.OssActivity> activities, Date schedulingDate, PooledConnection conn) voidAutomaticSchedulingPermitsChecker.recalculateActivityInterval(Date startSchedulingDate, Date endSchedulingDate, List<overit.geocallapp.wfm.scheduler.oss.OssActivity> ossActivities, overit.geocallapp.wfm.scheduler.util.SchedLog slog, PooledConnection conn) voidAutomaticSchedulingPermitsChecker.removeActivitiesWithUnsatisfiedPreRequirements(List<overit.geocallapp.wfm.scheduler.oss.OssActivity> ossActivities, Date startSchedulingDate, Date endSchedulingDate, overit.geocallapp.wfm.scheduler.util.SchedLog slog, PooledConnection conn) voidAutomaticSchedulingPermitsChecker.removeActivitiesWithUnsatisfiedPreRequirements(DBView dbView, Date startSchedulingDate, Date endSchedulingDate, overit.geocallapp.wfm.scheduler.util.SchedLog slog, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.schedule.cache.configuration.task
Methods in overit.geocallapp.wfm.core.bl.schedule.cache.configuration.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidBTConfigurationCacheLoad.setCalculationSummaryMode(Long operationCenter, ConfigurationCache output, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.schedule.cache.workorder.task
Methods in overit.geocallapp.wfm.core.bl.schedule.cache.workorder.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionBTWorkOrderCacheLoad.getWorkOrderByWorkOrderId(Collection<Long> appointmentIds, PooledConnection conn) BTWorkOrderCacheLoad.getWorkOrderOperationByWorkOrderOperationId(Map<Long, Map<String, Object>> workOrderByWorkOrderId, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.schedule.cache.workshift.task
Methods in overit.geocallapp.wfm.core.bl.schedule.cache.workshift.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected DBViewBTWorkShiftCacheLoad.getWorkshiftExceptions(Long workshiftId, PooledConnection conn) protected DBViewBTWorkShiftCacheLoad.getWorkshiftExceptionsNoDummyWorkshift(Long workshiftId, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidBTInterventionOutcomeSave.checkEwoBlocking(InterventionOutcomeSaveInput input, PooledConnection conn) protected voidBTInterventionOutcomeSave.completaConsuntiviUtenti(InterventionOutcomeSaveInput outcome, PooledConnection conn) protected voidBTInterventionOutcomeSave.createConsuntiviUtenti(InterventionOutcomeSaveInput outcome, PooledConnection conn) protected voidBTInterventionOutcomeSave.handleNotification(InterventionOutcomeSaveInput outcome, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidBTSchedulingResourceSave.normalizeAddress(HashGetter addressData, PooledConnection conn) Normalizes the address. -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidBTWorkDayClosure.preRowElaboration(HashGetter hgAge, Long idCes, PooledConnection conn) protected voidBTWorkDayClosure.rowElaboration(HashGetter hgAge, Long idCes, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.schedule.task
Methods in overit.geocallapp.wfm.core.bl.schedule.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidBTPrepopulateOssCache.calculateMultiplePointsRoadAndTimeDistance(org.locationtech.jts.geom.Coordinate[] pointList, Long operationCenter, Long ossSpaceId, overit.geocallapp.wfm.scheduler.oss.cache.OssCache ossCache, SchedulingCache schedulingCache, PooledConnection conn) protected voidBTSchedulingSingleValidationCheck.genericPermissionsCheck(Long workshift, SchedulingCache schedulingCache, PooledConnection conn) protected LongBTPrepopulateOssCache.getOssSpace(BOWorkShift workshift, BOSchedulingUser resource, OssSpaceCache ossSpaceCache, PooledConnection conn) protected voidBTSchedulingSingleValidationCheck.throwGenericPermissionError(Long resource, PooledConnection conn) protected voidBTSchedulingSingleValidationCheck.workshiftSchedulabilityCheck(Long workshift, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.schedule.team.task
Methods in overit.geocallapp.wfm.core.bl.schedule.team.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidBTTeamPreProcessAssignment.addCaposquadra(HashGetter hgRcut, Long simulationId, int posNuovaAttivita, PooledConnection conn) protected voidBTTeamPreProcessAssignment.addResources(Long simulationId, LongSet lsIdAuteAssSquadra, PooledConnection conn) protected voidBTTeamPreProcessAssignment.addRisorsaSquadra(Long idAute, Long simulationId, Date dtRiferimento, PooledConnection conn) BTTeamPreProcessAssignment.calcolaIncollaAttivita(org.locationtech.jts.geom.Coordinate coordDepositoRisorsa, HashGetter hgRcuaPrec, HashGetter hgRcuaDest, HashGetter hgRcut, PooledConnection conn) protected voidBTTeamPreProcessAssignment.calcolaOraArrivoRisorsa(overit.geocallapp.wfm.schedulazione.manuale.anteprima.RisorsaAnteprima r, Date oraAttivita, int posAttivita, PooledConnection conn) protected voidBTTeamPreProcessAssignment.cancelActivity(ActivitySchedulingContext schedulingContext, Long scheduling, DBView resourceActivities, int i, PooledConnection conn) protected DBViewBTTeamPreProcessAssignment.getResourceActivities(Long workshift, Long simulation, HashGetter schedulingKey, WorkShiftCache cache, PooledConnection conn) protected TeamActivityManualAssignmentOutputBTTeamActivityManualAssignment.getTeamActivityManualAssignmentOutput(overit.geocallapp.wfm.schedulazione.manuale.incollamento.DATIncollaAttivitaSquadraNew scheduleWorkOrderToTeam, TeamPreProcessAssignmentOutput preProcessOutput, PooledConnection conn) protected HashGetterBTTeamPreProcessAssignment.loadRcutUtente(Long idAute, Date dtOraRiferimento, PooledConnection conn) protected DBViewBTTeamPreProcessAssignment.loadRisorse(boolean bMostraTutte, HashGetter pasteParams, HashGetter activity, Date workshiftDate, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.workorder
Methods in overit.geocallapp.wfm.core.bl.workorder with parameters of type PooledConnectionModifier and TypeMethodDescriptionstatic LongWorkOrderUtil.evaluateNewWorkOrderState(Long workOrderTypeId, Long workOrderOriginId, BOWorkOrderHeader workOrderHeader, PooledConnection conn) Evaluate the starting state for a new Work Order looking at the defined rulesstatic LongWorkOrderUtil.findInterventionGroup(Long workOrderTypeId, Long workOrderOperationTypeId, PooledConnection conn) Try to identify the intervention group defined for the activity related to the given work order type and operation typestatic WorkOrderWorkOrderUtil.load(Long id, PooledConnection conn) Load theWorkOrderobject with all its componentsstatic voidWorkOrderUtil.loadAssociatedMaterials(WorkOrder workOrder, PooledConnection conn) Load and set as extension of theBOWorkOrderOperations of the given work order the raw data of the materials related to themstatic DBViewWorkOrderUtil.loadCustomerMeasuringElements(Long addressId, PooledConnection conn) Load the DBView of the measuring elements related to the given address id.voidWorkOrder.loadImpiantiOdl(PooledConnection conn) Loads the set of ids of the meters associated to the work orderstatic voidWorkOrderUtil.loadMaterialiAssociati(BOWorkOrderOperation operation, PooledConnection conn) Load and set as extension of the givenBOWorkOrderOperationthe materials associated with the operationstatic overit.geocallapp.wfm.schedulazione.odl.listaoggetti.TechnicalObjectListWorkOrderUtil.loadOperationObjectList(BOWorkOrderOperation operation, PooledConnection conn) Retrieve theTechnicalObjectListcontaining the TechnicalObjects associated with the givenBOWorkOrderOperationstatic voidWorkOrderUtil.loadWorkOrderOperationsPerformances(WorkOrder workOrder, PooledConnection conn) For eachBOWorkOrderOperationof the givenWorkOrderload and set as extension the raw data of the related performances.static voidWorkOrderUtil.loadWorkOrderOperationsTools(WorkOrder workOrder, PooledConnection conn) For eachBOWorkOrderOperationof the givenWorkOrderload and set as extension the raw data of the related tools.static HashGetterWorkOrderUtil.loadWorkOrderTypeByComponents(Long workOrderRequestTypeId, Long workOrderServiceTypeId, Long technicalObjectTypeId, PooledConnection conn) Given the work order type main components, this method try to retrieve a work order type.static voidWorkOrderUtil.refreshOperations(WorkOrder workOrder, PooledConnection conn) Allow to load and refresh the operation in memory of a givenWorkOrderobjectstatic voidWorkOrderUtil.save(WorkOrder workOrder, PooledConnection conn) static voidWorkOrderUtil.save(WorkOrder workOrder, WorkOrderSaveEventOptions options, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.bl.workorder.header.task
Methods in overit.geocallapp.wfm.core.bl.workorder.header.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidBTWorkOrderHeaderInsert.addDefaultValues(PooledConnection pooledConnection) Complete theBOWorkOrderHeaderwith some default valuesprotected voidBTWorkOrderHeaderInsert.createWOCode(PooledConnection pooledConnection) Create the unique WorkOrder code basing on operation center codeprotected voidBTWorkOrderHeaderInsert.insertWoHeader(PooledConnection pooledConnection) Insert theBOWorkOrderHeaderprotected voidBTWorkOrderHeaderInsert.prepareWorkOrderHeader(PooledConnection pooledConnection, PoolKit poolKit) protected voidBTWorkOrderHeaderInsert.saveMeters(Set<Long> currentMeters, PooledConnection pooledConnection) -
Uses of PooledConnection in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1 with parameters of type PooledConnectionModifier and TypeMethodDescriptionTechnicalObjectMappingHelper.calculateStateFromRules(List<ExternalState> primaryExternalStates, List<ExternalState> secondaryExternalStates, PooledConnection conn) TechnicalObjectMappingHelper.getBillOfMaterialsId(String billOfMaterials, PooledConnection conn) TechnicalObjectMappingHelper.getCostCenterId(String costCenter, PooledConnection conn) TechnicalObjectMappingHelper.getMaterialId(String material, PooledConnection conn) TechnicalObjectMappingHelper.getOwnerId(String owner, PooledConnection conn) TechnicalObjectMappingHelper.getWarehouseId(String warehouse, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.ux.multistage.group
Methods in overit.geocallapp.wfm.core.ux.multistage.group with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidMultistageGroupOperationsDBViewBuilder.addMultistageOperationsToDBView(MultistageGroup multistageGroup, DBView dbv, PooledConnection conn) MultistageGroupOperationsDBViewBuilder.buildDBView(MultistageGroup multistageGroup, PooledConnection conn) protected DBViewMultistageGroupOperationsDBViewBuilder.loadWOOperationsData(Set<Long> woOperations, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.task
Methods in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidDATWOOptimization.callWSOttimizzazione(overit.geocallapp.wfm.ws.vrp.CoordinateIndirizzo coordInizioGG, overit.geocallapp.wfm.ws.vrp.CoordinateIndirizzo coordFineGG, overit.geocallapp.wfm.ws.vrp.CoordinateIndirizzo coordInizioPausa, overit.geocallapp.wfm.ws.vrp.CoordinateIndirizzo coordFinePausa, boolean mantieni, PooledConnection conn) protected voidDATWOPlanning.callWSOttimizzazione(overit.geocallapp.wfm.ws.vrp.CoordinateIndirizzo coordInizioGG, overit.geocallapp.wfm.ws.vrp.CoordinateIndirizzo coordFineGG, overit.geocallapp.wfm.ws.vrp.CoordinateIndirizzo coordInizioPausa, overit.geocallapp.wfm.ws.vrp.CoordinateIndirizzo coordFinePausa, boolean mantieni, PooledConnection conn) protected voidBTPlanWorkOrders.validateDay(Date currentDate, Long ocId, ArrayList<String> errors, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.inventory.replicator.data
Methods in overit.geocallapp.wfm.inventory.replicator.data with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidDAInventoryWarehouse.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected intDAInventoryWarehouse.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDAInventoryWarehouse.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of PooledConnection in overit.geocallapp.wfm.inventory.replicator.listener.inventory
Methods in overit.geocallapp.wfm.inventory.replicator.listener.inventory with parameters of type PooledConnectionModifier and TypeMethodDescriptionvoidInventoryManagementTransactionListener.endTransactionRequest(overit.geocallapp.replicator.xmltask.pda.Transaction transaction, PooledConnection connSystem, PooledConnection connApplication) voidInventoryManagementTransactionListener.endTransactionResponse(overit.geocallapp.replicator.xmltask.pda.Transaction transaction, PooledConnection connSystem, PooledConnection connApplication) protected List<WarehouseOperation> InventoryManagementTransactionListener.getOperations(Long operationType, Long incomingWarehouse, Long outgoingWarehouse, PooledConnection connApplication) protected voidInventoryManagementTransactionListener.handleWarehouseOperation(overit.geocallapp.replicator.xmltask.pda.Transaction transaction, PooledConnection connApplication) voidInventoryManagementTransactionListener.startTransactionRequest(overit.geocallapp.replicator.xmltask.pda.Transaction transaction, PooledConnection connSystem, PooledConnection connApplication) voidInventoryManagementTransactionListener.startTransactionResponse(overit.geocallapp.replicator.xmltask.pda.Transaction transaction, PooledConnection connSystem, PooledConnection connApplication) -
Uses of PooledConnection in overit.geocallapp.wfm.inventory.replicator.task
Methods in overit.geocallapp.wfm.inventory.replicator.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRAInventoryWarehouse.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRAStock.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRAStockChange.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRAWarehouseMaterial.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRAWarehouseTransferRequestHeader.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRAWarehouseTransferRequestItem.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRRCentralMobileWarehouse.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRStockSerializedMaterial.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRTransferRequestItemSerializedMaterial.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRWarehouseAgendaMaterial.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRWarehouseAgendaSerializedMaterial.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DBVTRTransferRequest.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DBVTRWarehouse.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DBVTRWarehouseAgendaMaterial.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DBVTRWarehouseMaterial.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRAInventoryWarehouse.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRAStock.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRAStockChange.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRAWarehouseMaterial.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRAWarehouseTransferRequestHeader.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRAWarehouseTransferRequestItem.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRStockSerializedMaterial.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRTransferRequestItemSerializedMaterial.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRWarehouseAgendaMaterial.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRWarehouseAgendaSerializedMaterial.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected StringDATRAWarehouseTransferRequestHeader.decodeSchedulingResource(Long user, PooledConnection conn) protected StringDATRAWarehouseTransferRequestHeader.decodeUser(Long user, PooledConnection conn) protected voidDATRAInventoryWarehouse.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRAStock.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRAStockChange.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRAWarehouseMaterial.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRAWarehouseTransferRequestHeader.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRAWarehouseTransferRequestItem.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRRCentralMobileWarehouse.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRStockSerializedMaterial.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRTransferRequestItemSerializedMaterial.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRWarehouseAgendaMaterial.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRWarehouseAgendaSerializedMaterial.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected LongDATRAInventoryWarehouse.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRAStock.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRAStockChange.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRAWarehouseMaterial.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRAWarehouseTransferRequestHeader.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRAWarehouseTransferRequestItem.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRRCentralMobileWarehouse.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRStockSerializedMaterial.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRTransferRequestItemSerializedMaterial.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRWarehouseAgendaMaterial.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRWarehouseAgendaSerializedMaterial.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRAInventoryWarehouse.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRAStock.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRAStockChange.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRAWarehouseMaterial.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRAWarehouseTransferRequestHeader.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRAWarehouseTransferRequestItem.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRRCentralMobileWarehouse.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRStockSerializedMaterial.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRTransferRequestItemSerializedMaterial.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRWarehouseAgendaMaterial.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRWarehouseAgendaSerializedMaterial.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRAInventoryWarehouse.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRAStock.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRAStockChange.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRAWarehouseMaterial.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRAWarehouseTransferRequestHeader.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRAWarehouseTransferRequestItem.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRRCentralMobileWarehouse.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRStockSerializedMaterial.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRTransferRequestItemSerializedMaterial.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRWarehouseAgendaMaterial.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRWarehouseAgendaSerializedMaterial.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDBVTRTransferRequest.getData(Date lastSynch, Long idPda, TreeMap<Long, Long> keyMap, PooledConnection conn, PooledConnection externalConn) protected DBViewDBVTRWarehouse.getData(Date lastSynch, Long idPda, TreeMap<Long, Long> keyMap, PooledConnection conn, PooledConnection externalConn) protected DBViewDBVTRWarehouseAgendaMaterial.getData(Date lastSynch, Long idPda, TreeMap<Long, Long> keyMap, PooledConnection conn, PooledConnection externalConn) protected DBViewDBVTRWarehouseMaterial.getData(Date lastSynch, Long idPda, TreeMap<Long, Long> keyMap, PooledConnection conn, PooledConnection externalConn) protected LongDATRWarehouseAgendaMaterial.loadAgendaPda(String sCodiceAgendaPda, PooledConnection conn) DBVTRTransferRequest.processData(DBView dbv, Date lastSynch, Long deviceId, PooledConnection conn, PooledConnection externalConn) DBVTRWarehouse.processData(DBView dbv, Date lastSynch, Long deviceId, PooledConnection conn, PooledConnection externalConn) DBVTRWarehouseAgendaMaterial.processData(DBView dbv, Date lastSynch, Long deviceId, PooledConnection conn, PooledConnection externalConn) DBVTRWarehouseMaterial.processData(DBView dbv, Date lastSynch, Long deviceId, PooledConnection conn, PooledConnection externalConn) -
Uses of PooledConnection in overit.geocallapp.wfm.locations.bl
Methods in overit.geocallapp.wfm.locations.bl with parameters of type PooledConnectionModifier and TypeMethodDescriptionstatic voidLocationUtils.notifyAddressUpdate(Long addressId, PooledConnection connection) Notifies the system about an address update. -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.task
Methods in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidBTMobileInterventionToAcceptSearch.updateInterventionToAccept(Long idOC, Long idAage, PooledConnection conn) protected voidBTMobileInterventionToAcceptSearch.updateWorkOrderOperation(Long workOrderOperationId, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.bundler.data
Methods in overit.geocallapp.wfm.mobile.core.replicator.bundler.data with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidDAMobileBundler.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected intDAMobileBundler.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDAMobileBundler.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.bundler.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.bundler.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRABundle.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRRBundleWOOperation.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRABundle.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection connSystem, PooledConnection connApplication) protected voidDATRRBundleWOOperation.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection connSystem, PooledConnection connApplication) protected voidDATRABundle.buildRow(DBView data, int row, PooledConnection connApplication) protected voidDATRABundle.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRRBundleWOOperation.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected LongDATRABundle.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRRBundleWOOperation.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRABundle.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRRBundleWOOperation.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRABundle.getData(HashGetter filter, PooledConnection connSystem, PooledConnection connApplication) protected DBViewDATRRBundleWOOperation.getData(HashGetter filter, PooledConnection connSystem, PooledConnection connApplication) protected voidDATRABundle.init(overit.geocallapp.replicator.basic.base.DataSource.DataSource dataSource, overit.geocallapp.replicator.basic.base.ReplicationTable t, PooledConnection connSystem, PooledConnection connApplication) protected voidDATRRBundleWOOperation.init(overit.geocallapp.replicator.basic.base.DataSource.DataSource dataSource, overit.geocallapp.replicator.basic.base.ReplicationTable t, PooledConnection connSystem, PooledConnection connApplication) protected List<BOWorkOrderOperation> DATRABundle.loadCancelledWorkOrderOperations(PooledConnection connApplication, List<Long> closedBundleOperationsWOOperationIds) protected voidDATRABundle.setAdditionalData(DBView data, PooledConnection connApplication) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.datacollection.outcomerule.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.datacollection.outcomerule.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRDataCollectionTemplateStructureOutcomeRule.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionTemplateStructureOutcomeRule.doDelete(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRDataCollectionTemplateStructureOutcomeRule.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionTemplateStructureOutcomeRule.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRDataCollectionTemplateStructureOutcomeRule.getData(HashGetter filter, PooledConnection connSystem, PooledConnection connApplication) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.datacollection.sheet.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.datacollection.sheet.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRDataCollectionSheet.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DBVTRViewDataCollectionSheet.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionSheet.appendCustomTombstone(ArrayList<String> tombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionSheet.changeDataCollectionSheetState(Long sheetId, Long newState, PooledConnection externalConn) protected voidDATRDataCollectionSheet.doDelete(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRDataCollectionSheet.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionSheet.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRDataCollectionSheet.getData(HashGetter filter, PooledConnection connSystem, PooledConnection connApplication) protected DBViewDBVTRViewDataCollectionSheet.getData(Date lastSynch, Long idPda, TreeMap<Long, Long> keyMap, PooledConnection conn, PooledConnection externalConn) protected LongDATRDataCollectionSheet.insertDataCollectionSheet(BODataCollectionSheet sheet, PooledConnection externalConn) protected BODataCollectionSheetDATRDataCollectionSheet.loadDataCollectionSheet(Long sheetId, PooledConnection externalConn) protected DBViewDATRDataCollectionSheet.loadUserDataCollectionSheets(PooledConnection connApplication) protected DBViewDATRDataCollectionSheet.loadWOOperationsDataCollectionSheets(PooledConnection connApplication) protected voidDATRDataCollectionSheet.lockSheet(Long sheetId, PooledConnection connApplication) Checks if the sheet should be locked and triggers the locking process if needed.DBVTRViewDataCollectionSheet.processData(DBView dbv, Date lastSynch, Long deviceId, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionSheet.updateDataCollectionSheet(BODataCollectionSheet sheet, PooledConnection externalConn) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.header.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.header.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRDataCollectionTemplateHeader.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DBVTRViewDataCollectionTemplateHeader.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionTemplateHeader.appendCustomTombstone(ArrayList<String> tombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionTemplateHeader.applyVisibilityRules(DBView mobileTemplates, PooledConnection connApplication) protected voidDATRDataCollectionTemplateHeader.doDelete(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRDataCollectionTemplateHeader.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionTemplateHeader.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRDataCollectionTemplateHeader.getData(HashGetter filter, PooledConnection connSystem, PooledConnection connApplication) protected DBViewDBVTRViewDataCollectionTemplateHeader.getData(Date lastSynch, Long idPda, TreeMap<Long, Long> keyMap, PooledConnection conn, PooledConnection externalConn) DBVTRViewDataCollectionTemplateHeader.processData(DBView dbv, Date lastSynch, Long deviceId, PooledConnection conn, PooledConnection externalConn) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.release.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.release.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRDataCollectionTemplateStructureRelease.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DBVTRViewDataCollectionTemplateStructureRelease.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionTemplateStructureRelease.appendCustomTombstone(ArrayList<String> tombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionTemplateStructureRelease.doDelete(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRDataCollectionTemplateStructureRelease.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionTemplateStructureRelease.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRDataCollectionTemplateStructureRelease.getData(HashGetter filter, PooledConnection connSystem, PooledConnection connApplication) protected DBViewDBVTRViewDataCollectionTemplateStructureRelease.getData(Date lastSynch, Long idPda, TreeMap<Long, Long> keyMap, PooledConnection conn, PooledConnection externalConn) DBVTRViewDataCollectionTemplateStructureRelease.processData(DBView dbv, Date lastSynch, Long deviceId, PooledConnection conn, PooledConnection externalConn) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.structure.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.structure.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRDataCollectionTemplateStructure.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionTemplateStructure.appendCustomTombstone(ArrayList<String> tombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionTemplateStructure.doDelete(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRDataCollectionTemplateStructure.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRDataCollectionTemplateStructure.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRDataCollectionTemplateStructure.getData(HashGetter filter, PooledConnection connSystem, PooledConnection connApplication) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.data
Methods in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.data with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidDARMeasureMediaFile.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected intDARMeasureMediaFile.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDARMeasureMediaFile.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRMeasureMediaFile.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRMeasureMediaFile.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRMeasureMediaFile.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected LongDATRMeasureMediaFile.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRMeasureMediaFile.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRMeasureMediaFile.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRMeasureMediaFile.init(overit.geocallapp.replicator.basic.base.DataSource.DataSource dataSource, overit.geocallapp.replicator.basic.base.ReplicationTable t, PooledConnection conn, PooledConnection externalConn) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.message.attachment.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.message.attachment.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRMessageMediaFile.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRMessageMediaFile.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected LongDATRMessageMediaFile.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRMessageMediaFile.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRMessageMediaFile.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRMessageMediaFile.init(overit.geocallapp.replicator.basic.base.DataSource.DataSource dataSource, overit.geocallapp.replicator.basic.base.ReplicationTable t, PooledConnection conn, PooledConnection externalConn) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.multistage.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.multistage.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRAMultistageGroup.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRAMultistageGroupOperation.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DBVTRViewMultistageGroup.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRAMultistageGroup.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRAMultistageGroupOperation.calculateDependentOperations(DBView userMultistageGroupOperations, PooledConnection connApplication) protected voidDATRAMultistageGroup.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRAMultistageGroupOperation.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected LongDATRAMultistageGroup.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRAMultistageGroupOperation.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRAMultistageGroup.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRAMultistageGroupOperation.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRAMultistageGroup.getData(HashGetter filter, PooledConnection connSystem, PooledConnection connApplication) protected DBViewDATRAMultistageGroupOperation.getData(HashGetter filter, PooledConnection connSystem, PooledConnection connApplication) protected DBViewDBVTRViewMultistageGroup.getData(Date lastSynch, Long idPda, TreeMap<Long, Long> keyMap, PooledConnection conn, PooledConnection externalConn) DBVTRViewMultistageGroup.processData(DBView dbv, Date lastSynch, Long deviceId, PooledConnection conn, PooledConnection externalConn) protected voidDATRAMultistageGroupOperation.setAdditionalData(DBView userMultistageGroupOperations, PooledConnection connApplication) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.outcome.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.outcome.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATROutcomeReasonEncodedNote.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATROutcomeReasonEncodedNote.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected LongDATROutcomeReasonEncodedNote.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATROutcomeReasonEncodedNote.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATROutcomeReasonEncodedNote.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.data
Methods in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.data with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidDARTechnicalObjectMediaFile.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected intDARTechnicalObjectMediaFile.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected DBViewDARTechnicalObjectMediaFile.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRTechnicalObjectMediaFile.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRTechnicalObjectMediaFile.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected LongDATRTechnicalObjectMediaFile.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRTechnicalObjectMediaFile.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRTechnicalObjectMediaFile.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.usertypefunction.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.usertypefunction.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRAUserTypeFunction.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRAUserTypeFunction.appendCustomTombstone(ArrayList<String> tombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRAUserTypeFunction.doDelete(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRAUserTypeFunction.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRAUserTypeFunction.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRAUserTypeFunction.getData(HashGetter filter, PooledConnection connSystem, PooledConnection connApplication) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.workorder.data
Methods in overit.geocallapp.wfm.mobile.core.replicator.workorder.data with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected DBViewDAAgendaResource.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) protected DBViewDAWOOperationResources.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of PooledConnection in overit.geocallapp.wfm.mobile.core.replicator.workorder.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.workorder.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionDATRAgendaResources.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) DATRWoOperationResources.acknowledge(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRAgendaResources.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDATRWoOperationResources.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected booleanDATRAgendaResources.checkWorkableIntervention(Long operationId, Long lastModifyUser, PooledConnection externalConn) Evaluate if the user can work the wo operation.protected voidDATRAgendaResources.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected voidDATRWoOperationResources.doDelete(HashGetter hgToDel, PooledConnection conn, PooledConnection externalConn) protected LongDATRAgendaResources.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected LongDATRWoOperationResources.doInsert(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRAgendaResources.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected voidDATRWoOperationResources.doUpdate(HashGetter currentRecord, PooledConnection conn, PooledConnection externalConn) protected booleanDATRAgendaResources.evaluateIntervention(BOAgenda agenda, HashGetter currentRecord, PooledConnection externalConn) Evaluate if the intervention is completed or not, and checks if the user can works on the operation.protected voidDATRAgendaResources.evaluateTimesheet(PooledConnection externalConn) Evaluate timesheets for all the accountings sent to serverprotected DBViewDATRAgendaResources.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected DBViewDATRWoOperationResources.getData(HashGetter filter, PooledConnection conn, PooledConnection externalConn) protected voidDATRAgendaResources.init(overit.geocallapp.replicator.basic.base.DataSource.DataSource dataSource, overit.geocallapp.replicator.basic.base.ReplicationTable t, PooledConnection conn, PooledConnection externalConn) protected voidDATRAgendaResources.updateAccounting(BOAgenda agenda, HashGetter currentRecord, HashGetter accounting, boolean fromDoInsert, PooledConnection externalConn) -
Uses of PooledConnection in overit.geocallapp.wfm.notifications.dashboard
Methods in overit.geocallapp.wfm.notifications.dashboard with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidDADashboard.addBranchFilter(int i, DBStatement stmt, HashGetter filter, PooledConnection conn) protected voidDADashboard.addNotificationFilters(int i, DBStatement stmt, HashGetter filter, PooledConnection conn) protected voidDADashboard.addRightJoinGrouping(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, String field) protected voidDADashboard.addWOFilters(int i, DBStatement stmt, HashGetter filter, PooledConnection conn) protected intDADashboard.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected DBViewDADashboard.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) -
Uses of PooledConnection in overit.geocallapp.wfm.notifications.dashboard.failureinvestigation
Methods in overit.geocallapp.wfm.notifications.dashboard.failureinvestigation with parameters of type PooledConnectionModifier and TypeMethodDescriptionvoidDATLoadFailureInvestigation.execute(PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.notifications.dashboard.failuresdeepdive
Methods in overit.geocallapp.wfm.notifications.dashboard.failuresdeepdive with parameters of type PooledConnection -
Uses of PooledConnection in overit.geocallapp.wfm.notifications.dashboard.machinereliability
Methods in overit.geocallapp.wfm.notifications.dashboard.machinereliability with parameters of type PooledConnectionModifier and TypeMethodDescriptionvoidDATLoadMRelChartData.execute(PooledConnection conn) protected voidDATLoadMRelChartData.getLastFailureForFacility(DADashboard daDashboard, DBView dbvData, Long acliId, PooledConnection conn) protected voidDATLoadMRelChartData.loadAverageTimeData(PooledConnection conn) Load average time dbviews -
Uses of PooledConnection in overit.geocallapp.wfm.notifications.dashboard.strugglefailures
Methods in overit.geocallapp.wfm.notifications.dashboard.strugglefailures with parameters of type PooledConnection -
Uses of PooledConnection in overit.geocallapp.wfm.notifications.notification.da
Methods in overit.geocallapp.wfm.notifications.notification.da with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidDAONotifications.defineSql(CommandContext cc, PooledConnection pc) protected intDAXWFMAAvvisi.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMAAvvisiAttivita.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMAAvvisiCataloghi.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMAAvvisiRighe.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMAAvvisiTesto.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMAProgressiviAvvisi.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMRNotifTypeOrderType.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected intDAXWFMTAutomiRighe.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMTGruppoCatalogo.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMTParametriAutomiAvvisi.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected intDAXWFMTStatoAvvisoSAP.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter oKeys, HashGetter oParams) protected intDAXWFMTTipoCatalogo.giveCommands(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, HashGetter values) protected DBViewDAXWFMAAvvisi.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMAAvvisiAttivita.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMAAvvisiCataloghi.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMAAvvisiRighe.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMAAvvisiTesto.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMAProgressiviAvvisi.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMRNotifTypeOrderType.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMTAutomiRighe.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) protected DBViewDAXWFMTGruppoCatalogo.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMTParametriAutomiAvvisi.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter filter, int maxrows, int skiprows) protected DBViewDAXWFMTStatoAvvisoSAP.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected DBViewDAXWFMTTipoCatalogo.giveQueries(int i, PooledConnection conn, DBStatement stmt, HashGetter oParams, int maxrows, int skiprows) protected HashGetterDAXWFMAAvvisi.loadStoredValues(HashGetter filter, PooledConnection conn) protected voidDAXWFMAAvvisi.preInsert(HashGetter values, PooledConnection conn) protected voidDAXWFMAAvvisi.preUpdate(HashGetter filter, HashGetter values, PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.notifications.notification.dat
Methods in overit.geocallapp.wfm.notifications.notification.dat with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected voidDATSaveNotification.addChild(Long parentId, Long childId, PooledConnection pc) protected StringDATNewNotificationCode.buildCode(Long typeId, Long progressivo, PooledConnection pc) protected voidDATCalculateNotificationStatus.calculateAutomaton(PooledConnection conn) protected voidDATCalculateNotificationStatus.calculateNextStatus(PooledConnection conn) protected voidDATCalculateNotificationsStatuses.calculateStatuses(PooledConnection conn) protected booleanDATSaveNotification.checkNote(HashGetter hgNote, PooledConnection pc) booleanDATUnbindNotificationsFromOdl.checkNotificationBound(HashGetter notification, PooledConnection pc) booleanDATBindNotificationsToOdl.checkNotificationNewStatus(HashGetter notification, PooledConnection pc) booleanDATChangeNotificationsStatus.checkNotificationNewStatus(HashGetter notification, PooledConnection pc) booleanDATUnbindNotificationsFromOdl.checkNotificationNewStatus(HashGetter notification, PooledConnection pc) booleanDATBindNotificationsToOdl.checkNotificationNotBound(HashGetter notification, PooledConnection pc) protected booleanDATTakeInChargeNotification.checkNotificationNotModified(Notification notification, PooledConnection pc) protected booleanDATSaveNotification.checkRow(HashGetter hgRow, PooledConnection pc) protected voidDATSaveNotification.createAttachment(Long notificationId, Long rowId, HashGetter hgAttachment, PooledConnection pc) protected LongDATSaveNotification.createNote(Long notificationId, HashGetter hgNote, PooledConnection pc) protected LongDATSaveNotification.createNotification(PooledConnection pc) protected LongDATSaveNotification.createRow(Long notificationId, HashGetter hgRow, PooledConnection pc) protected voidDATSaveNotification.createSubRowActivity(Long rowId, HashGetter hgSubRowActivity, PooledConnection pc) protected voidDATSaveNotification.createSubRowFault(Long rowId, HashGetter hgSubRowFault, PooledConnection pc) protected voidDATSaveNotification.deleteChild(Long childId, PooledConnection pc) voidDATBindNotificationsToOdl.execute(PooledConnection pc) voidDATCalculateNotificationsStatuses.execute(PooledConnection conn) voidDATCalculateNotificationStatus.execute(PooledConnection conn) voidDATChangeNotificationsStatus.execute(PooledConnection pc) voidDATCheckNotificationNotModified.execute(PooledConnection pc) voidDATCreateOdlInSapFromNotification.execute(PooledConnection pc) voidDATFindNotificationProfiloCatalogo.execute(PooledConnection pc) voidDATLoadNotification.execute(PooledConnection pc) voidDATManageBatchNotificationsIntegration.execute(PooledConnection pc) voidDATManageNotificationSapIntegration.execute(PooledConnection pc) voidDATNewNotificationCode.execute(PooledConnection pc) voidDATSaveNotification.execute(PooledConnection pc) voidDATTakeInChargeNotification.execute(PooledConnection pc) voidDATUnbindNotificationsFromOdl.execute(PooledConnection pc) protected voidDATSaveNotification.finalizzaTransazioneStorico(PooledConnection conn) protected ParametersDATCalculateNotificationStatus.getAutomatonParameters(PooledConnection conn) protected LongDATNewNotificationCode.getLastProgressivo(PooledConnection pc) protected StringDATSaveNotification.getNewNotificationCode(Long typeId, PooledConnection pc) protected ParameterDATCalculateNotificationStatus.getParameterFilter(PooledConnection conn) protected voidDATSaveNotification.inizializzaTransazioneStorico(PooledConnection conn) protected NotificationDATCheckNotificationNotModified.loadNotification(Long notificationId, DATLoadNotification.LoadMode loadingMode, PooledConnection pc) protected NotificationDATManageBatchNotificationsIntegration.loadNotification(Long notificationId, DATLoadNotification.LoadMode loadingMode, PooledConnection pc) protected NotificationDATSaveNotification.loadNotification(Long notificationId, DATLoadNotification.LoadMode loadingMode, PooledConnection pc) protected NotificationDATCheckNotificationNotModified.loadNotificationHeader(Long notificationId, PooledConnection pc) protected NotificationDATSaveNotification.loadNotificationHeader(Long notificationId, PooledConnection pc) protected voidDATManageNotificationSapIntegration.manageSapCreation(Notification notification, Long notificationId, Long integrationMode, PooledConnection pc) protected voidDATSaveNotification.manageSapCreation(Notification notification, Long notificationId, Long integrationMode, PooledConnection pc) protected voidDATManageNotificationSapIntegration.manageSapIntegration(Notification notification, Long notificationId, PooledConnection pc) protected voidDATSaveNotification.manageSapIntegration(Notification notification, Long notificationId, PooledConnection pc) protected voidDATSaveNotification.manageSapIntegrationOLD(Notification notification, Long notificationId, PooledConnection pc) protected voidDATManageNotificationSapIntegration.manageSapModification(Notification notification, Long notificationId, Long integrationMode, PooledConnection pc) protected voidDATSaveNotification.manageSapModification(Notification notification, Long notificationId, Long integrationMode, PooledConnection pc) protected HashGetterDATCalculateNotificationStatus.prepareParametersFilter(PooledConnection conn) protected HashGetterDATCalculateNotificationStatus.prepareStatusFilter(PooledConnection conn) protected voidDATSaveNotification.saveNotificationHeader(Notification notification, PooledConnection pc) protected voidDATTakeInChargeNotification.takeInCharge(Notification notification, PooledConnection pc) protected voidDATSaveNotification.updateNote(HashGetter hgNote, PooledConnection pc) protected voidDATSaveNotification.updateNotification(PooledConnection pc) protected voidDATNewNotificationCode.updateProgressivo(Long lastProgressivo, Long newProgressivo, PooledConnection pc) protected voidDATSaveNotification.updateRow(HashGetter hgRow, PooledConnection pc) protected voidDATManageNotificationSapIntegration.updateSapCode(Long notificationId, String sapCode, PooledConnection pc) protected voidDATSaveNotification.updateSapCode(Long notificationId, String sapCode, PooledConnection pc) protected voidDATManageNotificationSapIntegration.updateStatusInvioSap(Notification notification, Long notificationId, boolean success, String error, PooledConnection pc) protected voidDATSaveNotification.updateStatusInvioSap(Notification notification, Long notificationId, boolean success, String error, PooledConnection pc) protected voidDATSaveNotification.updateSubRowActivity(HashGetter hgSubRowActivity, PooledConnection pc) protected voidDATSaveNotification.updateSubRowFault(HashGetter hgSubRowFault, PooledConnection pc) -
Uses of PooledConnection in overit.geocallapp.wfm.orchestrator.assets
Methods in overit.geocallapp.wfm.orchestrator.assets with parameters of type PooledConnectionModifier and TypeMethodDescriptionstatic voidAssetsUtils.processAddressInsertNotifications(Long addressId, PooledConnection connection) Notifies the system about an address insertion. -
Uses of PooledConnection in overit.geocallapp.wfm.project.bl.activity.task
Methods in overit.geocallapp.wfm.project.bl.activity.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected LongDATGenerateWOFromActivity.calculateWoCycle(Long woType, Long afilId, Long addressId, PooledConnection conn) voidDATGenerateWOFromActivity.execute(PooledConnection conn) protected HashGetterDATGenerateWOFromActivity.loadTechnicalObjectData(Long technicalObjectId, PooledConnection conn) protected voidDATGenerateWOFromActivity.manageWorkCycle(Long woType, Long afilId, Long addressId, PooledConnection conn) protected voidDATGenerateWOFromActivity.prepareHeaderData(PooledConnection conn) protected voidDATGenerateWOFromActivity.prepareRowsData(PooledConnection conn) protected voidDATGenerateWOFromActivity.updateActivity(PooledConnection conn) protected voidDATGenerateWOFromActivity.updateProjectTechObjs(PooledConnection conn) -
Uses of PooledConnection in overit.geocallapp.wfm.project.bl.management.planning.task
Methods in overit.geocallapp.wfm.project.bl.management.planning.task that return PooledConnectionModifier and TypeMethodDescriptionprotected PooledConnectionBTLoadActivityPlanData.getPooledConnection(PoolKit pk) protected PooledConnectionBTRemoveSlotCheckSlotStatus.getPooledConnection(PoolKit pk) protected PooledConnectionBTRemoveSlots.getPooledConnection(PoolKit pk) protected PooledConnectionBTSaveOperationPlanningSlots.getPooledConnection(PoolKit pk) protected PooledConnectionBTSaveOperationSchedulingSlots.getPooledConnection(PoolKit pk) Methods in overit.geocallapp.wfm.project.bl.management.planning.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected LongBTProjectActivityDetailedDebriefingSave.chooseOutcomeCausal(Long workOrderType, Long activityStatus, boolean isLastSlot, PooledConnection pc) protected LongBTSaveOperationPlanningSlots.getOrCreateAppointment(HashGetter hgOperation, PooledConnection conn) protected voidBTProjectActivityDetailedDebriefingSave.insertUserDebriefingData(HashGetter debriefingData, PooledConnection pc) protected HashGetterBTRemoveSlotCheckSlotStatus.loadAppointment(Long saasId, PooledConnection conn) protected HashGetterBTRemoveSlots.loadAppointment(Long saasId, PooledConnection conn) protected DBViewBTSaveOperationPlanningSlots.loadBoundOperationData(HashGetter operation, PooledConnection pc) protected DBViewBTRemoveSlots.loadLinkedAgenda(Long saasId, PooledConnection conn) protected HashGetterBTSaveOperationPlanningSlots.loadOperationData(BOWorkOrderOperation operation, PooledConnection pc) protected DBViewBTSaveOperationSchedulingSlots.loadSchedulingSlots(Long planSlotId, PooledConnection pc) protected List<HashGetter> BTRemoveSlotCheckSlotStatus.loadSlotLinkedData(Long primaryAaageId, PooledConnection conn) protected List<HashGetter> BTRemoveSlots.loadSlotLinkedData(Long primaryAaageId, PooledConnection conn) protected LongBTSaveOperationPlanningSlots.planAgenda(Long idSaas, Long idAagePadre, BOPlanSlot slot, PooledConnection conn) protected voidBTRemoveSlots.recalculateStatus(PooledConnection conn) protected voidBTRemoveSlots.removePlanningSlots(PooledConnection conn) protected voidBTRemoveSlots.removeSchedulingSlots(PooledConnection conn) protected voidBTSaveOperationPlanningSlots.saveOperationPlanningSlots(OperationPlanning operationPlanning, HashGetter hgOperation, PooledConnection pc) protected voidBTProjectActivityDetailedDebriefingSave.savePlanSlots(BOPlanSlot slot, BOWorkOrderOperation operation, BOProjectActivity activity, boolean isLastSlot, PooledConnection pc) protected voidBTProjectActivityDetailedDebriefingSave.saveUserDebriefingData(BOAgendaResource user, BOPlanSlot slot, BOWorkOrderOperation operation, PooledConnection pc) protected voidBTRemoveSlots.unplanAgenda(Long saasId, Long aageId, PooledConnection conn) protected voidBTRemoveSlots.updateAppointmentStatus(Long saasId, PooledConnection conn) protected voidBTRemoveSlots.updateOperationStatus(Long aodrId, PooledConnection conn) protected voidBTSaveOperationPlanningSlots.updateOperationStatus(HashGetter operation, PooledConnection conn) protected voidBTRemoveSlots.updateWorkorderStatus(Long workorderId, PooledConnection conn) protected voidBTSaveOperationPlanningSlots.updateWorkorderStatus(Long workorderId, PooledConnection pc) -
Uses of PooledConnection in overit.geocallapp.wfm.project.bl.status.task
Methods in overit.geocallapp.wfm.project.bl.status.task that return PooledConnectionModifier and TypeMethodDescriptionprotected PooledConnectionBTCancelProjectActivities.getPooledConnection(PoolKit pk) -
Uses of PooledConnection in overit.geocallapp.wfm.scheduling.appointment.task
Methods in overit.geocallapp.wfm.scheduling.appointment.task with parameters of type PooledConnectionModifier and TypeMethodDescriptionprotected HashGetterBTAppointmentLoadOrCreate.loadWorkOrderOperationData(Long workOrderOperationId, PooledConnection conn) Loads work order operation data from database. -
Uses of PooledConnection in overit.geocallapp.wfm.workorders.bl
Methods in overit.geocallapp.wfm.workorders.bl with parameters of type PooledConnectionModifier and TypeMethodDescriptionstatic voidWorkOrderUtils.notifyWorkOrderHeaderInsert(Long workOrderId, PooledConnection conn) Notifies theBOWorkOrderHeaderinsert.static voidWorkOrderUtils.notifyWorkOrderHeaderStatusUpdate(Long workOrderId, PooledConnection conn) Notifies theBOWorkOrderHeaderstatus update.static voidWorkOrderUtils.notifyWorkOrderHeaderUpdate(Long workOrderId, PooledConnection conn) Notifies theBOWorkOrderHeaderupdate.static voidWorkOrderUtils.notifyWorkOrderOperationInsert(Long workOrderOperationId, PooledConnection conn) Notifies theBOWorkOrderOperationinsert.static voidWorkOrderUtils.notifyWorkOrderOperationStatusUpdate(Long workOrderId, PooledConnection conn) Notifies theBOWorkOrderOperationstatus update.static voidWorkOrderUtils.notifyWorkOrderOperationUpdate(Long workOrderOperationId, PooledConnection conn) Notifies theBOWorkOrderOperationupdate.
DATSendMessage.getSystemUserMap(PooledConnection, String)instead.