Uses of Class
overit.geocall.da.DAException
Packages that use DAException
Package
Description
-
Uses of DAException in overit.geocall.aws.rs2.sts
Methods in overit.geocall.aws.rs2.sts that throw DAExceptionModifier and TypeMethodDescriptionAssumeRoleServiceV2.getTemporaryCredentials(String roleArn, String region) -
Uses of DAException in overit.geocall.aws.sts.task
Methods in overit.geocall.aws.sts.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssumeRole.body(AssumeRoleEvent event, PoolKit pk) -
Uses of DAException in overit.geocall.base.auth
Methods in overit.geocall.base.auth that throw DAExceptionModifier and TypeMethodDescriptionOAuthAuthenticator.getSession(OAuthAccessToken oauthAccessToken, String serviceName) -
Uses of DAException in overit.geocall.base.rs2.auth
Methods in overit.geocall.base.rs2.auth that throw DAExceptionModifier and TypeMethodDescription@Valid org.springframework.http.ResponseEntity<AuthResponse> AuthServiceV2.generateToken()protected AuthResponseAuthServiceV2.getResponseFrom(AccessToken token) org.springframework.http.ResponseEntity<Void> AuthServiceV2.invalidateToken() -
Uses of DAException in overit.geocall.base.rs2.config
Methods in overit.geocall.base.rs2.config that throw DAExceptionModifier and TypeMethodDescriptionConfigurationServiceV2.getSystemEditableConfigurations()ConfigurationServiceV2.getTenantConstraintsConfigurations(long tenantId) ConfigurationServiceV2.getTenantEditableConfigurations()org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.patchSystemEditableConfigurations(List<String> filters, String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.patchTenantConstraintsConfigurations(List<String> filters, long tenantId, String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.patchTenantEditableConfigurations(List<String> filters, String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.putSystemEditableConfigurations(String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.putTenantConstraintsConfigurations(long tenantId, String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.putTenantEditableConfigurations(String body) -
Uses of DAException in overit.geocall.base.rs2.dictionaries
Methods in overit.geocall.base.rs2.dictionaries that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> DictionaryService.createTranslations(String name, String content) org.springframework.http.ResponseEntity<String> DictionaryService.getTranslations(String name) -
Uses of DAException in overit.geocall.base.rs2.profile
Methods in overit.geocall.base.rs2.profile that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<overit.geocall.rs.common.ResourceId<Long>> UserProfileService.createProfile(UserProfile userProfile) UserProfileService.getProfile(long profileId, Collection<String> fields) UserProfileService.getProfiles(@NotNull @Valid Page page, String order, Collection<String> fields, Collection<Long> ids, @Valid UserProfile filter) UserProfileService.getProfileState(long profileId) org.springframework.http.ResponseEntity<Void> UserProfileService.updateProfile(long profileId, @Valid UserProfile userProfile) org.springframework.http.ResponseEntity<Void> UserProfileService.updateProfileState(long profileId, String json) -
Uses of DAException in overit.geocall.base.rs2.user
Methods in overit.geocall.base.rs2.user that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> UserService.anonymizeUser(long id) UserService.changeMyPassword(@Valid PasswordChange change) UserService.changePassword(long userId, @Valid PasswordChange change) org.springframework.http.ResponseEntity<overit.geocall.rs.common.ResourceId<Long>> UserService.createUser(@Valid NewUser user) protected StringUserService.getCompany(BOUser user) UserService.getMe(Collection<String> fields) UserService.getUser(long id, Collection<String> fields) UserService.getUsers(@NotNull @Valid Page page, String order, Collection<String> fields, Collection<Long> ids, @Valid UserFilter filter) org.springframework.http.ResponseEntity<Void> UserService.updateUser(long id, @Valid User user) -
Uses of DAException in overit.geocall.base.rs2.usertype
Methods in overit.geocall.base.rs2.usertype that throw DAExceptionModifier and TypeMethodDescriptionUserTypeServiceV2.getGrants(long id) UserTypeServiceV2.getResourceAuthorizationPolicy(long id) UserTypeServiceV2.getUserType(long id, Collection<String> fields) UserTypeServiceV2.getUserTypes(@NotNull @Valid Page page, String order, Collection<String> fields, Collection<Long> ids, @Valid UserTypeFilter filter) org.springframework.http.ResponseEntity<Void> org.springframework.http.ResponseEntity<Void> UserTypeServiceV2.putResourceAuthPolicy(long id, String policy) UserTypeServiceV2.updateUserType(long id, @Valid UserType userType) -
Uses of DAException in overit.geocall.base.util
Methods in overit.geocall.base.util that throw DAExceptionModifier and TypeMethodDescriptionstatic DBViewUserTypeUtil.fetchCompanyAdminUserTypes(PoolKit pk) Returns aDBViewof all the user types with the company.administration grant.static DBViewUserTypeUtil.fetchSuperUserTypes(PoolKit pk) Returns aDBViewof all the user types with the server.administration grant.static booleanUserTypeUtil.isUserTypeCompanyAdmin(Long userType, PoolKit pk) Return if the user type in input has the company.administration grant.static booleanUserTypeUtil.isUserTypeCompanyAdmin(Long userType, DBView dbv) Return if the user type in input has the company.administration grant.static booleanUserTypeUtil.isUserTypeSuper(Long userType, PoolKit pk) Return if the user type in input has the server.administration grant.static booleanUserTypeUtil.isUserTypeSuper(Long userType, DBView dbv) Return if the user type in input has the server.administration grant. -
Uses of DAException in overit.geocall.basic
Methods in overit.geocall.basic that throw DAException -
Uses of DAException in overit.geocall.basic.bl
Methods in overit.geocall.basic.bl that throw DAException -
Uses of DAException in overit.geocall.basic.bl.auth.da
Methods in overit.geocall.basic.bl.auth.da that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOApiKey.feedback(CommandContext cc, PoolKit pk, DBStatement dbs) protected voidDAOApiKey.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocall.basic.bl.auth.registry
Methods in overit.geocall.basic.bl.auth.registry that throw DAExceptionModifier and TypeMethodDescriptionSystemIdentityRegistry.getIdentity(Company company, String username) Try to retrieve aIdentityfrom theWeakRegistry, if it's missing create a new one and store it -
Uses of DAException in overit.geocall.basic.bl.auth.task
Methods in overit.geocall.basic.bl.auth.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCleanExpiredApiKeys.body(CleanExpiredApiKeysEvent cleanExpiredApiKeysEvent, PoolKit pk) protected voidBTClearDBSecretCache.body(ClearDBSecretCacheEvent clearDBSecretCacheEvent, PoolKit pk) protected voidBTDeleteSecret.body(DeleteSecretEvent deleteSecretEvent, PoolKit pk) protected voidBTDeleteSecretValue.body(DeleteSecretValueEvent deleteSecretValueEvent, PoolKit pk) protected voidBTEditSecret.body(EditSecretEvent edit, PoolKit pk) protected voidBTExtractApiKey.body(ExtractApiKeyEvent event, PoolKit pk) protected voidprotected voidBTExtractSecretValue.body(ExtractSecretValueEvent extractSecretValueEvent, PoolKit pk) protected voidBTGenerateApiKey.body(GenerateApiKeyEvent event, PoolKit pk) protected voidBTGenerateSecret.body(GenerateSecretEvent generateSecretEvent, PoolKit pk) protected voidBTGenerateSecretValue.body(GenerateSecretValueEvent generateSecretValueEvent, PoolKit pk) protected voidBTIdentityFromApiKey.body(IdentityFromApiKeyEvent event, PoolKit pk) protected voidBTLoadSecretValues.body(LoadSecretValuesEvent loadSecretValuesEvent, PoolKit pk) protected voidBTRevokeApiKey.body(RevokeApiKeyEvent event, PoolKit pk) protected voidBTSystemUserIdentification.body(SystemUserIdentificationEvent i, PoolKit pk) protected voidprotected voidprotected void -
Uses of DAException in overit.geocall.basic.bl.company.task
Methods in overit.geocall.basic.bl.company.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCompanyCreate.body(CompanyCreateEvent event, PoolKit pk) protected voidBTCompanyUpdate.body(CompanyUpdateEvent event, PoolKit pk) -
Uses of DAException in overit.geocall.basic.bl.container.task
Methods in overit.geocall.basic.bl.container.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTenantStartup.body(StartupEvent startupEvent, PoolKit pk) -
Uses of DAException in overit.geocall.basic.bl.datalog.task
Methods in overit.geocall.basic.bl.datalog.task that throw DAException -
Uses of DAException in overit.geocall.basic.bl.dictionary.task
Methods in overit.geocall.basic.bl.dictionary.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTranslationsCreate.body(TranslationsCreateEvent event, PoolKit pk) protected voidBTTranslationsLoad.body(TranslationsLoadEvent event, PoolKit pk) -
Uses of DAException in overit.geocall.basic.bl.encryption
Methods in overit.geocall.basic.bl.encryption that throw DAExceptionModifier and TypeMethodDescriptionvoidRun theDAO.scan(CommandContext, PoolKit, DBScanner)command after to create the instance ofDAOdynamically created on thetableandpoolname defined in the constructor. -
Uses of DAException in overit.geocall.basic.bl.encryption.task
Methods in overit.geocall.basic.bl.encryption.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTConvertEncryption.body(ConvertEncryptionEvent convertEncryptionEvent, PoolKit pk) protected voidBTDecrypt.body(DecryptEvent decryptEvent, PoolKit pk) protected voidBTVerifyDecryption.body(VerifyDecryptionEvent verifyDecryptionEvent, PoolKit pk) -
Uses of DAException in overit.geocall.basic.bl.event.consumer
Methods in overit.geocall.basic.bl.event.consumer that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCompanyInstallHandler.body(CompanyInstallEvent companyInstallEvent, PoolKit pk) -
Uses of DAException in overit.geocall.basic.bl.login.task
Methods in overit.geocall.basic.bl.login.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBeforeUserUpsert.body(BeforeUserUpsertEvent event, PoolKit pk) -
Uses of DAException in overit.geocall.basic.bl.message.task
Methods in overit.geocall.basic.bl.message.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTEntityIndexUpdated.body(overit.geocall.edm.event.EntityIndexUpdatedEvent entityIndexUpdatedEvent, PoolKit poolKit) protected voidDATSendMessage.body()DATSendMessage.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 DAException in overit.geocall.basic.bl.profile.service
Methods in overit.geocall.basic.bl.profile.service that throw DAExceptionModifier and TypeMethodDescriptionUserProfileHandlerService.createProfile(BOUserProfile profile) Creates a new user profile.UserProfileHandlerServiceImpl.createProfile(BOUserProfile profile) UserProfileHandlerService.loadProfileById(Long id) Loads a user profile by its id.UserProfileHandlerServiceImpl.loadProfileById(Long id) UserProfileHandlerService.loadProfiles(Collection<Long> ids, BOUserProfile filter, Page page, Order order) Loads user profiles based on filter criteria.UserProfileHandlerServiceImpl.loadProfiles(Collection<Long> ids, BOUserProfile filter, Page page, Order order) UserProfileHandlerService.loadProfileState(Long profileId) Loads the state/content of a user profile.UserProfileHandlerServiceImpl.loadProfileState(Long profileId) voidUserProfileHandlerService.updateProfile(BOUserProfile profile) Updates an existing user profile.voidUserProfileHandlerServiceImpl.updateProfile(BOUserProfile profile) voidUserProfileHandlerService.updateProfileState(Long profileId, String json) Updates the state/content of a user profile.voidUserProfileHandlerServiceImpl.updateProfileState(Long profileId, String json) -
Uses of DAException in overit.geocall.basic.bl.profile.task
Methods in overit.geocall.basic.bl.profile.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTUserProfileCreate.body(UserProfileCreateEvent event, PoolKit pk) protected voidBTUserProfileDelete.body(UserProfileDeleteEvent event, PoolKit pk) protected voidBTUserProfileLoad.body(UserProfileLoadEvent event, PoolKit pk) protected voidBTUserProfilesDBViewLoad.body(UserProfilesDBViewLoadEvent event, PoolKit pk) protected voidBTUserProfilesLoad.body(UserProfilesLoadEvent event, PoolKit pk) protected voidBTUserProfileStateLoad.body(UserProfileStateLoadEvent event, PoolKit pk) protected voidBTUserProfileStateUpdate.body(UserProfileStateUpdateEvent event, PoolKit pk) protected voidBTUserProfileUpdate.body(UserProfileUpdateEvent event, PoolKit pk) protected voidDATSaveProfile.body()protected voidDATSaveProfile.elabora(PooledConnection pc) -
Uses of DAException in overit.geocall.basic.bl.token.task
Methods in overit.geocall.basic.bl.token.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTGenerateToken.body(GenerateTokenEvent event, PoolKit pk) protected voidBTInvalidateToken.body(InvalidateTokenEvent event, PoolKit pk) protected IdentityBTGenerateToken.identificate(HttpServletRequest request) protected MicroSessionBTGenerateToken.refreshOrGenerate(HttpServletRequest request) -
Uses of DAException in overit.geocall.basic.bl.user.da
Methods in overit.geocall.basic.bl.user.da that throw DAExceptionModifier and TypeMethodDescriptionintDAOAllUsers.command(CommandContext cc, PoolKit pk) intDAOUsers.command(CommandContext cc, PoolKit pk) intDAUsers.command(int commandId, HashGetter filter, HashGetter values, PooledConnection conn, DBStatementObserver observer) -
Uses of DAException in overit.geocall.basic.bl.user.task
Methods in overit.geocall.basic.bl.user.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAnonymizeUser.anonymizeUserData(HashGetter userData, DAOUsers dao, PoolKit pk) protected voidBTAnonymizeUser.body(AnonymizeUserEvent event, PoolKit pk) protected voidBTAnonymizeUserFace.body(AnonymizeUserEvent event, PoolKit pk) protected voidBTPasswordChange.body(PasswordChangeEvent event, PoolKit pk) protected voidDeprecated, for removal: This API element is subject to removal in a future version.protected voidprotected voidBTUpdateUserState.body(UpdateUserStateEvent event, PoolKit pk) protected voidBTUserCreate.body(UserCreateEvent event, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.protected voidBTUserLoad.body(UserLoadEvent event, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.protected voidBTUsersLoad.body(UsersLoadEvent event, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.protected voidBTUserUpdate.body(UserUpdateEvent event, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDATUser.body()protected voidBTAnonymizeUser.clearUserChanges(PoolKit pk, HashGetter userData) voidDATUser.execute(PooledConnection conn) protected voidDATUser.insertNewUtente(PooledConnection conn) protected voidDATUser.insertRuoliAggiuntivi(PooledConnection conn) protected voidBTSaveUserChanges.saveChanges(DAOUserChanges dao, PoolKit pk, HashGetter userData, Set<Long> roles) Deprecated, for removal: This API element is subject to removal in a future version.protected voidBTSaveUserChangesNew.saveChanges(DAOUserChanges dao, PoolKit pk, HashGetter userData, Set<Long> roles) protected voidBTAnonymizeUser.updateAnonymizedUser(HashGetter userData, DAOUsers dao, PoolKit pk) protected voidBTAnonymizeUser.updateUser(DAOUsers dao, HashGetter user, PoolKit pk) protected voidDATUser.updateUtente(PooledConnection conn) -
Uses of DAException in overit.geocall.basic.bl.usertype.task
Methods in overit.geocall.basic.bl.usertype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTUserTypeAuthPolicyLoad.body(UserTypeAuthPolicyLoadEvent event, PoolKit pk) protected voidBTUserTypeAuthPolicyUpdate.body(UserTypeAuthPolicyUpdateEvent event, PoolKit pk) protected voidBTUserTypeCreate.body(UserTypeCreateEvent event, PoolKit pk) protected voidBTUserTypeDuplicate.body(UserTypeDuplicateEvent userTypeDuplicateEvent, PoolKit pk) Executes the user type duplication process.protected voidBTUserTypeGrantsLoad.body(UserTypeGrantsLoadEvent event, PoolKit pk) protected voidBTUserTypeGrantsUpdate.body(UserTypeGrantsUpdateEvent event, PoolKit pk) protected voidBTUserTypeLoad.body(UserTypeLoadEvent event, PoolKit pk) protected voidBTUserTypesLoad.body(UserTypesLoadEvent event, PoolKit pk) protected voidBTUserTypeUpdate.body(UserTypeUpdateEvent event, PoolKit pk) -
Uses of DAException in overit.geocall.basic.bl.wsc.task
Methods in overit.geocall.basic.bl.wsc.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPageGeneration.body(PageGenerationEvent pageGenerationEvent, PoolKit pk) -
Uses of DAException in overit.geocall.basic.ui
Methods in overit.geocall.basic.ui that throw DAException -
Uses of DAException in overit.geocall.basic.ui.container
Methods in overit.geocall.basic.ui.container with parameters of type DAExceptionModifier and TypeMethodDescriptionprotected voidDAContainer.onDeleteException(DAException e) voidSimpleTable.onDeleteException(DAException e) voidSimpleTable.onInsertException(DAException e) Defines aDAValidateExceptionto throw, when an insert operations failed.protected voidDAContainer.onSaveException(DAException e) voidSimpleTable.onUpdateException(DAException e) -
Uses of DAException in overit.geocall.bl
Methods in overit.geocall.bl that throw DAExceptionModifier and TypeMethodDescriptionprotected abstract voidImplements this method to write the specific task logic to handle the input parameter.protected voidprotected abstract voidprotected voidGenericEvent.launch()Launch the event using the identity that will be passed to the registered tasks.Launch the event using the identity that will be passed to the registered tasks and get the object returned by the first event's handler.voidStarts the task.voidStarts the task. -
Uses of DAException in overit.geocall.cxf
Methods in overit.geocall.cxf that throw DAExceptionModifier and TypeMethodDescriptionprotected IdentityIdentityCache.identificate(String username, String password) Stores and caches new Identitiesprotected IdentityIdentityCache.loadSystemUser(String username) protected Identity -
Uses of DAException in overit.geocall.da
Subclasses of DAException in overit.geocall.daModifier and TypeClassDescriptionclassException raised when the requiredConnectionPoolwas not configured or there was some error during its instantiationMethods in overit.geocall.da that throw DAExceptionModifier and TypeMethodDescriptionPoolKit.Transaction.advance()Get the connection currently used by this transactionApplies this function to the given argument.protected voidBoundedTask.body()protected abstract voidDATask.body()Abstract method, that must be implemented, that represent the start point of the task.intDABase.command(int commandId, HashGetter filter, HashGetter values) Executes a command.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.intDAO.command(CommandContext cc) Executes the command defined by theCommandContextpassed as parameterintDAO.command(CommandContext cc, PoolKit pk) Executes the command defined by theCommandContextpassed as parameterintDAO0.command(CommandContext cc) Deprecated.Executes the command defined by theCommandContextpassed as parameterintDAO0.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 voidDAO.defineParams(CommandContext cc, PoolKit pk) 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 theDAO.UPDATE_FILTERcommandsprotected 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 voidDAOSV.defineParams(CommandContext cc, PoolKit pk) protected voidDAO.defineSql(CommandContext cc, PoolKit pk) The method creates the SQL command using the language of the criteria, and in particular based on the methodDAO.getFilterCriterion(overit.geocall.da.CommandContext)protected 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 voidDAO.defineStatement(CommandContext cc, PoolKit pk, DBStatement dbs) The method defines theDBStatement, sets the SQL and the parameters for the execution of the commandsprotected 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 voidDAO.defineValues(CommandContext cc, PoolKit pk) 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.protected 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.voidDAO.execute(CommandContext cc) Executes the command; it extracts a newPooledConnectionfrom the poolvoidDAO.execute(CommandContext cc, PoolKit pk) Executes the commandvoidExecutes the providedBatch; it extracts a newPooledConnectionfrom the pool.voidExecutes the providedBatch.voidDAO0.execute(CommandContext cc) Deprecated.Executes the command; it extracts a newPooledConnectionfrom the poolvoidDAO0.execute(CommandContext cc, PooledConnection pc) Deprecated.Executes the commandprotected voidDAO.feedback(CommandContext cc, PoolKit pk, DBStatement dbs) 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 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.voidFeedbackService.feedback(@NotNull CommandContext cc, @NotNull PoolKit pk, @NotNull DBStatement dbs) Updates the providedCommandContextwith the query results.protected static LongDAUtils.getAutoIncrementedVal(DBStatement insertDbs, PoolKit pk) protected static LongDAUtils.getAutoIncrementedVal(DBStatement insertDbs, PooledConnection conn) Retrieves the new id according to the specific DB.protected 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.CommandContext.getSequenceNextVal(PoolKit poolKit, String table, String sequence) Returns aLongabout the sequence value.static LongDAUtils.getSequenceNextVal(PoolKit pk, String tableName, String sequenceField) 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(PoolKit pk, String tableName, long howManySequences) DAUtils.getSequenceNextVals(PooledConnection conn, String tableName, long howManySequences) Retrieves the new sequence values according to the specific DB.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.voidTimeSlot.hold(long secs) Allows to prolong or reduce the duration of the TimeSlot that we have in charge.protected CourierDATask.holdFactoryCourier(String name) protected CourierDATask.holdUserCourier(String name) static TimeSlotTimeSlot.lockTimeSlot(String name, long secs) Requests an instance of the TimeSlot.static TimeSlotTimeSlot.lockTimeSlot(String name, long secs, boolean autoHold) Requests an instance of the TimeSlot.DAO.query(CommandContext cc) Executes the query defined by theCommandContextpassed as parameterDAO.query(CommandContext cc, PoolKit pk) Executes the query defined by theCommandContextpassed as parameterDAO0.query(CommandContext cc) Deprecated.Executes the query defined by theCommandContextpassed as parameterDAO0.query(CommandContext cc, PooledConnection pc) Deprecated.Executes the query defined by theCommandContextpassed as parameterprotected voidDATask.releaseConnection(PooledConnection c) Releases a connection and reinsert it into the connection pool.booleanSaves the information contained in a DBView by performing an insert of all the DBView records after deleting those previously present in DB.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 parameterbooleanTakes aDBViewas parameter and performs on the database all the operation (insert, delete, update) that have been done on the DBView itself.booleanDABase.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.voidDAO.scan(CommandContext cc, PoolKit pk, DBScanner scanner) scans the dataset defined by a DAO Select command with aDBScannerprotected final voidBoundedTask.setResponse(Object o) voidDATask.start()Starts the task.static <R> RPoolKit.start(DAFunction<R> function) Creates a new poolkit and pass it as argument to the function parameter.static <R> RPoolKit.start(PooledConnection pc, DAFunction<R> function) Creates a new poolkit starting by aPooledConnectionand pass it as argument to the function parameter.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.protected voidDAO.validate(CommandContext cc, PoolKit pk) Method to extend if you want to implement some logic of data validation; it can raise a DAException, or better, a DAValidateException.protected 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 DAException in overit.geocall.io.tracer
Methods in overit.geocall.io.tracer that throw DAException -
Uses of DAException in overit.geocall.rs
Methods in overit.geocall.rs that throw DAExceptionModifier and TypeMethodDescriptionvoidMicroSession.delete()static MicroSessionRetrieves a MicroSession with the specified ID.static MicroSessionRetrieves a MicroSession with the specified ID.static MicroSessionstatic MicroSessionvoidMicroSession.refresh()voidMicroSession.refresh(long newExpiration) -
Uses of DAException in overit.geocall.scheduler
Methods in overit.geocall.scheduler that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTimedJobsStartup.body(StartupEvent event, PoolKit pk) protected voidJobStartup.body(TenantServiceStartupEvent event, PoolKit pk) protected voidQueuesStartup.body(StartupEvent startupEvent, PoolKit pk) -
Uses of DAException in overit.geocall.ui
Methods in overit.geocall.ui that throw DAException -
Uses of DAException in overit.geocall.util
Methods in overit.geocall.util that throw DAExceptionModifier and TypeMethodDescriptionfinal TDALazy.get()Returns the value, computing it from the supplier if necessary.final TDALazy.get(DAThrowingSupplier<T> supplier, T def) Returns the value retrieved from theDAThrowingSupplier.final TReturns the value, computing it from the supplier if necessary.DAThrowingSupplier.get()Gets a result. -
Uses of DAException in overit.geocall.ux.util
Methods in overit.geocall.ux.util that throw DAExceptionModifier and TypeMethodDescriptionstatic DBViewUserTypeUtil.fetchCompanyAdminUserTypes(PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.Returns aDBViewof all the user types with the company.administration grant.static DBViewUserTypeUtil.fetchSuperUserTypes(PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.Returns aDBViewof all the user types with the server.administration grant.static booleanUserTypeUtil.isUserTypeCompanyAdmin(Long userType, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.Return if the user type in input has the company.administration grant.static booleanUserTypeUtil.isUserTypeCompanyAdmin(Long userType, DBView dbv) Deprecated, for removal: This API element is subject to removal in a future version.Return if the user type in input has the company.administration grant.static booleanUserTypeUtil.isUserTypeSuper(Long userType, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.Return if the user type in input has the server.administration grant.static booleanUserTypeUtil.isUserTypeSuper(Long userType, DBView dbv) Deprecated, for removal: This API element is subject to removal in a future version.Return if the user type in input has the server.administration grant. -
Uses of DAException in overit.geocallapp.logger.bl
Methods in overit.geocallapp.logger.bl that throw DAExceptionModifier and TypeMethodDescriptionvoidLogHelper.close()voidvoidprotected voidLogHelper.log(BOLogDetail detail) voidvoidvoidvoidvoidvoidLogHelper.logWarning(String message) voidLogHelper.logWarning(String message, Integer row) voidLogHelper.logWarning(String message, Integer row, String messageDetail) voidLogHelper.open() -
Uses of DAException in overit.geocallapp.logger.bl.detail.data
Methods in overit.geocallapp.logger.bl.detail.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOLogDetailSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.logger.bl.detail.task
Methods in overit.geocallapp.logger.bl.detail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLogDetailInsert.body(LogDetailInsertEvent event, PoolKit poolKit) protected voidBTLogDetailLoad.body(LogDetailLoadEvent event, PoolKit poolKit) protected voidBTLogDetailSearch.body(LogDetailSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.logger.bl.master.data
Methods in overit.geocallapp.logger.bl.master.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOLogMasterSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.logger.bl.master.task
Methods in overit.geocallapp.logger.bl.master.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLogMasterInsert.body(LogMasterInsertEvent event, PoolKit poolKit) protected voidBTLogMasterLoad.body(LogMasterLoadEvent event, PoolKit poolKit) protected voidBTLogMasterSearch.body(LogMasterSearchEvent event, PoolKit poolKit) protected voidBTLogMasterUpdate.body(LogMasterUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.logger.bl.processinglog.task
Methods in overit.geocallapp.logger.bl.processinglog.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLogProcessingLoad.execute(LogProcessingLoadEvent event, PoolKit poolKit) protected voidBTLogProcessingSearch.execute(LogProcessingSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.logger.bl.state.task
Methods in overit.geocallapp.logger.bl.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImportExportStateLoad.body(ImportExportStateLoadEvent event, PoolKit poolKit) protected voidBTImportExportStateSearch.body(ImportExportStateSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.logger.bl.task
Methods in overit.geocallapp.logger.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLogDelete.execute(LogDeleteEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.utilities.core.bl.common.batch.task
Methods in overit.geocallapp.utilities.core.bl.common.batch.task that throw DAException -
Uses of DAException in overit.geocallapp.utilities.core.bl.common.check.checkable.task
Methods in overit.geocallapp.utilities.core.bl.common.check.checkable.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidAbstractCheckableBusinessTask.body(CheckableEvent<I, O> event, PoolKit poolKit) protected voidValidExecutionAbstractCheckableBusinessTask.body(CheckableEvent<I, O> event, PoolKit poolKit) protected abstract List<CheckerEvent<?>> AbstractCheckableBusinessTask.defineCheckerEvents(I input, PoolKit poolKit) protected abstract OAbstractCheckableBusinessTask.executeProcess(I input, PoolKit poolKit) protected CheckResultAbstractCheckableBusinessTask.launchCheckerEvents(List<CheckerEvent<?>> checkerEvents, PoolKit poolKit) protected voidAbstractCheckableBusinessTask.validate(CheckResult inputCheckResult, boolean skipUserConfirms, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.utilities.core.bl.common.check.checker.task
Methods in overit.geocallapp.utilities.core.bl.common.check.checker.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidAbstractCheckerBusinessTask.body(CheckerEvent<I> event, PoolKit poolKit) protected voidValidExecutionAbstractCheckerBusinessTask.body(CheckerEvent<I> event, PoolKit poolKit) protected abstract List<CheckIssue> AbstractCheckerBusinessTask.computeCheckIssues(I inputElement, PoolKit poolKit) Method to be implemented to perform checks on the given inputElement and return the respective check issues -
Uses of DAException in overit.geocallapp.utilities.core.bl.common.task
Methods in overit.geocallapp.utilities.core.bl.common.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTHistory.applyCommand(PoolKit pk) Applies the entity operation (insert, update, or delete).protected voidMain execution method of the history task.protected HashGetterBuilds the translation map from entity fields to history fields.protected voidBTHistory.createHistoryRecord(PoolKit pk) Creates a history record for the current entity operation.protected voidBTHistory.insertHistoryRecord(PoolKit pk) Inserts a new record into the history table based on the current operation.protected voidBTHistory.loadCurrentDBData(PoolKit pk) Loads the current database record for update or delete operations.protected HashGetterBTHistory.loadPreviousHistoryRecord(HashGetter hg, PoolKit pk) Retrieves the most recent history record for the given entity.protected voidBTHistory.loadTranslatedFieldMap(PoolKit pk) Loads the field translation map between entity and history tables.protected voidBTHistory.postElaboration(PoolKit pk) Hook method called after the entity operation is executed.protected voidBTHistory.preElaboration(PoolKit pk) Hook method called before the entity operation is executed.protected voidBTHistory.writeHistoryRecord(Map<String, Object> currentValues, HashGetter previousHistoryRecord, PoolKit pk) Writes a new history record to the history table. -
Uses of DAException in overit.geocallapp.utilities.core.bl.common.validation
Methods in overit.geocallapp.utilities.core.bl.common.validation that throw DAExceptionModifier and TypeMethodDescription<O> voidValidationHelper.validateEntityExistence(Class<? extends LoadEvent<O>> loadEventClass, Long id, PoolKit poolKit) Validates the existence of an entity. -
Uses of DAException in overit.geocallapp.utilities.core.bl.common.validexecution
Methods in overit.geocallapp.utilities.core.bl.common.validexecution that throw DAExceptionModifier and TypeMethodDescriptionprotected voidMain execution method that validates before proceeding with business logic.protected abstract voidExecutes the actual business logic after validation has passed. -
Uses of DAException in overit.geocallapp.utilities.core.data
Methods in overit.geocallapp.utilities.core.data that throw DAExceptionModifier and TypeMethodDescriptionstatic voidDAOUtils.check(Object id, Map<String, Object> filters, Class<? extends DAO> daoClass, PoolKit poolKit) Checks if an entity exists with the given primary key and filters.static voidDeletes an entity from the database by its primary key.Inserts a new business object into the database.static <T extends DynO>
TLoads a business object by its primary key using the specifiedDAOand business object class.static <T extends DynO>
TLoads a business object by its primary key using a customDynOCreator.static <T extends DynO>
TDAOUtils.load(Object id, Map<String, Object> filters, Class<? extends DAO> daoClass, Class<T> boClass, PoolKit poolKit) Loads a business object by its primary key with additional visibility filters.static <T extends DynO>
TDAOUtils.load(Object id, Map<String, Object> filters, Class<? extends DAO> daoClass, DynOCreator<T> creator, PoolKit poolKit) Loads a business object by its primary key with additional filters using a customDynOCreator.static <T extends DynO>
PageResponse<T> DAOUtils.search(Map<String, Object> filter, Class<? extends DAO> daoClass, Class<T> boClass, Page page, PoolKit poolKit) Searches for business objects using filters and pagination.static <T extends DynO>
PageResponse<T> DAOUtils.search(Map<String, Object> filter, Class<? extends DAO> daoClass, DynOCreator<T> creator, Page page, PoolKit poolKit) Searches for business objects using filters, pagination and a customDynOCreator.static <T extends DynO>
PageResponse<T> DAOUtils.search(Map<String, Object> filter, Order order, Class<? extends DAO> daoClass, Class<T> boClass, Page page, PoolKit poolKit) Searches for business objects using filters, ordering and pagination.static <T extends DynO>
PageResponse<T> DAOUtils.search(Map<String, Object> filter, Order order, Class<? extends DAO> daoClass, DynOCreator<T> creator, Page page, PoolKit poolKit) Search method with full customization options including filters, ordering, pagination and custom creator.static <T extends DynO>
voidDAOUtils.update(T dynO, Class<? extends DAO> daoClass, Collection<String> excludedFields, PoolKit poolKit) Updates an existing business object in the database with field exclusions.static <T extends DynO>
voidUpdates an existing business object in the database.protected voidReadOnlyDAO.validate(CommandContext cc, PoolKit pk) Validates that only SELECT operations are permitted on this read-onlyDAO. -
Uses of DAException in overit.geocallapp.utilities.core.timezone.task
Methods in overit.geocallapp.utilities.core.timezone.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidExecutes the timezone resolution logic based on company configuration.protected abstract TimeZoneBTTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<T> input, PoolKit poolKit) Resolves the appropriateTimeZonebased on the provided input data. -
Uses of DAException in overit.geocallapp.utilities.dataaccess
Methods in overit.geocallapp.utilities.dataaccess that throw DAException -
Uses of DAException in overit.geocallapp.utilities.rs
Methods in overit.geocallapp.utilities.rs that throw DAExceptionModifier and TypeMethodDescriptionstatic <I> org.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> RestUtils.batchCreate(BatchInsertEvent<I> event) Creates multiple resources using the provided batch insert event with default validation.static <I> org.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> RestUtils.batchCreate(BatchInsertEvent<I> event, Validator<I> validator) Creates multiple resources using the provided batch insert event with custom validation.static <I> org.springframework.http.ResponseEntity<Void> RestUtils.batchDelete(BatchDeleteEvent<I> event) Deletes multiple resources using the provided batch delete event.static <I> org.springframework.http.ResponseEntity<Void> RestUtils.batchUpdate(BatchUpdateEvent<I> event) Updates multiple resources using the provided batch update event with default validation.static <I> org.springframework.http.ResponseEntity<Void> RestUtils.batchUpdate(BatchUpdateEvent<I> event, Validator<I> validator) Updates multiple resources using the provided batch update event with custom validation.static <I> org.springframework.http.ResponseEntity<DTOIdentifier<Long>> RestUtils.create(InsertEvent<I> event) Creates a new resource using the provided insert event with default validation.static <I> org.springframework.http.ResponseEntity<DTOIdentifier<Long>> RestUtils.create(InsertEvent<I> event, Validator<I> validator) Creates a new resource using the provided insert event with custom validation.static <I> org.springframework.http.ResponseEntity<Void> RestUtils.delete(DeleteEvent<I> event) Deletes a single resource using the provided delete event.static <I,O, T extends DynO>
org.springframework.http.ResponseEntity<T> RestUtils.load(GenericLoadEvent<I, O> event, Class<T> outClass) Retrieves a single resource using the provided load event with user language filtering.static <I,O, T extends DynO>
org.springframework.http.ResponseEntity<T> RestUtils.load(GenericLoadEvent<I, O> event, Class<T> outClass, String language) Retrieves a single resource using the provided load event with custom language filtering.static <I,O, T extends DynO>
org.springframework.http.ResponseEntity<T> RestUtils.load(GenericLoadEvent<I, O> event, Class<T> outClass, String language, Collection<String> fields) Retrieves a single resource with custom language filtering and field selection.static <I,O, T extends DynO>
org.springframework.http.ResponseEntity<T> RestUtils.load(GenericLoadEvent<I, O> event, Class<T> outClass, String language, Collection<String> fields, Validator<O> validator) Retrieves a single resource with full customization options including validation.static <I,O, T extends DynO>
org.springframework.http.ResponseEntity<T> RestUtils.load(GenericLoadEvent<I, O> event, Class<T> outClass, Collection<String> fields) Retrieves a single resource with field filtering and user language settings.static <F,T, D extends DynO>
org.springframework.http.ResponseEntity<PageResponse<D>> RestUtils.search(SearchEvent<F, T> event, Class<D> outClass) Searches for resources using the provided search event with default settings.static <F,T, D extends DynO>
org.springframework.http.ResponseEntity<PageResponse<D>> RestUtils.search(SearchEvent<F, T> event, String ordering, Class<D> outClass) Searches for resources using the provided search event with custom ordering.static <F,T, D extends DynO>
org.springframework.http.ResponseEntity<PageResponse<D>> RestUtils.search(SearchEvent<F, T> event, String ordering, String language, Class<D> outClass) Searches for resources using the provided search event with custom ordering and language filtering.static <F,T, D extends DynO>
org.springframework.http.ResponseEntity<PageResponse<D>> RestUtils.search(SearchEvent<F, T> event, String ordering, String language, Collection<String> fields, Class<D> outClass) Searches for resources using the provided search event with ordering, language filtering, and field selection.static <F,T, D extends DynO>
org.springframework.http.ResponseEntity<PageResponse<D>> RestUtils.search(SearchEvent<F, T> event, String ordering, String language, Collection<String> fields, Class<D> outClass, Validator<T> validator) Searches for resources with full customization options including validation.static <I> org.springframework.http.ResponseEntity<Void> RestUtils.update(UpdateEvent<I> event) Updates a single resource using the provided update event with default validation.static <I> org.springframework.http.ResponseEntity<Void> RestUtils.update(UpdateEvent<I> event, Validator<I> validator) Updates a single resource using the provided update event with custom validation. -
Uses of DAException in overit.geocallapp.utilities.ux.ui.container
Methods in overit.geocallapp.utilities.ux.ui.container that throw DAException -
Uses of DAException in overit.geocallapp.utilities.ux.ui.container.table
Methods in overit.geocallapp.utilities.ux.ui.container.table that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewEventServerTableView.buildDBView(int maxRows, int skipRows, PoolKit poolKit) Launches the search event in order to update the currentDBView.protected voidEventServerTableView.completeRowData(DBView dbv, int rowNumber, T object, PoolKit poolKit) Completes the row data of theDBViewextracted by the search event.protected voidEventServerTableView.loadCachedData(List<T> object, PoolKit poolKit) Method used to load precomputed or cached data for multiple objects and store it in a map for later use.booleanEventServerTableView.updateRow(int row) Updates the required table row.booleanUpdates the required table row.booleanUpdates the required table row. -
Uses of DAException in overit.geocallapp.wfm.accounts.bl
Methods in overit.geocallapp.wfm.accounts.bl that throw DAExceptionModifier and TypeMethodDescriptionstatic voidAccountUtils.notifyAccountInsert(Long accountId, PoolKit poolKit) Notifies the system about an account insertion.static voidAccountUtils.notifyAccountInsert(Long accountId, PooledConnection connection) Notifies the system about an account insertion.static voidAccountUtils.notifyAccountUpdate(Long accountId) Notifies the system about an account update.static voidAccountUtils.notifyAccountUpdate(Long accountId, PoolKit poolKit) Notifies the system about an account update.static voidAccountUtils.notifyAccountUpdate(Long accountId, PooledConnection connection) Notifies the system about an account update. -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.account.contact.data
Methods in overit.geocallapp.wfm.accounts.bl.account.contact.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAccountContactSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.account.contact.task
Methods in overit.geocallapp.wfm.accounts.bl.account.contact.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAccountContactUpdate.checkUnique(BOAccountContact contact, PoolKit poolKit) protected LongPerforms the needed operation by calling theBTAccountContactHistory.protected voidBTAccountContactInsert.execute(AccountContactInsertEvent event, PoolKit poolKit) Inserts the givenBOAccountContactand writes the newly generated id into the event journal.protected voidBTAccountContactLoad.execute(AccountContactLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOAccountContactand writes it into the event journal.protected voidBTAccountContactSearch.execute(AccountContactSearchEvent event, PoolKit poolKit) Writes the searched contacts into the event journal.protected voidBTAccountContactUpdate.execute(AccountContactUpdateEvent event, PoolKit poolKit) Updates theBOAccountContactwith all its needed components.protected LongBTAccountContactInsert.insert(BOAccountContact contact, PoolKit poolKit) Performs the insertion of the givenBOAccountContact.protected LongBTAccountContactSearch.loadAddress(Long accountId, PoolKit poolKit) protected BOAccountContactBTAccountContactInsert.loadExistingContact(BOAccountContact contact, PoolKit poolKit) Loads the existing contact with the not valid contact values.protected LongBTAccountContactInsert.update(BOAccountContact contact, BOAccountContact existingContact, PoolKit poolKit) Performs the update of the givenBOAccountContact.protected voidBTAccountContactUpdate.update(PoolKit poolKit, BOAccountContact contact) protected voidBTAccountContactInsert.validate(BOAccountContact contact, PoolKit poolKit) Validates the data before the insertion.protected voidBTAccountContactUpdate.validate(BOAccountContact contact, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.account.contact.type.data
Methods in overit.geocallapp.wfm.accounts.bl.account.contact.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOContactTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.account.contact.type.task
Methods in overit.geocallapp.wfm.accounts.bl.account.contact.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTContactTypeLoad.execute(ContactTypeLoadEvent event, PoolKit poolKit) Writes the loaded contact type into the event journal.protected voidBTContactTypeSearch.execute(ContactTypeSearchEvent event, PoolKit poolKit) Writes the searched contact type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.account.data
Methods in overit.geocallapp.wfm.accounts.bl.account.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAccount.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOAccountSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.account.status.data
Methods in overit.geocallapp.wfm.accounts.bl.account.status.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAccountStatusSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.account.status.task
Methods in overit.geocallapp.wfm.accounts.bl.account.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAccountStatusInsert.execute(AccountStatusInsertEvent event, PoolKit poolKit) Writes the inserted account status into the event journal.protected voidBTAccountStatusLoadEvent.execute(AccountStatusLoadEvent event, PoolKit pk) Writes the loaded account status into the event journal.protected voidBTAccountStatusSearch.execute(AccountStatusSearchEvent event, PoolKit poolKit) Writes the searched account status into the event journal.protected voidBTAccountStatusUpdate.execute(AccountStatusUpdateEvent event, PoolKit poolKit) Writes the updated account status into the event journal.protected voidBTAccountStatusInsert.validate(BOAccountStatus accountStatus, PoolKit poolKit) protected voidBTAccountStatusUpdate.validate(BOAccountStatus accountStatus, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.account.status.type.data
Methods in overit.geocallapp.wfm.accounts.bl.account.status.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAccountStatusTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.account.status.type.task
Methods in overit.geocallapp.wfm.accounts.bl.account.status.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAccountStatusTypeLoad.body(AccountStatusTypeLoadEvent event, PoolKit poolKit) Writes the loaded account status type into the event journal.protected voidBTAccountStatusTypeSearch.body(AccountStatusTypeSearchEvent event, PoolKit poolKit) Writes the searched state type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.account.task
Methods in overit.geocallapp.wfm.accounts.bl.account.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAccountNotification.body(AccountNotificationEvent event, PoolKit poolKit) protected voidBTAccountInsert.checkUniqueCode(BOAccount account, PoolKit poolKit) Verifies that the code of the given account is unique.protected voidBTAccountUpdate.checkUniqueCode(BOAccount account, PoolKit poolKit) Verifies that the code of the given account is unique.protected voidBTAccountInsert.execute(AccountInsertEvent event, PoolKit poolKit) Inserts the givenBOAccountand writes the newly generated id into the event journal..protected voidBTAccountLoad.execute(AccountLoadEvent event, PoolKit poolKit) Writes the loaded account into the event journal.protected voidBTAccountSearch.execute(AccountSearchEvent event, PoolKit poolKit) Writes the searched account into the event journal.protected voidBTAccountUpdate.execute(AccountUpdateEvent event, PoolKit poolKit) Updates theBOAccountwith all its needed components.protected LongBTAccountInsert.insertAccount(BOAccount account, PoolKit poolKit) Inserts the given account.protected voidBTAccountInsert.insertFakeContact(Long addressId, PoolKit poolKit) Inserts the default contact of type "phone" for the account just created, we need to do that because account won't work without a contact.protected voidBTAccountHistory.postElaboration(PoolKit poolKit) protected voidUpdates theBOAccountby calling theBTAccountHistoryprotected voidBTAccountInsert.updateTimezone(BOAccount account, PoolKit poolKit) Defines the account time zone and aligns the creation date with it.protected voidBTAccountInsert.validate(AccountInsertInput input, PoolKit poolKit) Validates the data before the insert.protected voidValidates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.account.type.data
Methods in overit.geocallapp.wfm.accounts.bl.account.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAccountType.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOAccountTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.account.type.task
Methods in overit.geocallapp.wfm.accounts.bl.account.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAccountTypeInsert.checkUnique(String code, PoolKit pk) Checks if the account type has a unique code.protected voidBTAccountTypeUpdate.checkUnique(BOAccountType type, PoolKit poolKit) Checks if the account type has a unique code.protected voidBTAccountTypeInsert.execute(AccountTypeInsertEvent event, PoolKit pk) Writes the inserted account type into the event journal.protected voidBTAccountTypeLoad.execute(AccountTypeLoadEvent event, PoolKit poolKit) Writes the loaded account type into the event journal.protected voidBTAccountTypeSearch.execute(AccountTypeSearchEvent event, PoolKit poolKit) Writes the searched account type into the event journal.protected voidBTAccountTypeUpdate.execute(AccountTypeUpdateEvent event, PoolKit pk) Writes the updated account type into the event journal.protected voidBTAccountTypeInsert.validate(BOAccountType accountType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOAccountType.protected voidBTAccountTypeUpdate.validate(BOAccountType accountType, PoolKit pk) Checks if the givenBOAccountTypecan be loaded by performing some validations -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.converter.data
Methods in overit.geocallapp.wfm.accounts.bl.converter.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOConverterTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.converter.task
Methods in overit.geocallapp.wfm.accounts.bl.converter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTConverterTypeInsert.execute(ConverterTypeInsertEvent event, PoolKit pk) Writes the inserted converter type id into the event journal.protected voidBTConverterTypeLoad.execute(ConverterTypeLoadEvent event, PoolKit poolKit) Writes the loaded converter type into the event journal.protected voidBTConverterTypeSearch.execute(ConverterTypeSearchEvent event, PoolKit poolKit) Writes the searched converter type into the event journal.protected voidBTConverterTypeUpdate.execute(ConverterTypeUpdateEvent event, PoolKit poolKit) Updates a newBOConverterTypewith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.accessibility.data
Methods in overit.geocallapp.wfm.accounts.bl.meter.accessibility.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeterAccessibilitySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.accessibility.task
Methods in overit.geocallapp.wfm.accounts.bl.meter.accessibility.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterAccessibilityInsert.execute(MeterAccessibilityInsertEvent event, PoolKit poolKit) Inserts the givenBOMeterAccessibilityand writes the newly generated id into the event journal..protected voidBTMeterAccessibilityLoad.execute(MeterAccessibilityLoadEvent event, PoolKit poolKit) ExecuStarting from the given id, it loads the correspondingBOMeterAccessibilityand writes it into the event journal.te.protected voidBTMeterAccessibilitySearch.execute(MeterAccessibilitySearchEvent event, PoolKit poolKit) Writes the searched account into the event journal.protected voidBTMeterAccessibilityUpdate.execute(MeterAccessibilityUpdateEvent event, PoolKit poolKit) Updates theBOMeterAccessibilitywith all its needed components.protected voidBTMeterAccessibilityInsert.validate(BOMeterAccessibility meterAccessibility, PoolKit poolKit) Validates the data before the insertion.protected voidBTMeterAccessibilityUpdate.validate(BOMeterAccessibility meterAccessibility, PoolKit poolKit) Validates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.brand.data
Methods in overit.geocallapp.wfm.accounts.bl.meter.brand.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeterBrandSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.brand.task
Methods in overit.geocallapp.wfm.accounts.bl.meter.brand.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterBrandInsert.execute(MeterBrandInsertEvent event, PoolKit pk) Writes the inserted meter brand id into the event journal.protected voidBTMeterBrandLoad.execute(MeterBrandLoadEvent event, PoolKit pk) Writes the loaded meter brand into the event journal.protected voidBTMeterBrandSearch.execute(MeterBrandSearchEvent event, PoolKit pk) Writes the searched meter brand into the event journal.protected voidBTMeterBrandUpdate.execute(MeterBrandUpdateEvent event, PoolKit pk) Updates a newBOMeterBrandwith all its needed components.protected voidBTMeterBrandInsert.validate(BOMeterBrand meterBrand, PoolKit poolKit) protected voidBTMeterBrandUpdate.validate(BOMeterBrand meterBrand, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.converter.data
Methods in overit.geocallapp.wfm.accounts.bl.meter.converter.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeterConverter.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOMeterConverterSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.converter.task
Methods in overit.geocallapp.wfm.accounts.bl.meter.converter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterConverterInsert.execute(MeterConverterInsertEvent event, PoolKit poolKit) Inserts the givenBOMeterConverterand writes the newly generated id into the event journal.protected voidBTMeterConverterLoad.execute(MeterConverterLoadEvent event, PoolKit poolKit) protected voidBTMeterConverterUpdate.execute(MeterConverterUpdateEvent event, PoolKit poolKit) Updates theBOMeterConverterwith all its needed components.protected voidBTMeterConverterInsert.validate(BOMeterConverter meterConverter, BOMeterConverter meterConverterFromInput) Validates the data before the insertion. -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.data
Methods in overit.geocallapp.wfm.accounts.bl.meter.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeter.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOMeterSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.location.data
Methods in overit.geocallapp.wfm.accounts.bl.meter.location.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeterLocationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.location.task
Methods in overit.geocallapp.wfm.accounts.bl.meter.location.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterLocationInsert.execute(MeterLocationInsertEvent event, PoolKit poolKit) Writes the inserted meter location id into the event journal.protected voidBTMeterLocationLoad.execute(MeterLocationLoadEvent event, PoolKit pk) Writes the loaded meter location into the event journal.protected voidBTMeterLocationSearch.execute(MeterLocationSearchEvent event, PoolKit pk) Writes the searched meter location into the event journal.protected voidBTMeterLocationUpdate.execute(MeterLocationUpdateEvent event, PoolKit pk) Updates a newBOMeterLocationwith all its needed components.protected voidBTMeterLocationInsert.validate(BOMeterLocation bo, PoolKit poolKit) protected voidBTMeterLocationUpdate.validate(BOMeterLocation bo, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.meterclass.data
Methods in overit.geocallapp.wfm.accounts.bl.meter.meterclass.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeterClassSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.meterclass.task
Methods in overit.geocallapp.wfm.accounts.bl.meter.meterclass.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterClassInsert.execute(MeterClassInsertEvent event, PoolKit pk) Writes the inserted meter class id into the event journal.protected voidBTMeterClassLoad.execute(MeterClassLoadEvent event, PoolKit pk) Writes the loaded meter class into the event journal.protected voidBTMeterClassSearch.execute(MeterClassSearchEvent event, PoolKit pk) Writes the searched meter class into the event journal.protected voidBTMeterClassUpdate.execute(MeterClassUpdateEvent event, PoolKit pk) Updates a newBOMeterClasswith all its needed components.protected voidBTMeterClassInsert.validate(BOMeterClass bo, PoolKit poolKit) protected voidBTMeterClassUpdate.validate(BOMeterClass bo, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.reading.metertype.task
Methods in overit.geocallapp.wfm.accounts.bl.meter.reading.metertype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTReadingMeterTypeLoad.execute(ReadingMeterTypeLoadEvent event, PoolKit pk) Writes the loaded reading meter type into the event journal.protected voidBTReadingMeterTypeSearch.execute(ReadingMeterTypeSearchEvent event, PoolKit pk) Writes the searched reading meter type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.task
Methods in overit.geocallapp.wfm.accounts.bl.meter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterInsert.execute(MeterInsertEvent event, PoolKit poolKit) Inserts the givenBOMeterand writes the newly generated id into the event journal..protected voidBTMeterLoad.execute(MeterLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOMeterand writes it into the event journal.protected voidBTMeterSearch.execute(MeterSearchEvent event, PoolKit poolKit) Writes the searched meters into the event journal.protected voidBTMeterUpdate.execute(MeterUpdateEvent event, PoolKit poolKit) Updates theBOMeterwith all its needed components.protected LongBTMeterInsert.getNextMeterIndex(Long address, PoolKit poolKit) Calculates the next available meter index for a given address.protected voidValidates the input before the insertion.protected voidValidates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.type.data
Methods in overit.geocallapp.wfm.accounts.bl.meter.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeterTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.accounts.bl.meter.type.task
Methods in overit.geocallapp.wfm.accounts.bl.meter.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterTypeInsert.execute(MeterTypeInsertEvent event, PoolKit poolKit) Writes the inserted meter type id into the event journal.protected voidBTMeterTypeLoad.execute(MeterTypeLoadEvent event, PoolKit pk) Writes the loaded meter type into the event journal.protected voidBTMeterTypeSearch.execute(MeterTypeSearchEvent event, PoolKit pk) Writes the searched meter type into the event journal.protected voidBTMeterTypeUpdate.execute(MeterTypeUpdateEvent event, PoolKit poolKit) Updates a newBOMeterTypewith all its needed components.protected voidBTMeterTypeInsert.validate(BOMeterType bo, PoolKit poolKit) protected voidBTMeterTypeUpdate.validate(BOMeterType meterType, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.accounts.integration
Methods in overit.geocallapp.wfm.accounts.integration that throw DAExceptionModifier and TypeMethodDescriptionAccountsEventProvider.getTimeZone(TimeZoneResolverInput<Long> input) AccountsProvider.getTimeZone(TimeZoneResolverInput<Long> input) AccountsEventProvider.loadAccount(Long accountId) AccountsProvider.loadAccount(Long accountId) AccountsEventProvider.searchAccounts(AccountSearchFilter filter) AccountsProvider.searchAccounts(AccountSearchFilter filter) AccountsEventProvider.searchAccountTypes(AccountTypeSearchFilter filter) AccountsProvider.searchAccountTypes(AccountTypeSearchFilter filter) -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.account
Methods in overit.geocallapp.wfm.accounts.rs1.account that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> Create a a list of accounts by calling theAccountInsertBatchEventorg.springframework.http.ResponseEntity<DTOAccount> AccountService.get(Long accountId, Collection<String> fields) Retrieves the requiredDTOAccountby calling theAccountLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAccount>> AccountService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAccountFilter filter) Returns the collection of all the stored accounts by calling theAccountSearchEvent.org.springframework.http.ResponseEntity<Void> AccountService.patch(Long accountId, @Valid DTOAccountUpdate dto) Update an account by calling theAccountUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AccountService.post(@Valid DTOAccountInsert dto) Create a new account by calling theAccountInsertEvent -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.contact
Methods in overit.geocallapp.wfm.accounts.rs1.contact that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccountContact> AccountContactService.get(Long accountId, Long contactId, Collection<String> fields) Retrieves the requiredDTOAccountContactby calling from theAccountContactLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAccountContact>> AccountContactService.getCollection(Long accountId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAccountContactFilter filter) Returns the collection of all the stored account contacts by calling theAccountContactSearchEvent.org.springframework.http.ResponseEntity<Void> AccountContactService.patch(Long accountId, Long contactId, @Valid DTOAccountContactUpdate dto) Update a contact by calling theAccountContactUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> AccountContactService.post(Long accountId, @Valid DTOAccountContactInsert input) Create a new account contact by calling theAccountContactInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.contacttype
Methods in overit.geocallapp.wfm.accounts.rs1.contacttype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccountContactType> AccountContactTypeService.get(Long accountContactTypeId, Collection<String> fields) Retrieves the requiredDTOAccountContactTypeby calling theContactTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAccountContactType>> AccountContactTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAccountContactTypeFilter filter) Returns the collection of all the stored account contact type by calling theContactTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.convertertype
Methods in overit.geocallapp.wfm.accounts.rs1.convertertype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOConverterType> ConverterTypeService.get(Long converterTypeId, Collection<String> fields) Retrieves the requiredDTOConverterTypeby calling theConverterTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOConverterType>> ConverterTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOConverterTypeFilter filter) Returns the collection of all the stored converter type by calling theConverterTypeSearchEvent.org.springframework.http.ResponseEntity<Void> ConverterTypeService.patch(Long converterTypeId, @Valid DTOConverterTypeUpdate dto) Update a converter type by calling theConverterTypeUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ConverterTypeService.post(@Valid DTOConverterTypeInsert dto) Create a new converter type by calling theConverterTypeInsertEvent -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.meter
Methods in overit.geocallapp.wfm.accounts.rs1.meter that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> AccountMeterService.batchPatch(Long accountId, @Size(min=1,max=200) @Valid List<DTOMeterBatchUpdate> batchInput) Update a batch of account meters by calling theMeterUpdateBatchEventorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> AccountMeterService.batchPost(Long accountId, @Size(min=1,max=200) @Valid List<DTOMeterBatchInsert> batchInput) Create a batch of account meters by calling theMeterInsertBatchEventorg.springframework.http.ResponseEntity<DTOMeter> AccountMeterService.get(Long accountId, Long meterId, Collection<String> fields) Retrieves the requiredDTOMeterby calling theMeterLoadEvent.org.springframework.http.ResponseEntity<DTOMeter> MeterService.get(Long meterId, Collection<String> fields) Retrieves the requiredDTOMeterby calling theMeterLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMeter>> AccountMeterService.getCollection(Long accountId, @Valid Page page, Collection<String> fields, String order, @Valid DTOMeterFilter filter) Returns the collection of all the stored meters by calling theMeterSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMeter>> MeterService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterFilter filter) Returns the collection of all the stored meters by calling theMeterSearchEvent.org.springframework.http.ResponseEntity<DTOMeterConverter> AccountMeterService.getConverter(Long accountId, Long meterId, Collection<String> fields) Retrieves the requiredDTOMeterConverterby calling theMeterConverterLoadEvent.org.springframework.http.ResponseEntity<Void> AccountMeterService.patch(Long accountId, Long meterId, @Valid DTOMeterUpdate dto) Update a meter by calling theMeterUpdateEventorg.springframework.http.ResponseEntity<Void> AccountMeterService.patchConverter(Long accountId, Long meterId, @Valid DTOMeterConverterUpdate dto) Update a meter converter by calling theMeterConverterUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AccountMeterService.post(Long accountId, @Valid DTOMeterInsert dto) Create a new meter by calling theMeterInsertEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> AccountMeterService.postConverter(Long accountId, Long meterId, @Valid DTOMeterConverterInsert dto) Create a new meter converter by calling theMeterConverterInsertEvent -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.meteraccessibility
Methods in overit.geocallapp.wfm.accounts.rs1.meteraccessibility that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeterAccessibility> MeterAccessibilityService.get(Long meterAccessibilityId, Collection<String> fields) Retrieves the requiredDTOMeterAccessibilityby calling theMeterAccessibilityLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMeterAccessibility>> MeterAccessibilityService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterAccessibilityFilter filter) Returns the collection of all the stored meter accessibilities by calling theMeterAccessibilitySearchEvent.org.springframework.http.ResponseEntity<Void> MeterAccessibilityService.patch(Long id, @Valid DTOMeterAccessibilityUpdate dto) Update a meter accessibility by calling theMeterAccessibilityUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MeterAccessibilityService.post(@Valid DTOMeterAccessibilityInsert dto) Create a new meter accessibility by calling theMeterAccessibilityInsertEvent -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.meterbrand
Methods in overit.geocallapp.wfm.accounts.rs1.meterbrand that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeterBrand> MeterBrandService.get(Long meterBrandId, Collection<String> fields) Retrieves the requiredDTOMeterBrandby calling theMeterBrandLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMeterBrand>> MeterBrandService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterBrandFilter filter) Returns the collection of all the stored meter brands by calling theMeterBrandSearchEvent.org.springframework.http.ResponseEntity<Void> MeterBrandService.patch(Long meterBrandId, @Valid DTOMeterBrandUpdate dto) Update a meter brand by calling theMeterBrandUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MeterBrandService.post(@Valid DTOMeterBrandInsert dto) Create a new meter brand by calling theMeterBrandInsertEvent -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.meterclass
Methods in overit.geocallapp.wfm.accounts.rs1.meterclass that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeterClass> MeterClassService.get(Long meterClassId, Collection<String> fields) Retrieves the requiredDTOMeterClassby calling theMeterClassLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMeterClass>> MeterClassService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterClassFilter filter) Returns the collection of all the stored meter classes by calling theMeterClassSearchEvent.org.springframework.http.ResponseEntity<Void> MeterClassService.patch(Long meterClassId, @Valid DTOMeterClassUpdate dto) Update a meter class by calling theMeterClassUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MeterClassService.post(@Valid DTOMeterClassInsert dto) Create a new meter class by calling theMeterClassInsertEvent -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.meterlocation
Methods in overit.geocallapp.wfm.accounts.rs1.meterlocation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeterLocation> MeterLocationService.get(Long meterLocationId, Collection<String> fields) Retrieves the requiredDTOMeterLocationby calling theMeterLocationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMeterLocation>> MeterLocationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterLocationFilter filter) Returns the collection of all the stored meter locations by calling theMeterLocationSearchEvent.org.springframework.http.ResponseEntity<Void> MeterLocationService.patch(Long meterLocationId, @Valid DTOMeterLocationUpdate dto) Update a meter location by calling theMeterLocationUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MeterLocationService.post(@Valid DTOMeterLocationInsert dto) Create a new meter location by calling theMeterLocationInsertEvent -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.metertype
Methods in overit.geocallapp.wfm.accounts.rs1.metertype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeterType> MeterTypeService.get(Long id, Collection<String> fields) Retrieves the requiredDTOMeterTypeby calling theMeterTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMeterType>> MeterTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeterTypeFilter filter) Returns the collection of all the stored meter types by calling theMeterTypeSearchEvent.org.springframework.http.ResponseEntity<Void> MeterTypeService.patch(Long id, @Valid DTOMeterTypeUpdate dto) Update a meter type by calling theMeterTypeUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MeterTypeService.post(@Valid DTOMeterTypeInsert dto) Create a new meter type by calling theMeterTypeInsertEvent -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.readingmetertype
Methods in overit.geocallapp.wfm.accounts.rs1.readingmetertype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOReadingMeterType> ReadingMeterTypeService.get(Long id, Collection<String> fields) Retrieves the requiredDTOReadingMeterTypeby calling theReadingMeterTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOReadingMeterType>> ReadingMeterTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOReadingMeterTypeFilter filter) Returns the collection of all the stored reading meter types by calling theReadingMeterTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.status
Methods in overit.geocallapp.wfm.accounts.rs1.status that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccountStatus> AccountStatusService.get(Long id, String language, Collection<String> fields) Retrieves the required account status.org.springframework.http.ResponseEntity<PageResponse<DTOAccountStatus>> AccountStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOAccountStatusSearchFilter filter) Retrieve the all stored account status.org.springframework.http.ResponseEntity<Void> AccountStatusService.patch(Long id, @Valid DTOAccountStatusUpdate input) Modifies the required account status.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> AccountStatusService.post(@Valid DTOAccountStatusInsert input) Create a new account status. -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.statustype
Methods in overit.geocallapp.wfm.accounts.rs1.statustype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccountStatusType> AccountStatusTypeService.get(Long id, Collection<String> fields) Retrieves the required account status type.org.springframework.http.ResponseEntity<PageResponse<DTOAccountStatusType>> AccountStatusTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAccountStatusTypeSearchFilter filter) Retrieve the all stored account status types. -
Uses of DAException in overit.geocallapp.wfm.accounts.rs1.type
Methods in overit.geocallapp.wfm.accounts.rs1.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccountType> Retrieves the required account type.org.springframework.http.ResponseEntity<PageResponse<DTOAccountType>> AccountTypeService.getCollection(@Valid Page page, @Valid String language, Collection<String> fields, String order, @Valid DTOAccountTypeFilter filter) Retrieves all the stored account types.org.springframework.http.ResponseEntity<Void> AccountTypeService.patch(Long id, @Valid DTOAccountTypeUpdate dto) Update an account type by calling theAccountTypeUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AccountTypeService.post(@Valid DTOAccountTypeInsert dto) Create a new account type by calling theAccountTypeInsertEvent -
Uses of DAException in overit.geocallapp.wfm.ai
Methods in overit.geocallapp.wfm.ai that throw DAExceptionModifier and TypeMethodDescriptionstatic voidUtilsAI.addCsvToZip(File[] documents, ZipOutputStream zout, String folder) static voidUtilsAI.checkOrdersAlreadySaw(BOConfigurationParams configurationParams, LongSet executionOperations, PoolKit poolKit) static FileUtilsAI.writeResultToFile(DBView dbv, String fileName, String csvPath) Writes aDBViewon a CSV file -
Uses of DAException in overit.geocallapp.wfm.ai.bl.agendaaffinity.data
Methods in overit.geocallapp.wfm.ai.bl.agendaaffinity.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAgendaAffinityAccountingsExtractor.defineParams(CommandContext cc, PoolKit pk) protected voidDAOAgendaAffinityAccountingsExtractor.validate(CommandContext cc, PoolKit pk) protected voidDAOAgendaAffinityPrediction.validate(CommandContext cc, PoolKit pk) protected voidDAOAgendaAffinityWorkshiftsForPrediction.validate(CommandContext cc, PoolKit pk) protected voidDAOSearchAgendaAffinityDashboard.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.agendaaffinity.task
Methods in overit.geocallapp.wfm.ai.bl.agendaaffinity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaAffinityDelete.body(AgendaAffinityDeleteEvent event, PoolKit pk) protected voidBTAgendaAffinityInsert.body(AgendaAffinityInsertEvent event, PoolKit pk) protected voidBTAlignFsmAgendaAffinity.body(AlignFsmAgendaAffinityEvent event, PoolKit pk) protected voidprotected voidBTPresignedUrlGenerator.body(AgendaAffinityPresignedUrlGeneratorEvent event, PoolKit pk) protected voidprotected List<TeamAgendaAffinity> BTPredictionAgendaAffinity.buildAffinityInput(PoolKit pk) Build the list of TeamAgendaAffinity that will be passed to prediction systemBTTrainingAgendaAffinity.buildExperienceCsv(Date extractionStartDate, PoolKit pk) Build the csv with the teams experiences from the first wo date to now.protected FileBTClusterMappingAgendaAffinity.buildExperienceFile(Date extractionStartDate, Long configurationId, PoolKit poolKit) Method that build a file containing the experiences.protected FileBTTrainingAgendaAffinity.buildFileToTransfer(PoolKit poolKit) protected FileBTUploadS3Orders.buildOperationFile(PoolKit poolKit, BOConfigurationParams configurationParam) Method that build a file containing the orders'operations.BTClusterMappingAgendaAffinity.buildResourceFile(Date extractionStartDate, PoolKit poolKit) Method that build a file containing the resources.BTTrainingAgendaAffinity.buildResourcesCsv(Date extractionStartDate, PoolKit poolKit) Build the csv with the (single) resource data.protected FileBTClusterMappingAgendaAffinity.buildTeamFile(Date extractionStartDate, Long configurationId, PoolKit poolKit) Method that build a file containing the teams.BTTrainingAgendaAffinity.buildTeamsCsv(Date extractionStartDate, PoolKit pk) Build the csv with the workorder teams data.BTTrainingAgendaAffinity.buildWorkOrdersCsv(DBView workOrders, Date extractionStartDate) Build the csv with the work orders data.protected voidBTAlignFsmAgendaAffinity.deleteOldPredictions(Long schedulingModel, Set<Long> workshifts, PoolKit pk) protected voidBTAgendaAffinityDelete.deleteRecords(HashMap<String, Object> filter, PoolKit pk) protected voidBTPredictionAgendaAffinity.doPrediction(List<TeamAgendaAffinity> teamAgendaAffinityList, PoolKit pk) protected voidBTPredictionAgendaAffinity.elaborateTask(PoolKit pk) protected voidBTUpdateS3Orders.elaborateTask(PoolKit poolKit) protected List<BOConfigurationParams> BTPresignedUrlGenerator.getConfigurationParameters(Long algorithmId, Long operationCenterId, PoolKit pk) protected List<BOConfigurationParams> BTUploadS3Orders.getConfigurationParameters(Long algorithmId, PoolKit pk) protected CalculateAgendaAffinityExperienceEventBTClusterMappingAgendaAffinity.getEventUpdateExperience(CalculateExperienceEventInput input) BTUpdateS3Orders.getOperations(PoolKit poolKit) Return a DBView with the data extracted from DB given a work order id.BTTrainingAgendaAffinity.getWorkOrders(Date initialExtractionDate, PoolKit poolKit) Get the list of workOrders to elaborate.protected voidBTPresignedUrlGenerator.loadConfiguration(Long algorithmId, Long operationCenterId) Method that will load the last configuration it finds with given algorithm.We don't care about the task used, so we will put it with a default value == train.protected voidBTPredictionAgendaAffinity.saveTeamAgendaAffinity(List<TeamAgendaAffinity> affinityInput, PoolKit pk) Save the affinity values on db.protected voidBTAlignFsmAgendaAffinity.updateElaboratedAffinity(PoolKit pk) protected voidBTTrainingAgendaAffinity.updateExperience(Date startDate, PoolKit poolKit) protected voidBTAlignFsmAgendaAffinity.updateFsmAgendaffinity(List<BOResourceShiftAgendaAffinity> affinities, PoolKit pk) Update FSM agenda affinity table with the predicted resultsprotected voidBTUpdateS3Orders.updateS3Orders(File woOrder) This method is going to get the orders data from aws, then it will join this data with the new operations and then it will upload it back to s3. -
Uses of DAException in overit.geocallapp.wfm.ai.bl.automaticmeterreading.data
Methods in overit.geocallapp.wfm.ai.bl.automaticmeterreading.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAutomaticMeterReadingSearch.validate(CommandContext cc, PoolKit pk) protected voidDAODashboardAMRPrediction.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.automaticmeterreading.task
Methods in overit.geocallapp.wfm.ai.bl.automaticmeterreading.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDashboardAMRLoad.body(DashboardAMRLoadEvent event, PoolKit pk) protected DBViewBTDashboardAMRLoad.getDBRecord(HashGetter filters, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.chatbot.task
Methods in overit.geocallapp.wfm.ai.bl.chatbot.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTChatbotPageCreation.body(PageGenerationEvent pageGenerationEvent, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DAException in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.data
Methods in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAIConfigurationParamsSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.task
Methods in overit.geocallapp.wfm.ai.bl.configuration.configurationparams.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTConfigurationParametersSave.body(ConfigurationParametersSaveEvent event, PoolKit pk) protected voidBTConfigurationParametersSearch.body(ConfigurationParametersSearchEvent event, PoolKit poolKit) protected voidBTConfigurationParametersSave.deleteOperationsCenter(Long confParamsOpCenterId, PoolKit pk) protected DBViewBTConfigurationParametersSave.getExistingOperationsCenters(Long confParamsId, PoolKit pk) protected BOConfigurationParamsBTConfigurationParametersSave.insertConfigurationParameters(BOConfigurationParams configurationParameters, PoolKit pk) protected voidBTConfigurationParametersSave.insertOperationsCenter(Long confParamsId, Long opCenterId, PoolKit pk) protected BOConfigurationParamsBTConfigurationParametersSave.saveConfigurationParameters(BOConfigurationParams configurationParameters, PoolKit pk) protected voidBTConfigurationParametersSave.saveConfigurationParametersOperationsCenter(BOConfigurationParams savedConfigurationParameters, PoolKit pk) protected BOConfigurationParamsBTConfigurationParametersSave.updateConfigurationParameters(BOConfigurationParams configurationParameters, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.configuration.template.task
Methods in overit.geocallapp.wfm.ai.bl.configuration.template.task that throw DAExceptionModifier and TypeMethodDescriptionprotected List<BOMeterReadingsMeasure> BTDuplicateMeter.associateMeasures(Long idTemplate, Long idTemplateToDuplicate, PoolKit poolKit) protected voidBTDuplicateMeter.body(DuplicateMeterEvent i, PoolKit pk) protected voidBTMeterReadingsTemplateInsert.checkUniqueCode(BOMeterReadingsTemplate meterTemplate, PoolKit poolKit) protected voidBTMeterReadingsMeasureInsert.execute(MeterReadingsMeasureInsertEvent event, PoolKit pk) protected voidBTMeterReadingsTemplateInsert.execute(MeterReadingsTemplateInsertEvent event, PoolKit pk) protected BOMeterReadingsMeasureBTMeterReadingsMeasureInsert.insertMeterReadingsMeasure(BOMeterReadingsMeasure configurationParameters, PoolKit pk) protected BOMeterReadingsTemplateBTMeterReadingsTemplateInsert.insertMeterReadingsTemplate(BOMeterReadingsTemplate configurationParameters, PoolKit pk) protected voidBTDuplicateMeter.insertNewMeasures(List<BOMeterReadingsMeasure> measures, PoolKit poolKit) protected LongBTDuplicateMeter.insertNewTemplate(BOMeterReadingsTemplate templateToInsert, PoolKit poolKit) protected voidBTMeterReadingsMeasureInsert.updateMeterReadingsMeasure(BOMeterReadingsMeasure configurationParameters, PoolKit pk) protected voidBTMeterReadingsTemplateInsert.updateMeterReadingsTemplate(BOMeterReadingsTemplate configurationParameters, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.customersearch.meters.task
Methods in overit.geocallapp.wfm.ai.bl.customersearch.meters.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeasureElementTemplateUpsert.body(MeasureElementTemplateUpsertEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.duration.prediction
Methods in overit.geocallapp.wfm.ai.bl.duration.prediction that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWOTimePredictionView.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.duration.prediction.data
Methods in overit.geocallapp.wfm.ai.bl.duration.prediction.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAIDataExtraction.defineSql(CommandContext cc, PoolKit pk) protected voidDAOWOTimePrediction.defineSql(CommandContext cc, PoolKit pk) protected voidDAOAIDataExtraction.defineStatement(CommandContext cc, PoolKit pk, DBStatement dbs) protected voidDAOAIDataExtraction.validate(CommandContext cc, PoolKit pk) protected voidDAOSearchWOOperations.validate(CommandContext cc, PoolKit pk) protected voidDAOWOResourceTimePredictionSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOWOTimePredictionSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.duration.prediction.support.data
Methods in overit.geocallapp.wfm.ai.bl.duration.prediction.support.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchInterventions.validate(CommandContext cc, PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.duration.prediction.support.task
Methods in overit.geocallapp.wfm.ai.bl.duration.prediction.support.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidprotected voidprotected voidBTTimePredictionSupportFieldCalculation.calculateInterventionsTotalTime(DBView interventions, PoolKit pk) protected voidBTTimePredictionSupportFieldCalculation.calculateSupportFields(DBView interventions, PoolKit pk) protected voidBTTimePredictionSupportFieldCalculation.deleteOperationCurrentRecords(Long operation, PoolKit pk) protected DBViewBTBuildInterventionTimeLine.getClockings(LongSet workshiftsId, PoolKit pk) protected DBViewBTBuildInterventionTimeLine.getReceipts(PoolKit pk) protected DBViewBTTimePredictionSupportFieldCalculation.getWorkOrdersInterventions(PoolKit pk) protected DBViewBTBuildInterventionTimeLine.getWorkshifts(PoolKit pk) protected voidBTTimePredictionSupportFieldCalculation.insertOperationsInterventions(DBView operationInterventions, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.duration.prediction.task
Methods in overit.geocallapp.wfm.ai.bl.duration.prediction.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidprotected voidBTInsertWOTimePrediction.body(DTOWOTimePrediction operation, PoolKit pk) protected voidBTInterventionDurationLoad.body(InterventionDurationLoadEvent event, PoolKit pk) protected voidprotected voidBTPrepareWOForTimePrediction.body(WorkOrderValidationEvent event, PoolKit pk) protected voidprotected voidBTWorkOrderDurationPredictionExecution.body(WorkOrderDurationPredictionExecutionEvent event, PoolKit pk) protected FileBTPredictionDuration.buildFileToTransfer(DBView operations, PoolKit pk) protected FileBTTrainingDuration.buildFileToTransfer(PoolKit pk) BTPredictionDuration.buildOperationsMap(PoolKit pk) protected voidBTMassiveWoOperationTimePrediction.callTimePredictionInsert(HashGetter operationRow, PoolKit pk) protected voidBTPrepareWOForTimePrediction.callTimePredictionInsert(BOWorkOrderOperation operation, Long operationCenter, PoolKit pk) protected voidBTAlignWOOperationDuration.evaluateResourcesPredictions(LongSet timePredictionList, PoolKit pk) protected voidBTAlignWOOperationDuration.evaluateRulesOnOperations(DBView currentOperations, DBView rules, PoolKit pk) protected voidBTWorkOrderDurationPredictionExecution.executePrediction(WorkOrderDurationPredictionExecutionEventInput input, PoolKit pk) protected BOConfigurationParamsBTWorkOrderDurationPredictionExecution.getConfigurationParameters(Long algorithmId, Long taskId, Long operationsCenterId, PoolKit pk) protected DBViewBTPredictionDuration.getDailyOperationsData(LongSet operationList, Date startDate, Date endDate, PoolKit pk) protected HashGetterBTAlignWOOperationDuration.getMatchingRule(HashGetter operation, DBView rules, boolean searchForAbsolute) protected DBViewBTAlignWOOperationDuration.getOperationsToElaborate(PoolKit pk) protected DBViewprotected LongBTPredictionDuration.getTimePredictionIdFromOperation(Long operationId, PoolKit pk) protected LongBTWorkOrderDurationPredictionExecution.getWOOperationsCenterId(Long workOrderId, PoolKit pk) protected voidBTWorkOrderDurationPredictionExecution.launchOperationPrediction(Long operationsCenterId, Set<Long> operationIds, PoolKit pk) protected voidBTWorkOrderDurationPredictionExecution.launchPrediction(BOConfigurationParams configurationParams, Set<Long> operationIds, PoolKit pk) protected voidBTWorkOrderDurationPredictionExecution.launchResourcePrediction(Long operationsCenterId, Set<Long> operationIds, PoolKit pk) protected LongBTInterventionDurationLoad.loadPredictedDuration(InterventionDurationLoadInput input, PoolKit pk) protected LongBTInterventionDurationLoad.loadResourcePredictedDuration(InterventionDurationLoadInput input, PoolKit pk) protected voidprotected booleanBTInterventionDurationLoad.skipBundleOperations(Long workOrderOperationId, PoolKit pk) Skips the entire process of predicted duration calculation only when the givenBOWorkOrderOperationis part of an activeBundle.protected voidBTAlignWOOperationDuration.updateOperationTable(LongSet operationId, Long duration, Long originalDuration, Double reliability, boolean isRulePassed, PooledConnection conn) protected voidBTAlignWOOperationDuration.updatePredictionTable(HashGetter operation, Long status, boolean isApplied, PoolKit pk) protected voidBTAlignWOOperationDuration.updateWOHeaderTable(Long woId, Long duration, PooledConnection conn) protected voidBTPredictionDuration.updateWoTimeDurationResourceTable(List<Map<String, Object>> predictionResult, PoolKit pk) protected voidBTPredictionDuration.updateWoTimeDurationTable(List<Map<String, Object>> predictionResult, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.data
Methods in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOPPartsManagementSearch.defineValues(CommandContext cc, PoolKit pk) protected voidDAOPPartsManagementSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.task
Methods in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTrainingPPartsManagement.addCsvToZip(File[] documents, ZipOutputStream zout, String folder) protected voidBTAlignFsmPPMMaterials.body(AlignFsmPPMMaterialsEvent event, PoolKit pk) protected voidBTPredictionPPMDelete.body(PredictionPPMDeleteEvent event, PoolKit pk) protected voidBTPredictionPPMInsert.body(PredictionPPMInsertEvent event, PoolKit pk) protected voidBTWorkOrderPPMPredictionExecution.body(WorkOrderPPMPredictionExecutionEvent event, PoolKit pk) protected FileBTPredictionPPartsManagement.buildFileToTransfer(DBView operations, PoolKit pk) protected FileBTTrainingPPartsManagement.buildFileToTransfer(PoolKit pk) BTTrainingPPartsManagement.buildInterventionsCsv(DBView interventions, Date extractionStartDate) Build the csv with the workorders data.BTPredictionPPartsManagement.buildOperationsMap(PoolKit pk) BTTrainingPPartsManagement.buildSkillsCsv(PoolKit pk, Date extractionStartDate) Build the csv with the teams experiences from the first wo date to now.protected voidBTPredictionPPMDelete.deleteRecords(HashMap<String, Object> filter, PoolKit pk) protected BOConfigurationParamsBTWorkOrderPPMPredictionExecution.getConfigurationParameters(Long operationCenterId, PoolKit pk) BTTrainingPPartsManagement.getInterventions(Date initialExtractionDate, PoolKit pk) Get the list of interventions to elaborate.protected DBViewBTPredictionPPartsManagement.getOperationsData(HashGetter filter, PoolKit pk) protected DBViewBTAlignFsmPPMMaterials.getOperationsToElaborate(Set<Long> operationsIds, PoolKit pk) protected DBViewprotected voidBTWorkOrderPPMPredictionExecution.launchPrediction(BOConfigurationParams configurationParams, Set<Long> operationIds, PoolKit pk) protected voidBTPredictionPPartsManagement.managePredictResults(List<Map<String, Object>> predictionResult, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.processing.history.data
Methods in overit.geocallapp.wfm.ai.bl.processing.history.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchElaborationHistory.defineSql(CommandContext cc, PoolKit pk) protected voidDAOModelTrainingHistory.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.processing.history.task
Methods in overit.geocallapp.wfm.ai.bl.processing.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTElaborationHistoryCreation.body(ElaborationHistoryCreationEvent event, PoolKit pk) protected BOElaborationHistoryBTElaborationHistoryCreation.createElaborationHistory(BOConfigurationParams configurationParams, Long trainingType, PoolKit pk) protected BOConfParamsHistoryBTElaborationHistoryCreation.getLastConfigurationParametersHistory(Long configurationParamsId, PoolKit pk) protected BOElaborationHistoryBTElaborationHistoryCreation.getLastElaborationHistory(Long confParamsHistoryId, PoolKit pk) protected LongBTElaborationHistoryCreation.getLastModelHistoryId(Long modelId, PoolKit pk) protected BOElaborationHistoryBTElaborationHistoryCreation.insertElaborationHistory(BOElaborationHistory elaborationHistory, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.processing.task
Methods in overit.geocallapp.wfm.ai.bl.processing.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAIProcessExecutionInsert.body(AIProcessExecutionInsertEvent event, PoolKit poolKit) protected voidprotected voidBTCalculateAgendaAffinity.body(ScheduleCalculateAgendaAffinityEvent event, PoolKit pk) protected voidBTExecuteAIProcess.body(ExecuteAIProcessEvent event, PoolKit pk) protected voidprotected voidBTSaveAIProcess.body(WorkOrderValidationEvent event, PoolKit poolKit) protected voidDATRunAIAlgorithm.body()protected voidBTBasicClusterMapping.buildDataAndUpdate(Date extractionDate, Long configuration, boolean generatedExperience, PoolKit poolKit) protected abstract FileBTBasicClusterMapping.buildExperienceFile(Date extractionStartDate, Long configurationId, PoolKit poolKit) protected abstract FileBTBasicPrediction.buildFileToTransfer(DBView operations, PoolKit pk) Build the File object that must be loaded on AWSprotected abstract FileBTBasicTraining.buildFileToTransfer(PoolKit pk) BTBasicPrediction.buildOperationsMap(PoolKit pk) protected abstract FileBTBasicClusterMapping.buildResourceFile(Date extractionDate, PoolKit pk) protected abstract FileBTBasicClusterMapping.buildTeamFile(Date extractionStartDate, Long configurationId, PoolKit poolKit) protected voidBTBasicAIProcess.checkConfiguration()protected voidBTBasicTraining.checkConfiguration()protected voidBTBasicClusterMapping.cleanUselessExperiences(PoolKit poolKit) Delete all the experience records of the last configuration execution and those of current elaboration with data < yesterdayprotected voidBTBasicAIProcess.clearOldLogs(PoolKit pk) Delete the old history record for the elaboration of this configurationprotected abstract voidBTBasicAIProcess.elaborateTask(PoolKit pk) protected voidBTBasicClusterMapping.elaborateTask(PoolKit poolKit) protected voidBTBasicPrediction.elaborateTask(PoolKit pk) protected voidBTBasicTraining.elaborateTask(PoolKit pk) protected voidBTBasicClusterMapping.evaluateException()Generic method that is usefull to recognize generic exceptions.voidDATRunAIAlgorithm.execute(PooledConnection conn) protected voidBTExecuteAIProcess.executeAgendaAffinityTask(PoolKit pk) protected voidBTExecuteAIProcess.executeDurationTask(PoolKit pk) protected voidBTExecuteAIProcess.executePPartsManagementTask(PoolKit pk) protected voidBTExecuteAIProcess.executeTeamSuggestionTask(PoolKit pk) protected BOConfigurationParamsBTCalculateAgendaAffinity.getConfigurationParameters(Long operationCenter, PoolKit pk) Get the available prediction configuration for agenda affinity prediction task.protected BOConfigurationParamsBTLaunchAIQueuedProcess.getConfigurationParameters(Long configurationId, PoolKit pk) Method that get all the parameters for a given configuration id.protected List<BOConfigurationParams> DATRunAIAlgorithm.getConfigurationParameters(Long algorithmId, Long taskId, PoolKit pk) protected BOConfParamsHistoryBTBasicAIProcess.getConfigurationParamsHistory(PoolKit pk) protected BOElaborationHistoryBTBasicAIProcess.getElaborationHistory(PoolKit pk) protected abstract CalculateExperienceEventBTBasicClusterMapping.getEventUpdateExperience(CalculateExperienceEventInput input) protected DateBTBasicClusterMapping.getLastTrainingOrCMDate(PoolKit poolKit) Get the last training/cluster mapping execution date for the current configuration.protected DateBTBasicClusterMapping.getMostRecentDateFromConfigurations(DBView confParams, PoolKit poolKit) BTExecuteAIAgendaAffinityPrediction.getNextDaysShifts(PoolKit pk, boolean forceTodayEnd) protected List<BOConfigurationParams> BTSaveAIProcess.getValidConfigurations(Long operationCenterId, PoolKit poolKit) Get the configuration parameters given an operation center and a task.protected abstract voidElaborate prediction results.protected voidBTBasicTraining.manageTrainingResults(String log, PoolKit pk) protected voidBTBasicTraining.promoteModel(AIModelsApi modelsApi) BTBasicClusterMapping.updateClusterMapping(Map<String, String> presignedUrls) protected voidBTBasicClusterMapping.updateExperience(Date startDate, PoolKit pk) Method that calls the update experience in incremental mode.protected voidBTLaunchAIQueuedProcess.updateRecords(LongSet executionOperationsSet, ExecuteAIProcessEventOutput output, Long configurationId, PoolKit poolKit) Method that updates the elaborated records with the result of elaboration.protected voidBTBasicAIProcess.writeLogTable(String taskStatus, String log, byte[] xlsReport, byte[] xlsReport2, String htmlReport, String htmlReport2, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.processing.utils.export.task
Methods in overit.geocallapp.wfm.ai.bl.processing.utils.export.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTExportCSVWithScan.body(ExportCSVWithScanEvent event, PoolKit pk) protected voidBTExportCSVWithScan.buildExport(PoolKit pk) protected voidBTExportCSVWithScan.evaluateException()protected OutputStreamBTExportCSVWithScan.getOutputStream() -
Uses of DAException in overit.geocallapp.wfm.ai.bl.schedule.oss.task
Methods in overit.geocallapp.wfm.ai.bl.schedule.oss.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBuildOssSolver.body(BuildOssSolverEvent i, PoolKit pk) protected booleanBTBuildOssSolver.checkOCConfiguration(overit.geocallapp.wfm.scheduler.util.SchedParams params, PoolKit pk) Check if there is an agenda affinity prediction configuration for the given OC. -
Uses of DAException in overit.geocallapp.wfm.ai.bl.teamexperience.task
Methods in overit.geocallapp.wfm.ai.bl.teamexperience.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCalculateExperience.body(CalculateExperienceEvent event, PoolKit pk) protected voidprotected voidBTCalculateExperience.createDataForFirstDate(PoolKit pk) protected voidBTCalculateExperience.createDataUntilNow(PoolKit pk) protected voidBTCalculateExperience.evaluateException()protected voidBTCalculateExperience.loadLastExperienceValues(PoolKit pk) protected voidBTCalculateExperience.saveExperienceData(Date refrenceDate, PoolKit pk) protected void -
Uses of DAException in overit.geocallapp.wfm.ai.bl.teamsuggestion.data
Methods in overit.geocallapp.wfm.ai.bl.teamsuggestion.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOPredictionExtractor.defineParams(CommandContext cc, PoolKit pk) protected voidDAOTeamSuggestionAccountingsExtractor.defineParams(CommandContext cc, PoolKit pk) protected voidDAOPredictionExtractor.validate(CommandContext cc, PoolKit pk) protected voidDAOTeamSuggestionAccountingsExtractor.validate(CommandContext cc, PoolKit pk) protected voidDAOTeamSuggestionResourceExtractor.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.teamsuggestion.task
Methods in overit.geocallapp.wfm.ai.bl.teamsuggestion.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTeamSuggestionPredictionExecution.body(WorkOrderTeamSuggestionPredictionExecutionEvent event, PoolKit pk) BTTrainingTeamSuggestion.buildExperienceCsv(Date extractionStartDate, PoolKit pk) Build the csv with the teams experiences from the first wo date to now.protected FileBTClusterMappingTeamSuggestion.buildExperienceFile(Date extractionStartDate, Long configurationId, PoolKit pk) protected FileBTPredictionTeamSuggestion.buildFileToTransfer(DBView operations, PoolKit pk) protected FileBTTrainingTeamSuggestion.buildFileToTransfer(PoolKit pk) BTPredictionTeamSuggestion.buildOperationsMap(PoolKit pk) BTClusterMappingTeamSuggestion.buildResourceFile(Date extractionDate, PoolKit pk) BTTrainingTeamSuggestion.buildResourcesCsv(Date extractionStartDate, PoolKit pk) Build the csv with the (single) resource data.protected FileBTClusterMappingTeamSuggestion.buildTeamFile(Date extractionStartDate, Long configurationId, PoolKit pk) BTTrainingTeamSuggestion.buildTeamsCsv(Date extractionStartDate, PoolKit pk) Build the csv with the workorder teams data.BTTrainingTeamSuggestion.buildWorkOrdersCsv(DBView workOrders, Date extractionStartDate) Build the csv with the workorders data.protected voidBTTrainingTeamSuggestion.cleanUselessExperiences(PoolKit pk) Delete all the experience records for the current elaboration with data < yesterday.protected BOConfigurationParamsBTClusterMappingTeamSuggestion.getConfigurationParameters(Long algorithmId, Long taskId, Long co, PoolKit pk) protected BOConfigurationParamsBTTeamSuggestionPredictionExecution.getConfigurationParameters(Long operationCenterId, PoolKit pk) protected CalculateTeamSuggestionExperienceEventBTClusterMappingTeamSuggestion.getEventUpdateExperience(CalculateExperienceEventInput input) protected DBViewBTPredictionTeamSuggestion.getOperationsData(HashGetter filter, PoolKit pk) BTTrainingTeamSuggestion.getWorkOrders(Date initialExtractionDate, PoolKit pk) Get the list of workOrders to elaborate.protected voidBTTeamSuggestionPredictionExecution.launchPrediction(BOConfigurationParams configurationParams, Set<Long> operationIds, PoolKit pk) protected voidBTPredictionTeamSuggestion.managePredictResults(List<Map<String, Object>> predictionResult, PoolKit pk) protected voidBTTrainingTeamSuggestion.resetExperiencesTable(PoolKit pk) Delete all the experience records for the current configuration if exists.protected voidBTTrainingTeamSuggestion.updateExperience(Date startDate, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.data
Methods in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchTeamAffinity.defineSql(CommandContext cc, PoolKit pk) protected voidDAOSearchTeamAffinity.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.task
Methods in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAlignFsmTeamAffinity.body(AlignFsmTeamAffinityEvent event, PoolKit pk) protected voidBTTeamAffinityDelete.body(TeamAffinityDeleteEvent event, PoolKit pk) protected voidBTTeamAffinityInsert.body(TeamAffinityInsertEvent event, PoolKit pk) protected voidBTTeamAffinityDelete.deleteRecords(HashMap<String, Object> filter, PoolKit pk) protected voidBTAlignFsmTeamAffinity.updateElaboratedAffinity(Long operationId, PoolKit pk) protected voidBTAlignFsmTeamAffinity.updateFsmAffinity(DBView dbv, PoolKit pk) Update FSM affinity table with the predicted results -
Uses of DAException in overit.geocallapp.wfm.ai.bl.workorder.WOOperation.meterpredictions.task
Methods in overit.geocallapp.wfm.ai.bl.workorder.WOOperation.meterpredictions.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterReadingsPredictionSearch.body(overit.geocallapp.wfm.schedulazione.consuntivazione.lettureodl.event.MeterReadingsPredictionSearch event, PoolKit poolKit) Search the readings given a wo operation and it writes the result(DBView) into the event journal. -
Uses of DAException in overit.geocallapp.wfm.ai.config
Methods in overit.geocallapp.wfm.ai.config that throw DAExceptionModifier and TypeMethodDescriptionstatic ClientManagerSingletonClientManagerSingleton.getInstance(String roleArn) software.amazon.awssdk.services.s3.S3ClientClientManagerSingleton.getS3Client()software.amazon.awssdk.services.s3.presigner.S3PresignerClientManagerSingleton.getS3Presigner()ClientManagerSingleton.getStrategy(String serviceName) -
Uses of DAException in overit.geocallapp.wfm.ai.replicator.meterreading.data
Methods in overit.geocallapp.wfm.ai.replicator.meterreading.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAArtificialIntelligence.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) -
Uses of DAException in overit.geocallapp.wfm.ai.replicator.meterreading.task
Methods in overit.geocallapp.wfm.ai.replicator.meterreading.task that throw DAExceptionModifier 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 DAException in overit.geocallapp.wfm.ai.rs.v1
Methods in overit.geocallapp.wfm.ai.rs.v1 that throw DAExceptionModifier and TypeMethodDescriptionabstract voidAIApi.deleteJob(AWSRequestHeaders headers, String predictionJobId) abstract ObjectAIApi.getJob(AWSRequestHeaders headers, String predictionJobId) abstract List<SagemakerJobStatus> AIApi.getJobs(AWSRequestHeaders headers) abstract SagemakerJobStatusAIApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) -
Uses of DAException in overit.geocallapp.wfm.ai.rs.v1.chatbot
Methods in overit.geocallapp.wfm.ai.rs.v1.chatbot that throw DAExceptionModifier and TypeMethodDescriptionvoidAIChatbotApi.deleteJob(AWSRequestHeaders headers, String predictionJobId) Deprecated, for removal: This API element is subject to removal in a future version.AIChatbotApi.getJob(AWSRequestHeaders headers, String predictionJobId) Deprecated, for removal: This API element is subject to removal in a future version.AIChatbotApi.getJobs(AWSRequestHeaders headers) Deprecated, for removal: This API element is subject to removal in a future version.AIChatbotApi.manageResult(org.springframework.http.ResponseEntity<Map<String, Object>> res) Deprecated, for removal: This API element is subject to removal in a future version.AIChatbotApi.postMessageVirtualAssistant(AWSRequestHeaders headers, RequestJobParams queryParams, String body, String id) Deprecated, for removal: This API element is subject to removal in a future version.AIChatbotApi.postUserFeedback(AWSRequestHeaders headers, RequestJobParams queryParams) Deprecated, for removal: This API element is subject to removal in a future version.AIChatbotApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DAException in overit.geocallapp.wfm.ai.rs.v1.models
Methods in overit.geocallapp.wfm.ai.rs.v1.models that throw DAExceptionModifier and TypeMethodDescriptionvoidAIModelsApi.deleteJob(AWSRequestHeaders headers, String predictionJobId) AIModelsApi.getJob(AWSRequestHeaders headers, String predictionJobId) AIModelsApi.getJobs(AWSRequestHeaders headers) AIModelsApi.getModel(AWSRequestHeaders headers, String algorithm, String name, String version) AIModelsApi.promoteModel(AWSRequestHeaders headers, String algorithm, String name, String version) AIModelsApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) -
Uses of DAException in overit.geocallapp.wfm.ai.rs.v1.prediction
Methods in overit.geocallapp.wfm.ai.rs.v1.prediction that throw DAExceptionModifier and TypeMethodDescriptionvoidAIPredictionAPI.deleteJob(AWSRequestHeaders headers, String predictionJobId) Method that delete a prediction execution.voidAIProcessingApi.deleteJob(AWSRequestHeaders headers, String processingJobId) Method that delete a cluster mapping execution.AIPredictionAPI.getJob(AWSRequestHeaders headers, String predictionJobId) Method that get the result of a prediction job id.AIProcessingApi.getJob(AWSRequestHeaders headers, String processingJobId) Method that get the result of a cluster mapping job id.AIPredictionAPI.getJobs(AWSRequestHeaders headers) Method that gets all the prediction jobs ran in SageMaker given a set of headers composed by: customerId, userId, environment, appName, appVersionAIProcessingApi.getJobs(AWSRequestHeaders headers) Method that gets all the cluster mapping jobs for a client.AIPredictionAPI.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Method that starts a prediction job.AIProcessingApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Method that starts a cluster mapping job.AIPredictionAPI.startPredictionJobSync(AWSRequestHeaders headers, RequestJobParams params, String body) Method that starts a prediction job. -
Uses of DAException in overit.geocallapp.wfm.ai.rs.v1.training
Methods in overit.geocallapp.wfm.ai.rs.v1.training that throw DAExceptionModifier and TypeMethodDescriptionvoidAITrainingApi.deleteJob(AWSRequestHeaders headers, String trainingJobId) Method that delete a training execution.AITrainingApi.getJob(AWSRequestHeaders headers, String trainingJobId) Method that get the result of a training job id.AITrainingApi.getJobs(AWSRequestHeaders headers) Method that gets all the training jobs for a client.AITrainingApi.startJob(AWSRequestHeaders headers, RequestJobParams params, Object body) Method that starts a training job. -
Uses of DAException in overit.geocallapp.wfm.ai.ux
Methods in overit.geocallapp.wfm.ai.ux that throw DAExceptionModifier and TypeMethodDescriptionprotected abstract DBViewBasicDashboard.loadDetailChartRawData(HashGetter filters, Long mainChartClickedElementId) protected abstract DBViewBasicDashboard.loadMainChartRawData(HashGetter filters) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.agendaaffinity.dashboard
Methods in overit.geocallapp.wfm.ai.ux.agendaaffinity.dashboard that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewAgendaAffinityDashboard.loadDetailChartRawData(HashGetter filters, Long mainChartClickedElementId) protected DBViewAgendaAffinityDashboard.loadMainChartRawData(HashGetter filters) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.automaticmeterreading.dashboard
Methods in overit.geocallapp.wfm.ai.ux.automaticmeterreading.dashboard that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewAutomaticMeterReadingDashboard.loadDetailChartRawData(HashGetter filters, Long mainChartClickedElementId) protected DBViewAutomaticMeterReadingDashboard.loadMainChartRawData(HashGetter filters) booleanAutomaticMeterReadingDashboard.onShowDetailChart(HashGetter hg) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.automaticmeterreading.monitor
Methods in overit.geocallapp.wfm.ai.ux.automaticmeterreading.monitor that throw DAExceptionModifier and TypeMethodDescriptionbooleanAutomaticMeterReadingMonitor.onOperationAffinityDetails(UIMessage uiMessage) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.automaticmeterreading.monitor.details
Methods in overit.geocallapp.wfm.ai.ux.automaticmeterreading.monitor.details that throw DAExceptionModifier and TypeMethodDescriptionprotected voidAutomaticMeterReadingDetail.loadOperations(int row) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.configuration.configurationparams
Methods in overit.geocallapp.wfm.ai.ux.configuration.configurationparams that throw DAExceptionModifier and TypeMethodDescriptionprotected booleanEditConfigurationParameters.checkOperationCenters(DAOAIConfigurationParams dao, Long id, Map<String, Object> configurationValues) protected BOConfigurationParamsEditConfigurationParameters.getRelatedTeamSuggestion(String oc, Long task, PoolKit pk) Method that get the relative team suggestion configuration. -
Uses of DAException in overit.geocallapp.wfm.ai.ux.configuration.models
Methods in overit.geocallapp.wfm.ai.ux.configuration.models that throw DAExceptionModifier and TypeMethodDescriptionprotected BooleanModels.checkAndInsert(HashGetter values) protected BooleanModels.checkAndUpdate(HashGetter values) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard
Methods in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewJobDurationDashboard.loadDetailChartRawData(HashGetter filters, Long mainChartClickedElementId) protected DBViewJobDurationDashboard.loadMainChartRawData(HashGetter filters) booleanJobDurationDashboard.onShowDetailChart(HashGetter hg) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard.data
Methods in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODashboardWOTimePrediction.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard.task
Methods in overit.geocallapp.wfm.ai.ux.duration.prediction.dashboard.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDashboardTimePredictionLoad.body(DashboardTimePredictionLoadEvent event, PoolKit pk) protected DBViewBTDashboardTimePredictionLoad.getDBRecord(HashGetter filters, Long group, LongSet seriesToCompute, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor
Methods in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor that throw DAExceptionModifier and TypeMethodDescriptionbooleanJobDurationMonitor.onOperationPredictionDetail(UIMessage uiMessage) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor.data
Methods in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOPredictionMonitor.defineSql(CommandContext cc, PoolKit pk) protected voidDAOPredictionMonitor.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor.details
Methods in overit.geocallapp.wfm.ai.ux.duration.prediction.monitor.details that throw DAExceptionModifier and TypeMethodDescriptionprotected voidOperationPredictionDetail.loadOperations(int row) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.dashboard
Methods in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.dashboard that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewPPartsManagementDashboard.loadDetailChartRawData(HashGetter filters, Long mainChartClickedElementId) protected DBViewPPartsManagementDashboard.loadMainChartRawData(HashGetter filters) booleanPPartsManagementDashboard.onShowDetailChart(HashGetter hg) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.dashboard.task
Methods in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.dashboard.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDashboardMaterialsPredictionLoad.body(DashboardMaterialsPredictionLoadEvent event, PoolKit pk) protected DBViewBTDashboardMaterialsPredictionLoad.getDBRecord(HashGetter filters, Long group, LongSet seriesToCompute, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.data
Methods in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOPPMSearchMaterials.defineParams(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.monitor
Methods in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.monitor that throw DAExceptionModifier and TypeMethodDescriptionbooleanPPartsManagementMonitor.onMaterialsPredictionDetail(UIMessage uiMessage) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.monitor.details
Methods in overit.geocallapp.wfm.ai.ux.predictivepartsmanagement.monitor.details that throw DAException -
Uses of DAException in overit.geocallapp.wfm.ai.ux.teamsuggestion.dashboard
Methods in overit.geocallapp.wfm.ai.ux.teamsuggestion.dashboard that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewTeamSuggestionDashboard.loadDetailChartRawData(HashGetter filters, Long mainChartClickedElementId) protected DBViewTeamSuggestionDashboard.loadMainChartRawData(HashGetter filters) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.teamsuggestion.monitor
Methods in overit.geocallapp.wfm.ai.ux.teamsuggestion.monitor that throw DAExceptionModifier and TypeMethodDescriptionbooleanTeamSuggestionMonitor.onOperationAffinityDetails(UIMessage uiMessage) -
Uses of DAException in overit.geocallapp.wfm.ai.ux.teamsuggestion.monitor.details
Methods in overit.geocallapp.wfm.ai.ux.teamsuggestion.monitor.details that throw DAException -
Uses of DAException in overit.geocallapp.wfm.ai.ux.test
Methods in overit.geocallapp.wfm.ai.ux.test that throw DAExceptionModifier and TypeMethodDescriptionprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidBTTestClusterMappingTS.buildFileForDownload(File experienceCsv, File teamCsv, File resourcesCsv) protected FileBTTestTrainingAA.buildFileToTransfer(PoolKit poolKit) protected FileBTTestTrainingDuration.buildFileToTransfer(PoolKit pk) protected FileBTTestTrainingPPM.buildFileToTransfer(PoolKit pk) protected FileBTTestTrainingTeamSuggestion.buildFileToTransfer(PoolKit pk) protected voidBTTestClusterMappingAA.elaborateTask(PoolKit pk) protected voidBTTestClusterMappingTS.elaborateTask(PoolKit pk) protected voidBTTestPredictionDuration.elaborateTask(PoolKit pk) protected voidBTTestPredictionPPM.elaborateTask(PoolKit pk) protected voidBTTestPredictionTeamSuggestion.elaborateTask(PoolKit pk) protected voidBTTestTrainingAA.elaborateTask(PoolKit pk) protected voidBTTestTrainingDuration.elaborateTask(PoolKit pk) protected voidBTTestTrainingPPM.elaborateTask(PoolKit pk) protected voidBTTestTrainingTeamSuggestion.elaborateTask(PoolKit pk) protected WebResourceTestDataExtraction.executeAgendaAffinityTask(BOConfigurationParams configuration) protected WebResourceTestDataExtraction.executeDurationTask(BOConfigurationParams configuration) protected WebResourceTestDataExtraction.executePPartsManagementTask(BOConfigurationParams configuration) protected WebResourceTestDataExtraction.executeTeamSuggestionTask(BOConfigurationParams configuration) protected WebResourceTestDataExtraction.launchExecuteJob(BOConfigurationParams configuration) booleanTestDataExtraction.onCustomTest(UIMessage uim) booleanTestDataExtraction.onResetDurationPredictions(UIMessage uim) booleanTestDataExtraction.onTestInsertOrder(UIMessage uim) booleanTestDataExtraction.onTestManualLaunchAIProcess(UIMessage uim) booleanTestDataExtraction.onTestPresignedUrslGenerator(UIMessage uim) -
Uses of DAException in overit.geocallapp.wfm.assets.bl
Methods in overit.geocallapp.wfm.assets.bl that throw DAExceptionModifier and TypeMethodDescriptionstatic voidAssetUtils.notifyAssetDetach(Long assetId, PoolKit poolKit) Notifies the system about an asset being detached from its parent.static voidAssetUtils.notifyAssetInsert(Long assetId, PoolKit poolKit) Notifies the system about an asset insertion.static voidAssetUtils.notifyAssetUpdate(Long assetId, PoolKit poolKit) Notifies the system about an asset update.static 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.static List<BOAssetStatus> AssetUtils.searchAssetStatuses(AssetStatusSearchFilter filter) Searches for asset statuses based on the provided filter. -
Uses of DAException in overit.geocallapp.wfm.assets.bl.characteristicvalue.data
Methods in overit.geocallapp.wfm.assets.bl.characteristicvalue.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAssetCharacteristicValueHistory.defineValues(CommandContext cc, PoolKit pk) protected voidDAOAssetCharacteristicValueSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.characteristicvalue.task
Methods in overit.geocallapp.wfm.assets.bl.characteristicvalue.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetCharacteristicValueDelete.execute(AssetCharacteristicValueDeleteEvent event, PoolKit poolKit) Remove the givenBOAssetcharacteristic id.protected voidBTAssetCharacteristicValueLoad.execute(AssetCharacteristicValueLoadEvent event, PoolKit pk) Writes the loaded characteristic value into the event journal.protected voidBTAssetCharacteristicValueSearch.execute(AssetCharacteristicValueSearchEvent event, PoolKit poolKit) Writes the searched technical object characteristic values into the event journal -
Uses of DAException in overit.geocallapp.wfm.assets.bl.contact.data
Methods in overit.geocallapp.wfm.assets.bl.contact.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAssetContactSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.contact.task
Methods in overit.geocallapp.wfm.assets.bl.contact.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetContactUpdate.checkUnique(BOAssetContact contact, PoolKit poolKit) protected LongPerforms the needed operation by calling theBTAssetContactHistory.protected voidBTAssetContactInsert.execute(AssetContactInsertEvent event, PoolKit poolKit) Inserts the givenBOAssetContactand writes the newly generated id into the event journal.protected voidBTAssetContactLoad.execute(AssetContactLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOAssetContactand writes it into the event journal.protected voidBTAssetContactSearch.execute(AssetContactSearchEvent event, PoolKit poolKit) Writes the searched contacts into the event journal.protected voidBTAssetContactUpdate.execute(AssetContactUpdateEvent event, PoolKit poolKit) Updates theBOAssetContactwith all its needed components.protected LongBTAssetContactInsert.insert(BOAssetContact contact, PoolKit poolKit) Performs the insertion of the givenBOAssetContact.protected LongBTAssetContactSearch.loadAddress(Long accountId, PoolKit poolKit) protected BOAssetContactBTAssetContactInsert.loadExistingContact(BOAssetContact contact, PoolKit poolKit) Loads the existing contact with the not valid contact values.protected LongBTAssetContactInsert.update(BOAssetContact contact, BOAssetContact existingContact, PoolKit poolKit) Performs the update of the givenBOAssetContact.protected voidBTAssetContactUpdate.update(PoolKit poolKit, BOAssetContact contact) protected voidBTAssetContactInsert.validate(BOAssetContact contact, PoolKit poolKit) Validates the data before the insertion.protected voidBTAssetContactUpdate.validate(BOAssetContact contact, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.contact.type.data
Methods in overit.geocallapp.wfm.assets.bl.contact.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOContactTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.contact.type.task
Methods in overit.geocallapp.wfm.assets.bl.contact.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTContactTypeLoad.body(ContactTypeLoadEvent event, PoolKit poolKit) Writes the loaded contact type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.assets.bl.data
Methods in overit.geocallapp.wfm.assets.bl.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAsset.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOAssetDescendantSearch.defineSql(CommandContext cc, PoolKit pk) protected voidDAOAssetSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.linearassetlocation.task
Methods in overit.geocallapp.wfm.assets.bl.linearassetlocation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLinearAssetLocationInsert.execute(LinearAssetLocationInsertEvent event, PoolKit poolKit) Inserts aBOLinearAssetLocation.protected voidBTLinearAssetLocationLoad.execute(LinearAssetLocationLoadEvent event, PoolKit poolKit) Writes the loaded linear asset location into the event journal.protected voidBTLinearAssetLocationSearch.execute(LinearAssetLocationSearchEvent event, PoolKit poolKit) Writes the searched linear asset locations into the event journal.protected voidBTLinearAssetLocationUpdate.execute(LinearAssetLocationUpdateEvent event, PoolKit poolKit) Updates theBOLinearAssetLocationwith all its needed components.protected LongBTLinearAssetLocationInsert.insertLinearAssetLocation(BOLinearAssetLocation input, PoolKit poolKit) protected BOAddressBTLinearAssetLocationLoad.loadAddressFromAsset(Long assetId, PoolKit poolKit) Starting from the asset id, it loads the associatedBOAddress.protected voidBTLinearAssetLocationUpdate.updateLinearAssetLocation(BOLinearAssetLocation linearAssetLocation, PoolKit poolKit) Performs the update of the givenBOLinearAssetLocation.protected voidBTLinearAssetLocationInsert.validate(BOLinearAssetLocation input, PoolKit poolKit) Validates the data before the insert.protected voidValidates the data before the load.protected voidBTLinearAssetLocationUpdate.validate(BOLinearAssetLocation linearAssetLocation, PoolKit poolKit) Checks whether the linear asset location and the asset are already associated. -
Uses of DAException in overit.geocallapp.wfm.assets.bl.operationcenter.data
Methods in overit.geocallapp.wfm.assets.bl.operationcenter.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAssetOperationCenterSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.operationcenter.task
Methods in overit.geocallapp.wfm.assets.bl.operationcenter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetOperationCenterDelete.execute(AssetOperationCenterDeleteEvent event, PoolKit poolKit) Remove the givenBOAssetoperation center id.protected voidBTAssetOperationCenterLoad.execute(AssetOperationCenterLoadEvent event, PoolKit poolKit) protected voidBTAssetOperationCenterSearch.execute(AssetOperationCenterSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.status.data
Methods in overit.geocallapp.wfm.assets.bl.status.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAssetStatusSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.status.task
Methods in overit.geocallapp.wfm.assets.bl.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetStatusInsert.execute(AssetStatusInsertEvent event, PoolKit poolKit) Writes the inserted asset status into the event journal.protected voidBTAssetStatusLoadEvent.execute(AssetStatusLoadEvent event, PoolKit pk) Writes the loaded asset status into the event journal.protected voidBTAssetStatusSearch.execute(AssetStatusSearchEvent event, PoolKit poolKit) Writes the searched asset status into the event journal.protected voidBTAssetStatusUpdate.execute(AssetStatusUpdateEvent event, PoolKit poolKit) Writes the updated asset status into the event journal.protected voidBTValidAssetStatusSearch.execute(ValidAssetStatusSearchEvent event, PoolKit poolKit) Writes the loaded asset status into the event journal.protected Collection<BOAssetTypeAdmittedStatus> BTValidAssetStatusSearch.getAdmittedStatus(Long assetType, PoolKit poolKit) protected PageResponse<BOAssetStatus> BTValidAssetStatusSearch.getValidAssetStatus(Collection<Long> validStatusIds, Page page, PoolKit poolKit) protected voidBTAssetStatusInsert.validate(BOAssetStatus assetStatus, PoolKit poolKit) protected voidBTAssetStatusUpdate.validate(BOAssetStatus assetStatus, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.status.type.data
Methods in overit.geocallapp.wfm.assets.bl.status.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAssetStatusTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.status.type.task
Methods in overit.geocallapp.wfm.assets.bl.status.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetStatusTypeLoad.body(AssetStatusTypeLoadEvent event, PoolKit poolKit) Writes the loaded asset status type into the event journal.protected voidBTAssetStatusTypeSearch.body(AssetStatusTypeSearchEvent event, PoolKit poolKit) Writes the searched state type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.assets.bl.task
Methods in overit.geocallapp.wfm.assets.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetNotification.body(AssetNotificationEvent event, PoolKit poolKit) protected voidBTAssetChildInsert.checkNoLoop(Long parentRootId, Long childId, PoolKit pk) Check that no loops form when insertingprotected voidBTAssetInsert.checkUniqueCode(BOAsset asset, PoolKit poolKit) Verifies that the code of the given asset is unique.protected voidBTAssetChildInsert.execute(AssetChildInsertEvent event, PoolKit poolKit) Inserts the givenBOAssetas child of the given parent one.protected voidBTAssetChildRemove.execute(AssetChildRemoveEvent event, PoolKit poolKit) Remove the givenBOAssetparent.protected voidBTAssetDescendantSearch.execute(AssetDescendantSearchEvent event, PoolKit poolKit) Writes the searched descendant assets into the event journal.protected voidBTAssetInsert.execute(AssetInsertEvent event, PoolKit poolKit) Inserts a newBOAsset.protected voidBTAssetLoad.execute(AssetLoadEvent event, PoolKit poolKit) Writes the loaded asset into the event journal.protected voidBTAssetSearch.execute(AssetSearchEvent event, PoolKit poolKit) Writes the searched assets into the event journal.protected voidBTAssetTreeLoad.execute(AssetTreeLoadEvent event, PoolKit poolKit) Writes the loaded asset tree into the event journal.protected voidBTAssetUpdate.execute(AssetUpdateEvent event, PoolKit poolKit) Updates theBOAsset.protected LongBTAssetInsert.insertAsset(AssetInsertInput input, PoolKit poolKit) Inserts the given asset.protected voidBTAssetInsert.insertFakeContact(Long addressId, PoolKit poolKit) Inserts the given contacts.protected BOAssetLoads theBOAssetfrom the given id.protected BOAssetLoads theBOAssetfrom the given id.protected voidBTAssetTreeLoad.searchChildren(Long childId, List<BOAsset> children, PoolKit poolKit) Search recursively the asset tree referring to the given idprotected voidBTAssetChildInsert.updateAsset(BOAsset asset, PoolKit poolKit) Updates the givenBOAsset.protected voidBTAssetChildRemove.updateAsset(BOAsset asset, PoolKit poolKit) Updates the givenBOAsset.protected voidBTAssetUpdate.updateAsset(BOAsset asset, PoolKit poolKit) Updates the given asset.protected voidBTAssetInsert.updateDefaultRoot(BOAsset asset, PoolKit poolKit) Update the asset root with the id value if the root is nullprotected voidBTAssetInsert.updateTimezone(BOAsset asset, PoolKit poolKit) Defines the asset time zone and aligns the creation date with it.protected voidBTAssetChildRemove.validate(AssetChildRemoveInput input, PoolKit poolKit) Validates the data before the removal.protected voidBTAssetInsert.validate(AssetInsertInput input, PoolKit poolKit) Validates the data before the insertion.protected voidValidates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.assets.bl.type.admittedstatus.data
Methods in overit.geocallapp.wfm.assets.bl.type.admittedstatus.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAssetTypeAdmittedStatusSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.type.admittedstatus.task
Methods in overit.geocallapp.wfm.assets.bl.type.admittedstatus.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetTypeAdmittedStatusDelete.execute(AssetTypeAdmittedStatusDeleteEvent event, PoolKit poolKit) Deletes theBOAssetTypeAdmittedStatusbasing on the event's input.protected voidBTAssetTypeAdmittedStatusInsert.execute(AssetTypeAdmittedStatusInsertEvent event, PoolKit poolKit) Writes the inserted asset type admitted status into the event journal.protected voidBTAssetTypeAdmittedStatusSearch.execute(AssetTypeAdmittedStatusSearchEvent event, PoolKit poolKit) Writes the searched asset type admitted status into the event journal. -
Uses of DAException in overit.geocallapp.wfm.assets.bl.type.data
Methods in overit.geocallapp.wfm.assets.bl.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAssetType.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOAssetTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.type.operationcenter.data
Methods in overit.geocallapp.wfm.assets.bl.type.operationcenter.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAssetTypeOperationCenterSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.type.operationcenter.task
Methods in overit.geocallapp.wfm.assets.bl.type.operationcenter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetTypeOperationCenterDelete.execute(AssetTypeOperationCenterDeleteEvent event, PoolKit poolKit) Deletes theBOAssetTypeOperationCenterbasing on the event's input.protected voidBTAssetTypeOperationCenterInsert.execute(AssetTypeOperationCenterInsertEvent event, PoolKit poolKit) Writes the inserted asset type operation center into the event journal.protected voidBTAssetTypeOperationCenterSearch.execute(AssetTypeOperationCenterSearchEvent event, PoolKit poolKit) Writes the searched asset type operation center into the event journal. -
Uses of DAException in overit.geocallapp.wfm.assets.bl.type.task
Methods in overit.geocallapp.wfm.assets.bl.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetTypeInsert.checkUnique(String code, PoolKit pk) Checks if the asset type has a unique code.protected voidBTAssetTypeUpdate.checkUnique(BOAssetType type, PoolKit poolKit) Checks if the asset type has a unique code.protected voidBTAssetTypeInsert.execute(AssetTypeInsertEvent event, PoolKit pk) Writes the inserted asset type into the event journal.protected voidBTAssetTypeLoad.execute(AssetTypeLoadEvent event, PoolKit poolKit) Writes the loaded asset type into the event journal.protected voidBTAssetTypeSearch.execute(AssetTypeSearchEvent event, PoolKit poolKit) Writes the searched asset type into the event journal.protected voidBTAssetTypeUpdate.execute(AssetTypeUpdateEvent event, PoolKit pk) Writes the updated asset type into the event journal.protected voidBTAssetTypeInsert.validate(BOAssetType assetType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOAssetTypeprotected voidBTAssetTypeUpdate.validate(BOAssetType assetType, PoolKit poolKit) Checks if the givenBOAssetTypecan be loaded by performing some validations -
Uses of DAException in overit.geocallapp.wfm.assets.bl.type.template.characteristic.data
Methods in overit.geocallapp.wfm.assets.bl.type.template.characteristic.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAssetTypeTemplateCharacteristicSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.type.template.characteristic.task
Methods in overit.geocallapp.wfm.assets.bl.type.template.characteristic.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetTypeTemplateCharacteristicDelete.execute(AssetTypeTemplateCharacteristicDeleteEvent event, PoolKit poolKit) protected voidBTAssetTypeTemplateCharacteristicSearch.execute(AssetTypeTemplateCharacteristicSearchEvent event, PoolKit poolKit) Writes the searched features into the event journal.protected voidBTAssetTypeTemplateCharacteristicDelete.validate(BOAssetTypeTemplateCharacteristic characteristic, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.type.template.data
Methods in overit.geocallapp.wfm.assets.bl.type.template.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAssetTypeTemplateSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.assets.bl.type.template.task
Methods in overit.geocallapp.wfm.assets.bl.type.template.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetTypeTemplateInsert.checkOnlyOneDefaultTemplate(BOAssetTypeTemplate assetTypeTemplate, PoolKit pk) Verifies that there is already a default template of the given asset type template.protected voidBTAssetTypeTemplateUpdate.checkOnlyOneDefaultTemplate(BOAssetTypeTemplate assetTypeTemplate, PoolKit pk) Verifies that there is already a default template of the given asset type template.protected voidBTAssetTypeTemplateInsert.checkUniqueCode(BOAssetTypeTemplate assetTypeTemplate, PoolKit poolKit) Verifies that the code of the given asset type template is unique.protected voidBTAssetTypeTemplateUpdate.checkUniqueCode(BOAssetTypeTemplate assetTypeTemplate, PoolKit poolKit) Verifies that the code of the given asset type template is unique.protected voidBTAssetTypeTemplateInsert.execute(AssetTypeTemplateInsertEvent event, PoolKit pk) Writes the inserted asset type template into the event journal.protected voidBTAssetTypeTemplateLoad.execute(AssetTypeTemplateLoadEvent event, PoolKit poolKit) Writes the loaded asset type template into the event journal.protected voidBTAssetTypeTemplateSearch.execute(AssetTypeTemplateSearchEvent event, PoolKit poolKit) Writes the searched asset type template into the event journal.protected voidBTAssetTypeTemplateUpdate.execute(AssetTypeTemplateUpdateEvent event, PoolKit pk) Writes the updated asset type into the event journal.protected voidBTAssetTypeTemplateInsert.validate(BOAssetTypeTemplate assetTypeTemplate, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOAssetTypeTemplateprotected voidBTAssetTypeTemplateUpdate.validate(BOAssetTypeTemplate assetTypeTemplate, PoolKit pk) Checks if the givenBOAssetTypeTemplatecan be loaded by performing some validations -
Uses of DAException in overit.geocallapp.wfm.assets.integration
Methods in overit.geocallapp.wfm.assets.integration that throw DAExceptionModifier and TypeMethodDescriptionAssetsEventProvider.getAssetOperationCenter(Long assetOperationCenterId) AssetsProvider.getAssetOperationCenter(Long assetOperationCenterId) AssetsEventProvider.getLinearAssetLocation(LinearAssetLocationLoadInput input) AssetsProvider.getLinearAssetLocation(LinearAssetLocationLoadInput input) AssetsEventProvider.searchAssetCharacteristicValue(AssetCharacteristicValueSearchFilter filter) AssetsProvider.searchAssetCharacteristicValue(AssetCharacteristicValueSearchFilter filter) AssetsEventProvider.searchAssetDescendants(AssetDescendantSearchFilter filter) AssetsProvider.searchAssetDescendants(AssetDescendantSearchFilter filter) AssetsEventProvider.searchAssetOperationCenter(AssetOperationCenterSearchFilter filter) AssetsProvider.searchAssetOperationCenter(AssetOperationCenterSearchFilter filter) AssetsEventProvider.searchAssetTypes(AssetTypeSearchFilter filter) AssetsProvider.searchAssetTypes(AssetTypeSearchFilter filter) AssetsEventProvider.searchAssetTypeTemplateCharacteristic(AssetTypeTemplateCharacteristicSearchFilter filter) AssetsProvider.searchAssetTypeTemplateCharacteristic(AssetTypeTemplateCharacteristicSearchFilter filter) -
Uses of DAException in overit.geocallapp.wfm.assets.rs1.asset
Methods in overit.geocallapp.wfm.assets.rs1.asset that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> AssetService.batchInsertAssetChild(@Size(min=1,max=200) @Valid List<DTOAssetChildBatchInsert> batchInput) Create a batch of asset children by calling theAssetChildInsertBatchEventorg.springframework.http.ResponseEntity<Void> AssetService.batchPatch(@Size(min=1,max=200) @Valid List<DTOAssetBatchUpdate> batchInput) Update a batch of assets by calling theAssetUpdateBatchEventorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> Create a batch of assets by calling theAssetInsertBatchEventorg.springframework.http.ResponseEntity<DTOAsset> AssetService.get(Long assetId, Collection<String> fields) Retrieves the requiredDTOAssetby calling theAssetLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAsset>> AssetService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAssetFilter filter) Returns the collection of all the stored assets by calling theAssetSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAssetDescendant>> AssetService.getDescendant(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAssetDescendantFilter filter) Returns the collection of all the stored descendant assets by calling theAssetDescendantSearchEvent.org.springframework.http.ResponseEntity<Void> AssetService.insertAssetChild(Long assetId, @Valid DTOAssetChildInsert dto) Inserts a new child for a given asset by calling theAssetChildInsertEvent.org.springframework.http.ResponseEntity<Void> AssetService.patch(Long assetId, @Valid DTOAssetUpdate dto) Update an asset by calling theAssetUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> AssetService.post(@Valid DTOAssetInsert dto) Create a new asset by calling theAssetInsertEventorg.springframework.http.ResponseEntity<Void> AssetService.removeAssetChild(Long assetId, Long assetChildId) Remove a parent for a given asset by calling theAssetChildRemoveEvent. -
Uses of DAException in overit.geocallapp.wfm.assets.rs1.asset.characteristicvalue
Methods in overit.geocallapp.wfm.assets.rs1.asset.characteristicvalue that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAssetCharacteristicValue> AssetCharacteristicValueService.get(Long assetId, Long characteristicId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOAssetCharacteristicValue>> AssetCharacteristicValueService.getCollection(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAssetCharacteristicValueFilter filter) org.springframework.http.ResponseEntity<Void> AssetCharacteristicValueService.removeAssetCharacteristic(Long assetId, Long assetCharacteristicId) Remove a characteristic for a given asset by calling theAssetCharacteristicValueDeleteEvent. -
Uses of DAException in overit.geocallapp.wfm.assets.rs1.linearassetlocation
Methods in overit.geocallapp.wfm.assets.rs1.linearassetlocation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> LinearAssetLocationBatchService.batchPatch(@Size(min=1,max=200) @Valid List<DTOLinearAssetLocationBatchUpdate> batchInput) Update a batch of linear asset locations by calling theLinearAssetLocationUpdateBatchEventorg.springframework.http.ResponseEntity<DTOLinearAssetLocation> LinearAssetLocationService.get(Long assetId, Collection<String> fields) Retrieves the requiredDTOLinearAssetLocationby calling theLinearAssetLocationLoadEvent.org.springframework.http.ResponseEntity<Void> LinearAssetLocationService.patch(Long assetId, @Valid DTOLinearAssetLocationUpdate dto) Updates the required linear asset location by calling theLinearAssetLocationUpdateEvent. -
Uses of DAException in overit.geocallapp.wfm.assets.rs1.operationcenter
Methods in overit.geocallapp.wfm.assets.rs1.operationcenter that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Remove an operation center relation for a given asset by calling theAssetOperationCenterDeleteEvent.org.springframework.http.ResponseEntity<DTOAssetOperationCenter> AssetOperationCenterService.get(Long assetId, Long assetOperationCenterId, Collection<String> fields) Retrieves the required asset operation center by calling theAssetOperationCenterLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAssetOperationCenter>> AssetOperationCenterService.getCollection(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAssetOperationCenterFilter filter) Returns the collection of all the storedDTOAssetOperationCenterby calling theAssetOperationCenterSearchEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> AssetOperationCenterService.post(Long assetId, @Valid DTOAssetOperationCenterInsert dto) Creates a new asset operation center relation by calling theAssetOperationCenterInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.assets.rs1.status
Methods in overit.geocallapp.wfm.assets.rs1.status that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAssetStatus> AssetStatusService.get(Long id, String language, Collection<String> fields) Retrieves the required asset status.org.springframework.http.ResponseEntity<PageResponse<DTOAssetStatus>> AssetStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOAssetStatusSearchFilter filter) Retrieve the all stored asset status.org.springframework.http.ResponseEntity<Void> AssetStatusService.patch(Long id, @Valid DTOAssetStatusUpdate input) Modifies the required asset status.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> AssetStatusService.post(@Valid DTOAssetStatusInsert input) Create a new asset status. -
Uses of DAException in overit.geocallapp.wfm.assets.rs1.statustype
Methods in overit.geocallapp.wfm.assets.rs1.statustype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAssetStatusType> AssetStatusTypeService.get(Long id, Collection<String> fields) Retrieves the required asset status type.org.springframework.http.ResponseEntity<PageResponse<DTOAssetStatusType>> AssetStatusTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAssetStatusTypeSearchFilter filter) Retrieve the all stored asset status types. -
Uses of DAException in overit.geocallapp.wfm.assets.rs1.type
Methods in overit.geocallapp.wfm.assets.rs1.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAssetType> AssetTypeService.get(Long id, String language, Collection<String> fields) Retrieves the required asset type.org.springframework.http.ResponseEntity<PageResponse<DTOAssetType>> AssetTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOAssetTypeSearchFilter filter) Retrieve the all stored asset types.org.springframework.http.ResponseEntity<Void> AssetTypeService.patch(Long id, @Valid DTOAssetTypeUpdate input) Modifies the required asset type.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> AssetTypeService.post(@Valid DTOAssetTypeInsert input) Create a new asset type. -
Uses of DAException in overit.geocallapp.wfm.assets.rs1.type.template
Methods in overit.geocallapp.wfm.assets.rs1.type.template that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAssetTypeTemplate> AssetTypeTemplateService.get(Long typeId, Long templateId, Collection<String> fields) Retrieves the required asset type template.org.springframework.http.ResponseEntity<PageResponse<DTOAssetTypeTemplate>> AssetTypeTemplateService.getCollection(Long typeId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAssetTypeTemplateFilter filter) Retrieve the all stored asset type templates.org.springframework.http.ResponseEntity<Void> AssetTypeTemplateService.patch(Long typeId, Long templateId, @Valid DTOAssetTypeTemplateUpdate input) Modifies the required asset type template.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> AssetTypeTemplateService.post(Long typeId, @Valid DTOAssetTypeTemplateInsert input) Create a new asset type template. -
Uses of DAException in overit.geocallapp.wfm.assets.rs1.type.template.characteristic
Methods in overit.geocallapp.wfm.assets.rs1.type.template.characteristic that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Delete the required relation from asset type template and characteristic.org.springframework.http.ResponseEntity<DTOAssetTypeTemplateCharacteristic> AssetTypeTemplateCharacteristicService.get(Long typeId, Long templateId, Long characteristicId, Collection<String> fields) Retrieves the required relation from asset type template and characteristic.org.springframework.http.ResponseEntity<PageResponse<DTOAssetTypeTemplateCharacteristic>> AssetTypeTemplateCharacteristicService.getCollection(Long typeId, Long templateId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAssetTypeTemplateCharacteristicFilter filter) Retrieve the all stored relations from asset type template and characteristic. -
Uses of DAException in overit.geocallapp.wfm.booking.bl.appointment.task
Methods in overit.geocallapp.wfm.booking.bl.appointment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAppointmentPropose.checkBookingWorkOrder(WorkOrder workOrder, PoolKit poolKit) Checks that the givenWorkOrderhas a not cancelled booking work order.protected WorkOrderBTAppointmentPropose.createWorkOrder(BOWorkOrderHeader workOrderHeader, TechnicalObject technicalObject, PoolKit poolKit) Creates theWorkOrderstarting from the given data.protected voidBTAppointmentPropose.execute(AppointmentProposeEvent event, PoolKit poolKit) Proposes a list of possible appointments slots for the given activity.protected LongBTAppointmentPropose.getActivityCost(BOOperationActivity operationActivity, BOWorkOrderOperation woOperation, PoolKit poolKit) protected voidBTAppointmentPropose.insertAgenda(Long appointmentId, PoolKit poolKit) protected LongBTAppointmentPropose.insertAppointment(WorkOrder workOrder, BOWorkOrderOperation woOperation, ExternalTeamTimeSlot firstSlot, PoolKit poolKit) protected List<ExternalTeamTimeSlot> BTAppointmentPropose.loadAvailableSlots(WorkOrder workOrder, PoolKit poolKit) protected BOAppointmentBTAppointmentPropose.loadExistingTemporaryAppointment(Long id, PoolKit poolKit) protected BOOperationActivityBTAppointmentPropose.loadOperationActivity(Long id, PoolKit poolKit) protected WorkOrderBTAppointmentPropose.loadWorkOrder(Long id, PoolKit poolKit) Loads theWorkOrderfrom the given id.protected WorkOrderBTAppointmentPropose.searchWorkOrder(BOWorkOrderHeader workOrderHeader, PoolKit poolKit) Searches for a work order with the given characteristics. -
Uses of DAException in overit.geocallapp.wfm.booking.login.task
Methods in overit.geocallapp.wfm.booking.login.task that throw DAException -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.bundleRequirement
Methods in overit.geocallapp.wfm.bundler.bl.bundleRequirement that throw DAExceptionModifier 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 DAException in overit.geocallapp.wfm.bundler.bl.bundleRequirement.data
Methods in overit.geocallapp.wfm.bundler.bl.bundleRequirement.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOBundleRequirementSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.bundleRequirement.migration.data
Methods in overit.geocallapp.wfm.bundler.bl.bundleRequirement.migration.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOBundleExtractRequirements.defineParams(CommandContext cc, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.bundleRequirement.migration.task
Methods in overit.geocallapp.wfm.bundler.bl.bundleRequirement.migration.task that throw DAException -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.bundleRequirement.task
Methods in overit.geocallapp.wfm.bundler.bl.bundleRequirement.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAggregateBundleRequirementsLoad.execute(AggregateBundleRequirementsLoadEvent event, PoolKit poolKit) Executes the task to load and aggregate bundle requirements.protected voidBTBundleRequirementDelete.execute(BundleRequirementDeleteEvent event, PoolKit poolKit) Deletes the bundle requirement.protected voidBTBundleRequirementInsert.execute(BundleRequirementInsertEvent event, PoolKit poolKit) Inserts the bundle requirement.protected voidBTBundleRequirementLoad.execute(BundleRequirementLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOBundleRequirementand writes it into the event journal.protected voidBTBundleRequirementSearch.execute(BundleRequirementSearchEvent event, PoolKit poolKit) Searches for bundle requirements based on the given filter and writes the results into the event journal.protected voidBTBundleRequirementUpdate.execute(BundleRequirementUpdateEvent event, PoolKit poolKit) Updates the bundle requirement.protected List<BOBundleRequirement> BTAggregateBundleRequirementsLoad.loadRequirements(PoolKit poolKit, BundleRequirementSearchFilter filter) Loads requirements based on the given filter. -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.data
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOBundleOperationOrdering.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.task
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleOperationOrderingLoad.execute(BundleOperationOrderingLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOBundleOperationOrderingand writes it into the event journal.protected voidBTBundleOperationOrderingSearch.execute(BundleOperationOrderingSearchEvent event, PoolKit poolKit) Starting from the givenBundleOperationOrderingSearchEvent, it searches the corresponding list ofBOBundleOperationOrderingand it presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.filter.task
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.filter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundlingRuleFilterInsert.execute(BundlingRuleFilterInsertEvent event, PoolKit poolKit) Inserts the givenBOBundlingRuleFilterand writes the newly generated id into the event journal.protected voidBTBundlingRuleFilterLoad.execute(BundlingRuleFilterLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOBundlingRuleFilterand writes it into the event journal.protected voidBTBundlingRuleFiltersDelete.execute(BundlingRuleFiltersDeleteEvent event, PoolKit poolKit) Deletes all theBOBundlingRuleFilterassociated to the givenBOBundlingRuleHeader.protected voidBTBundlingRuleFilterSearch.execute(BundlingRuleFilterSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBOBundlingRuleFilterinto the event journal.protected voidBTBundlingRuleFiltersLoad.execute(BundlingRuleFiltersLoadEvent event, PoolKit poolKit) Writes the list of the just loadedBOBundlingRuleFilters into the event journal.protected voidBTBundlingRuleFilterUpdate.execute(BundlingRuleFilterUpdateEvent event, PoolKit poolKit) Updates theBOBundlingRuleFilterwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.data
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOBundlingRuleHeaderSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.task
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundlingRuleHeaderInsert.execute(BundlingRuleHeaderInsertEvent event, PoolKit pk) Inserts the givenBOBundlingRuleHeaderand writes the newly generated id into the event journal.protected voidBTBundlingRuleHeaderLoad.execute(BundlingRuleHeaderLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOBundlingRuleHeaderand writes it into the event journal.protected voidBTBundlingRuleHeaderSearch.execute(BundlingRuleHeaderSearchEvent event, PoolKit poolKit) Starting from the givenBundlingRuleHeaderSearchFilter, it searches the corresponding list ofBOBundlingRuleHeaderand it presents them as aPageResponsewhich is then written into the event journal.protected voidBTBundlingRuleHeaderUpdate.execute(BundlingRuleHeaderUpdateEvent event, PoolKit pk) Updates theBOBundlingRuleHeaderwith all its needed components.protected voidBTBundlingRuleHeaderValidate.execute(BundlingRuleHeaderValidateEvent event, PoolKit poolKit) Validates theBOBundlingRuleHeaderby checking: if its code and priority are unique if the minimum and the maximum bundle's dimensions are respected if at least one primary criterion is set if at least one of the execution type is set to trueprotected StringBTBundlingRuleHeaderValidate.getDefaultBundlingRuleCode(BOBundlingRuleHeader ruleHeader, PoolKit poolKit) Checks if there are anyBOBundlingRuleHeaderwith flag "isDefault" present and return its code.protected booleanBTBundlingRuleHeaderValidate.isPriorityUnique(PoolKit poolKit, BOBundlingRuleHeader ruleHeader) Checks if the currentBOBundlingRuleHeaderhas a unique priority or not.protected booleanBTBundlingRuleHeaderValidate.isRuleCodeUnique(BOBundlingRuleHeader ruleHeader, PoolKit poolKit) Checks if the currentBOBundlingRuleHeaderhas a unique code or not.protected voidBTBundlingRuleHeaderValidate.validateRule(BOBundlingRuleHeader ruleHeader, PoolKit poolKit) Performs all the needed validation for theBOBundlingRuleHeader. -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.data
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOBundlingRuleOrderingSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.task
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundlingRuleOrderingInsert.execute(BundlingRuleOrderingInsertEvent event, PoolKit poolKit) Inserts the givenBOBundlingRuleOrderingand writes the newly generated id into the event journal.protected voidBTBundlingRuleOrderingLoad.execute(BundlingRuleOrderingLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOBundlingRuleOrderingand writes it into the event journal.protected voidBTBundlingRuleOrderingsDelete.execute(BundlingRuleOrderingsDeleteEvent event, PoolKit poolKit) Deletes all theBOBundlingRuleOrderingassociated to a specificBOBundlingRuleHeader.protected voidBTBundlingRuleOrderingSearch.execute(BundlingRuleOrderingSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searchedBOBundlingRuleOrderinginto the event journal.protected voidBTBundlingRuleOrderingsLoad.execute(BundlingRuleOrderingsLoadEvent event, PoolKit poolKit) Writes the list of the newly loadedBOBundlingRuleFilterinto the event journal.protected voidBTBundlingRuleOrderingUpdate.execute(BundlingRuleOrderingUpdateEvent event, PoolKit poolKit) Updates theBOBundlingRuleOrderingwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task
Methods in overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundlingRuleSave.deleteAssociatedFilters(BundlingRule rule, PoolKit poolKit) Deletes all theBOBundlingRuleFilters already associated to the givenBundlingRule.protected voidBTBundlingRuleSave.deleteAssociatedOrderings(BundlingRule rule, PoolKit poolKit) Deletes all theBOBundlingRuleOrderingalready associated to the givenBundlingRule.protected voidBTBundlingRuleLoad.execute(BundlingRuleLoadEvent event, PoolKit poolKit) Loads theBundlingRulestarting from the given id and loading all its components.protected voidBTBundlingRuleSave.execute(BundlingRuleSaveEvent event, PoolKit poolKit) Saves theBundlingRulewith all its components.protected voidBTBundlingRuleSearch.execute(BundlingRuleSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searchedBundlingRules into the event journal.protected LongBTBundlingRuleSave.insertBundlingRuleHeader(BOBundlingRuleHeader header, PoolKit poolKit) Inserts the givenBOBundlingRuleHeader.protected voidBTBundlingRuleSave.insertFilters(BundlingRule rule, PoolKit poolKit) Inserts all the givenBOBundlingRuleFilterin order to associate them to the currentBundlingRule.protected voidBTBundlingRuleSave.insertOrderings(BundlingRule rule, PoolKit poolKit) Inserts all the givenBOBundlingRuleOrderingin order to associate them to the currentBundlingRule.BundlingRuleLoader.loadBundlingRule(Long bundlingRuleId, PoolKit poolKit) Loads the wholeBundlingRuleentity starting from a given id.BundlingRuleLoader.loadBundlingRule(BOBundlingRuleHeader bundlingRuleHeader, PoolKit poolKit) Loads theBundlingRulewhole entity starting from aBOBundlingRuleHeader.protected List<BOBundlingRuleFilter> BundlingRuleLoader.loadBundlingRuleFilters(Long ruleId, PoolKit poolKit) Loads all theBOBundlingRuleFilters related to the given bundling rule id.protected BOBundlingRuleHeaderBundlingRuleLoader.loadBundlingRuleHeader(Long ruleId, PoolKit poolKit) Loads theBOBundlingRuleHeader.protected List<BOBundlingRuleOrdering> BundlingRuleLoader.loadBundlingRuleOrderings(Long ruleId, PoolKit poolKit) Loads all theBOBundlingRuleOrderingrelated to the given bundling rule id.protected PageResponse<BOBundlingRuleHeader> BTBundlingRuleSearch.searchBundlingRules(Page page, BundlingRuleSearchFilter searchFilter, PoolKit pk) Searches for the neededBOBundlingRuleHeaders using the information contained into the givenBundlingRuleSearchFilter.protected voidBTBundlingRuleSave.updateBundlingRuleHeader(BOBundlingRuleHeader header, PoolKit poolKit) Updates theBOBundlingRuleHeader. -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.criterion.task
Methods in overit.geocallapp.wfm.bundler.bl.criterion.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleCriterionInsert.execute(BundleCriterionInsertEvent event, PoolKit poolKit) Inserts the givenBOBundleCriterionand writes the newly generated id into the event journal.protected voidBTBundleCriterionLoad.execute(BundleCriterionLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOBundleCriterionand writes it into the event journal.protected voidBTBundleCriterionSearch.execute(BundleCriterionSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBOBundleCriterioninto the event journal.protected voidBTBundleCriterionUpdate.execute(BundleCriterionUpdateEvent event, PoolKit poolKit) Updates theBOBundleCriterionwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.header.status.task
Methods in overit.geocallapp.wfm.bundler.bl.header.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleStatusLoad.execute(BundleStatusLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOBundleStatusand writes it into the event journal.protected voidBTBundleStatusSearch.execute(BundleStatusSearchEvent event, PoolKit poolKit) Starting from the givenBundleStatusSearchFilter, it searches the corresponding list ofBOBundleStatusand it presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.header.task
Methods in overit.geocallapp.wfm.bundler.bl.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleHeaderInsert.execute(BundleHeaderInsertEvent event, PoolKit pk) Inserts the givenBOBundleHeaderand writes the newly generated id into the event journal.protected voidBTBundleHeaderLoad.execute(BundleHeaderLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOBundleHeaderand writes it into the event journal.protected voidBTBundleHeaderLockedUpdate.execute(BundleHeaderLockedUpdateEvent event, PoolKit poolKit) Starting from theBundleHeaderLockedUpdateEvent's input, it sets the new lock value and updates theBOBundleHeader.protected voidBTBundleHeaderSearch.execute(BundleHeaderSearchEvent event, PoolKit poolKit) Starting from the givenBundleHeaderSearchFilter, it searches the corresponding list ofBOBundleHeaderand it presents them as aPageResponsewhich is then written into the event journal.protected voidBTBundleHeaderStatusUpdate.execute(BundleHeaderStatusUpdateEvent event, PoolKit poolKit) Updates theBOBundleHeaderonly if the givenBundleHeaderStatusUpdateInputcontains a permitted change of status.protected voidBTBundleHeaderUpdate.execute(BundleHeaderUpdateEvent event, PoolKit pk) Updates theBOBundleHeaderwith all its needed components.protected voidBTBundleOperationStatusChange.execute(BundleOperationStatusChangeEvent event, PoolKit poolKit) Starting from the status of everyBOBundleOperation, it determines the new status of the relatedBOBundleHeaderprotected BundleBTBundleHeaderStatusUpdate.loadBundle(Long bundleId, PoolKit poolKit) Loads theBundlerelated to the given id.protected BundleBTBundleOperationStatusChange.loadBundle(Long bundleId, PoolKit poolKit) Loads the relatedBundlefrom the given id.protected BOBundleHeaderBTBundleHeaderLockedUpdate.loadBundleHeader(PoolKit poolKit, BundleHeaderLockedUpdateInput input) It loads theBOBundleHeaderfrom the given id stored in theBundleHeaderLockedUpdateInput.protected voidBTBundleHeaderStatusUpdate.notifyStatusChange(Bundle bundle, PoolKit poolKit) Notifies theBundleHeaderStatusUpdateEventby calling theBundleNotificationEvent.protected voidBTBundleHeaderStatusUpdate.update(BundleHeaderStatusUpdateInput input, PoolKit poolKit) Performs the update of theBOBundleHeaderwith the validated change of status.protected voidBTBundleOperationStatusChange.updateBundleHeader(Long bundleId, Long bundleNewStatus, Long bundleOldStatus, PoolKit poolKit) Updates theBOBundleHeaderby callingBundleHeaderStatusUpdateEvent -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.operation.data
Methods in overit.geocallapp.wfm.bundler.bl.operation.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOBundleOperationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.operation.status.task
Methods in overit.geocallapp.wfm.bundler.bl.operation.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleOperationStatusLoad.execute(BundleOperationStatusLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOBundleOperationStatusand writes it into the event journal.protected voidBTBundleOperationStatusSearch.execute(BundleOperationStatusSearchEvent event, PoolKit poolKit) Starting from the givenBundleOperationStatusSearchFilter, it searches the corresponding list ofBOBundleOperationStatusand it presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.operation.task
Methods in overit.geocallapp.wfm.bundler.bl.operation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleOperationInsert.execute(BundleOperationInsertEvent event, PoolKit pk) Writes the id of the just insertedBOBundleOperationinto the event journal.protected voidBTBundleOperationLoad.execute(BundleOperationLoadEvent event, PoolKit poolKit) Writes the loadedBOBundleOperationinto the event journal.protected voidBTBundleOperationSearch.execute(BundleOperationSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searchedBOBundleOperations into the event journal.protected voidBTBundleOperationsLoad.execute(BundleOperationsLoadEvent event, PoolKit poolKit) Writes the list of the just loadedBOBundleOperationinto the event journal.protected voidBTBundleOperationStatusUpdate.execute(BundleOperationStatusUpdateEvent event, PoolKit poolKit) Updates theBOBundleOperationwith all its needed components.protected voidBTBundleOperationUpdate.execute(BundleOperationUpdateEvent event, PoolKit pk) Updates theBOBundleOperationwith all its needed components.protected voidBTBundleOperationStatusUpdate.notifyStatusChange(BundleOperationStatusUpdateInput input, PoolKit poolKit) Notifies the change of the status of the givenBOBundleOperation.protected voidBTBundleOperationStatusUpdate.update(BundleOperationStatusUpdateInput input, PoolKit poolKit) Performs the update of theBOBundleOperationwith the validated change of status. -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.skill.task
Methods in overit.geocallapp.wfm.bundler.bl.skill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleSkillsDelete.deleteSkills(Long bundleHeaderId, PoolKit poolKit) Delete the skills of a bundle.protected voidBTBundleSkillInsert.execute(BundleSkillInsertEvent event, PoolKit pk) Inserts the givenBOBundleSkilland writes the newly generated id into the event journal.protected voidBTBundleSkillLoad.execute(BundleSkillLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOBundleSkilland writes it into the event journal.protected voidBTBundleSkillsDelete.execute(BundleSkillsDeleteEvent event, PoolKit poolKit) Deletes all theBOBundleSkillassociated to a specifiedBundle.protected voidBTBundleSkillSearch.execute(BundleSkillSearchEvent event, PoolKit poolKit) Starting from the givenBundleSkillSearchFilter, it searches the corresponding list ofBOBundleSkilland it presents them as aPageResponsewhich is then written into the event journal.protected voidBTBundleSkillsLoad.execute(BundleSkillsLoadEvent event, PoolKit poolKit) Writes the list of the just loadedBOBundleSkillinto the event journal.protected voidBTBundleSkillUpdate.execute(BundleSkillUpdateEvent event, PoolKit poolKit) Updates theBOBundleSkillwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.skilldivision.task
Methods in overit.geocallapp.wfm.bundler.bl.skilldivision.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleSkillDivisionInsert.execute(BundleSkillDivisionInsertEvent event, PoolKit poolKit) Inserts the givenBOBundleSkillDivisionand writes the newly generated id into the event journal.protected voidBTBundleSkillDivisionLoad.execute(BundleSkillDivisionLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOBundleSkillDivisionand writes it into the event journal.protected voidBTBundleSkillDivisionsDelete.execute(BundleSkillDivisionsDeleteEvent event, PoolKit poolKit) Delete the skill divisions associated to a specified bundle.protected voidBTBundleSkillDivisionSearch.execute(BundleSkillDivisionSearchEvent event, PoolKit poolKit) Starting from the givenBundleSkillDivisionSearchFilter, it searches the corresponding list ofBOBundleSkillDivisionand it presents them as aPageResponsewhich is then written into the event journal.protected voidBTBundleSkillDivisionsLoad.execute(BundleSkillDivisionsLoadEvent event, PoolKit poolKit) Writes the list of the just loadedBOBundleSkillDivisioninto the event journal.protected voidBTBundleSkillDivisionUpdate.execute(BundleSkillDivisionUpdateEvent event, PoolKit poolKit) Updates theBOBundleSkillDivisionwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.bundler.bl.task
Methods in overit.geocallapp.wfm.bundler.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleLoad.execute(BundleLoadEvent event, PoolKit poolKit) Loads theBundlestarting from the given id and loading all its components.protected voidBTBundleLock.execute(BundleLockEvent event, PoolKit poolKit) Locks the givenBundles by calling theBundleHeaderLockedUpdateEvent.protected voidBTBundleUnlock.execute(BundleUnlockEvent event, PoolKit poolKit) Locks the givenBundles by calling theBundleHeaderLockedUpdateEvent.protected voidBTSchedulableBundleUpdate.execute(SchedulableBundleUpdateEvent event, PoolKit poolKit) Update givenBundleby calling theBundleHeaderUpdateEvent, only if theBundleis in stateBOBundleStatus.Values.SCHEDULABLE..protected Collection<BOBundleCriterion> BundleCache.loadBundleCriteria(Collection<Long> bundleCriterionIds, PoolKit poolKit) protected BOBundleHeaderBTBundleLock.loadBundleHeader(PoolKit poolKit, Long bundleId) Loads theBOBundleHeaderrelated to the given id.protected BOBundleHeaderBTBundleUnlock.loadBundleHeader(PoolKit poolKit, Long bundleId) Loads theBOBundleHeaderrelated to the given id.protected Collection<BOBundleOperation> BundleCache.loadBundleOperations(Collection<Long> bundleIds, PoolKit poolKit) protected Collection<AggregateBundleRequirement> BundleCache.loadBundleRequirements(Collection<Long> bundleIds, PoolKit poolKit) protected Collection<BOBundleSkillDivision> BundleCache.loadBundleSkillDivisions(Collection<Long> bundleIds, PoolKit poolKit) protected Collection<BOBundleSkill> BundleCache.loadBundleSkills(Collection<Long> bundleIds, PoolKit poolKit) protected voidBTBundleLock.lockBundle(BOBundleHeader header, PoolKit poolKit) Performs the update of theBOBundleHeaderby locking it.protected voidBTBundleUnlock.unlockBundle(BOBundleHeader header, PoolKit poolKit) Performs the update of theBOBundleHeaderby unlocking it. -
Uses of DAException in overit.geocallapp.wfm.bundler.integration
Methods in overit.geocallapp.wfm.bundler.integration that throw DAExceptionModifier and TypeMethodDescriptionvoidBundlerEventProvider.changeBundleOperationStatus(BundleOperationStatusUpdateInput input, PoolKit poolKit) voidBundlerProvider.changeBundleOperationStatus(BundleOperationStatusUpdateInput input, PoolKit poolKit) voidBundlerEventProvider.deleteBundleSkillDivisions(Long bundleId, PoolKit poolKit) voidBundlerProvider.deleteBundleSkillDivisions(Long bundleId, PoolKit poolKit) voidBundlerEventProvider.deleteBundleSkills(Long bundleId, PoolKit poolKit) voidBundlerProvider.deleteBundleSkills(Long bundleId, PoolKit poolKit) BundlerEventProvider.getBundleByWorkOrderOperation(Long workOrderOperationId) BundlerProvider.getBundleByWorkOrderOperation(Long workOrderOperationId) BundlerEventProvider.getBundleOperation(Long bundleOperationId) BundlerProvider.getBundleOperation(Long bundleOperationId) BundlerEventProvider.getBundlingRule(Long bundlingRuleId) BundlerProvider.getBundlingRule(Long bundlingRuleId) BundlerEventProvider.insertBundleHeder(BOBundleHeader header, PoolKit poolKit) BundlerProvider.insertBundleHeder(BOBundleHeader header, PoolKit poolkit) BundlerEventProvider.insertBundleOperation(BOBundleOperation bundleOperation, PoolKit poolKit) BundlerProvider.insertBundleOperation(BOBundleOperation bundleOperation, PoolKit poolKit) BundlerEventProvider.insertBundleSkill(BOBundleSkill bundleSkill, PoolKit poolKit) BundlerProvider.insertBundleSkill(BOBundleSkill bundleSkill, PoolKit poolKit) BundlerEventProvider.insertBundleSkillDivision(BOBundleSkillDivision bundleSkillDivision, PoolKit poolKit) BundlerProvider.insertBundleSkillDivision(BOBundleSkillDivision bundleSkillDivision, PoolKit poolKit) BundlerEventProvider.searchBundleOperations(BundleOperationSearchFilter filter) BundlerProvider.searchBundleOperations(BundleOperationSearchFilter filter) voidBundlerEventProvider.updateBundleHeader(BOBundleHeader bundleHeader) voidBundlerProvider.updateBundleHeader(BOBundleHeader bundleHeader) voidBundlerEventProvider.updateBundleOperation(BOBundleOperation bundleOperation) voidBundlerProvider.updateBundleOperation(BOBundleOperation bundleOperation) -
Uses of DAException in overit.geocallapp.wfm.bundler.rs1.bundle
Methods in overit.geocallapp.wfm.bundler.rs1.bundle that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundle> BundleService.get(Long bundleId, Collection<String> fields) Retrieves the required bundle by calling theBundleLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOBundle>> BundleService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOBundleFilter filter) Returns the collection of all the stored bundles by calling theBundleHeaderSearchEvent.org.springframework.http.ResponseEntity<Void> BundleService.patch(Long bundleId, @Valid DTOBundleUpdate dto) Update a bundle by calling theSchedulableBundleUpdateEvent -
Uses of DAException in overit.geocallapp.wfm.bundler.rs1.bundlingrule
Methods in overit.geocallapp.wfm.bundler.rs1.bundlingrule that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundlingRule> BundlingRuleService.get(Long ruleId, Collection<String> fields) Retrieves the required bundling rule by calling theBundlingRuleHeaderLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOBundlingRule>> BundlingRuleService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOBundlingRuleFilter filter) Returns the collection of all the stored bundling rules by calling theBundlingRuleHeaderSearchEvent.org.springframework.http.ResponseEntity<Void> BundlingRuleService.patch(Long ruleId, @Valid DTOBundlingRuleUpdate dto) Update a bundling rule by calling theBundlingRuleHeaderUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> BundlingRuleService.post(@Valid DTOBundlingRuleInsert dto) Create a new bundling rule by calling theBundlingRuleHeaderInsertEvent -
Uses of DAException in overit.geocallapp.wfm.bundler.rs1.operation
Methods in overit.geocallapp.wfm.bundler.rs1.operation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleOperation> BundleOperationService.get(Long bundleId, Long operationId, Collection<String> fields) Retrieves the required bundle operation by calling theBundleOperationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOBundleOperation>> BundleOperationService.getCollection(Long bundleId, @Valid Page page, Collection<String> fields, String order, @Valid DTOBundleOperationFilter filter) Returns the collection of all the stored bundles operations by calling theBundleOperationSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.bundler.rs1.operation.ordering
Methods in overit.geocallapp.wfm.bundler.rs1.operation.ordering that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleOperationOrdering> BundleOperationOrderingService.get(Long orderingId, Collection<String> fields) Retrieves the required bundle operation ordering by calling theBundleOperationOrderingLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOBundleOperationOrdering>> BundleOperationOrderingService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOBundleOperationOrderingFilter filter) Returns the collection of all the stored bundles operation orderings by calling theBundleOperationOrderingSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.bundler.rs1.operation.status
Methods in overit.geocallapp.wfm.bundler.rs1.operation.status that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleOperationStatus> BundleOperationStatusService.get(Long statusId, Collection<String> fields) Retrieves the required bundle operation status by calling theBundleOperationStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOBundleOperationStatus>> BundleOperationStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOBundleOperationStatusFilter filter) Returns the collection of all the stored bundle operation status by calling theBundleOperationStatusSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.bundler.rs1.skill
Methods in overit.geocallapp.wfm.bundler.rs1.skill that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleSkill> BundleSkillService.get(Long bundleId, Long bundleSkillId, Collection<String> fields) Retrieves the required bundle skill by calling theBundleSkillLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOBundleSkill>> BundleSkillService.getCollection(Long bundleId, @Valid Page page, Collection<String> fields, String order, @Valid DTOBundleSkillFilter filter) Returns the collection of all the stored bundles skills by calling theBundleSkillSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.bundler.rs1.skilldivision
Methods in overit.geocallapp.wfm.bundler.rs1.skilldivision that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleSkillDivision> BundleSkillDivisionService.get(Long bundleId, Long bundleSkillDivisionId, Collection<String> fields) Retrieves the required bundle skill division by calling theBundleSkillDivisionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOBundleSkillDivision>> BundleSkillDivisionService.getCollection(Long bundleId, @Valid Page page, Collection<String> fields, String order, @Valid DTOBundleSkillDivisionFilter filter) Returns the collection of all the stored bundles skill divisions by calling theBundleSkillDivisionSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.availability.type.data
Methods in overit.geocallapp.wfm.calendars.bl.availability.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAvailabilityTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.availability.type.task
Methods in overit.geocallapp.wfm.calendars.bl.availability.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAvailabilityTypeLoad.execute(AvailabilityTypeLoadEvent event, PoolKit poolKit) Writes the loadedBOAvailabilityTypeinto the event journal.protected voidBTAvailabilityTypeSearch.execute(AvailabilityTypeSearchEvent event, PoolKit poolKit) Writes the searchedBOAvailabilityTypes into the event journal. -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.data
Methods in overit.geocallapp.wfm.calendars.bl.workshift.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkShift.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOWorkShiftSearch.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOWorkShiftSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.exception.data
Methods in overit.geocallapp.wfm.calendars.bl.workshift.exception.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkShiftExceptionSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.data
Methods in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkShiftExceptionClassSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.task
Methods in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftExceptionClassInsert.execute(WorkShiftExceptionClassInsertEvent event, PoolKit poolKit) Writes the ID of the insertedBOWorkShiftExceptionClassinto the event journal.protected voidBTWorkShiftExceptionClassLoad.execute(WorkShiftExceptionClassLoadEvent event, PoolKit poolKit) Writes the loadedBOWorkShiftExceptionClassinto the event journal.protected voidBTWorkShiftExceptionClassSearch.execute(WorkShiftExceptionClassSearchEvent event, PoolKit poolKit) Writes the searchedBOWorkShiftExceptionClasss into the event journal.protected voidBTWorkShiftExceptionClassUpdate.execute(WorkShiftExceptionClassUpdateEvent event, PoolKit poolKit) Writes the updatedBOWorkShiftExceptionClassinto the event journal.protected voidBTWorkShiftExceptionClassInsert.validate(BOWorkShiftExceptionClass input, PoolKit poolKit) Checks whether the insertion is possible by performing some validations on the givenBOWorkShiftExceptionClassinput, i.e. the work shift exception class to be inserted.protected voidBTWorkShiftExceptionClassUpdate.validate(BOWorkShiftExceptionClass input, PoolKit poolKit) Checks whether the update is possible by performing some validations on the givenBOWorkShiftExceptionClassto be updated. -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.type.data
Methods in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkShiftExceptionClassTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.type.task
Methods in overit.geocallapp.wfm.calendars.bl.workshift.exception.exceptionclass.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftExceptionClassTypeLoad.execute(WorkShiftExceptionClassTypeLoadEvent event, PoolKit poolKit) Writes the loaded work shift exception class type into the event journal.protected voidBTWorkShiftExceptionClassTypeSearch.execute(WorkShiftExceptionClassTypeSearchEvent event, PoolKit poolKit) Writes the searched work shift exception class types into the event journal. -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.data
Methods in overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkShiftExceptionImpactSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.task
Methods in overit.geocallapp.wfm.calendars.bl.workshift.exception.impact.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftExceptionImpactLoad.execute(WorkShiftExceptionImpactLoadEvent event, PoolKit poolKit) Writes the loadedBOWorkShiftExceptionImpactinto the event journal.protected voidBTWorkShiftExceptionImpactSearch.execute(WorkShiftExceptionImpactSearchEvent event, PoolKit poolKit) Writes the searchedBOWorkShiftExceptionImpacts into the event journal. -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.data
Methods in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkShiftExceptionManagementSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.task
Methods in overit.geocallapp.wfm.calendars.bl.workshift.exception.management.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftExceptionManagementLoad.execute(WorkShiftExceptionManagementLoadEvent event, PoolKit poolKit) Writes the loadedBOWorkShiftExceptionManagementinto the event journal.protected voidBTWorkShiftExceptionManagementSearch.execute(WorkShiftExceptionManagementSearchEvent event, PoolKit poolKit) Writes the searchedBOWorkShiftExceptionManagements into the event journal. -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.exception.task
Methods in overit.geocallapp.wfm.calendars.bl.workshift.exception.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftExceptionTotalsCalculation.calculateTotalUnavailability(BOWorkShift workShift, PoolKit poolKit) Calculates the total amount of overlapping breaks and absences during a givenBOWorkShift-protected voidBTWorkShiftExceptionInsert.completeWorkShiftExceptionData(BOWorkShiftException workShiftException, PoolKit poolKit) Validates the start day and the end day.protected voidBTWorkShiftExceptionDelete.deleteDummyWorkShift(List<BOWorkShiftExceptionWorkShift> relations, PoolKit poolKit) Deletes dummy work shiftprotected voidBTWorkShiftExceptionDelete.deleteRelation(Long workShiftExceptionId, PoolKit poolKit) Delete of work shift exception - work shift associationprotected voidBTNearestWorkShiftSearch.execute(NearestWorkShiftSearchEvent event, PoolKit poolKit) Calculates the nearest work shift using theTimeLineobjects.protected voidBTOverlappingWorkShiftExceptionSearch.execute(OverlappingWorkShiftExceptionSearchEvent event, PoolKit poolKit) Writes the list of searchedBOWorkShiftExceptionthat overlap the given day interval for the given resource.protected voidBTWorkShiftExceptionDelete.execute(WorkShiftExceptionDeleteEvent event, PoolKit poolKit) protected voidBTWorkShiftExceptionInsert.execute(WorkShiftExceptionInsertEvent event, PoolKit poolKit) Writes the ID of the insertedBOWorkShiftExceptionobject into the event journal.protected voidBTWorkShiftExceptionLoad.execute(WorkShiftExceptionLoadEvent event, PoolKit poolKit) Writes the loadedBOWorkShiftExceptioninto the event journal.protected voidBTWorkShiftExceptionSearch.execute(WorkShiftExceptionSearchEvent event, PoolKit poolKit) Writes the searchedBOWorkShiftExceptions into the event journal.protected voidBTWorkShiftExceptionTotalsCalculation.execute(WorkShiftExceptionTotalsCalculationEvent event, PoolKit poolKit) Implements some logics about the calculation.protected List<BOWorkShiftException> BTWorkShiftExceptionTotalsCalculation.getExceptions(List<BOWorkShiftException> shiftExceptions, Long classType, PoolKit poolKit) Method that filters a list of input work shift exceptions based on the class type.protected List<BOWorkShift> BTWorkShiftExceptionInsert.getWorkShifts(BOWorkShiftException workShiftException, PoolKit poolKit) Extracts the list ofBOWorkShiftrelated to a given resource for a certain day.protected List<BOWorkShift> BTWorkShiftExceptionDelete.loadDummyWorkShifts(List<BOWorkShiftExceptionWorkShift> workShiftExceptionWorkShiftList, PoolKit poolKit) protected List<BOWorkShift> BTWorkShiftExceptionInsert.loadOverlappingWorkShifts(BOWorkShiftException workShiftException, PoolKit poolKit) Loads the list of specificBOWorkShiftby using aBOWorkShiftException.protected List<BOWorkShiftExceptionWorkShift> BTWorkShiftExceptionDelete.loadRelations(WorkShiftExceptionWorkShiftSearchFilter workShiftExceptionWorkShiftSearchFilter, PoolKit poolKit) protected List<BOWorkShiftExceptionWorkShift> BTWorkShiftExceptionTotalsCalculation.loadRelations(BOWorkShift workShift, PoolKit poolKit) protected BOWorkShiftExceptionClassBTWorkShiftExceptionDelete.loadWorkShiftExceptionClass(PoolKit poolKit, BOWorkShiftExceptionType workShiftExceptionType) protected BOWorkShiftExceptionClassBTWorkShiftExceptionInsert.loadWorkShiftExceptionClass(BOWorkShiftExceptionType workShiftExceptionType, PoolKit poolKit) protected BOWorkShiftExceptionTypeBTWorkShiftExceptionDelete.loadWorkShiftExceptionType(BOWorkShiftException workShiftException, PoolKit poolKit) protected BOWorkShiftExceptionTypeBTWorkShiftExceptionInsert.loadWorkShiftExceptionType(BOWorkShiftException input, PoolKit poolKit) protected voidBTWorkShiftExceptionDelete.manageDummyWorkShift(BOWorkShiftException workShiftException, PoolKit poolKit) If an extra presence is referred to a dummy work shift, then it is checked if it is the only one and it is eliminated, otherwise it is left.protected voidBTWorkShiftExceptionDelete.nofityDelete(BOWorkShiftException workShiftException, PoolKit poolKit) protected voidBTWorkShiftExceptionInsert.nofityInsert(BOWorkShiftException workShiftException, PoolKit poolKit) protected voidBTWorkShiftExceptionTotalsCalculation.notifyWorkShift(BOWorkShift workShift, BaseNotificationAction action, PoolKit poolKit) protected List<BOWorkShiftException> BTOverlappingWorkShiftExceptionSearch.searchResourceWorkShiftException(OverlappingWorkShiftExceptionSearchInput input, PoolKit poolKit) Extracts the list ofBOWorkShiftExceptions that overlap the given day interval for the given resource.protected BOWorkShiftBTWorkShiftExceptionTotalsCalculation.searchWorkShift(Long workShiftId, PoolKit poolKit) Searches the requiredBOWorkShift.protected List<BOWorkShiftException> BTWorkShiftExceptionTotalsCalculation.searchWorkShiftExceptionWorkShift(BOWorkShift workShift, PoolKit poolKit) Loads absences and extra presences overlapping a givenBOWorkShift.protected List<BOWorkShift> BTNearestWorkShiftSearch.searchWorkShifts(NearestWorkShiftSearchInput input, PoolKit poolKit) Searches for all the non cancelled work shifts related to the given resource and whose start date is within the range of (reference date-1) and (reference dates +1).protected voidBTWorkShiftExceptionInsert.updateRelation(BOWorkShiftException workShiftException, PoolKit poolKit) protected voidBTWorkShiftExceptionTotalsCalculation.updateWorkShift(BOWorkShift workShift, PoolKit poolKit) Updates the work shift.protected voidBTWorkShiftExceptionInsert.validate(BOWorkShiftException input, List<BOWorkShift> workShiftList, PoolKit poolKit) Checks whether the insertion is possible by performing some validations on the givenBOWorkShiftException. -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.exception.type.data
Methods in overit.geocallapp.wfm.calendars.bl.workshift.exception.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkShiftExceptionTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.exception.type.task
Methods in overit.geocallapp.wfm.calendars.bl.workshift.exception.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftExceptionTypeInsert.checkUniqueCode(BOWorkShiftExceptionType input, PoolKit poolKit) Checks whether the code of theBOWorkShiftExceptionTypeto be inserted is unique.protected voidBTWorkShiftExceptionTypeUpdate.checkUniqueCode(BOWorkShiftExceptionType input, PoolKit poolKit) Checks whether the code of theBOWorkShiftExceptionType.protected voidBTWorkShiftExceptionTypeInsert.execute(WorkShiftExceptionTypeInsertEvent event, PoolKit poolKit) Writes the ID of the insertedBOWorkShiftExceptionTypeinto the event journal.protected voidBTWorkShiftExceptionTypeLoad.execute(WorkShiftExceptionTypeLoadEvent event, PoolKit poolKit) Writes the loadedBOWorkShiftExceptionTypeinto the event journal.protected voidBTWorkShiftExceptionTypeSearch.execute(WorkShiftExceptionTypeSearchEvent event, PoolKit poolKit) Writes the searchedBOWorkShiftExceptionTypes into the event journal.protected voidBTWorkShiftExceptionTypeUpdate.execute(WorkShiftExceptionTypeUpdateEvent event, PoolKit poolKit) Writes the updatedBOWorkShiftExceptionTypeinto the event journal.protected voidBTWorkShiftExceptionTypeInsert.validate(BOWorkShiftExceptionType input, PoolKit poolKit) Checks whether the insertion is possible by performing some validations on the givenBOWorkShiftExceptionTypeto be inserted.protected voidBTWorkShiftExceptionTypeUpdate.validate(BOWorkShiftExceptionType input, PoolKit poolKit) Checks whether the update is possible by performing some validations on the givenBOWorkShiftExceptionType. -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.task
Methods in overit.geocallapp.wfm.calendars.bl.workshift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTExistingResourceWorkShiftSearch.execute(ExistingResourceWorkShiftSearchEvent event, PoolKit poolKit) Writes the searchedBOWorkShifts into the event journal.protected voidBTOverlappingWorkShiftSearch.execute(OverlappingWorkShiftSearchEvent event, PoolKit poolKit) Writes the overlappingBOWorkShifts into the event journal.protected voidBTWorkShiftLoad.execute(WorkShiftLoadEvent event, PoolKit poolKit) Writes the loadedBOWorkShiftinto the event journal.protected voidBTWorkShiftOverlapCheck.execute(WorkShiftOverlapCheckEvent event, PoolKit poolKit) Calculates the overlap between aBOWorkShiftand the already existingBOWorkShifts.protected voidBTWorkShiftSearch.execute(WorkShiftSearchEvent event, PoolKit poolKit) Writes the searchedBOWorkShifts into the event journal.protected voidBTWorkShiftTimeLineLoad.execute(WorkShiftTimeLineLoadEvent event, PoolKit poolKit) Writes the loadedTimeLineinto the event journal.protected List<BOWorkShift> BTExistingResourceWorkShiftSearch.existingResourceWorkShift(Long resourceID, Map<String, Object> filter, PoolKit poolKit) Extracts the list of the existingBOWorkShiftobjects.protected List<BOWorkShiftException> BTWorkShiftTimeLineLoad.getExceptions(List<BOWorkShiftException> shiftExceptions, Long classType, PoolKit poolKit) protected List<BOWorkShift> BTOverlappingWorkShiftSearch.searchResourceWorkShift(OverlappingWorkShiftSearchInput input, PoolKit poolKit) Extracts the overlapping shifts on the given day for the given resource.protected List<BOWorkShiftException> BTWorkShiftTimeLineLoad.searchWorkShiftExceptionWorkShift(BOWorkShift workShift, PoolKit poolKit) Loads absences and extra presences overlapping a givenBOWorkShift. -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.type.data
Methods in overit.geocallapp.wfm.calendars.bl.workshift.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkShiftType.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOWorkShiftTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.type.task
Methods in overit.geocallapp.wfm.calendars.bl.workshift.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftTypeInsert.checkUniqueCode(BOWorkShiftType input, PoolKit poolKit) Verifies that the code of the givenBOWorkShiftTypeis unique.protected voidBTWorkShiftTypeUpdate.checkUniqueCode(BOWorkShiftType input, PoolKit poolKit) Verifies that the code of the given work shift type is unique.protected voidBTWorkShiftTypeInsert.execute(WorkShiftTypeInsertEvent event, PoolKit poolKit) Writes the ID of the insertedBOWorkShiftTypeinto the event journal.protected voidBTWorkShiftTypeLoad.execute(WorkShiftTypeLoadEvent event, PoolKit poolKit) Writes the loadedBOWorkShiftTypeinto the event journal.protected voidBTWorkShiftTypeSearch.execute(WorkShiftTypeSearchEvent event, PoolKit poolKit) Writes the searchedBOWorkShiftTypes into the event journal.protected voidBTWorkShiftTypeUpdate.execute(WorkShiftTypeUpdateEvent event, PoolKit poolKit) Writes the updatedBOWorkShiftTypeinto the event journal.protected voidBTWorkShiftTypeInsert.validate(BOWorkShiftType workShiftType, PoolKit poolKit) Validates the data before the insertion.protected voidBTWorkShiftTypeUpdate.validate(BOWorkShiftType workShiftType, PoolKit poolKit) Validates the data before the insertion. -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.type.typeclass.data
Methods in overit.geocallapp.wfm.calendars.bl.workshift.type.typeclass.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkShiftTypeClassSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.type.typeclass.task
Methods in overit.geocallapp.wfm.calendars.bl.workshift.type.typeclass.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftTypeClassLoad.execute(WorkShiftTypeClassLoadEvent event, PoolKit poolKit) Writes the loadedBOWorkShiftTypeClassinto the event journal.protected voidBTWorkShiftTypeClassSearch.execute(WorkShiftTypeClassSearchEvent event, PoolKit poolKit) Writes the searchedBOWorkShiftTypeClasss into the event journal. -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.data
Methods in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkShiftExceptionWorkShiftSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.task
Methods in overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftExceptionWorkShiftDelete.execute(WorkShiftExceptionWorkShiftDeleteEvent event, PoolKit poolKit) protected voidBTWorkShiftExceptionWorkShiftLoad.execute(WorkShiftExceptionWorkShiftLoadEvent event, PoolKit poolKit) Writes the loadedBOWorkShiftExceptionWorkShiftinto the event journal.protected voidBTWorkShiftExceptionWorkShiftSearch.execute(WorkShiftExceptionWorkShiftSearchEvent event, PoolKit poolKit) Writes the searchedBOWorkShiftExceptionWorkShifts into the event journal.protected List<BOWorkShiftExceptionWorkShift> BTWorkShiftExceptionWorkShiftDelete.loadRelations(Long workShiftExceptionId, PoolKit poolKit) protected voidBTWorkShiftExceptionWorkShiftDelete.workShiftDelete(Long workShiftId, PoolKit poolKit) Deleting the relationship caused by the deletion of the work shift.protected voidBTWorkShiftExceptionWorkShiftDelete.workShiftExceptionDelete(Long workShiftExceptionId, PoolKit poolKit) Deleting the relationship caused by the deletion of the work shift exception. -
Uses of DAException in overit.geocallapp.wfm.calendars.integration
Methods in overit.geocallapp.wfm.calendars.integration that throw DAExceptionModifier and TypeMethodDescriptionvoidCalendarEventProvider.calculateWorkShiftExceptionTotals(Long workShiftId) voidCalendarProvider.calculateWorkShiftExceptionTotals(Long workShiftId) voidCalendarEventProvider.checkWorkShiftOverlap(WorkShiftOverlapCheckInput input) voidCalendarProvider.checkWorkShiftOverlap(WorkShiftOverlapCheckInput input) voidCalendarEventProvider.deleteWorkShift(Long workShiftId) voidCalendarProvider.deleteWorkShift(Long workShiftId) voidCalendarEventProvider.deleteWorkShiftExceptionWorkShift(WorkShiftExceptionWorkShiftDeleteInput input) voidCalendarProvider.deleteWorkShiftExceptionWorkShift(WorkShiftExceptionWorkShiftDeleteInput input) CalendarEventProvider.getWorkShift(Long workShiftId) Launch the work shift load eventCalendarProvider.getWorkShift(Long workShiftId) CalendarEventProvider.getWorkShiftException(Long workShiftExceptionId) CalendarProvider.getWorkShiftException(Long workShiftExceptionId) CalendarEventProvider.getWorkShiftExceptionClass(Long workShiftExceptionClassId) CalendarProvider.getWorkShiftExceptionClass(Long workShiftExceptionClassId) CalendarEventProvider.getWorkShiftExceptionType(Long workShiftExceptionTypeId) CalendarProvider.getWorkShiftExceptionType(Long workShiftExceptionTypeId) CalendarEventProvider.getWorkShiftTimeLine(Long workShiftId) Launch the work shift timeline load eventCalendarProvider.getWorkShiftTimeLine(Long workShiftId) CalendarEventProvider.getWorkShiftType(Long workShiftTypeId) CalendarProvider.getWorkShiftType(Long workShiftTypeId) CalendarEventProvider.insertWorkShift(BOWorkShift workShift) CalendarProvider.insertWorkShift(BOWorkShift workShift) voidCalendarEventProvider.notifyWorkShift(NotificationInput<BOWorkShift> input) voidCalendarProvider.notifyWorkShift(NotificationInput<BOWorkShift> input) voidCalendarEventProvider.notifyWorkShiftException(NotificationInput<BOWorkShiftException> input) voidCalendarProvider.notifyWorkShiftException(NotificationInput<BOWorkShiftException> input) CalendarEventProvider.searchExistingResourceWorkShift(ExistingResourceWorkShiftSearchInput workShiftSearchFilter) CalendarProvider.searchExistingResourceWorkShift(ExistingResourceWorkShiftSearchInput workShiftSearchFilter) CalendarEventProvider.searchNearestWorkShift(NearestWorkShiftSearchInput nearestWorkShiftSearchInput) Launch the nearest work shift search eventCalendarProvider.searchNearestWorkShift(NearestWorkShiftSearchInput nearestWorkShiftSearchInput) CalendarEventProvider.searchOverlappingWorkShift(OverlappingWorkShiftSearchInput workShifts) CalendarProvider.searchOverlappingWorkShift(OverlappingWorkShiftSearchInput workShifts) CalendarEventProvider.searchOverlappingWorkShiftException(OverlappingWorkShiftExceptionSearchInput input) CalendarProvider.searchOverlappingWorkShiftException(OverlappingWorkShiftExceptionSearchInput input) CalendarEventProvider.searchWorkShift(Page page, WorkShiftSearchFilter workShiftSearchFilter) Launch the work shift search eventCalendarEventProvider.searchWorkShift(WorkShiftSearchFilter workShiftSearchFilter) Launch the work shift search eventCalendarProvider.searchWorkShift(Page page, WorkShiftSearchFilter workShiftSearchFilter) CalendarProvider.searchWorkShift(WorkShiftSearchFilter workShiftSearchFilter) CalendarEventProvider.searchWorkShiftExceptions(Page page, WorkShiftExceptionSearchFilter filter) CalendarEventProvider.searchWorkShiftExceptions(WorkShiftExceptionSearchFilter filter) CalendarProvider.searchWorkShiftExceptions(Page page, WorkShiftExceptionSearchFilter filter) CalendarProvider.searchWorkShiftExceptions(WorkShiftExceptionSearchFilter filter) CalendarEventProvider.searchWorkShiftExceptionWorkShift(WorkShiftExceptionWorkShiftSearchFilter filter) CalendarProvider.searchWorkShiftExceptionWorkShift(WorkShiftExceptionWorkShiftSearchFilter workShiftExceptionWorkShiftSearchFilter) voidCalendarEventProvider.updateWorkShift(BOWorkShift workShift) voidCalendarProvider.updateWorkShift(BOWorkShift workShift) voidCalendarEventProvider.updateWorkShiftExceptionWorkShift(WorkShiftExceptionWorkShiftUpdateInput input) voidCalendarProvider.updateWorkShiftExceptionWorkShift(WorkShiftExceptionWorkShiftUpdateInput input) -
Uses of DAException in overit.geocallapp.wfm.calendars.rs1.availabilitytypes
Methods in overit.geocallapp.wfm.calendars.rs1.availabilitytypes that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAvailabilityType> AvailabilityTypeService.get(Long id, Collection<String> fields) Retrieves the required availability type by calling theAvailabilityTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAvailabilityType>> AvailabilityTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAvailabilityTypeFilter filter) Returns the collection of all the stored availability types by calling theAvailabilityTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.calendars.rs1.workshift
Methods in overit.geocallapp.wfm.calendars.rs1.workshift that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkShift> WorkShiftService.get(Long workShiftId, Collection<String> fields) Retrieves the required work shift by calling theWorkShiftLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkShift>> WorkShiftService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftFilter filter) Returns the collection of all the stored work shifts by calling theWorkShiftSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.calendars.rs1.workshiftexception
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexception that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> WorkShiftExceptionService.batchDelete(@Size(min=1,max=50) Collection<Long> ids) Delete a batch of work shift exceptions, by calling theWorkShiftExceptionDeleteBatchEvent.org.springframework.http.ResponseEntity<Void> WorkShiftExceptionService.batchPatch(@Size(min=1,max=50) @Valid List<DTOWorkShiftExceptionBatchUpdate> batchInput) Update a batch of work shift exceptions by calling theWorkShiftExceptionUpdateBatchEventorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> WorkShiftExceptionService.batchPost(@Size(min=1,max=50) @Valid List<DTOWorkShiftExceptionInsert> dtos) Creates a set of new work shift exceptions by calling theWorkShiftExceptionInsertBatchEventorg.springframework.http.ResponseEntity<Void> org.springframework.http.ResponseEntity<DTOWorkShiftException> WorkShiftExceptionService.get(Long workShiftExceptionId, Collection<String> fields) Retrieves the required work shift exception by calling theWorkShiftExceptionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftException>> WorkShiftExceptionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftExceptionFilter filter) Returns the collection of all the stored work shift exceptions by calling theWorkShiftExceptionSearchEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkShiftExceptionService.post(@Valid DTOWorkShiftExceptionInsert dto) Creates a new work shift exception by calling theWorkShiftExceptionInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclass
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclass that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkShiftExceptionClass> WorkShiftExceptionClassService.get(Long id, String language, Collection<String> fields) Retrieves the required work shift exception class by calling theWorkShiftExceptionClassLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftExceptionClass>> WorkShiftExceptionClassService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOWorkShiftExceptionClassFilter filter) Returns the collection of all the stored work shift exception classes by calling theWorkShiftExceptionClassSearchEvent.org.springframework.http.ResponseEntity<Void> WorkShiftExceptionClassService.patch(Long id, @Valid DTOWorkShiftExceptionClassUpdate input) Updates the required work shift exception class by calling theWorkShiftExceptionClassUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkShiftExceptionClassService.post(@Valid DTOWorkShiftExceptionClassInsert input) Creates a new work shift exception class by calling theWorkShiftExceptionClassInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclasstype
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionclasstype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkShiftExceptionClassType> WorkShiftExceptionClassTypeService.get(Long id, Collection<String> fields) Retrieves the required work shift exception class type by calling theWorkShiftExceptionClassTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftExceptionClassType>> WorkShiftExceptionClassTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftExceptionClassTypeFilter filter) Returns the collection of all the stored work shift exception class types by calling theWorkShiftExceptionClassTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionimpact
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionimpact that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkShiftExceptionImpact> WorkShiftExceptionImpactService.get(Long id, Collection<String> fields) Retrieves the required work shift exception impact by calling theWorkShiftExceptionImpactLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftExceptionImpact>> WorkShiftExceptionImpactService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftExceptionImpactFilter filter) Returns the collection of all the stored work shift exception impacts by calling theWorkShiftExceptionImpactSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionmanagement
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptionmanagement that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkShiftExceptionManagement> WorkShiftExceptionManagementService.get(Long id, Collection<String> fields) Retrieves the required work shift exception management by calling theWorkShiftExceptionManagementLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftExceptionManagement>> WorkShiftExceptionManagementService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftExceptionManagementFilter filter) Returns the collection of all the stored work shift exception managements by calling theWorkShiftExceptionManagementSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.calendars.rs1.workshiftexceptiontype
Methods in overit.geocallapp.wfm.calendars.rs1.workshiftexceptiontype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkShiftExceptionType> WorkShiftExceptionTypeService.get(Long id, String language, Collection<String> fields) Retrieves the required work shift exception type by calling theWorkShiftExceptionTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftExceptionType>> WorkShiftExceptionTypeService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOWorkShiftExceptionTypeFilter filter) Returns the collection of all the stored work shift exception types by calling theWorkShiftExceptionTypeSearchEvent.org.springframework.http.ResponseEntity<Void> WorkShiftExceptionTypeService.patch(Long id, @Valid DTOWorkShiftExceptionTypeUpdate input) Updates the required work shift exception type by calling theWorkShiftExceptionTypeUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkShiftExceptionTypeService.post(@Valid DTOWorkShiftExceptionTypeInsert input) Creates a new work shift exception type by calling theWorkShiftExceptionTypeInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.calendars.rs1.workshifttype
Methods in overit.geocallapp.wfm.calendars.rs1.workshifttype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkShiftType> WorkShiftTypeService.get(Long workShiftTypeId, Collection<String> fields) Retrieves the required work shift type by calling theWorkShiftTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkShiftType>> WorkShiftTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkShiftTypeFilter filter) Returns the collection of all the stored work shift types by calling theWorkShiftTypeSearchEvent.org.springframework.http.ResponseEntity<Void> WorkShiftTypeService.patch(Long workShiftTypeId, @Valid DTOWorkShiftTypeUpdate dto) Updates the required work shift type by calling theWorkShiftTypeUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkShiftTypeService.post(@Valid DTOWorkShiftTypeInsert dto) Creates a new work shift type by calling theWorkShiftTypeInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.catalogs.bl.catalogcode.data
Methods in overit.geocallapp.wfm.catalogs.bl.catalogcode.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCatalogCodeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.catalogs.bl.catalogcode.task
Methods in overit.geocallapp.wfm.catalogs.bl.catalogcode.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCatalogCodeLoad.body(CatalogCodeLoadEvent event, PoolKit pk) Writes the loaded catalog code into the event journal.protected voidBTCatalogCodeSearch.body(CatalogCodeSearchEvent event, PoolKit pk) Writes the searched catalog code into the event journal.protected voidBTCatalogCodeInsert.checkUnique(BOCatalogCode catalogCode, PoolKit pk) Checks if the givenBOCatalogCodehas a unique code.protected voidBTCatalogCodeUpdate.checkUnique(BOCatalogCode catalogCode, PoolKit pk) Checks if the givenBOCatalogCodehas a unique code.protected voidBTCatalogCodeInsert.execute(CatalogCodeInsertEvent event, PoolKit pk) Inserts theBOCatalogCodeobject and writes the newly generated id into the event journal.protected voidBTCatalogCodeUpdate.execute(CatalogCodeUpdateEvent event, PoolKit pk) Updates theBOCatalogCodeobject.protected voidBTCatalogCodeInsert.validateInput(BOCatalogCode catalogCode, PoolKit pk) Validates theBOCatalogCodeobject data before its insertion.protected voidBTCatalogCodeUpdate.validateInput(BOCatalogCode catalogCode, PoolKit pk) Validates theBOCatalogCodeobject data before its update. -
Uses of DAException in overit.geocallapp.wfm.catalogs.bl.cataloggroup.data
Methods in overit.geocallapp.wfm.catalogs.bl.cataloggroup.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCatalogGroupSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.catalogs.bl.cataloggroup.task
Methods in overit.geocallapp.wfm.catalogs.bl.cataloggroup.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCatalogGroupLoad.body(CatalogGroupLoadEvent event, PoolKit pk) Writes the loaded catalog group into the event journal.protected voidBTCatalogGroupSearch.body(CatalogGroupSearchEvent event, PoolKit pk) Writes the searched catalog group into the event journal.protected voidBTCatalogGroupInsert.checkUnique(BOCatalogGroup catalogGroup, PoolKit pk) Checks if the given catalog group has a unique code.protected voidBTCatalogGroupUpdate.checkUnique(BOCatalogGroup catalogGroup, PoolKit pk) Checks if the givenBOCatalogGrouphas a unique code.protected voidBTCatalogGroupInsert.execute(CatalogGroupInsertEvent event, PoolKit pk) Inserts theBOCatalogGroupobject and writes the newly generated id into the event journal.protected voidBTCatalogGroupUpdate.execute(CatalogGroupUpdateEvent event, PoolKit pk) Updates theBOCatalogGroupobject.protected voidBTCatalogGroupInsert.validateInput(BOCatalogGroup catalogGroup, PoolKit pk) Validates theBOCatalogGroupobject data before its insertion.protected voidBTCatalogGroupUpdate.validateInput(BOCatalogGroup catalogGroup, PoolKit pk) Validates theBOCatalogGroupobject data before its update. -
Uses of DAException in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.data
Methods in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCatalogGroupTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.entitytype.task
Methods in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.entitytype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCatalogGroupEntityTypeLoad.body(CatalogGroupEntityTypeLoadEvent event, PoolKit pk) Writes the loaded catalog group entity type into the event journal.protected voidBTCatalogGroupEntityTypeSearch.body(CatalogGroupEntityTypeSearchEvent event, PoolKit pk) Writes the searched catalog group entity types into the event journal. -
Uses of DAException in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.task
Methods in overit.geocallapp.wfm.catalogs.bl.cataloggroup.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCatalogGroupTypeInsert.checkUnique(BOCatalogGroupType catalogGroupType, PoolKit pk) Checks if the given catalog group type has a unique code.protected voidBTCatalogGroupTypeUpdate.checkUnique(BOCatalogGroupType catalogGroupType, PoolKit pk) Checks if the given catalog group type has a unique code.protected voidBTCatalogGroupTypeInsert.execute(CatalogGroupTypeInsertEvent event, PoolKit poolKit) Inserts theBOCatalogGroupTypeobject and writes the newly generated id into the event journal.protected voidBTCatalogGroupTypeLoad.execute(CatalogGroupTypeLoadEvent event, PoolKit poolKit) Writes the loaded catalog group type into the event journal.protected voidBTCatalogGroupTypeSearch.execute(CatalogGroupTypeSearchEvent event, PoolKit poolKit) Writes the searched catalog group types into the event journal.protected voidBTCatalogGroupTypeUpdate.execute(CatalogGroupTypeUpdateEvent event, PoolKit poolKit) Updates theBOCatalogGroupTypeobject.protected voidBTCatalogGroupTypeInsert.validateInput(BOCatalogGroupType catalogGroupType, PoolKit poolKit) Validates theBOCatalogGroupTypeobject data before its insertion.protected voidBTCatalogGroupTypeUpdate.validateInput(BOCatalogGroupType catalogGroupType, PoolKit poolKit) Validates theBOCatalogGroupTypeobject data before its update. -
Uses of DAException in overit.geocallapp.wfm.catalogs.integration
Methods in overit.geocallapp.wfm.catalogs.integration that throw DAExceptionModifier and TypeMethodDescriptionCatalogsEventProvider.loadCatalogCode(Long catalogCodeId) CatalogsProvider.loadCatalogCode(Long catalogCodeId) CatalogsEventProvider.loadCatalogGroupType(Long catalogGroupTypeId) CatalogsProvider.loadCatalogGroupType(Long catalogGroupTypeId) CatalogsEventProvider.searchCatalogGroups(CatalogGroupSearchFilter filter) CatalogsProvider.searchCatalogGroups(CatalogGroupSearchFilter filter) -
Uses of DAException in overit.geocallapp.wfm.catalogs.rs1.catalogcode
Methods in overit.geocallapp.wfm.catalogs.rs1.catalogcode that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCatalogCode> CatalogCodeService.get(Long id, Collection<String> fields) Retrieves the requiredDTOCatalogCodeby calling theCatalogCodeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOCatalogCode>> CatalogCodeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCatalogCodeFilter filter) Returns the collection of all the stored catalog codes by calling theCatalogCodeSearchEvent.org.springframework.http.ResponseEntity<Void> CatalogCodeService.patch(Long id, @Valid DTOCatalogCodeUpdate dto) Modifies the requiredDTOCatalogCodeby calling theCatalogCodeUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> CatalogCodeService.post(@Valid DTOCatalogCodeInsert dto) Creates a newDTOCatalogCodeby calling theCatalogCodeInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.catalogs.rs1.cataloggroup
Methods in overit.geocallapp.wfm.catalogs.rs1.cataloggroup that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCatalogGroup> CatalogGroupService.get(Long catalogGroupId, Collection<String> fields) Retrieves the requiredDTOCatalogGroupby calling theCatalogGroupLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOCatalogGroup>> CatalogGroupService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCatalogGroupFilter filter) Returns the collection of all the stored catalog groups by calling theCatalogGroupSearchEvent.org.springframework.http.ResponseEntity<Void> CatalogGroupService.patch(Long catalogGroupId, @Valid DTOCatalogGroupUpdate dto) Modifies the requiredDTOCatalogGroupby calling theCatalogGroupUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> CatalogGroupService.post(@Valid DTOCatalogGroupInsert dto) Creates a newDTOCatalogGroupby calling theCatalogGroupInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.catalogs.rs1.cataloggroupentitytype
Methods in overit.geocallapp.wfm.catalogs.rs1.cataloggroupentitytype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCatalogGroupEntityType> CatalogGroupEntityTypeService.get(Long id, Collection<String> fields) Retrieves the requiredDTOCatalogGroupEntityTypeby calling theCatalogGroupEntityTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOCatalogGroupEntityType>> CatalogGroupEntityTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCatalogGroupEntityTypeFilter filter) Returns the collection of all the stored catalog group entity types by calling theCatalogGroupEntityTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.catalogs.rs1.cataloggrouptype
Methods in overit.geocallapp.wfm.catalogs.rs1.cataloggrouptype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCatalogGroupType> CatalogGroupTypeService.get(Long id, String language, Collection<String> fields) Retrieves the requiredDTOCatalogGroupTypeby calling from theCatalogGroupTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOCatalogGroupType>> CatalogGroupTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOCatalogGroupTypeFilter filter) Returns the collection of all the stored catalog group types by calling theCatalogGroupTypeSearchEvent.org.springframework.http.ResponseEntity<Void> CatalogGroupTypeService.patch(Long id, @Valid DTOCatalogGroupTypeUpdate dto) Modifies the requiredDTOCatalogGroupTypeby calling theCatalogGroupTypeUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> CatalogGroupTypeService.post(@Valid DTOCatalogGroupTypeInsert dto) Creates a newDTOCatalogGroupTypeby calling theCatalogGroupTypeInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.cee.bl
Methods in overit.geocallapp.wfm.cee.bl that throw DAExceptionModifier and TypeMethodDescriptionCeeHelper.getCeeCustomerId(Long customerId, PoolKit pk) CeeHelper.getCeeInterventionId(Long appointmentId, PoolKit pk) CeeHelper.getMessages(Long ceeInterventionEventType, Long appointmentId, PoolKit pk) overit.geocallapp.wfm.clienti.DATLoadClienteCeeHelper.loadCustomerValues(Long customerId, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.cee.bl.da
Methods in overit.geocallapp.wfm.cee.bl.da that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOInterventionInfo.validate(CommandContext cc, PoolKit pk) protected voidDAOPlannedIntervention.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.cee.bl.intervention.task
Methods in overit.geocallapp.wfm.cee.bl.intervention.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTVCAppointmentsActivation.activateVCAppoointment(HashGetter vcAppointment, PoolKit poolKit) protected DTOVCAppointmentActivationRequestBTVCAppointmentActivation.buildRequestDTO(HashGetter vcAppointment, List<DTOMessage> messages) protected voidBTBookingPlanningRequestCreate.execute(BookingPlanningRequestCreateEvent event, PoolKit poolKit) protected voidBTCancellationRequestsLoad.execute(CancellationRequestsLoadEvent event, PoolKit poolKit) protected voidBTInterventionCancellation.execute(InterventionCancellationEvent event, PoolKit poolKit) protected voidBTPlanningRequestCreate.execute(PlanningRequestCreateEvent event, PoolKit poolKit) protected voidBTTechnicianCoordinatesUpdate.execute(TechnicianCoordinatesUpdateEvent event, PoolKit poolKit) protected voidBTVCAppointmentActivation.execute(VCAppointmentActivationEvent event, PoolKit poolKit) protected voidBTVCAppointmentCreation.execute(VCAppointmentCreationEvent event, PoolKit poolKit) protected voidBTVCAppointmentsActivation.execute(VCAppointmentsActivationEvent event, PoolKit poolKit) protected voidBTInterventionCancellation.freeTimeSlot()protected voidBTTechnicianCoordinatesUpdate.freeTimeSlot()protected HashGetterBTBookingPlanningRequestCreate.getAppointmentData(Long appointmentId, PoolKit pk) protected HashGetterBTPlanningRequestCreate.getAppointmentData(Long appointmentId, PoolKit pk) BTCancellationRequestsLoad.getAppointmentIds(List<Long> interventionsIds, PoolKit pk) protected StringBTVCAppointmentActivation.getCustomerAccessToken(HashGetter vcAppointment, PoolKit pk) Obtains a valid Access Token for the customer Identity that will be sent to CEE mobile application for virtual collaboration call startupprotected HashGetterBTVCAppointmentActivation.getCustomerUser(Long customerId, PoolKit pk) Loads the user associated with the specified customerprotected DTOPlanningRequestBTBookingPlanningRequestCreate.getPlanningRequest(HashGetter appointmentData, List<DTOMessage> messages, PoolKit pk) protected DTOPlanningRequestBTPlanningRequestCreate.getPlanningRequest(HashGetter appointmentData, List<DTOMessage> messages, PoolKit pk) protected StringBTVCAppointmentActivation.getTechnicianUserId(HashGetter vcAppointment, PoolKit pk) Obtains the SpaceOne userId for the technician useroverit.geocallapp.wfm.spaceone.VCUserBTVCAppointmentActivation.getTechnicianVCUser(String techicianUsername) Obtains a VCUser instance by querying the SpaceOne user status serviceprotected BOUseroverit.geocallapp.wfm.spaceone.VCUserObtains a VCUser instance by authenticating the specified identity in SpaceOneprotected booleanBTInterventionCancellation.initTimeSlot(Long appointmentId) protected voidBTTechnicianCoordinatesUpdate.initTimeSlot()protected voidBTVCAppointmentsActivation.initTimeSlot()protected DBViewBTInterventionCancellation.loadAppoinmentsWorkorders(DAOAppointments dao, PoolKit pk) protected IdentityBTVCAppointmentActivation.loadIdentity(String username) Loads an Identity instance from the specified usernameprotected DBViewBTTechnicianCoordinatesUpdate.loadValidInterventions(PoolKit pk) protected DBViewBTVCAppointmentsActivation.loadVCAppointmentsToActivate(PoolKit pk) protected voidBTVCAppointmentActivation.notifyVCAppointmentActivation(HashGetter vcAppointment, InterventionApi api, PoolKit pk) protected voidBTVCAppointmentCreation.notifyVCAppointmentCreation(VCAppointment vcAppointment, InterventionApi api, PoolKit pk) protected overit.geocallapp.wfm.booking.reservation.InputParamBTInterventionCancellation.prepareBookingCancellationInput(Long aodlId, Long saasId, PoolKit pk) protected DTOInterventionStatusChangeBTInterventionCancellation.prepareRequest(Long appointmentId, Long interventionEventType, PoolKit pk) protected List<BOResourceLastGPSPosition> BTPlanningRequestCreate.searchLastPositions(Long resourceId, PoolKit pk) Search the last positions starting from the given resource id.protected List<BOResourceLastGPSPosition> BTTechnicianCoordinatesUpdate.searchLastPositions(Long resourceId, PoolKit pk) Search the last positions starting from the given resource id.protected voidBTInterventionCancellation.tryBookingCancellation(DBView appointmentsWorkorders, PoolKit pk) protected voidBTTechnicianCoordinatesUpdate.updateValidInterventionsCoordinates(DBView interventions, PoolKit pk) protected intBTVCAppointmentsActivation.updateVCAppointment(HashGetter vcAppointment, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.cee.bl.message.task
Methods in overit.geocallapp.wfm.cee.bl.message.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAppointmentMessageValuesLoad.execute(AppointmentMessageValuesLoadEvent event, PoolKit poolKit) protected voidBTMessageCreate.execute(MessageCreateEvent event, PoolKit poolKit) protected voidBTUnresolvedTag.execute(UnresolvedTagEvent event, PoolKit poolKit) protected HashGetterBTAppointmentMessageValuesLoad.getAdditionalValues(Long appointmentId, PoolKit pk) protected HashGetterBTAppointmentMessageValuesLoad.getLastVCAppointment(Long appointmentId, PoolKit pk) protected List<DTOMessage> protected overit.geocall.basic.mm.MMBTMessageCreate.getMultimediaMessage(Long multimediaMessageId, PoolKit pk) protected LongBTMessageCreate.getMultimediaMessageId(Long templateId, PoolKit pk) protected LongBTMessageCreate.getTemplateId(Long eventId, String language, PoolKit pk) protected LongBTMessageCreate.getTemplateIdByLanguage(Long eventId, String templateLanguage, PoolKit pk) protected BOUserprotected HashGetterBTAppointmentMessageValuesLoad.getVCAppointmentValues(Long appointmentId, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.cee.bl.survey
Methods in overit.geocallapp.wfm.cee.bl.survey that throw DAExceptionModifier and TypeMethodDescriptionstatic DTOSurveyContentCeeSurveyHelper.parseSurveyContent(String jsonContent) Utility method for Survey content deserialization from json to a DTOSurveyContent object -
Uses of DAException in overit.geocallapp.wfm.cee.bl.survey.da
Methods in overit.geocallapp.wfm.cee.bl.survey.da that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSurveySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.cee.bl.survey.task
Methods in overit.geocallapp.wfm.cee.bl.survey.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSurveyExcelExport.execute(SurveyExportEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.cee.bl.task
Methods in overit.geocallapp.wfm.cee.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected DTOInChargeRequestBTTakeInCharge.buildRequestDTO(Date takeInChargeDate, HashGetter interventionValues, List<DTOMessage> messages) protected voidBTAppointmentCreation.ceeCustomerUpdateOrCreate(HashGetter interventionValues, Long ceeCustomerId, PoolKit pk) protected StringBTWorkOrderValidation.checkUpdateOrCreate(String code, HashGetter customerValues, CustomerApi customerApi, PoolKit pk) protected StringBTAppointmentCreation.checkUpdateOrCreateCustomer(String code, HashGetter customerValues, CustomerApi customerApi, PoolKit pk) protected StringBTAppointmentCreation.createCeeContact(String ceeCustomerId, HashGetter contactValues, CustomerApi api, PoolKit pk) protected StringBTWorkOrderValidation.createCeeContact(String ceeCustomerId, HashGetter contactValues, CustomerApi api, PoolKit pk) protected StringBTAppointmentCreation.createCeeCustomer(HashGetter customerValues, CustomerApi api, PoolKit pk) protected StringBTWorkOrderValidation.createCeeCustomer(HashGetter customerValues, CustomerApi api, PoolKit pk) protected voidBTAppointmentCreation.createCeeIntervention(AppointmentNotificationInput<BOAppointment> notificationInput, InterventionApi api, PoolKit pk) protected voidBTActivityOutcome.execute(AgendaOutcomeSaveEvent event, PoolKit poolKit) protected voidBTAppointmentCreation.execute(AppointmentNotificationEvent event, PoolKit poolKit) protected voidBTBookingActionNotification.execute(BookingActionNotificationEvent event, PoolKit poolKit) protected voidBTPlanningActionNotification.execute(PlanningActionNotificationEvent event, PoolKit poolKit) protected voidBTTakeInCharge.execute(InterventionOutcomeNotificationEvent event, PoolKit poolKit) protected voidBTWorkOrderValidation.execute(WorkOrderValidationEvent event, PoolKit poolKit) protected LongBTActivityOutcome.getAppointmentId(Long interventionId, PoolKit pk) BTPlanningActionNotification.getAppointmentIdsFromPlanningAction(PlanningAction action, PoolKit pk) protected LongBTAppointmentCreation.getCeeCustomerId(HashGetter interventionValues, PoolKit pk) protected LongBTPlanningActionNotification.getCeeInterventionId(Long appointmentId, PoolKit poolKit) protected DTOInterventionOutcomeBTActivityOutcome.getInterventionOutcome(AgendaOutcomeSaveInput input, List<DTOMessage> messages, PoolKit poolKit) protected DTOPlanningRequestBTBookingActionNotification.getPlanningRequest(Long appointmentId, List<DTOMessage> messages, PoolKit pk) protected DTOPlanningRequestBTPlanningActionNotification.getPlanningRequest(Long appointmentId, List<DTOMessage> messages, PoolKit pk) protected voidBTPlanningActionNotification.interventionPlannedOrChanged(Long ceeInterventionEventType, Long appointmentId, Long interventionId, List<DTOMessage> messages, PoolKit poolKit) protected HashGetterBTAppointmentCreation.loadInterventionValues(Long appointmentId, PoolKit pk) protected HashGetterBTTakeInCharge.loadPlannedInterventionValues(Long agendaId, PoolKit pk) protected voidBTBookingActionNotification.notifyInsert(BOAppointment appointment, PoolKit poolKit) protected voidBTPlanningActionNotification.notifyInsert(BOAppointment appointment, PoolKit poolKit) protected voidBTTakeInCharge.notifyInterventionTakeInCharge(BOInterventionOutcome input, InterventionApi api, PoolKit pk) protected List<BOResourceLastGPSPosition> BTTakeInCharge.searchLastPositions(Long resourceId, PoolKit pk) Search the last positions starting from the given resource id.protected voidBTWorkOrderValidation.updateCeeCode(String ceeCustomerId, HashGetter customerValues, PoolKit pk) protected voidBTAppointmentCreation.updateCeeCustomerCode(String ceeCustomerId, HashGetter customerValues, PoolKit pk) protected voidBTAppointmentCreation.updateCeeInterventionCode(String ceeInterventionId, HashGetter interventionValues, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.cee.bl.vcappointment.task
Methods in overit.geocallapp.wfm.cee.bl.vcappointment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTVCAppointmentDefinition.cancelVCAppointments(Long operationId, PoolKit pk) protected voidBTVCAppointmentDefinition.createVCAppointment(VCAppointment vcAppointment, PoolKit pk) protected voidBTVCAppointmentDefinition.execute(VCAppointmentDefinitionEvent event, PoolKit poolKit) protected voidBTVCAppointmentSearch.execute(VCAppointmentSearchEvent event, PoolKit poolKit) protected LongBTVCAppointmentDefinition.getInterventionId(Long operationId, PoolKit pk) BTVCAppointmentSearch.getInterventionIds(Long operationId, PoolKit pk) protected List<VCAppointment> BTVCAppointmentSearch.getVCAppointments(VCAppointmentFilter vcAppointmentFilter, PoolKit pk) protected VCAppointmentBTVCAppointmentDefinition.insertVCAppointment(VCAppointment vcAppointment, PoolKit pk) protected List<VCAppointment> BTVCAppointmentSearch.searchVCAppointments(VCAppointmentSearchEvent event, PoolKit pk) protected intBTVCAppointmentDefinition.updateVCAppointment(VCAppointment vcAppointment, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.cee.ux.note.task
Methods in overit.geocallapp.wfm.cee.ux.note.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCustomerNoteViewSearch.execute(CustomerNoteViewSearchEvent event, PoolKit poolKit) BTCustomerNoteViewSearch.getInterventionIds(Long operationId, PoolKit pk) protected List<CustomerNoteView> BTCustomerNoteViewSearch.searchCustomerNote(CustomerNoteViewSearchEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.cee.ux.survey
Methods in overit.geocallapp.wfm.cee.ux.survey that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewCSearchSurvey.getInterventionDbv()protected DBViewCSearchSurvey.getWFMInterventions(HashGetter filters) -
Uses of DAException in overit.geocallapp.wfm.cee.ux.templatemessages
Methods in overit.geocallapp.wfm.cee.ux.templatemessages that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCTemplateManager.checkBeforeDelete(HashGetter hg) protected abstract voidCTemplate.checkBeforeSaving(HashGetter hg) protected voidCTemplatePushNotifications.checkBeforeSaving(HashGetter hg) protected voidCTemplateSMS.checkBeforeSaving(HashGetter hg) protected voidTemplateEmail.checkBeforeSaving(HashGetter hg) -
Uses of DAException in overit.geocallapp.wfm.characteristics.bl.characteristicclass.data
Methods in overit.geocallapp.wfm.characteristics.bl.characteristicclass.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCharacteristicClassSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.characteristics.bl.characteristicclass.task
Methods in overit.geocallapp.wfm.characteristics.bl.characteristicclass.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCharacteristicClassInsert.checkUnique(BOCharacteristicClass characteristicClass, PoolKit pk) Checks if the given characteristic has a unique code-class.protected voidBTCharacteristicClassUpdate.checkUnique(BOCharacteristicClass characteristicClass, PoolKit pk) Checks if the given characteristic has a unique code-class.protected voidBTCharacteristicClassInsert.execute(CharacteristicClassInsertEvent event, PoolKit pk) Writes the inserted characteristic class id into the event journal.protected voidBTCharacteristicClassLoad.execute(CharacteristicClassLoadEvent event, PoolKit pk) Writes the loaded characteristic class into the event journal.protected voidBTCharacteristicClassSearch.execute(CharacteristicClassSearchEvent event, PoolKit poolKit) Writes the searched characteristic classes into the event journal.protected voidBTCharacteristicClassUpdate.execute(CharacteristicClassUpdateEvent event, PoolKit pk) Updates a newBOCharacteristicClasswith all its needed components.protected voidBTCharacteristicClassInsert.validate(BOCharacteristicClass characteristicClass, PoolKit pk) protected voidBTCharacteristicClassUpdate.validate(BOCharacteristicClass characteristicClass, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.data
Methods in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCharacteristicClassTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.task
Methods in overit.geocallapp.wfm.characteristics.bl.characteristicclass.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCharacteristicClassTypeLoad.body(CharacteristicClassTypeLoadEvent event, PoolKit pk) Writes the loaded characteristic class type into the event journal.protected voidBTCharacteristicClassTypeSearch.body(CharacteristicClassTypeSearchEvent event, PoolKit poolKit) Writes the searched characteristic class types into the event journal. -
Uses of DAException in overit.geocallapp.wfm.characteristics.bl.data
Methods in overit.geocallapp.wfm.characteristics.bl.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCharacteristicSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.characteristics.bl.task
Methods in overit.geocallapp.wfm.characteristics.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCharacteristicLoad.execute(CharacteristicLoadEvent event, PoolKit pk) Writes the loaded characteristic into the event journal.protected voidBTCharacteristicSearch.execute(CharacteristicSearchEvent event, PoolKit poolKit) Writes the searched characteristics into the event journal. -
Uses of DAException in overit.geocallapp.wfm.characteristics.bl.usage.data
Methods in overit.geocallapp.wfm.characteristics.bl.usage.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCharacteristicUsageSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.characteristics.bl.usage.task
Methods in overit.geocallapp.wfm.characteristics.bl.usage.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCharacteristicUsageLoad.body(CharacteristicUsageLoadEvent event, PoolKit pk) Writes the loaded characteristic usage into the event journal.protected voidBTCharacteristicUsageSearch.body(CharacteristicUsageSearchEvent event, PoolKit poolKit) Writes the loaded characteristic usages into the event journal. -
Uses of DAException in overit.geocallapp.wfm.characteristics.bl.valuedomain.data
Methods in overit.geocallapp.wfm.characteristics.bl.valuedomain.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOValueDomainSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.characteristics.bl.valuedomain.item.data
Methods in overit.geocallapp.wfm.characteristics.bl.valuedomain.item.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOValueDomainItemSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.characteristics.bl.valuedomain.item.task
Methods in overit.geocallapp.wfm.characteristics.bl.valuedomain.item.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTValueDomainItemInsert.execute(ValueDomainItemInsertEvent event, PoolKit pk) Writes the inserted characteristic value domain item id into the event journal.protected voidBTValueDomainItemLoad.execute(ValueDomainItemLoadEvent event, PoolKit pk) Writes the characteristic value domain item into the event journal.protected voidBTValueDomainItemSearch.execute(ValueDomainItemSearchEvent event, PoolKit poolKit) Writes the searched characteristic value domain items into the event journal.protected voidBTValueDomainItemUpdate.execute(ValueDomainItemUpdateEvent event, PoolKit pk) Updates a newBOValueDomainItemwith all its needed components.protected voidBTValueDomainItemInsert.validate(BOValueDomainItem valueDomainItem, PoolKit poolKit) protected voidBTValueDomainItemUpdate.validate(BOValueDomainItem valueDomainItem, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.characteristics.bl.valuedomain.task
Methods in overit.geocallapp.wfm.characteristics.bl.valuedomain.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTValueDomainInsert.body(ValueDomainInsertEvent event, PoolKit poolKit) Writes the inserted value domain id into the event journal.protected voidBTValueDomainLoad.body(ValueDomainLoadEvent event, PoolKit pk) Writes the loaded value domain into the event journal.protected voidBTValueDomainSearch.body(ValueDomainSearchEvent event, PoolKit poolKit) Writes the searched value domains into the event journal.protected voidBTValueDomainUpdate.body(ValueDomainUpdateEvent event, PoolKit poolKit) Updates a newBOValueDomainwith all its needed components.protected voidBTValueDomainInsert.validate(BOValueDomain valueDomain, PoolKit poolKit) protected voidBTValueDomainUpdate.validate(BOValueDomain valueDomain, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.characteristics.integration
Methods in overit.geocallapp.wfm.characteristics.integration that throw DAExceptionModifier and TypeMethodDescriptionCharacteristicsEventProvider.loadCharacteristic(Long characteristicId) CharacteristicsProvider.loadCharacteristic(Long characteristicId) CharacteristicsEventProvider.searchCharacteristics(CharacteristicSearchFilter filter) CharacteristicsProvider.searchCharacteristics(CharacteristicSearchFilter filter) CharacteristicsEventProvider.searchValueDomain(ValueDomainSearchFilter filter) CharacteristicsProvider.searchValueDomain(ValueDomainSearchFilter filter) -
Uses of DAException in overit.geocallapp.wfm.characteristics.rs1.characteristic
Methods in overit.geocallapp.wfm.characteristics.rs1.characteristic that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCharacteristic> Retrieves the requiredDTOCharacteristicby calling from theCharacteristicLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOCharacteristic>> CharacteristicService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid String language, @Valid DTOCharacteristicFilter filter) Returns the collection of all the stored characteristics by calling theCharacteristicSearchEvent.org.springframework.http.ResponseEntity<Void> CharacteristicService.patch(Long characteristicId, @Valid DTOCharacteristicUpdate dto) Updates a characteristic by calling theCharacteristicUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> CharacteristicService.post(@Valid DTOCharacteristicInsert dto) Creates a new characteristic by calling theCharacteristicInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.characteristics.rs1.characteristicclass
Methods in overit.geocallapp.wfm.characteristics.rs1.characteristicclass that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCharacteristicClass> org.springframework.http.ResponseEntity<PageResponse<DTOCharacteristicClass>> CharacteristicClassService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid String language, @Valid DTOCharacteristicClassFilter filter) org.springframework.http.ResponseEntity<Void> CharacteristicClassService.patch(Long id, @Valid DTOCharacteristicClassUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> CharacteristicClassService.post(@Valid DTOCharacteristicClassInsert dto) -
Uses of DAException in overit.geocallapp.wfm.characteristics.rs1.characteristicclasstype
Methods in overit.geocallapp.wfm.characteristics.rs1.characteristicclasstype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCharacteristicClassType> CharacteristicClassTypeService.get(Long id, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOCharacteristicClassType>> CharacteristicClassTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCharacteristicClassTypeFilter filter) -
Uses of DAException in overit.geocallapp.wfm.characteristics.rs1.usage
Methods in overit.geocallapp.wfm.characteristics.rs1.usage that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOUsage> UsageService.get(Long id, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOUsage>> UsageService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOUsageFilter filter) -
Uses of DAException in overit.geocallapp.wfm.characteristics.rs1.valuedomain
Methods in overit.geocallapp.wfm.characteristics.rs1.valuedomain that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOValueDomain> ValueDomainService.get(Long id, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOValueDomain>> ValueDomainService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOValueDomainFilter filter) org.springframework.http.ResponseEntity<Void> ValueDomainService.patch(Long id, @Valid DTOValueDomainUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ValueDomainService.post(@Valid DTOValueDomainInsert dto) -
Uses of DAException in overit.geocallapp.wfm.characteristics.rs1.valuedomainitem
Methods in overit.geocallapp.wfm.characteristics.rs1.valuedomainitem that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOValueDomainItem> ValueDomainItemService.get(Long valueDomainId, Long id, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOValueDomainItem>> ValueDomainItemService.getCollection(Long valueDomainId, @Valid Page page, Collection<String> fields, String order, @Valid DTOValueDomainItemFilter filter) org.springframework.http.ResponseEntity<Void> ValueDomainItemService.patch(Long valueDomainId, Long id, @Valid DTOValueDomainItemUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ValueDomainItemService.post(Long valueDomainId, @Valid DTOValueDomainItemInsert dto) -
Uses of DAException in overit.geocallapp.wfm.core.agenda.rs1
Methods in overit.geocallapp.wfm.core.agenda.rs1 that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAgendaCancelDateResponse> AgendaService.cancelDate(@Valid DTOAgendaCancelDateRequest dto) Cancel a booking by calling theAgendaCancelDateEventorg.springframework.http.ResponseEntity<DTOAgendaConfirmDateResponse> AgendaService.confirmDate(@Valid DTOAgendaConfirmDateRequest dto) Confirm a booking by calling theAgendaConfirmDateEventorg.springframework.http.ResponseEntity<DTOAgendaFirstDateResponse> AgendaService.firstDate(@Valid DTOAgendaFirstDateRequest dto) First date booking by calling theAgendaFirstDateEventorg.springframework.http.ResponseEntity<DTOAgendaFurtherDateResponse> AgendaService.furtherDate(@Valid DTOAgendaFurtherDateRequest dto) Further date booking by calling theAgendaFurtherDateEvent -
Uses of DAException in overit.geocallapp.wfm.core.bl.agenda.canceldate.task
Methods in overit.geocallapp.wfm.core.bl.agenda.canceldate.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaCancelDate.body(AgendaCancelDateEvent event, PoolKit poolKit) protected AgendaCancelDateOutputBTAgendaCancelDate.executeCancelDate(AgendaCancelDateInput agendaCancelDateInput, PooledConnection conn) protected voidBTAgendaCancelDate.writeCancelDateWoEvent(WorkOrder workOrder, PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.core.bl.agenda.confirmdate.task
Methods in overit.geocallapp.wfm.core.bl.agenda.confirmdate.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaConfirmDate.body(AgendaConfirmDateEvent event, PoolKit poolKit) protected AgendaConfirmDateOutputBTAgendaConfirmDate.executeConfirmDate(AgendaConfirmDateInput agendaConfirmDateInput, PooledConnection conn) protected voidBTAgendaConfirmDate.writeConfirmDateWoEvent(WorkOrder workOrder, PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.core.bl.agenda.createworkorderbase.task
Methods in overit.geocallapp.wfm.core.bl.agenda.createworkorderbase.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCreateWorkOrderBase.body(CreateWorkOrderBaseEvent event, PoolKit pk) voidBTCreateWorkOrderBase.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 voidBTCreateWorkOrderBase.updateSkillWoOperation(PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.core.bl.agenda.firstdate.task
Methods in overit.geocallapp.wfm.core.bl.agenda.firstdate.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaFirstDate.body(AgendaFirstDateEvent event, PoolKit poolKit) protected WorkOrderBTAgendaFirstDate.createWorkOrder(AgendaFirstDateInput agendaFirstDateInput, PoolKit pk) protected AgendaFirstDateOutputBTAgendaFirstDate.executeFirstDate(AgendaFirstDateInput agendaFirstDateInput, PooledConnection conn, PoolKit pk) protected voidBTAgendaFirstDate.writeFirstDateWorkOrderEvent(WorkOrder workOrder, PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.core.bl.agenda.furtherdate.task
Methods in overit.geocallapp.wfm.core.bl.agenda.furtherdate.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaFurtherDate.body(AgendaFurtherDateEvent event, PoolKit poolKit) protected AgendaFurtherDateOutputBTAgendaFurtherDate.executeFurtherDate(AgendaFurtherDateInput agendaFurtherDateInput, PooledConnection conn) protected voidBTAgendaFurtherDate.writeFurtherDateWoEvent(WorkOrder workOrder, PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.core.bl.agenda.util
Methods in overit.geocallapp.wfm.core.bl.agenda.util that throw DAExceptionModifier and TypeMethodDescriptionstatic WorkOrderAgendaUtils.loadWorkOrder(String externalCode, Long woType, PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.datatype.data
Methods in overit.geocallapp.wfm.core.bl.base.datatype.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataType.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.datatype.task
Methods in overit.geocallapp.wfm.core.bl.base.datatype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataTypeLoad.body(DataTypeLoadEvent event, PoolKit pk) Writes the loaded data type into the event journal.protected voidBTDataTypeSearch.body(DataTypeSearchEvent event, PoolKit poolKit) Writes the searched data types into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.externalsystem.data
Methods in overit.geocallapp.wfm.core.bl.base.externalsystem.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOExternalSystemSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.externalsystem.task
Methods in overit.geocallapp.wfm.core.bl.base.externalsystem.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTExternalSystemInsert.execute(ExternalSystemInsertEvent event, PoolKit pk) Writes the inserted external system id into the event journal.protected voidBTExternalSystemLoad.execute(ExternalSystemLoadEvent event, PoolKit poolKit) Writes the loaded external system into the event journal.protected voidBTExternalSystemSearch.execute(ExternalSystemSearchEvent event, PoolKit poolKit) Writes the searched external systems into the event journal.protected voidBTExternalSystemUpdate.execute(ExternalSystemUpdateEvent event, PoolKit pk) Updates theExternalSystemUpdateEventwith all its needed components.protected voidBTExternalSystemInsert.validate(BOExternalSystem boExternalSystem, PoolKit pk) protected voidBTExternalSystemUpdate.validate(BOExternalSystem boExternalSystem, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.measureunit.data
Methods in overit.geocallapp.wfm.core.bl.base.measureunit.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeasurementUnitSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.measureunit.task
Methods in overit.geocallapp.wfm.core.bl.base.measureunit.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeasureUnitInsert.checkUnique(BOMeasureUnit measureUnit, PoolKit pk) Checks if the givenBOMeasureUnithas a unique code.protected voidBTMeasureUnitUpdate.checkUnique(BOMeasureUnit measureUnit, PoolKit pk) Checks if the givenBOMeasureUnithas a unique code.protected voidBTMeasureUnitInsert.completeAndValidate(BOMeasureUnit measureUnit, PoolKit pk) protected voidBTMeasureUnitInsert.execute(MeasureUnitInsertEvent event, PoolKit pk) Writes the inserted measure unit id into the event journal.protected voidBTMeasureUnitLoad.execute(MeasureUnitLoadEvent event, PoolKit pk) Writes the loaded measure unit into the event journal.protected voidBTMeasureUnitSearch.execute(MeasureUnitSearchEvent event, PoolKit poolKit) Writes the searched measure units into the event journal.protected voidBTMeasureUnitUpdate.execute(MeasureUnitUpdateEvent event, PoolKit pk) Updates a newBOMeasureUnitwith all its needed components.protected voidBTMeasureUnitUpdate.validate(BOMeasureUnit measureUnit, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.ocgroups.task
Methods in overit.geocallapp.wfm.core.bl.base.ocgroups.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOCGroupInsert.execute(OCGroupInsertEvent event, PoolKit pk) Writes the inserted operation center's group id into the event journal.protected voidBTOCGroupLoad.execute(OCGroupLoadEvent event, PoolKit poolKit) Writes the loaded operation center's into the event journal.protected voidBTOCGroupSearch.execute(OCGroupSearchEvent event, PoolKit poolKit) Writes the searched operation center's groups into the event journal.protected voidBTOCGroupUpdate.execute(OCGroupUpdateEvent event, PoolKit pk) Updates a newBOOCGroupwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.operationcenter.address.data
Methods in overit.geocallapp.wfm.core.bl.base.operationcenter.address.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOOperationCenterAddressSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.operationcenter.address.task
Methods in overit.geocallapp.wfm.core.bl.base.operationcenter.address.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOperationCenterAddressSearch.body(OperationCenterAddressSearchEvent event, PoolKit poolKit) Writes the searched operation center addresses into the event journal.protected voidBTOperationCenterAddressInsert.completeAndValidate(BOOperationCenterAddress boOperationCenterAddress, PoolKit pk) protected voidBTOperationCenterAddressUpdate.completeAndValidate(BOOperationCenterAddress boOperationCenterAddress, PoolKit pk) protected voidBTOperationCenterAddressInsert.execute(OperationCenterAddressInsertEvent event, PoolKit pk) Writes the inserted operation center address id into the event journal.protected voidBTOperationCenterAddressUpdate.execute(OperationCenterAddressUpdateEvent event, PoolKit pk) Updates a newBOOperationCenterAddresswith all its needed components.protected voidBTOperationCenterAddressWithAddressInsert.execute(OperationCenterAddressWithAddressInsertEvent event, PoolKit pk) Insert a newBOOperationCenterAddressWithAddresswith all its needed components.protected voidBTOperationCenterAddressWithAddressUpdate.execute(OperationCenterAddressWithAddressUpdateEvent event, PoolKit pk) Updates a newBOOperationCenterAddressWithAddresswith all its needed components.protected voidBTOperationCenterMainAddress.execute(OperationCenterMainAddressEvent event, PoolKit pk) Update the main operation center addressprotected voidBTOperationCenterMainAddress.validate(OperationCenterMainAddressInput input, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.operationcenter.task
Methods in overit.geocallapp.wfm.core.bl.base.operationcenter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOperationCenterInsert.createOperationsCenterSequence(Long operationCenterId, PooledConnection conn) protected voidBTOperationCenterUpdate.deleteWarehouseRelations(BOOperationCenter operationCenter, PooledConnection conn) protected voidBTOperationCenterInsert.execute(OperationCenterInsertEvent event, PoolKit pk) Writes the inserted operation center id into the event journal.protected voidBTOperationCenterInvalidation.execute(OperationCenterNotificationEvent event, PoolKit pk) Invalidates the visibility settings and the static view.protected voidBTOperationCenterLoad.execute(OperationCenterLoadEvent event, PoolKit poolKit) Writes the loaded operation center into the event journal.protected voidBTOperationCenterSearch.execute(OperationCenterSearchEvent event, PoolKit poolKit) Writes the searched operation centers into the event journal.protected voidBTOperationCenterUpdate.execute(OperationCenterUpdateEvent event, PoolKit pk) Updates a newBOOperationCenterwith all its needed components.protected voidBTOperationCenterInsert.insertOperationCenter(BOOperationCenter operationCenter, PoolKit pk) protected voidBTOperationCenterUpdate.insertWarehouseRelations(BOOperationCenter operationCenter, PooledConnection conn) protected voidBTOperationCenterInsert.insertZone(BOOperationCenter operationCenter, PoolKit pk) protected voidBTOperationCenterUpdate.updateOperationCenter(BOOperationCenter operationCenter, PoolKit pk) protected voidBTOperationCenterUpdate.updateWarehouseRelations(BOOperationCenter operationCenter, PooledConnection conn) protected voidBTOperationCenterUpdate.updateZone(BOOperationCenter operationCenter, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.data
Methods in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchOperationCenterWorkCenter.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.task
Methods in overit.geocallapp.wfm.core.bl.base.operationcenter.workcentertype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidprotected voidBTOperationCenterWorkCenterDelete.execute(OperationCenterWorkCenterDeleteEvent event, PoolKit pk) protected voidBTOperationCenterWorkCenterInsert.execute(OperationCenterWorkCenterInsertEvent event, PoolKit pk) protected voidBTOperationCenterWorkCenterSearch.execute(OperationCenterWorkCenterSearchEvent event, PoolKit pk) voidBTOperationCenterWorkCenterDelete.insertWorkCenterTombstones(BOOperationCenterWorkCenter boOperationCenterWorkCenter, PoolKit pk) protected voidBTOperationCenterWorkCenterInsert.validate(BOOperationCenterWorkCenter boOperationCenterWorkCenter, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.structure.data
Methods in overit.geocallapp.wfm.core.bl.base.structure.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchStructure.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.structure.task
Methods in overit.geocallapp.wfm.core.bl.base.structure.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTStructureInsert.completeAndValidate(BOStructure boStructure, PoolKit pk) protected voidBTStructureUpdate.completeAndValidate(BOStructure boStructure, PoolKit pk) protected voidBTStructureInsert.execute(StructureInsertEvent event, PoolKit pk) Writes the inserted structure id into the event journal.protected voidBTStructureLoad.execute(StructureLoadEvent event, PoolKit poolKit) Writes the loaded structure into the event journal.protected voidBTStructureSearch.execute(StructureSearchEvent event, PoolKit poolKit) Writes the searched structures into the event journal.protected voidBTStructureUpdate.execute(StructureUpdateEvent event, PoolKit pk) Updates a newBOStructurewith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.structurevalidityperiod.da
Methods in overit.geocallapp.wfm.core.bl.base.structurevalidityperiod.da that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchStructureValidityPeriod.defineParams(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.structurevalidityperiod.task
Methods in overit.geocallapp.wfm.core.bl.base.structurevalidityperiod.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTStructureValidityPeriodAreasDuplication.body(StructureValidityPeriodAreasDuplicationEvent event, PoolKit pk) protected voidBTStructureValidityPeriodDelete.execute(StructureValidityPeriodDeleteEvent event, PoolKit poolKit) protected voidBTStructureValidityPeriodInsert.execute(StructureValidityPeriodInsertEvent event, PoolKit poolKit) Writes the inserted structure validity period id into the event journal.protected voidBTStructureValidityPeriodLoad.execute(StructureValidityPeriodLoadEvent event, PoolKit pk) Writes the loaded structure validity period into the event journal.protected voidBTStructureValidityPeriodSearch.execute(StructureValidityPeriodSearchEvent event, PoolKit pk) Writes the searched structure validity periods into the event journal.protected voidBTStructureValidityPeriodUpdate.execute(StructureValidityPeriodUpdateEvent event, PoolKit poolKit) protected voidBTStructureValidityPeriodInsert.validateAndCompleteInput(BOStructureValidityPeriod boStructureValidityPeriod, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOStructureValidityPeriodprotected voidBTStructureValidityPeriodUpdate.validateAndCompleteInput(BOStructureValidityPeriod boStructureValidityPeriod, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.systemsetting.task
Methods in overit.geocallapp.wfm.core.bl.base.systemsetting.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTHolidayObjectsInvalidate.execute(HolidayNotificationEvent event, PoolKit poolKit) Invalidates the neededStaticViews. -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.teamcardinality.task
Methods in overit.geocallapp.wfm.core.bl.base.teamcardinality.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTeamCardinalityLoad.body(TeamCardinalityLoadEvent event, PoolKit pk) Writes the loaded team cardinality into the event journal.protected voidBTTeamCardinalitySearch.body(TeamCardinalitySearchEvent event, PoolKit poolKit) Writes the searched measure units into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.workcenter.data
Methods in overit.geocallapp.wfm.core.bl.base.workcenter.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkCenterSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.base.workcenter.task
Methods in overit.geocallapp.wfm.core.bl.base.workcenter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCenterInsert.execute(WorkCenterInsertEvent event, PoolKit pk) Writes the inserted work center id into the event journal.protected voidBTWorkCenterLoad.execute(WorkCenterLoadEvent event, PoolKit pk) Writes the loaded work center into the event journal.protected voidBTWorkCenterSearch.execute(WorkCenterSearchEvent event, PoolKit poolKit) Writes the searched work centers into the event journal.protected voidBTWorkCenterUpdate.execute(WorkCenterUpdateEvent event, PoolKit pk) Updates a newBOWorkCenterwith all its needed components.protected voidBTWorkCenterInsert.validate(BOWorkCenter boWorkCenter, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOWorkCenterprotected voidBTWorkCenterUpdate.validate(BOWorkCenter boWorkCenter, PoolKit pk) Checks if the upodate is possible by performing some validations on the givenBOWorkCenter -
Uses of DAException in overit.geocallapp.wfm.core.bl.bundler.bundling.data
Methods in overit.geocallapp.wfm.core.bl.bundler.bundling.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOBundleWorkOrderOperationSearch.defineValues(CommandContext cc, PoolKit pk) protected voidDAOBundleWorkOrderOperationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.bundler.bundling.task
Methods in overit.geocallapp.wfm.core.bl.bundler.bundling.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundlingOperationSelect.execute(BundlingOperationSelectEvent event, PoolKit poolKit) Writes the list of loadedBOWorkOrderOperationmapped by theBOOperationCenterid into the event journal.protected PageResponse<BOWorkOrderOperation> BTBundlingOperationSelect.loadWorkOrderOperations(BundlingOperationSelectInput input, PoolKit poolKit) Loads the list of neededBOWorkOrderOperationfrom the givenBundlingOperationSelectInput.protected List<BOWorkOrderOperation> BTBundlingOperationSelect.removeOperations(List<BOWorkOrderOperation> operations, PoolKit poolKit) Applies other filters to bundling operations.protected List<BOWorkOrderOperation> BTBundlingOperationSelect.removeOperationsWithoutValidPermit(List<BOWorkOrderOperation> woOperations, PoolKit poolKit) Removes operations without valid associated permit from input list. -
Uses of DAException in overit.geocallapp.wfm.core.bl.bundler.data
Methods in overit.geocallapp.wfm.core.bl.bundler.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOBundleSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.bundler.header.task
Methods in overit.geocallapp.wfm.core.bl.bundler.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleExistsForWorkOrder.body(BundleExistsForWorkOrderEvent event, PoolKit poolKit) Writes theBooleanof to check if the wo or wo operation is contained in a bundle into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.bundler.operation.task
Methods in overit.geocallapp.wfm.core.bl.bundler.operation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleOperationWoOperationSearch.execute(BundleOperationWoOperationSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searchedBOBundleOperations together with the relatedBOWorkOrderOperations into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.bundler.task
Methods in overit.geocallapp.wfm.core.bl.bundler.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleEntitiesAggregateLoad.execute(BundleEntitiesAggregateLoadEvent event, PoolKit poolKit) Creates a newBundleEntitiesAggregatein which every needed information is loaded.protected voidBTBundleSearch.execute(BundleSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searched bundles into the event journal.protected voidBTBundleWorkOrderOperationStateChange.execute(WorkOrderOperationStateChangeEvent event, PoolKit poolKit) If the givenBOWorkOrderOperationis associated to an activeBundle, the state of the relatedBOBundleOperationis changed.protected LongBTBundleWorkOrderOperationStateChange.getBundleOperationStatusFromOutcome(BOBundleOperation bundleOperation, BOWorkOrderOperation woOperation, PoolKit poolKit) Searches for the valid status for theBOBundleOperation: when the givenBOWorkOrderOperationis already associated to aBOAgendaOutcome, the only possible status value isBOBundleOperationStatus.Values.CLOSED.protected LongBTBundleWorkOrderOperationStateChange.getNewBundleOperationStatus(BOBundleOperation bundleOperation, PoolKit poolKit) Returns the id of theBOBundleOperationStatusthat corresponds to the status of the givenBOWorkOrderOperation.protected voidBTBundleWorkOrderOperationStateChange.linkWorkOrderOperations(List<Long> woOperationIds, PoolKit poolKit) Creates the new links for the remainingBOWorkOrderOperations of the givenBundle.protected List<BOAgendaResource> BTBundleEntitiesAggregateLoad.loadAgendaResources(List<BOAgenda> agendas, PoolKit poolKit) protected BundleBTBundleWorkOrderOperationStateChange.loadBundle(Long workOrderOperationId, PoolKit poolKit) Loads the activeBundlerelated to the givenBOWorkOrderOperationid.protected List<Intervention> BTBundleEntitiesAggregateLoad.loadInterventions(List<Long> bundleOperations, PoolKit poolKit) Loads theInterventions related to everyBOBundleOperation.protected voidBTBundleEntitiesAggregateLoad.loadSchedulingInformations(BundleEntitiesAggregate aggregate, PoolKit poolKit) Loads all the scheduling information, such as theInterventions or theBOAgendaResources.protected BOWorkOrderOperationBTBundleWorkOrderOperationStateChange.loadWorkOrderOperation(Long workOrderOperationId, PoolKit poolKit) Loads theBOWorkOrderOperationfrom the given input.protected List<BOWorkOrderOperation> BTBundleEntitiesAggregateLoad.loadWorkOrderOperations(List<Long> woOperationIds, PoolKit poolKit) Loads the list ofBOWorkOrderOperationcorresponding to the given ids by calling theWorkOrderOperationSearchEvent.protected List<BOWorkOrderOperation> BTBundleWorkOrderOperationStateChange.loadWorkOrderOperations(List<Long> ids, PoolKit poolKit) Loads the list of relatedBOWorkOrderOperationfrom the given ids.protected voidBTBundleWorkOrderOperationStateChange.recalculateLinks(Bundle bundle, BOBundleOperation bundleOperation, PoolKit poolKit) Recalculates the links between theBOWorkOrderOperations by unlinking all of them and relinking the ones remaining after removing the given one.protected voidBTBundleWorkOrderOperationStateChange.unlinkWorkOrderOperations(Bundle bundle, PoolKit poolKit) Unlinks of the parentBOWorkOrderOperationfrom all its children.protected LongBTBundleWorkOrderOperationStateChange.updateBundleOperationStatus(BOBundleOperation bundleOperation, PoolKit poolKit) Updates theBOBundleOperationstatus by callingBundleOperationStatusUpdateEvent, only if the status change is permitted.protected voidBTBundleWorkOrderOperationStateChange.updateSchedulingLinks(Bundle bundle, Long unlinkingOperation, List<Long> remainingOperations, PoolKit poolKit) Updates the relations between the existing active schedulings. -
Uses of DAException in overit.geocallapp.wfm.core.bl.calendar.task
Methods in overit.geocallapp.wfm.core.bl.calendar.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDuplicateCalendar.body(SimpleBusinessEvent<I, Void> event, PoolKit pk) Executes the duplication process for the given event. -
Uses of DAException in overit.geocallapp.wfm.core.bl.common.validexecution
Methods in overit.geocallapp.wfm.core.bl.common.validexecution that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDeprecated, for removal: This API element is subject to removal in a future version.protected abstract voidDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell
Methods in overit.geocallapp.wfm.core.bl.crewshell that throw DAExceptionModifier and TypeMethodDescriptionprotected static BOCrewShellCrewShellUtils.getCrewShell(Long crewShellId, PoolKit pk) CrewShellUtils.getCrewShellBySchedulings(Set<Long> schedulingIDs, PoolKit pk) Retrieves the set of the IDs of theBOCrewShellobjects by taking into account their work-shifts.static DBViewCrewShellUtils.getCrewShellBySchedulingsDbv(Set<Long> schedulingIDs, PoolKit pk) Retrieves theDBViewobject containing the scheduling's data for eachBOCrewShellobject.CrewShellUtils.getCrewShellBySchedulingsGroupedByDay(Set<Long> schedulingIDs, PoolKit pk) Retrieves the map of the IDs of theBOCrewShellobjects for eachDatecomposition day, by taking into account theBOCrewShellobjects' schedulings.static StringCrewShellUtils.getCrewShellName(Long crewShellID, PoolKit pk) Retrieves theBOCrewShellobject's name (i.e., the crew shell's description).static BOWorkShiftCrewShellUtils.getCrewShellWorkShift(Long crewShellId, Date day, PoolKit poolKit) protected static BOOperationCenterCrewShellUtils.getOperationCenter(Long operationCenterId, PoolKit pk) protected static BOSchedulingUserCrewShellUtils.getSchedulingUser(Long schedulingUserId, PoolKit pk) static StringCrewShellUtils.getTechnicianName(BOCrewShellDraftComposition technician, PoolKit pk) Retrieves theBOCrewShellDraftCompositionobject's concatenation of surname-space-name (i.e., the technician's full name).static StringCrewShellUtils.getUserName(Long userID, PoolKit pk) Retrieves theBOSchedulingUserobject's concatenation of surname-space-name (i.e., the user's full name) by its userID.protected static BOWorkShiftCrewShellUtils.getWorkshift(Long workshiftId, PoolKit pk) static List<BOCrewShellOperationCenter> CrewShellUtils.retrieveActivatedOCsForCrewShells(PoolKit poolKit) Retrieves the list of all theBOCrewShellOperationCenterobjects (i.e., the list of the activated crew shells' operation centers).CrewShellUtils.retrieveActivatedOCsIDsForCrewShells(PoolKit poolKit) Retrieves the list of all the operation centers' IDs associated to theBOCrewShellOperationCenterobjects (i.e., the list of the IDs of the activated operation centers for crew shells).static voidCrewShellUtils.validateDeactivatedCrewShellsOC(DynO dynO, PoolKit pk) Validates whether the associatedBOOperationCenterobject (i.e., operation center) has been deactivated for crew shells.static voidCrewShellUtils.validateDeactivatedCrewShellsOC(NotificationInput<BOWorkShift> input, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.address.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.address.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellAddressDelete.execute(CrewShellAddressDeleteEvent event, PoolKit poolKit) protected voidBTCrewShellAddressInsert.execute(CrewShellAddressInsertEvent event, PoolKit poolKit) protected voidBTCrewShellAddressLoad.execute(CrewShellAddressLoadEvent event, PoolKit poolKit) protected voidBTCrewShellAddressSearch.execute(CrewShellAddressSearchEvent event, PoolKit poolKit) protected voidBTCrewShellAddressUpdate.execute(CrewShellAddressUpdateEvent event, PoolKit poolKit) protected voidBTCrewShellAddressInsert.validate(BOCrewShellAddress input, PoolKit poolKit) Validates the association between a givenBOCrewShellobject and a givenBOAddressobject.protected voidBTCrewShellAddressDelete.validateDeletion(Long crewShellAddressID, PoolKit poolKit) Validates the deletion. -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.composition.draft
Methods in overit.geocallapp.wfm.core.bl.crewshell.composition.draft that throw DAExceptionModifier and TypeMethodDescriptionstatic voidCrewShellTechnicianChecksUtils.checkActivitiesInChargeToCrewShell(BOCrewShell crewShell, Date day, PoolKit pk) static voidCrewShellTechnicianChecksUtils.checkCrewShellWorkshift(BOCrewShell crewShell, Date day, PoolKit pk) static voidCrewShellTechnicianChecksUtils.checkIsTechnicianAllocatedInFixedTeam(Long user, Date day, PoolKit pk) static voidCrewShellTechnicianChecksUtils.checkScheduledActivities(BOCrewShell crewShell, PoolKit pk) static voidCrewShellTechnicianChecksUtils.checkScheduledActivitiesByDay(BOCrewShell crewShell, Date day, PoolKit pk) static voidCrewShellTechnicianChecksUtils.checkTechnicianAlreadyAllocatedInCrew(Long crewShell, Long user, Date day, PoolKit pk) static voidCrewShellTechnicianChecksUtils.checkTechnicianSchedulings(Long user, Date day, PoolKit pk) static StringCrewShellTechnicianChecksUtils.checkTechnicianVirtualScheduling(Long user, Date day, Long operationCenter, PoolKit pk) static BOCrewShellCompositionCrewShellTechnicianChecksUtils.findForeman(Long crewShell, Date dayFrom, Date dayTo, PoolKit pk) static List<BOWorkShift> CrewShellTechnicianChecksUtils.findForemanWorkshift(Long crewShell, Date dayFrom, Date dayTo, PoolKit pk) static List<BOCrewShellDraftComposition> CrewShellTechnicianChecksUtils.findTechnicianInCrew(Long crewShell, Date day, PoolKit pk) static List<BOWorkShift> CrewShellTechnicianChecksUtils.getCrewShellResourceWorkshift(Long user, Date day, Long crewShell, PoolKit pk) static List<BOScheduling> CrewShellTechnicianChecksUtils.getSchedulings(BOWorkShift workshift, PoolKit pk) static StringCrewShellTechnicianChecksUtils.getWorkOrderCode(Long woOperation, PoolKit pk) static List<BOWorkShift> CrewShellTechnicianChecksUtils.getWorkshift(Long user, Date day, boolean excludeCrewShellWorkshift, PoolKit pk) static voidCrewShellTechnicianChecksUtils.validateCrewShell(BOCrewShell crewShell, Date day, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.allocate.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.allocate.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAllocateTechnicianSearch.execute(AllocateTechnicianSearchEvent event, PoolKit poolKit) Writes the searchedBOSchedulingUserobjects, having at least oneBOCrewShellobject's missing skill, into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.data
Methods in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCrewShellDraftCompositionSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellTechnicianDelete.alignCrewShellComposition(Long crewShellID, Date day, PoolKit pk) Aligns the composition of aBOCrewShellobject (i.e., crew shell) for the selectedDateday (i.e., composition day) if its composition changes.protected voidBTCrewShellTechnicianInsert.alignCrewShellComposition(Long crewShellID, Date day, PoolKit pk) Aligns the composition of aBOCrewShellobject (i.e., crew shell) for the selectedDateday (i.e., composition day) if its composition changes.protected voidBTCrewShellTechnicianUpdate.alignCrewShellComposition(Long crewShellID, Date day, PoolKit pk) Aligns the composition of aBOCrewShellobject (i.e., crew shell) for the selectedDateday (i.e., composition day) if its composition changes.protected voidBTCrewShellTechnicianAllocationCopy.allocateTechnicians(Long destinationCrewShell, List<BOCrewShellDraftComposition> technicians, Date dayTo, PoolKit pk) Allocates the list ofBOCrewShellDraftCompositionobjects to aBOCrewShellobject.protected booleanBTCrewShellTechnicianAllocate.checkForeman(Long crewShellId, Date allocationDate, PoolKit poolkit) Checks if there is an existingBOCrewShellDraftCompositionforeman allocated in theBOCrewShellobject.protected voidBTCrewShellTechnicianAllocationCopy.deallocateAllTechniciansOnDestinationDay(Long crewShell, Date day, PoolKit pk) Deallocates theBOCrewShellDraftCompositionobjects from aBOCrewShellobject.protected voidBTCrewShellTechnicianAllocate.execute(CrewShellTechnicianAllocateEvent event, PoolKit poolKit) protected voidBTCrewShellTechnicianAllocationCopy.execute(CrewShellTechnicianAllocationCopyEvent event, PoolKit poolKit) protected voidBTCrewShellTechnicianChangeForeman.execute(CrewShellTechnicianChangeForemanEvent event, PoolKit poolKit) protected voidBTCrewShellTechnicianDeallocate.execute(CrewShellTechnicianDeallocateEvent event, PoolKit poolKit) protected voidBTCrewShellTechnicianDelete.execute(CrewShellTechnicianDeleteEvent event, PoolKit poolKit) protected voidBTCrewShellTechnicianInsert.execute(CrewShellTechnicianInsertEvent event, PoolKit poolKit) protected voidBTCrewShellTechnicianLoad.execute(CrewShellTechnicianLoadEvent event, PoolKit poolKit) protected voidBTCrewShellTechnicianMassiveDeallocate.execute(CrewShellTechnicianMassiveDeallocateEvent event, PoolKit poolKit) protected voidBTCrewShellTechnicianSearch.execute(CrewShellTechnicianSearchEvent event, PoolKit poolKit) protected voidBTCrewShellTechnicianUpdate.execute(CrewShellTechnicianUpdateEvent event, PoolKit poolKit) protected voidBTCrewShellTechnicianUpdate.handleForemanToFalseTransition(BOCrewShellDraftComposition currentTechnician, PoolKit poolKit) Handles the transition of the foreman field from true to false for theBOCrewShellDraftCompositionobject to be updated.protected voidBTCrewShellTechnicianUpdate.handleForemanToTrueTransition(BOCrewShellDraftComposition currentTechnician, PoolKit poolKit) Handles the transition of the foreman field from false to true for theBOCrewShellDraftCompositionobject to be updated.protected LongBTCrewShellTechnicianAllocate.insertCrewShellTechnicians(Long crewShellId, Long userId, Date day, PoolKit poolKit) Inserts a newBOCrewShellDraftCompositionobject.protected List<BOCrewShellDraftComposition> BTCrewShellTechnicianAllocationCopy.retrieveCrewShellTechnicians(Long crewShell, Date day, PoolKit pk) Retrieves the list ofBOCrewShellDraftCompositionobjects associated with theBOCrewShellobject.protected List<BOCrewShellDraftComposition> BTCrewShellTechnicianInsert.retrieveTechniciansByCrewShellAndDay(BOCrewShellDraftComposition input, PoolKit poolKit) Retrieves the draft composition of aBOCrewShellobject for the selected day, i.e., the list of associatedBOSchedulingUserobjects.protected List<BOCrewShellDraftComposition> BTCrewShellTechnicianChangeForeman.searchTechnicians(CrewShellTechnicianChangeForemanInput input, PoolKit poolKit) Retrieves the list ofBOCrewShellDraftCompositionobjects related to a givenBOCrewShellobject by filtering by day.protected voidBTCrewShellTechnicianUpdate.updateForemanTransition(BOCrewShellDraftComposition currentTechnician, boolean newForemanValue, PoolKit poolKit) Updates the transition of the foreman field for theBOCrewShellDraftCompositionobject to be updated.protected voidBTCrewShellTechnicianInsert.validateAllocation(BOCrewShellDraftComposition input, PoolKit poolKit) Validates the data of theBOCrewShellDraftCompositionobject to be inserted.protected voidBTCrewShellTechnicianDelete.validateDeallocation(BOCrewShellDraftComposition input, PoolKit poolKit) Validates the data of theBOCrewShellDraftCompositionobject to be deleted. -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.workshift.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.composition.draft.workshift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellTechnicianWorkshiftAlign.execute(CrewShellTechnicianWorkshiftAlignEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.data
Methods in overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCrewShellCompositionMismatchSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.composition.mismatch.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellCompositionChangeAlignment.execute(CrewShellCompositionChangeAlignmentEvent event, PoolKit poolKit) protected voidBTCrewShellCompositionMismatchDelete.execute(CrewShellCompositionMismatchDeleteEvent event, PoolKit poolKit) protected voidBTCrewShellCompositionMismatchInsert.execute(CrewShellCompositionMismatchInsertEvent event, PoolKit poolKit) protected voidBTCrewShellCompositionMismatchLoad.execute(CrewShellCompositionMismatchLoadEvent event, PoolKit poolKit) protected voidBTCrewShellCompositionMismatchSearch.execute(CrewShellCompositionMismatchSearchEvent event, PoolKit poolKit) protected voidBTCrewShellCompositionMismatchUpdate.execute(CrewShellCompositionMismatchUpdateEvent event, PoolKit poolKit) protected voidValidates the deletion.protected voidBTCrewShellCompositionMismatchInsert.validate(BOCrewShellCompositionMismatch input, PoolKit poolKit) Validates the association between a givenBOCrewShellobject and a given day. -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.composition.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.composition.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellCompositionConfirm.alignSchedulingsAfterEmptyingComposition(BOWorkShift crewShellWorkshift, BOCrewShell crewShell, PoolKit pk) protected voidBTCrewShellCompositionConfirm.cancelClosedActivities(Long crewShellWorkshift, PoolKit poolKit) protected voidBTCrewShellCompositionConfirm.cleanSchedulingForemanLinks(BOScheduling scheduling, PoolKit pk) protected List<CheckIssue> BTCrewShellCompositionCheck.computeCheckIssues(CrewShellCompositionCheckInput input, PoolKit poolKit) Computes the check issues.protected List<CheckerEvent<?>> BTCrewShellCompositionConfirm.defineCheckerEvents(CrewShellCompositionConfirmInput input, PoolKit poolKit) Defines the checker events.protected List<BOCrewShellComposition> BTCrewShellCompositionConfirm.deletePreviousComposition(Long crewShell, Date day, PoolKit pk) protected voidBTCrewShellCompositionConfirm.deleteSchedulings(List<BOCrewShellComposition> oldComposition, Date day, Long crewShell, PoolKit poolKit) protected voidBTCrewShellCompositionConfirm.disableCrewShellWorkshifts(List<BOCrewShellComposition> oldComposition, List<BOCrewShellComposition> newComposition, Date day, PoolKit poolKit) protected voidBTCrewShellCompositionDelete.execute(CrewShellCompositionDeleteEvent event, PoolKit poolKit) protected voidBTCrewShellCompositionInsert.execute(CrewShellCompositionInsertEvent event, PoolKit poolKit) protected voidBTCrewShellCompositionUpdate.execute(CrewShellCompositionUpdateEvent event, PoolKit poolKit) protected voidBTCrewShellMemberSearch.execute(CrewShellMemberSearchEvent event, PoolKit poolKit) protected VoidBTCrewShellCompositionConfirm.executeProcess(CrewShellCompositionConfirmInput input, PoolKit poolKit) protected BOCrewShellBTCrewShellCompositionConfirm.getCrewShell(Long crewShell, PoolKit pk) protected BOCrewShellBTCrewShellCompositionConfirm.getCrewShellById(Long crewShellId, PoolKit poolKit) protected List<BOCrewShellDraftComposition> BTCrewShellCompositionConfirm.getCrewShellResources(Long crewShell, Date day, PoolKit pk) protected BOWorkShiftBTCrewShellCompositionConfirm.getCrewShellWorkShift(Long crewShellId, Date day, PoolKit poolKit) protected List<BOCrewShellComposition> BTCrewShellCompositionConfirm.insertConfirmedComposition(Long crewShell, Date day, List<BOCrewShellDraftComposition> draftTechnicians, PoolKit pk) protected voidBTCrewShellCompositionConfirm.insertCrewShellWorkshifts(BOWorkShift crewShellWorkshift, Long crewShellId, Date day, PoolKit pk) protected voidBTCrewShellCompositionConfirm.launchAgendaTeamResourcesAlign(Long agendaId, PoolKit pk) protected booleanBTCrewShellCompositionConfirm.transferAgendaToFictitiousResource(Long agendaId, BOCrewShell crewShell, Long scheduling, PoolKit pk) protected voidBTCrewShellCompositionConfirm.transferSchedulings(Long crewShell, Date day, List<BOCrewShellComposition> oldComposition, PoolKit poolKit) protected voidBTCrewShellCompositionConfirm.updateCompositionMismatch(Long crewShell, Date day, PoolKit pk) protected voidBTCrewShellCompositionConfirm.validate(BOCrewShell crewShell, Date day, List<BOCrewShellDraftComposition> draftTechnicians, PoolKit poolKit) protected voidValidates the deletion.protected voidBTCrewShellCompositionInsert.validate(BOCrewShellComposition input, PoolKit poolKit) Validates the association between a givenBOCrewShellobject and a givenBOSchedulingUserobject.protected voidBTCrewShellCompositionUpdate.validate(BOCrewShellComposition input, PoolKit poolKit) Validates the association between a givenBOCrewShellobject and a givenBOSchedulingUserobject. -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellOperationCenterDelete.deactivateCrewShells(BOCrewShellOperationCenter input, PoolKit poolKit) Deactivates all theBOCrewShellobjects (i.e., crew shells) associated to theBOCrewShellOperationCenterinput to be deleted by launching aCrewShellUpdateEventevent.protected voidBTCrewShellOperationCenterDelete.execute(CrewShellOperationCenterDeleteEvent event, PoolKit poolKit) protected voidBTCrewShellOperationCenterInsert.execute(CrewShellOperationCenterInsertEvent event, PoolKit poolKit) protected voidBTCrewShellOperationCenterLoad.execute(CrewShellOperationCenterLoadEvent event, PoolKit poolKit) protected voidBTCrewShellOperationCenterSearch.execute(CrewShellOperationCenterSearchEvent event, PoolKit poolKit) protected List<BOCrewShell> BTCrewShellOperationCenterDelete.retrieveCrewShellsByOC(BOCrewShellOperationCenter input, PoolKit poolKit) Retrieves theBOCrewShellobjects (i.e., crew shells) associated with the givenBOOperationCenterobject (i.e., operation center).protected List<BOOperationCenter> BTCrewShellOperationCenterDelete.retrieveOperationCenters(PoolKit poolKit) Retrieves the list of all theBOOperationCenterobjects (i.e., operation centers).protected List<BOOperationCenter> BTCrewShellOperationCenterInsert.retrieveOperationCenters(PoolKit poolKit) Retrieves the list of all theBOOperationCenterobjects (i.e., operation centers).BTCrewShellOperationCenterDelete.retrieveOperationCentersIDs(PoolKit poolKit) Retrieves the list of all theBOOperationCenterobjects' IDs (i.e., the IDs of the operation centers).BTCrewShellOperationCenterInsert.retrieveOperationCentersIDs(PoolKit poolKit) Retrieves the list of all theBOOperationCenterobjects' IDs (i.e., the IDs of the operation centers).protected List<BOScheduling> BTCrewShellOperationCenterDelete.retrieveSchedulings(BOWorkShift workShift, PoolKit poolKit) Retrieves theBOSchedulingobjects (i.e., schedulings) related to eachBOCrewShellobject (i.e., crew shell).protected BOWorkOrderHeaderBTCrewShellOperationCenterDelete.retrieveWorkOrder(Long workOrderOperationID, PoolKit poolKit) Retrieves theBOWorkOrderHeaderobject related to eachBOCrewShellobject (i.e., crew shell).protected voidBTCrewShellOperationCenterInsert.validateCrewShellsActivationForOperationCenter(BOCrewShellOperationCenter input, PoolKit poolKit) Validates the insertion of aBOCrewShellOperationCenterobject.protected voidBTCrewShellOperationCenterDelete.validateCrewShellsDeactivationForOperationCenter(BOCrewShellOperationCenter input, PoolKit poolKit) Validates the deletion of aBOCrewShellOperationCenterobject.protected voidBTCrewShellOperationCenterInsert.validateExistingActivation(BOCrewShellOperationCenter input, PoolKit poolKit) Validates whether theBOCrewShellobjects (i.e., crew shells) have not already been activated for the associatedBOOperationCenterobject (i.e., operation center).protected voidBTCrewShellOperationCenterDelete.validateExistingDeactivation(BOCrewShellOperationCenter input, PoolKit poolKit) Validates whether theBOCrewShellobjects (i.e., crew shells) have not already been deactivated for the associatedBOOperationCenterobject (i.e., operation center).protected voidBTCrewShellOperationCenterDelete.validateOperationCenter(BOCrewShellOperationCenter input, PoolKit poolKit) Validates whether the associatedBOOperationCenterobject is not null.protected voidBTCrewShellOperationCenterInsert.validateOperationCenter(BOCrewShellOperationCenter input, PoolKit poolKit) Validates whether the associatedBOOperationCenterobject exists.protected voidBTCrewShellOperationCenterDelete.validateScheduledActivitiesToBePerformed(BOCrewShellOperationCenter input, PoolKit poolKit) Validates whether theBOCrewShellobjects (i.e., crew shells) to be deactivated for the associatedBOOperationCenterobject (i.e., operation center), both present and future, do not have anyBOWorkOrderHeaderobject that is not TECHNICALLY_CLOSED, CLOSED or CANCELLED (i.e., open or pending work orders). -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.configuration.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.configuration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellConfigurationInsert.execute(CrewShellConfigurationInsertEvent event, PoolKit pk) Inserts the givenBOCrewShellConfigurationobject and writes the newly generated id into the event journal.protected voidBTCrewShellConfigurationLoad.execute(CrewShellConfigurationLoadEvent event, PoolKit poolKit) protected voidBTCrewShellConfigurationSearch.execute(CrewShellConfigurationSearchEvent event, PoolKit poolKit) protected voidBTCrewShellConfigurationUpdate.execute(CrewShellConfigurationUpdateEvent event, PoolKit pk) Inserts the givenBOCrewShellobject and writes the newly generated id into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.data
Methods in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCrewShellDailyPlanSearch.defineParams(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.dailyplan.task that throw DAExceptionModifier and TypeMethodDescriptionCrewShellDailyPlanCreator.buildCrewShellCompositionMismatchMap(Map<Long, Date> workshiftStartByCrewShell, Date startDate, Date endDate, PoolKit poolKit) protected static Map<Long, List<CrewShellMember>> CrewShellDailyPlanCreator.buildCrewShellMembersMap(Set<Long> crewShells, Date startDate, Date endDate, PoolKit poolKit) protected static voidCrewShellDailyPlanCreator.buildUserRoles(Map<Long, List<CrewShellMember>> crewShellMembers, BOCache<BORole> roleCache, PoolKit poolKit) protected static voidCrewShellDailyPlanCreator.buildUserSkills(Map<Long, List<CrewShellMember>> crewShellMembers, BOCache<BOSkill> skillCache, PoolKit poolKit) protected voidBTCrewShellDailyPlanSearch.execute(CrewShellDailyPlanSearchEvent event, PoolKit poolKit) protected PageResponse<BOCrewShellDailyPlan> BTCrewShellDailyPlanSearch.search(Map<String, Object> filters, CrewShellDailyPlanSearchFilter values, Page page, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.data
Methods in overit.geocallapp.wfm.core.bl.crewshell.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCrewShellBySchedulingsSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.scheduling.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.scheduling.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellSchedulingMassiveTransfer.alignSchedulings(List<BOWorkShift> newWorkshifts, List<BOWorkShift> oldWorkshifts, PoolKit pk) protected voidBTCrewShellDaySchedulingValidationPreProcess.body(DaySchedulingValidationPreProcessEvent event, PoolKit poolKit) Pre process theBOSchedulingbefore the validationprotected voidBTCrewShellSchedulingOptimizationProcessComplete.body(SchedulingCompleteOptimizationProcessEvent event, PoolKit poolKit) Complete the optimization processprotected List<CheckIssue> BTCrewShellCompositionCheckValidation.computeCheckIssues(ScheduleCheckValidationInput input, PoolKit poolKit) Compute check issues.protected voidBTCrewShellSchedulingMassiveTransfer.deleteSchedulings(List<BOCrewShellComposition> oldComposition, List<BOCrewShellComposition> newComposition, Date day, Long crewShell, PoolKit poolKit) protected voidBTCrewShellResourceSchedulingsDelete.execute(CrewShellResourceSchedulingsDeleteEvent event, PoolKit pk) Delete the givenBOSchedulingprotected voidBTCrewShellSchedulingMassiveTransfer.execute(CrewShellSchedulingMassiveTransferEvent event, PoolKit pk) Transfer the givenBOSchedulingprotected voidBTCrewShellSchedulingTransfer.execute(CrewShellSchedulingTransferEvent event, PoolKit pk) Transfer the givenBOSchedulingand writes the newly generated id into the event journal.protected voidBTCrewShellSchedulingTransfer.launchAgendaTeamResourcesAlign(Long agendaId, PoolKit pk) protected voidBTCrewShellSchedulingMassiveTransfer.processCrewShellSchedulingTransfer(Long crewShellId, Date day, List<BOCrewShellComposition> oldCompositions, PoolKit pk) protected Map<Long, BOScheduling> BTCrewShellSchedulingMassiveTransfer.transferScheduling(List<BOWorkShift> workshifts, Long foreman, BOScheduling scheduling, Long crewShellUser, PoolKit pk) protected voidBTCrewShellSchedulingOptimizationProcessComplete.transferSchedulings(Long crewShell, Date day, PoolKit poolKit) protected voidBTCrewShellSchedulingMassiveTransfer.updateLinkedSchedulings(Map<CrewShellTechnicianSchedulingKey, BOScheduling> technicianSchedulingsByCrewShellScheduling, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.data
Methods in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkDayClosureCrewShell.defineSql(CommandContext cc, PoolKit pk) protected voidDAOWorkDayClosureCrewShell.defineValues(CommandContext cc, PoolKit pk) protected voidDAOWorkDayClosureCrewShell.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.scheduling.workday.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellMassiveWorkDayClosure.body(CrewShellMassiveWorkDayClosureEvent event, PoolKit pk) protected voidBTCrewShellWorkDayClosure.body(CrewShellWorkDayClosureEvent event, PoolKit pk) protected BOCrewShellConfigurationBTCrewShellMassiveWorkDayClosure.getCrewShellConfiguration(PoolKit pk) protected BOCrewShellConfigurationBTCrewShellWorkDayClosure.getCrewShellConfiguration(PoolKit pk) protected DBViewBTCrewShellMassiveWorkDayClosure.getDbvWorkDayClosure(Long operationCenterId, Long agendaCloseOffset, PoolKit pk) protected voidBTCrewShellWorkDayClosure.insertAgendaResource(Long agenda, Long user, Long operation, Date forcedClosureDate, Date closureDate, PooledConnection conn) protected List<BOOperationCenter> BTCrewShellMassiveWorkDayClosure.loadAllOperationCenters(PoolKit pk) protected voidBTCrewShellWorkDayClosure.updateAgendaResource(HashGetter hg, Date forcedClosureDate, Date closureDate, PooledConnection conn) protected voidBTCrewShellWorkDayClosure.updateOpenedAgendaResource(HashGetter hg, Date forcedClosureDate, Date closureDate) protected voidBTCrewShellWorkDayClosure.upsertUserFinalBalance(Date closureDate, HashGetter hgAge, Long idAodr, Date dtChiusuraForzata, PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.skill.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.skill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellSkillDelete.execute(CrewShellSkillDeleteEvent event, PoolKit poolKit) protected voidBTCrewShellSkillInsert.execute(CrewShellSkillInsertEvent event, PoolKit poolKit) protected voidBTCrewShellSkillLoad.execute(CrewShellSkillLoadEvent event, PoolKit poolKit) protected voidBTCrewShellSkillReplace.execute(CrewShellSkillReplaceEvent event, PoolKit poolKit) protected voidBTCrewShellSkillSearch.execute(CrewShellSkillSearchEvent event, PoolKit poolKit) protected BOCrewShellBTCrewShellSkillDelete.loadCrewShell(Long crewShellID, PoolKit poolKit) Load theBOCrewShellobject (i.e., the crew shell) by its ID.protected voidBTCrewShellSkillInsert.validateAssociation(BOCrewShellSkill input, PoolKit poolKit) Validates the association between a givenBOCrewShellobject and a givenBOSkillobject. -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellUpdate.addTombstone(BOCrewShell oldCrewShell, BOCrewShell crewShell, PoolKit poolKit) Adds a tombstone for theBOCrewShellobject (i.e., the crew shell) if it is activated.protected voidBTCrewShellUpdate.checkDisable(BOCrewShell crewShell, PoolKit poolKit) Checks if theBOCrewShellobject (i.e., the crew shell) can be deactivated.protected LongBTCrewShellInsert.createDummyUser(BOCrewShell crewShell, PoolKit pk) Creates aBOSchedulingUserobject (i.e., the dummy user) associated with theBOCrewShellobject.protected voidBTCrewShellInsert.execute(CrewShellInsertEvent event, PoolKit pk) protected voidBTCrewShellUpdate.execute(CrewShellUpdateEvent event, PoolKit pk) protected BOCrewShellConfigurationBTCrewShellInsert.getConfiguration()Retrieves theBOCrewShellConfigurationobject, which represents theBOCrewShellobject's configuration.protected BOSchedulingUserBTCrewShellUpdate.getDummyUser(Long dummyUser, PoolKit poolKit) Retrieves theBOSchedulingUserobject (i.e., the dummy user) associated with theBOCrewShellobject (i.e., the event input)protected voidBTCrewShellUpdate.updateDummyUser(BOCrewShell crewShell, PoolKit poolKit) Updates theBOSchedulingUserobject (i.e., the dummy user) associated with theBOCrewShellobject (i.e., the event input)protected voidBTCrewShellInsert.validateInput(BOCrewShell input, PoolKit pk) Validates theBOCrewShellobject data before its insertion. -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.user.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.user.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellUserSearch.execute(CrewShellUserSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.crewshell.workshift.task
Methods in overit.geocallapp.wfm.core.bl.crewshell.workshift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellWorkshiftBuild.addResourcesToWorkshiftsDbv(Date startDate, Date endDate, Collection<overit.geocallapp.wfm.schedulazione.utenti.Resource> resources, overit.geocallapp.wfm.ui.stato.StatoUI uiState) protected voidBTCrewShellWorkshiftCompleteDelete.body(WorkShiftNotificationEvent event, PoolKit pk) protected voidBTCrewShellWorkshiftCompleteModify.body(WorkShiftNotificationEvent event, PoolKit poolKit) protected voidBTCrewShellWorkshiftBuild.buildWorkshifts(Date startDate, Date endDate, overit.geocallapp.wfm.ui.stato.StatoUI uiState) protected List<CheckIssue> BTCrewShellWorkshiftCheck.checkOverlappingCrewShellWorkshift(Date crewShellWorkshiftStartDate, Date crewShellWorkshiftEndDate, List<Long> resources, Long crewShellWorkshift, PoolKit poolKit) protected List<CheckIssue> BTCrewShellWorkshiftCheck.checkOverlapWithNextDayWorkshifts(Date crewShellWorkshiftStartDate, Date crewShellWorkshiftEndDate, List<Long> crewShellMembers, PoolKit poolKit) protected List<CheckIssue> BTCrewShellWorkshiftCheck.checkResourceOverlapWithNextDayWorkshifts(Date crewShellWorkshiftEndDate, List<Long> crewShellMembers, PoolKit poolKit) protected List<CheckIssue> BTCrewShellViolationOnTeamShiftCheckInsert.computeCheckIssues(TeamShiftCheckInsertInput input, PoolKit poolKit) Compute check issues.protected List<CheckIssue> BTCrewShellWorkshiftCheck.computeCheckIssues(CrewShellWorkshiftCheckInput input, PoolKit poolKit) Computes the check issues.protected voidBTCrewShellWorkshiftBuild.createCrewShellComposition(overit.geocallapp.wfm.schedulazione.utenti.Resource resource, HashGetter hgResult, overit.geocallapp.wfm.ui.stato.StatoUI uiState) protected voidBTCrewShellWorkshiftBuild.execute(CrewShellWorkshiftBuildEvent event, PoolKit poolKit) protected voidBTCrewShellWorkshiftDisable.execute(CrewShellResourceWorkshiftDisableEvent event, PoolKit poolKit) protected voidBTCrewShellWorkshiftEnable.execute(CrewShellResourceWorkshiftEnableEvent event, PoolKit poolKit) protected BOCrewShellBTCrewShellWorkshiftCheck.getOverlappingCrewShell(BOWorkShift workshift, PoolKit poolKit) protected List<BOWorkShift> BTCrewShellWorkshiftCheck.getResourceWorkshift(List<Long> resources, Date crewShellWorkshiftEndDate, PoolKit poolKit) protected voidBTCrewShellWorkshiftBuild.loadCrewShellsComposition(Date start, Date end, Long operationCenter, Collection<Long> users, PoolKit poolKit) protected List<BOCrewShellDraftComposition> BTCrewShellWorkshiftCompleteDelete.searchTechniciansByCrewShellAndDay(Long crewShell, Date day, PoolKit poolKit) protected voidBTCrewShellWorkshiftCompleteModify.validateCrewShellWorkshift(BOWorkShift workShift, BOCrewShell crewShell, PoolKit poolKit) protected booleanBTCrewShellWorkshiftDisable.worksInOtherCrewShells(Long resource, Date day, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.criticalactivity.data
Methods in overit.geocallapp.wfm.core.bl.criticalactivity.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCriticalActivitySearch.validate(CommandContext cc, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.data
Methods in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCriticalActivityDetectProcessUpdate.defineValues(CommandContext cc, PoolKit poolKit) protected voidDAOCriticalActivityWorkOrderOperationSearch.defineValues(CommandContext cc, PoolKit poolKit) protected voidDAOCriticalActivityDetectProcessSearch.validate(CommandContext cc, PoolKit poolKit) protected voidDAOCriticalActivityDetectProcessUpdate.validate(CommandContext cc, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.task
Methods in overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDetectCriticalActivities.analyzeWoOperations(Set<Long> woOperationIds, CriticalActivityRule rule, CriticalActivityCriterion criterion, PoolKit poolKit) protected voidBTCleanPendingCriticalActivityDetectProcesses.body(CleanPendingCriticalActivityDetectProcessesEvent event, PoolKit poolKit) protected LongBTCleanPendingCriticalActivityDetectProcesses.cleanPendingDetectProcesses(PoolKit poolKit) protected voidBTDetectCriticalActivities.closeLog()protected voidBTDetectCriticalActivities.deleteOutdatedCriticalActivities(PoolKit poolKit) protected voidBTDetectCriticalActivities.deletePreviousCriticalActivities(Set<Long> woOperations, PoolKit poolKit) protected voidBTDetectCriticalActivities.deletePreviousCriticalActivities(PoolKit poolKit) protected voidBTAutomaticDetectCriticalActivities.detectCriticalActivities(PoolKit poolKit) Search for active rules, load related work order operation and calculate the Criterion.protected voidBTForcedDetectCriticalActivities.detectCriticalActivities(PoolKit poolKit) protected voidBTAutomaticDetectCriticalActivities.execute(AutomaticDetectCriticalActivitiesEvent event, PoolKit poolKit) protected voidBTCriticalActivityDetectProcessesUpdate.execute(CriticalActivityDetectProcessesUpdateEvent event, PoolKit poolKit) protected voidBTCriticalActivityDetectProcessInsert.execute(CriticalActivityDetectProcessInsertEvent event, PoolKit poolKit) protected voidBTCriticalActivityDetectProcessLoad.execute(CriticalActivityDetectProcessLoadEvent event, PoolKit poolKit) protected voidBTCriticalActivityDetectProcessSearch.execute(CriticalActivityDetectProcessSearchEvent event, PoolKit poolKit) protected voidBTCriticalActivityDetectProcessUpdate.execute(CriticalActivityDetectProcessUpdateEvent event, PoolKit poolKit) protected voidBTCriticalActivityWorkOrderOperationSearch.execute(CriticalActivityWorkOrderOperationSearchEvent event, PoolKit poolKit) protected voidBTForcedDetectCriticalActivities.execute(ForcedDetectCriticalActivitiesEvent event, PoolKit poolKit) protected voidBTForcedDetectOnScheduleCompleteManualAction.execute(ScheduleCompleteManualActionEvent event, PoolKit poolKit) protected voidBTForcedDetectOnScheduleCompleteValidation.execute(ScheduleCompleteValidationEvent event, PoolKit poolKit) protected voidBTDetectCriticalActivities.finalizeDetectProcessData()protected voidBTAutomaticDetectCriticalActivities.holdTimeSlot()protected voidBTDetectCriticalActivities.initDetectProcessData()protected voidBTAutomaticDetectCriticalActivities.initTimeSlot()protected voidBTDetectCriticalActivities.insertCriticalActivity(Long ruleId, Long woOperationId, PoolKit poolKit) protected voidBTDetectCriticalActivities.insertDetectProcessData()protected voidBTDetectCriticalActivities.launchCommittableEvent(BusinessEvent event, PoolKit poolKit) protected voidBTForcedDetectOnScheduleCompleteManualAction.launchForcedDetect(Set<Long> woOperations, PoolKit poolKit) protected voidBTForcedDetectOnScheduleCompleteValidation.launchForcedDetect(Set<Long> woOperations, PoolKit poolKit) protected CriticalActivityRuleBTDetectCriticalActivities.loadCriticalActivityRule(Long ruleId, PoolKit poolKit) BTAutomaticDetectCriticalActivities.loadCriticalActivityRules(PoolKit poolKit) Search for active critical activity rulesBTForcedDetectCriticalActivities.loadCriticalActivityRules(PoolKit poolKit) protected List<BOCriticalActivityDetectProcess> BTDetectCriticalActivities.loadRunningForcedProcesses(PoolKit poolKit) protected List<BOCriticalActivityDetectProcess> BTDetectCriticalActivities.loadSubsequentForcedProcesses(PoolKit poolKit) BTDetectCriticalActivities.loadWoOperations(CriticalActivityRule rule, CriticalActivityCriterion criterion, Set<Long> woOperationsToInclude, PoolKit poolKit) BTDetectCriticalActivities.loadWoOperations(CriticalActivityRule rule, CriticalActivityCriterion criterion, PoolKit poolKit) protected voidBTDetectCriticalActivities.logLoadWoOperationsInput(CriticalActivityWorkOrderOperationSearchInput input) protected voidBTDetectCriticalActivities.openLog()protected voidprotected voidBTDetectCriticalActivities.updateDetectProcessData()protected voidBTDetectCriticalActivities.updateWoOperationsToSkip(List<BOCriticalActivityDetectProcess> detectProcesses) -
Uses of DAException in overit.geocallapp.wfm.core.bl.criticalactivity.rule.criterion.task
Methods in overit.geocallapp.wfm.core.bl.criticalactivity.rule.criterion.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCriticalActivityRuleCriterionLoad.execute(CriticalActivityRuleCriterionLoadEvent event, PoolKit poolKit) protected voidBTCriticalActivityRuleCriterionSearch.execute(CriticalActivityRuleCriterionSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.data
Methods in overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCriticalActivityRuleHeaderSearch.validate(CommandContext cc, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.task
Methods in overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCriticalActivityRuleHeaderInsert.execute(CriticalActivityRuleHeaderInsertEvent event, PoolKit poolKit) protected voidBTCriticalActivityRuleHeaderLoad.execute(CriticalActivityRuleHeaderLoadEvent event, PoolKit poolKit) protected voidBTCriticalActivityRuleHeaderSearch.execute(CriticalActivityRuleHeaderSearchEvent event, PoolKit poolKit) protected voidBTCriticalActivityRuleHeaderUpdate.execute(CriticalActivityRuleHeaderUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.criticalactivity.rule.task
Methods in overit.geocallapp.wfm.core.bl.criticalactivity.rule.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCriticalActivityRuleSave.checkRule(CriticalActivityRule rule, PoolKit poolKit) protected voidBTCriticalActivityRuleSave.deleteOldWOFilters(Long headerId, PoolKit poolKit) protected voidBTCriticalActivityRuleLoad.execute(CriticalActivityRuleLoadEvent event, PoolKit poolKit) protected voidBTCriticalActivityRuleSave.execute(CriticalActivityRuleSaveEvent event, PoolKit poolKit) protected voidBTCriticalActivityRuleSave.saveNewWoFilters(Long headerId, List<BOCriticalActivityRuleWOFilter> woFilters, PoolKit poolKit) protected List<BOCriticalActivityRuleHeader> BTCriticalActivityRuleSave.searchRulesByCode(String code, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.criticalactivity.rule.wofilter.data
Methods in overit.geocallapp.wfm.core.bl.criticalactivity.rule.wofilter.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCriticalActivityRuleWOFilterSearch.validate(CommandContext cc, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.criticalactivity.rule.wofilter.task
Methods in overit.geocallapp.wfm.core.bl.criticalactivity.rule.wofilter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCriticalActivityRuleWOFilterDelete.execute(CriticalActivityRuleWOFilterDeleteEvent event, PoolKit poolKit) protected voidBTCriticalActivityRuleWOFilterInsert.execute(CriticalActivityRuleWOFilterInsertEvent event, PoolKit poolKit) protected voidBTCriticalActivityRuleWOFilterLoad.execute(CriticalActivityRuleWOFilterLoadEvent event, PoolKit poolKit) protected voidBTCriticalActivityRuleWOFilterSearch.execute(CriticalActivityRuleWOFilterSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.criticalactivity.task
Methods in overit.geocallapp.wfm.core.bl.criticalactivity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCriticalActivitiesDelete.execute(CriticalActivitiesDeleteEvent event, PoolKit poolKit) protected voidBTCriticalActivityAddDataToSchedulingActivities.execute(CriticalActivityAddDataToSchedulingActivitiesEvent event, PoolKit poolKit) protected voidBTCriticalActivityInsert.execute(CriticalActivityInsertEvent event, PoolKit poolKit) protected voidBTCriticalActivityLoad.execute(CriticalActivityLoadEvent event, PoolKit poolKit) protected voidBTCriticalActivitySearch.execute(CriticalActivitySearchEvent event, PoolKit poolKit) protected voidBTWoOperationCriticalActivitiesAggregatesLoad.execute(WoOperationCriticalActivitiesAggregatesLoadEvent event, PoolKit poolKit) protected Map<Long, WoOperationCriticalActivitiesAggregate> BTCriticalActivityAddDataToSchedulingActivities.loadCriticalActivitiesByWoOperation(Set<Long> woOperationIds, PoolKit poolKit) protected Map<Long, List<BOCriticalActivity>> BTWoOperationCriticalActivitiesAggregatesLoad.searchCriticalActivities(Set<Long> woOperationIds, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCommit the transactionvoidThe main method to be invoked to start the conversion.DataCollectionSubConverter.convert(PoolKit poolKit, overit.geocallapp.wfm.survey.template.TemplateTree oldTemplateTree, DataCollectionTemplate newTemplateHeader) The method contains the conversion logic of the sub element(s).abstract voidDataCollectionConverter.convertBody(PoolKit poolKit) The method that contains the conversion logic.protected voidDataCollectionConverter.initLogger()Initialize the logger.protected voidDataCollectionConverter.initLogger(Long id) Initializ the logger using the id in log title.protected voidDataCollectionBaseConverter.insertConversionResult(Class<T> insertEventClass, S boConversionResult) Invokes the event.protected voidRollback a transaction. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet that throw DAExceptionModifier and TypeMethodDescriptionvoidDataCollectionSheetConverter.convertBody(PoolKit poolKit) Convert the sheets.DataCollectionSheetConverter.createSheet(PoolKit poolKit, BODataCollectionSheetConversion conversionLog, DataCollectionSheetConversionLoadOutput loadResult, overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet) Inokes the Event to create theprotected voidInitialize the list of sheet to convert.protected DataCollectionSheetConversionLoadOutputDataCollectionSheetConverter.loadSheetData(PoolKit poolKit, Long oldSheetId, BODataCollectionSheetConversion conversionLog) protected voidDataCollectionSheetConverter.updateUsersAndDates(PoolKit poolKit, overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet, BODataCollectionSheet newSheet) -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever that throw DAException -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.massive
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.massive that throw DAException -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.massive.data
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.massive.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataCollectionSheetConverterMassiveSearch.defineSql(CommandContext cc, PoolKit pk) The method creates the SQL command using the language of the criteria, and in particular based on the methodDAO.getFilterCriterion(overit.geocall.da.CommandContext) -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset that throw DAExceptionModifier and TypeMethodDescriptionGet the list of sheet id to be converted.DataCollectionSheetConverterSubsetDataRetriever.searchSheetToConvert(PoolKit poolKit, Page page) Search the subset of the sheet to convert. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset.data
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataCollectionSheetConversionSubsetSearch.defineSql(CommandContext cc, PoolKit pk) The method creates the SQL command using the language of the criteria, and in particular based on the methodDAO.getFilterCriterion(overit.geocall.da.CommandContext) -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.retriever.subset.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionSheetConversionSubsetSearch.body(DataCollectionSheetConversionSubsetSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionSheetConversionSubsetinto the event journal.protected voidBTDataCollectionSheetConversionSubsetDelete.execute(DataCollectionSheetConversionSubsetDeleteEvent event, PoolKit poolKit) Deletes all theBODataCollectionSheetConversionSubset.protected voidBTDataCollectionSheetConversionSubsetInsert.execute(DataCollectionSheetConversionSubsetInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionSheetConversionSubsetand writes the newly generated id into the event journal.protected voidBTDataCollectionSheetConversionSubsetLoad.execute(DataCollectionSheetConversionSubsetLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBODataCollectionSheetConversionSubsetand writes it into the event journal.protected voidBTDataCollectionSheetConversionSubsetUpdate.execute(DataCollectionSheetConversionSubsetUpdateEvent event, PoolKit poolKit) Updates theBODataCollectionSheetConversionSubsetwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionSheetConversionInsert.body(DataCollectionSheetConversionInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionSheetConversionand writes the newly generated id into the event journal.protected voidBTDataCollectionSheetConversionSearch.body(DataCollectionSheetConversionSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionSheetConversioninto the event journal.protected voidBTDataCollectionSheetMassiveConverter.body(DataCollectionSheetConverterMassiveEvent event, PoolKit pk) Invoke the Data Collection Sheet massive conversion.protected voidBTDataCollectionSheetSubsetConverter.body(DataCollectionSheetConverterSubsetEvent event, PoolKit pk) Invoke the Data Collection Sheet subset conversion. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.create
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.create that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionSheetConversionCreate.body(DataCollectionSheetConversionCreateEvent event, PoolKit poolKit) Coverts the givenSchedaTreeinto aDataCollectionSheetInstanceand add it to the event journal.protected voidBTDataCollectionSheetConversionCreate.convertSheetStatus(DataCollectionSheetInstance sheetInstance, Long oldStatus, PoolKit poolKit) Convert the old sheet status into the new one and set it insheetInstanceprotected voidBTDataCollectionSheetConversionCreate.convertSheetStatusAssociatedToWoOp(DataCollectionSheetInstance sheetInstance, Long oldWoOperationStatus, Long oldSheetStatus, PoolKit poolKit) Set the new sheet status based on work order operation status.protected LongBTDataCollectionSheetConversionCreate.getWoOperationStatus(PoolKit poolKit, Long wooId) Get the work order operation status.protected DataCollectionSheetInstanceBTDataCollectionSheetConversionCreate.loadNewSheetInstance(PoolKit poolKit, Long sheetId) Invoke theDataCollectionSheetInstanceLoadEvent.protected voidBTDataCollectionSheetConversionCreate.setSheetStatus(DataCollectionSheetInstance sheetInstance, overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet, PoolKit poolKit) Set new sheet status based on the oldSchedaTreevalues. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.instance
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.instance that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionSheetConversionInstanceFillIn.checkNodesConstraints(TreeModel<DataCollectionNode> treeModel, PoolKit poolKit) Checks the nodes constraints.protected voidBTDataCollectionSheetConversionInstanceFillIn.execute(DataCollectionSheetConversionInstanceFillInEvent event, PoolKit poolKit) Fills in the data collection sheet instance.protected voidBTDataCollectionSheetConversionInstanceInsert.execute(DataCollectionSheetConversionInstanceInsertEvent event, PoolKit poolKit) Inserts the new data collection sheet instance.protected DataCollectionSheetInstanceBTDataCollectionSheetConversionInstanceFillIn.loadSheetInstance(Long sheetId, PoolKit poolKit) Loads the sheet instance.protected voidBTDataCollectionSheetConversionInstanceFillIn.saveSheetInstance(DataCollectionSheetInstance sheetInstance, PoolKit poolKit) Saves the sheet instance.protected LongBTDataCollectionSheetConversionInstanceInsert.saveSheetInstance(DataCollectionSheetInstance sheetInstance, PoolKit poolKit) Saves the sheet instance. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.load
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.task.load that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionSheetConversionLoad.body(DataCollectionSheetConversionLoadEvent event, PoolKit poolKit) Loads necessary data to start the sheet conversion.protected BODataCollectionTemplateHeaderBTDataCollectionSheetConversionLoad.loadConvertedTemplateHeader(PoolKit poolKit, Long oldTemplateId) Loads the new template header associated with the sheet.protected overit.geocallapp.wfm.srd.scheda.SchedaTreeBTDataCollectionSheetConversionLoad.loadOldSheetTree(Long oldSheetId) Loads old sheet data.protected BODataCollectionTemplateConversionBTDataCollectionSheetConversionLoad.loadTemplateConversionLog(PoolKit poolKit, Long oldTemplateId) Loads the template conversion log.BTDataCollectionSheetConversionLoad.loadTemplateVersionLog(PoolKit poolKit, Long oldTemplateId, Long oldNodeId) Loads the template structure conversion log byoldTemplateIdandoldNodeId. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode that throw DAExceptionModifier and TypeMethodDescriptionvoidDataCollectionTableNodesConverter.convertBody(PoolKit poolKit) Convert the static views in Option Groups.protected voidDataCollectionTableNodesConverter.createOptionGroups(PoolKit poolKit, String[] sk, String[] ss, HashGetter hgTable, BODataCollectionTableNodeConversion conversionLog) Create option groups. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.tablenode.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTableNodeConversionInsert.body(DataCollectionTableNodeConversionInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionTableNodeConversionand writes the newly generated id into the event journal.protected voidBTDataCollectionTableNodeConversionSearch.body(DataCollectionTableNodeConversionSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionTableNodeConversioninto the event journal.protected voidBTDataCollectionTableNodeConverter.body(DataCollectionTableNodeConverterEvent dataCollectionTableNodeConverterEvent, PoolKit pk) Invoke the Data Collection Table Nodes to Options Group Conversion. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDataCollectionTemplateConverter.checkResults(PoolKit mainPoolKit, BODataCollectionTemplateConversion conversionLog, List<DataCollectionTemplateStructureConversionResult> structureConversionResultList, List<BODataCollectionWorkCycleConversion> workCycleConversionResultList) Check if any error occurred during conversion steps and write the results on database.voidConvert the templates.voidDataCollectionTemplateConverter.convertBody(PoolKit poolKit) The method that contains the conversion logic.protected voidInitialize the list of template to convert.protected voidDataCollectionTemplateConverter.initLogger(Long id) Initialize the logger and pass it to sub converters.protected voidDataCollectionTemplateConverter.populateCreationDateAndUser(PoolKit poolKit, Long templateId, BODataCollectionTemplateHeader newTemplateHead) Set creation user and creation date on new template to match the old one.protected voidDataCollectionTemplateConverter.populateLastModifiedDateAndUser(PoolKit poolKit, Long templateId, BODataCollectionTemplateHeader newTemplateHead) Set last modified user and date on new template to match the old one.protected BODataCollectionTemplateHeaderDataCollectionTemplateConverter.searchTemplateHeader(PoolKit poolKit, overit.geocallapp.wfm.survey.template.TemplateTree oldTemplateTree) Search for a new template header with the same code as the old template passed as parameter.protected voidDataCollectionTemplateConverter.updateLastModifiedUser(PoolKit poolKit, overit.geocallapp.wfm.survey.template.TemplateTree oldTemplateTree, DataCollectionTemplate dataCollectionTemplate) Updates create/last-modified user and date to match the old template users and dates. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.data
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataCollectionTemplateConversionSearch.defineSql(CommandContext cc, PoolKit pk) The method creates the SQL command using the language of the criteria, and in particular based on the methodDAODataCollectionTemplateConversionSearch.getFilterCriterion(overit.geocall.da.CommandContext) -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever that throw DAException -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.massive
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.massive that throw DAException -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.massive.data
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.massive.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataCollectionTemplateConversionMassiveSearch.defineSql(CommandContext cc, PoolKit pk) The method creates the SQL command using the language of the criteria, and in particular based on the methodDAO.getFilterCriterion(overit.geocall.da.CommandContext) -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset that throw DAExceptionModifier and TypeMethodDescriptionGet the list of template id to be converted.DataCollectionTemplateConverterSubsetDataRetriever.searchTemplateToConvert(PoolKit poolKit, Page page) Search the subset of the templates to convert. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset.data
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataCollectionTemplateConversionSubsetSearch.defineSql(CommandContext cc, PoolKit pk) The method creates the SQL command using the language of the criteria, and in particular based on the methodDAO.getFilterCriterion(overit.geocall.da.CommandContext) -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateConversionSubsetSearch.body(DataCollectionTemplateConversionSubsetSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionTemplateConversionSubsetinto the event journal.protected voidBTDataCollectionTemplateConversionSubsetDelete.execute(DataCollectionTemplateConversionSubsetDeleteEvent event, PoolKit poolKit) Deletes all theBODataCollectionTemplateConversionSubset.protected voidBTDataCollectionTemplateConversionSubsetInsert.execute(DataCollectionTemplateConversionSubsetInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionTemplateConversionSubsetand writes the newly generated id into the event journal.protected voidBTDataCollectionTemplateConversionSubsetLoad.execute(DataCollectionTemplateConversionSubsetLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBODataCollectionTemplateConversionSubsetand writes it into the event journal.protected voidBTDataCollectionTemplateConversionSubsetUpdate.execute(DataCollectionTemplateConversionSubsetUpdateEvent event, PoolKit poolKit) Updates theBODataCollectionTemplateConversionSubsetwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure that throw DAExceptionModifier and TypeMethodDescriptionDataCollectionTemplateStructureConverter.convert(PoolKit poolKit, overit.geocallapp.wfm.survey.template.TemplateTree oldTemplateTree, DataCollectionTemplate newTemplate) Convert all template versions.DataCollectionTemplateStructureConverter.convertTemplateStructure(PoolKit poolKit, overit.geocallapp.wfm.survey.template.TemplateTree oldTemplateTree, DataCollectionTemplate newTemplate, HashGetter rowMap, Long rootNodeId, boolean isLastRelease, boolean isFirstStructure) Convert the specified template version.protected LongDataCollectionTemplateStructureConverter.loadTemplateType(PoolKit poolKit, overit.geocallapp.wfm.survey.template.TemplateTree oldTemplateTree) Load old template type. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.data
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataCollectionTemplateVersionConversionSearch.defineSql(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.outcomerule
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.outcomerule that throw DAExceptionModifier and TypeMethodDescriptionDataCollectionOutcomeReasonConverter.convert(PoolKit poolKit, overit.geocallapp.wfm.survey.template.TemplateTree oldTemplateTree, DataCollectionTemplate newTemplateHeader) Convert all outcome rules. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.outcomerule.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.outcomerule.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionOutcomeReasonConversionInsert.body(DataCollectionOutcomeReasonConversionInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionOutcomeReasonConversionand writes the newly generated id into the event journal.protected voidBTDataCollectionOutcomeReasonConversionSearch.body(DataCollectionOutcomeReasonConversionSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionOutcomeReasonConversioninto the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.pdffile
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.pdffile that throw DAExceptionModifier and TypeMethodDescriptionDataCollectionPdfFileConverter.convert(overit.geocallapp.wfm.survey.template.TemplateTree oldTemplate, DataCollectionTemplate newTemplate, DataCollectionTemplateConversionMap conversionMap) Convert the Old PDF Template into a new one changing all the Form Field code. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.structure.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateStructureConversionCreateTreeStructure.body(DataCollectionTemplateStructureConversionCreateTreeStructureEvent event, PoolKit poolKit) Take the old tree template structureTemplateTreeand convert it into aTreeModel<DataCollectionNode>.protected voidBTDataCollectionTemplateVersionConversionInsert.body(DataCollectionTemplateVersionConversionInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionTemplateVersionConversionand writes the newly generated id into the event journal.protected voidBTDataCollectionTemplateVersionConversionSearch.body(DataCollectionTemplateVersionConversionSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionTemplateVersionConversioninto the event journal.protected LongBTDataCollectionTemplateStructureConversionReleaseInsert.checkTemplateReleaseDate(BODataCollectionTemplateStructureRelease release, PoolKit poolKit) protected voidBTDataCollectionTemplateStructureConversionReleaseInsert.execute(DataCollectionTemplateStructureConversionReleaseInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionTemplateStructureReleaseand writes the newly generated id into the event journal.protected TreeModel<DataCollectionNode> BTDataCollectionTemplateStructureConversionCreateTreeStructure.makeNewTreeStructure(overit.geocallapp.wfm.survey.template.TemplateTree currentOldNode, DataCollectionTemplateConversionMap nodeConversionMap) Navigate node by node the old tree structure and creates the new one. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateConversionCreateNewTemplateHeader.body(DataCollectionTemplateConversionCreateNewTemplateHeaderEvent event, PoolKit poolKit) Coverts the givenTemplateTreeinto aBODataCollectionTemplateHeaderand add it to the event journal.protected voidBTDataCollectionTemplateConversionInsert.body(DataCollectionTemplateConversionInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionTemplateConversionand writes the newly generated id into the event journal.protected voidBTDataCollectionTemplateConversionSearch.body(DataCollectionTemplateConversionSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionTemplateConversioninto the event journal.protected voidBTDataCollectionTemplateMassiveConverter.body(DataCollectionTemplateConverterMassiveEvent event, PoolKit pk) Invoke the Data Collection Template massive conversion.protected voidBTDataCollectionTemplateSubsetConverter.body(DataCollectionTemplateConverterSubsetEvent event, PoolKit pk) Invoke the Data Collection Template subset conversion.protected voidBTDataCollectionTemplateConversionInsertRelease.copyOutcomeRules(Long structureReleaseId, DataCollectionTemplateWorkingCopy workingCopy, PoolKit poolKit) Copies the outcome rules.protected BODataCollectionTemplateHeaderBTDataCollectionTemplateConversionCreateNewTemplateHeader.createNewTemplateHeader(PoolKit poolKit, overit.geocallapp.wfm.survey.template.TemplateTree oldTemplateTree, Long newTemplateHeaderId) Creates or updates aBODataCollectionTemplateHeaderbased on the oldTemplateTree.protected voidBTDataCollectionTemplateConversionInsertRelease.execute(DataCollectionTemplateConversionInsertReleaseEvent event, PoolKit poolKit) Inserts a new data collection template release starting from the working copy.protected voidBTDataCollectionTemplateConversionInsertSheet.execute(DataCollectionTemplateConversionInsertSheetEvent event, PoolKit poolKit) Inserts into a sheet into data collection template.protected voidBTDataCollectionTemplateConversionLoadOldTemplate.execute(DataCollectionTemplateConversionLoadOldTemplateEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingTemplateTreeand writes it into the event journal.protected voidBTDataCollectionTemplateConversionLoadOldTemplateHeader.execute(DataCollectionTemplateConversionLoadOldTemplateHeaderEvent event, PoolKit poolKit) Starting from the given id, it loads the corresponding header data and writes it into the event journal.protected voidBTDataCollectionTemplateConversionLoadRelease.execute(DataCollectionTemplateConversionLoadReleaseEvent event, PoolKit poolKit) Starting from the template, it loads the current release.protected voidBTDataCollectionTemplateConversionReleaseSave.execute(DataCollectionTemplateConversionReleaseSaveEvent event, PoolKit poolKit) Saves the givenDataCollectionTemplateRelease.protected BODataCollectionTemplateStructureReleaseBTDataCollectionTemplateConversionInsertRelease.getDataCollectionTemplateRelease(DataCollectionTemplateConversionInsertReleaseEvent event, PoolKit poolKit) Returns the data collection template release.protected BODataCollectionTemplateHeaderBTDataCollectionTemplateConversionCreateNewTemplateHeader.searchTemplateHeader(PoolKit poolKit, overit.geocallapp.wfm.survey.template.TemplateTree oldTemplateTree) Search for aBODataCollectionTemplateHeaderwith the same code as theTemplateTreegiven as parameter.protected LongBTDataCollectionTemplateConversionReleaseSave.upsert(DataCollectionTemplate template, PoolKit poolKit) Updates the data collection template release. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.workcycle
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.workcycle that throw DAExceptionModifier and TypeMethodDescriptionDataCollectionWorkCycleConverter.convert(PoolKit poolKit, overit.geocallapp.wfm.survey.template.TemplateTree oldTemplateTree, DataCollectionTemplate newTemplateHeader) Convert the work cycle rules. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.template.workcycle.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.template.workcycle.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionWorkCycleConversionInsert.body(DataCollectionWorkCycleConversionInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionWorkCycleConversionand writes the newly generated id into the event journal.protected voidBTDataCollectionWorkCycleConversionSearch.body(DataCollectionWorkCycleConversionSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionWorkCycleConversioninto the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype that throw DAExceptionModifier and TypeMethodDescriptionvoidDataCollectionTemplateTypeConverter.convertBody(PoolKit poolKit) protected LongDataCollectionTemplateTypeConverter.createNewType(PoolKit poolKit, String code, String description, Boolean isActive) -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.converter.templatetype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateTypeConversionInsert.body(DataCollectionTemplateTypeConversionInsertEvent insertEvent, PoolKit poolKit) Inserts the givenBODataCollectionTemplateTypeConversionand writes the newly generated id into the event journal.protected voidBTDataCollectionTemplateTypeConversionSearch.body(DataCollectionTemplateTypeConversionSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionTemplateTypeConversioninto the event journal.protected voidBTDataCollectionTypeConverter.body(DataCollectionTypeConverterEvent dataCollectionTypeConverterEvent, PoolKit poolKit) Invokes the Data Collection Template Type Conversion. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.globalexpressions.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.globalexpressions.task that throw DAExceptionModifier and TypeMethodDescriptionprotected List<CheckIssue> BTDataCollectionCheckGlobalExpressions.computeCheckIssues(DataCollectionCheckGlobalExpressionsInput input, PoolKit poolKit) Computes check issues. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.instance.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.instance.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionSheetInstanceExportXlsx.appendSheetsRecap(List<BODataCollectionSheet> sheets, XlsxDocument excelDocument, PoolKit poolKit) Appends the sheets recap.protected voidBTDataCollectionSheetInstanceExportXlsx.appendTemplateStructureSheetsModel(List<BODataCollectionSheet> sheets, XlsxDocument excelDocument, Teacher teacher) Appends the template structure sheets model.protected voidBTDataCollectionSheetInstanceAssociateToAsset.checkAssetVisibility(Long assetId, Long operationCenter, PoolKit poolKit) Checks the asset visibility.protected voidBTDataCollectionSheetInstanceAssociate.checkSheet(BODataCollectionSheet sheet, Long operationCenter) Checks the sheet.protected voidBTDataCollectionSheetInstanceCancel.checkSheet(BODataCollectionSheet sheet) Checks the sheet.protected voidBTDataCollectionSheetInstanceExportXlsx.completeAccountDBViewData(DBView dbv, PoolKit poolKit) Completes the account DB view data.protected voidBTDataCollectionSheetInstanceExportXlsx.completeAssetDBViewData(DBView dbv, PoolKit poolKit) Completes the asset DB view data.protected voidBTDataCollectionSheetInstanceExportXlsx.completeDBViewData(DBView dbv, PoolKit poolKit) Completes the DB view data.protected List<CheckerEvent<?>> BTDataCollectionSheetInstanceCloseWOOperationSheet.defineCheckerEvents(Long sheetId, PoolKit poolKit) Defines the checker events.protected List<CheckerEvent<?>> BTDataCollectionSheetInstanceUpdate.defineCheckerEvents(DataCollectionSheetInstance sheetInstance, PoolKit poolKit) Defines the checker events.protected voidBTDataCollectionSheetInstanceSave.evaluateExpressions(DataCollectionSheetInstance sheetInstance, boolean calculateInitialValue, PoolKit poolKit) Evaluates the expressions.protected voidBTDataCollectionSheetInstanceAssociateToAccount.execute(DataCollectionSheetInstanceAssociateToAccountEvent event, PoolKit poolKit) Associates the account to the data collection sheet instance.protected voidBTDataCollectionSheetInstanceAssociateToAsset.execute(DataCollectionSheetInstanceAssociateToAssetEvent event, PoolKit poolKit) Associates the asset to the data collection sheet instance.protected voidBTDataCollectionSheetInstanceAssociateToSchedulingUser.execute(DataCollectionSheetInstanceAssociateToSchedulingUserEvent event, PoolKit poolKit) Associates the scheduling user to the data collection sheet instance.protected voidBTDataCollectionSheetInstanceAssociateToWOOperation.execute(DataCollectionSheetInstanceAssociateToWOOperationEvent event, PoolKit poolKit) Associate the work order operation to the sheet.protected voidBTDataCollectionSheetInstanceCancel.execute(DataCollectionSheetInstanceCancelEvent event, PoolKit poolKit) Cancels the sheet.protected voidBTDataCollectionSheetInstanceDissociateFromWOOperation.execute(DataCollectionSheetInstanceDissociateFromWOOperationEvent event, PoolKit poolKit) Dissociates the workorder operation from the data collection sheet instance.protected voidBTDataCollectionSheetInstanceExportPdf.execute(DataCollectionSheetInstanceExportPdfEvent event, PoolKit poolKit) Exports the data collection sheet instance pdf.protected voidBTDataCollectionSheetInstanceExportXlsx.execute(DataCollectionSheetInstanceExportXlsxEvent event, PoolKit poolKit) Exports the xlsx associated to the data collection sheet instance.protected voidBTDataCollectionSheetInstanceOnWOOperationStateChange.execute(WorkOrderOperationStateChangeEvent event, PoolKit poolKit) Changes the workorder operation state.protected voidBTDataCollectionSheetInstanceSave.execute(DataCollectionSheetInstanceSaveEvent event, PoolKit poolKit) Saves the data collection sheet instance.protected VoidBTDataCollectionSheetInstanceCloseWOOperationSheet.executeProcess(Long sheetId, PoolKit poolKit) Closes the work order operation associated to the data collection sheet instance.protected VoidBTDataCollectionSheetInstanceUpdate.executeProcess(DataCollectionSheetInstance sheetInstance, PoolKit poolKit) Executes the process.protected voidBTDataCollectionSheetInstanceAssociateToAccount.existsAccount(Long accountId, PoolKit poolKit) Checks if the account exists.protected WebResourceBTDataCollectionSheetInstanceExportPdf.loadPdfTemplate(String pdfFormUUID) Load pdf template.protected BODataCollectionSheetLoads the sheet.protected BODataCollectionSheetLoads the sheet.protected BODataCollectionSheetLoads the sheet.protected DataCollectionSheetInstanceBTDataCollectionSheetInstanceAssociate.loadSheetInstance(Long sheetId, PoolKit poolKit) Loads the sheet instance.protected DataCollectionSheetInstanceBTDataCollectionSheetInstanceCloseWOOperationSheet.loadSheetInstance(Long sheetId, PoolKit poolKit) Loads the sheet instance.protected DataCollectionSheetInstanceBTDataCollectionSheetInstanceExportPdf.loadSheetInstance(Long sheetId, PoolKit poolKit) Loads the sheet instance.protected List<BODataCollectionSheet> BTDataCollectionSheetInstanceExportXlsx.loadSheets(Map<String, Object> filters, PoolKit poolkit) Loads the sheets.protected BOWorkOrderOperationBTDataCollectionSheetInstanceAssociateToWOOperation.loadWOOperation(Long woOperationId, PoolKit poolKit) Load WO operation.protected BOWorkOrderOperationBTDataCollectionSheetInstanceDissociateFromWOOperation.loadWOOperation(Long woOperationId, PoolKit poolKit) Loads the WO operation.protected BOWorkOrderHeaderBTDataCollectionSheetInstanceAssociateToWOOperation.loadWorkOrderHeader(Long workOrder, PoolKit poolKit) Load work order header.protected BOWorkOrderOperationBTDataCollectionSheetInstanceCloseWOOperationSheet.loadWorkOrderOperation(Long woOperationId, PoolKit poolKit) Loads the work order operation.protected voidBTDataCollectionSheetInstanceAssociate.saveSheetInstance(DataCollectionSheetInstance sheetInstance, boolean skipExpressionsEvaluation, boolean calculateInitialValue, PoolKit poolKit) Saves the sheet instance.protected voidBTDataCollectionSheetInstanceAssociate.saveSheetInstance(DataCollectionSheetInstance sheetInstance, PoolKit poolKit) Saves the sheet instance.protected List<BODataCollectionSheet> BTDataCollectionSheetInstanceOnWOOperationStateChange.searchDataCollectionSheets(Long woOperationId, PoolKit poolKit) Searches the data collection sheets.protected voidBTDataCollectionSheetInstanceCancel.updateSheet(BODataCollectionSheet sheet, PoolKit poolKit) Updates the sheet.protected voidBTDataCollectionSheetInstanceDissociateFromWOOperation.updateSheet(BODataCollectionSheet sheet, PoolKit poolKit) Updates the sheet.protected voidBTDataCollectionSheetInstanceAssociateToWOOperation.updateSheetState(Long sheetId, BOWorkOrderOperation woOperation, PoolKit poolKit) Update sheet state.protected voidBTDataCollectionSheetInstanceOnWOOperationStateChange.updateState(Long state, List<BODataCollectionSheet> sheets, PoolKit poolKit) Updates the state. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.pushnotification
Methods in overit.geocallapp.wfm.core.bl.datacollection.pushnotification that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSheetInstanceUnlockPushNotification.execute(SheetInstanceUnlockPushNotificationEvent event, PoolKit poolKit) Executes the push notification sending process.protected overit.geocallapp.replicator.basic.base.pushnotifications.PushNotificationBTSheetInstanceUnlockPushNotification.getPushNotification(SheetInstanceUnlockPushNotification input, BONotifiableUser notifiableUser, PoolKit poolKit) Sends the push notification to the target user.protected BONotifiableUserBTSheetInstanceUnlockPushNotification.loadNotifiableUser(Long user, PoolKit poolKit) Loads theBONotifiableUserrelated to the given id. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.sheet.data
Methods in overit.geocallapp.wfm.core.bl.datacollection.sheet.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataCollectionSheetExtendedSearch.defineSql(CommandContext cc, PoolKit pk) protected voidDAODataCollectionSheetExtendedSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.sheet.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.sheet.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionSheetCodeGeneration.execute(DataCollectionSheetCodeGenerationEvent event, PoolKit poolKit) Generates a unique code for the givenBODataCollectionSheetand writes it into the event journal.protected voidBTDataCollectionSheetExtendedSearch.execute(DataCollectionSheetSearchExtendedEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionSheetinto the event journal.protected voidBTDataCollectionSheetLoad.execute(DataCollectionSheetLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBODataCollectionSheetand writes it into the event journal.protected voidBTDataCollectionSheetUpdate.execute(DataCollectionSheetUpdateEvent event, PoolKit poolKit) Updates theBODataCollectionSheetwith all its needed components.protected voidBTDataCollectionSheetUpdate.validate(BODataCollectionSheet dataCollectionSheet, PoolKit poolKit) Validates the data collection sheet before update. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.template.data
Methods in overit.geocallapp.wfm.core.bl.datacollection.template.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataCollectionTemplateHeaderSearch.defineSql(CommandContext cc, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDAODataCollectionTemplateHeaderSearch.defineValues(CommandContext cc, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDAODataCollectionTemplateStructureReleaseSearch.defineValues(CommandContext cc, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDAODataCollectionTemplateHeaderSearch.validate(CommandContext cc, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDAODataCollectionTemplateStructureReleaseSearch.validate(CommandContext cc, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.template.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.template.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateApplyWOCreationRule.associateSheetToWOOperation(BOWorkOrderOperation woOperation, Long sheetId, PoolKit poolKit) Associates the sheet to the WO operation.protected List<DataCollectionTemplateRelease> BTDynamicFormsTemplateAutoGenerableRequiredSearch.collectAutoGenerableTemplates(MobileCardConfiguration mobileCardConfiguration, PoolKit poolKit) Collects all template IDs marked as auto generable from mobile in the Mobile Card configuration and loads their current releases.protected List<CheckIssue> BTDataCollectionTemplateCheckExpressions.computeCheckIssues(TreeModel<DataCollectionNode> treeModel, PoolKit poolKit) Computes check issues.protected voidBTDataCollectionTemplateAlignExpressionsEvaluationOrder.execute(DataCollectionTemplateAlignExpressionsEvaluationOrderEvent event, PoolKit poolKit) Deletes the previously evaluation order and sets the new one.protected voidBTDataCollectionTemplateApplyWOCreationRule.execute(DataCollectionTemplateApplyWOCreationRuleEvent event, PoolKit poolKit) Execute.protected voidBTDataCollectionTemplateHeaderSearch.execute(DataCollectionTemplateHeaderSearchEvent event, PoolKit poolKit) Deprecated, for removal: This API element is subject to removal in a future version.Writes thePageResponseof searchedBODataCollectionTemplateHeaderinto the event journal.protected voidBTDataCollectionTemplateStructureReleaseSearch.execute(DataCollectionTemplateStructureReleaseSearchEvent event, PoolKit poolKit) Deprecated, for removal: This API element is subject to removal in a future version.Writes thePageResponseof searchedBODataCollectionTemplateStructureReleaseinto the event journal.protected voidBTDynamicFormsTemplateAutoGenerableRequiredSearch.execute(DynamicFormsTemplateAutoGenerableRequiredSearchEvent event, PoolKit poolKit) Searches for required auto generable Dynamic Forms templates and writes the result into the event journal.protected Collection<DataCollectionTemplateRelease> BTDynamicFormsTemplateAutoGenerableRequiredSearch.filterRequiredTemplates(List<DataCollectionTemplateRelease> autoGenerableTemplates, Long outcomeReasonId, Long workOrderOperation, PoolKit poolKit) Filters templates that have an outcome rule with the required flag set for the given outcome reason and returns the whole template object.protected booleanBTDynamicFormsTemplateAutoGenerableRequiredSearch.hasExistingSheet(Long workOrderOperation, PoolKit poolKit) Checks if there's at least one data collection sheet for the given work order operationprotected LongBTDataCollectionTemplateApplyWOCreationRule.insertSheet(DataCollectionTemplateRelease template, BODataCollectionSheet sheet, PoolKit poolKit) Inserts the sheet.protected booleanBTDynamicFormsTemplateAutoGenerableRequiredSearch.isTemplateRequiredForOutcome(Long templateStructureId, Long outcomeReasonId, PoolKit poolKit) Checks if a template is required for a given outcome reason.protected MobileCardConfigurationBTDynamicFormsTemplateAutoGenerableRequiredSearch.loadMobileCardConfiguration(Long interventionGroupId, PoolKit poolKit) Loads the mobile card configuration for the given intervention group.protected List<BODataCollectionTemplateWOCreationRule> BTDataCollectionTemplateApplyWOCreationRule.loadRules(PoolKit poolKit, BOWorkOrderOperation woOperation) Loads the rules.protected DataCollectionTemplateReleaseBTDynamicFormsTemplateAutoGenerableRequiredSearch.loadTemplateRelease(Long templateId, PoolKit poolKit) Loads the current release for a template.protected WorkOrderBTDataCollectionTemplateApplyWOCreationRule.loadWorkOrder(Long woId, PoolKit poolKit) Loads the work order.protected List<BODataCollectionTemplateStructureOutcomeRule> BTDynamicFormsTemplateAutoGenerableRequiredSearch.searchOutcomeRules(Long templateStructureId, Long outcomeReasonId, PoolKit poolKit) Searches for outcome rules for a template structure and outcome reason.protected List<BODataCollectionSheet> BTDynamicFormsTemplateAutoGenerableRequiredSearch.searchSheetsByWorkOrderOperation(Long workOrderOperation, PoolKit poolKit) Searches for data collection sheets by work order operation. -
Uses of DAException in overit.geocallapp.wfm.core.bl.datacollection.template.visibilityrules.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.template.visibilityrules.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateVisibleForUserSearch.body(DataCollectionTemplateVisibleForUserSearchEvent event, PoolKit poolKit) protected List<BODCTemplateVisibilityRuleRow> BTDataCollectionTemplateVisibleForUserSearch.collectMatchingRows(PoolKit poolKit) Collects all the rows that match the user profile.BTDataCollectionTemplateVisibleForUserSearch.getAreasFromOperationCenter(Long operationCenterId, PoolKit poolKit) BTDataCollectionTemplateVisibleForUserSearch.getMatchingRulesTemplates(PoolKit poolKit) Gets all the templates with visibility rules that match the user profile.protected LongBTDataCollectionTemplateVisibleForUserSearch.getStructureFromOperationCenter(Long operationCenterId, PoolKit poolKit) BTDataCollectionTemplateVisibleForUserSearch.getTemplateIdsFromRuleHeaders(Set<Long> validRuleHeaders, PoolKit poolKit) Retrieves the template IDs associated with the given rule headers.BTDataCollectionTemplateVisibleForUserSearch.getTemplatesWithoutRules(PoolKit poolKit) Gets all the templates without visibility rules.protected voidBTDataCollectionTemplateVisibleForUserSearch.loadUserOrganizationalStructures(Long userId, PoolKit poolKit) Loads the user organizational structures that will be used for filtering the rules.protected overit.geocallapp.wfm.users.UserVisibilitySettingsBTDataCollectionTemplateVisibleForUserSearch.loadUserVisibilitySettings(Long userId, PooledConnection conn) Loads the user visibility settings.BTDataCollectionTemplateVisibleForUserSearch.searchRulesByArea(PoolKit poolKit) Gets the rule headers that have a row that match the user areasBTDataCollectionTemplateVisibleForUserSearch.searchRulesByOperationCenter(PoolKit poolKit) Gets the rule headers that have a row that match the user operation centersBTDataCollectionTemplateVisibleForUserSearch.searchRulesByStructure(PoolKit poolKit) Gets the rule headers that have a row that match the user structuresBTDataCollectionTemplateVisibleForUserSearch.searchRulesByUserType(PoolKit poolKit) Gets the rule headers that have a row that match the user typeprotected voidBTDataCollectionTemplateVisibleForUserSearch.validateUser(Long userId, PoolKit poolKit) Validate the user id. -
Uses of DAException in overit.geocallapp.wfm.core.bl.features.facilitytype.data
Methods in overit.geocallapp.wfm.core.bl.features.facilitytype.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOFeatureFacilityTypeSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOSearchTeachnicalObjectFeatures.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.features.facilitytype.task
Methods in overit.geocallapp.wfm.core.bl.features.facilitytype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected LongBTFeatureFacilityTypeSave.createFacilityTypeDefaultTemplate(BOTechnicalObjectType technicalObjectType, PoolKit poolKit) protected voidBTFeatureFacilityTypeSave.deleteTeachinicalObjectFeatures(BOFeatureFacilityType featureFacilityType, BOTechnicalObjectType technicalObjectType, PoolKit poolKit) protected voidBTFeatureFacilityTypeDelete.execute(FeatureFacilityTypeDeleteEvent event, PoolKit poolKit) protected voidBTFeatureFacilityTypeInsert.execute(FeatureFacilityTypeInsertEvent event, PoolKit poolKit) protected voidBTFeatureFacilityTypeSave.execute(FeatureFacilityTypeSaveEvent event, PoolKit poolKit) protected voidBTFeatureFacilityTypeSearch.execute(FeatureFacilityTypeSearchEvent event, PoolKit poolKit) Writes the searched features into the event journal.protected voidBTFeatureFacilityTypeUpdate.execute(FeatureFacilityTypeUpdateEvent event, PoolKit poolKit) Updates a newBOFeatureFacilityTypewith all its needed components.protected voidBTFeatureFacilityTypeSave.insertTeachinicalObjectFeatures(BOFeatureFacilityType featureFacilityType, BOTechnicalObjectType technicalObjectType, PoolKit poolKit) protected LongBTFeatureFacilityTypeSave.loadFacilityTypeDefaultTemplate(BOTechnicalObjectType technicalObjectType, PoolKit poolKit) protected voidBTFeatureFacilityTypeSave.updateTeachinicalObjectFeatures(BOFeatureFacilityType featureFacilityType, BOTechnicalObjectType technicalObjectType, BOFeatureFacilityType dbRecord, PoolKit poolKit) protected voidBTFeatureFacilityTypeDelete.validate(BOFeatureFacilityType boFeatureFacilityType, PoolKit pk) protected voidBTFeatureFacilityTypeInsert.validate(BOFeatureFacilityType boFeatureFacilityType, PoolKit pk) protected voidBTFeatureFacilityTypeUpdate.validate(BOFeatureFacilityType boFeatureFacilityType, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.features.feature.task
Methods in overit.geocallapp.wfm.core.bl.features.feature.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTFeatureInsert.execute(FeatureInsertEvent event, PoolKit pk) Writes the inserted feature id into the event journal.protected voidBTFeatureLoad.execute(FeatureLoadEvent event, PoolKit pk) Writes the loaded feature into the event journal.protected voidBTFeatureSearch.execute(FeatureSearchEvent event, PoolKit poolKit) Writes the searched features into the event journal.protected voidBTFeatureUpdate.execute(FeatureUpdateEvent event, PoolKit pk) Updates a newBOFeaturewith all its needed components.protected voidprotected void -
Uses of DAException in overit.geocallapp.wfm.core.bl.features.featureclass.data
Methods in overit.geocallapp.wfm.core.bl.features.featureclass.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOFeatureClassSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.features.featureclass.task
Methods in overit.geocallapp.wfm.core.bl.features.featureclass.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTFeatureClassInsert.checkUnique(BOFeatureClass featureClass, PoolKit pk) Checks if the given characteristic has a unique code-class.protected voidBTFeatureClassUpdate.checkUnique(BOFeatureClass featureClass, PoolKit pk) Checks if the given characteristic has a unique code-class.protected voidBTFeatureClassInsert.execute(FeatureClassInsertEvent event, PoolKit pk) Writes the inserted feature class id into the event journal.protected voidBTFeatureClassLoad.execute(FeatureClassLoadEvent event, PoolKit pk) Writes the loaded feature class into the event journal.protected voidBTFeatureClassSearch.execute(FeatureClassSearchEvent event, PoolKit poolKit) Writes the searched feature classes into the event journal.protected voidBTFeatureClassUpdate.execute(FeatureClassUpdateEvent event, PoolKit pk) Updates a newBOFeatureClasswith all its needed components.protected voidBTFeatureClassInsert.validate(BOFeatureClass featureClass, PoolKit pk) protected voidBTFeatureClassUpdate.validate(BOFeatureClass featureClass, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.features.featureclasstype.data
Methods in overit.geocallapp.wfm.core.bl.features.featureclasstype.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOFeatureClassTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.features.featureclasstype.task
Methods in overit.geocallapp.wfm.core.bl.features.featureclasstype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTFeatureClassTypeLoad.body(FeatureClassTypeLoadEvent event, PoolKit pk) Writes the loaded feature class type into the event journal.protected voidBTFeatureClassTypeSearch.body(FeatureClassTypeSearchEvent event, PoolKit poolKit) Writes the searched feature class types into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.features.usage.data
Methods in overit.geocallapp.wfm.core.bl.features.usage.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOFeatureUsageSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.features.usage.task
Methods in overit.geocallapp.wfm.core.bl.features.usage.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTFeatureUsageLoad.body(FeatureUsageLoadEvent event, PoolKit pk) Writes the loaded feature usage into the event journal.protected voidBTFeatureUsageSearch.body(FeatureUsageSearchEvent event, PoolKit poolKit) Writes the loaded feature usages into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.features.valuedomain.data
Methods in overit.geocallapp.wfm.core.bl.features.valuedomain.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOFeatureValueDomainSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.features.valuedomain.task
Methods in overit.geocallapp.wfm.core.bl.features.valuedomain.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTFeatureValueDomainInsert.body(FeatureValueDomainInsertEvent event, PoolKit poolKit) Writes the inserted feature value domain id into the event journal.protected voidBTFeatureValueDomainLoad.body(FeatureValueDomainLoadEvent event, PoolKit pk) Writes the loaded feature value domain into the event journal.protected voidBTFeatureValueDomainSearch.body(FeatureValueDomainSearchEvent event, PoolKit poolKit) Writes the searched feature value domains into the event journal.protected voidBTFeatureValueDomainUpdate.body(FeatureValueDomainUpdateEvent event, PoolKit poolKit) Updates a newBOFeatureValueDomainwith all its needed components.protected voidBTFeatureValueDomainInsert.validate(BOFeatureValueDomain valueDomain, PoolKit poolKit) protected voidBTFeatureValueDomainUpdate.validate(BOFeatureValueDomain valueDomain, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.features.valuedomainitem.task
Methods in overit.geocallapp.wfm.core.bl.features.valuedomainitem.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTFeatureValueDomainItemInsert.execute(FeatureValueDomainItemInsertEvent event, PoolKit pk) Writes the inserted feature value domain item id into the event journal.protected voidBTFeatureValueDomainItemLoad.execute(FeatureValueDomainItemLoadEvent event, PoolKit pk) Writes the feature value domain item into the event journal.protected voidBTFeatureValueDomainItemSearch.execute(FeatureValueDomainItemSearchEvent event, PoolKit poolKit) Writes the searched feature value domain items into the event journal.protected voidBTFeatureValueDomainItemUpdate.execute(FeatureValueDomainItemUpdateEvent event, PoolKit pk) Updates a newBOFeatureValueDomainItemwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.gis.authentication.task
Methods in overit.geocallapp.wfm.core.bl.gis.authentication.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTGisAuthConfigLoad.execute(GisAuthConfigLoadEvent event, PoolKit poolKit) Deprecated, for removal: This API element is subject to removal in a future version.protected voidBTGisAuthTokenLoad.execute(GisAuthTokenLoadEvent event, PoolKit poolKit) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DAException in overit.geocallapp.wfm.core.bl.gis.offline.layer.type.task
Methods in overit.geocallapp.wfm.core.bl.gis.offline.layer.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTGisLayerTypeLoad.body(GisLayerTypeLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOGisLayerTypeand writes it into the event journal.protected voidBTGisLayerTypeSearch.body(GisLayerTypeSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBOGisLayerTypeinto the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.gis.offline.notification.task
Methods in overit.geocallapp.wfm.core.bl.gis.offline.notification.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTGisOfflinePackagePushNotificationsCreate.body(GisOfflinePackagePushNotificationsCreateEvent event, PoolKit poolKit) ThePushNotifications for the Gis offline packages update, are created through various steps: we identify all theBOGisOfflinePackages that were updated since the last notification to the mobile we search for all the mobile users that match the gis visibility rule related to the resulting packages for every mobile user we create a singlePushNotificationcontaining the external id of allBOGisOfflinePackageneeded to be notifiedprotected voidBTGisOfflinePackagePushNotificationsDispatch.body(GisOfflinePackagePushNotificationsDispatchEvent event, PoolKit poolKit) Creates thePushNotifications to notify that someBOGisOfflinePackages were updated and dispatched them to the right users.protected List<overit.geocallapp.replicator.basic.base.pushnotifications.PushNotification> BTGisOfflinePackagePushNotificationsCreate.createPushNotifications(Map<BONotifiableUser, List<BOGisOfflinePackage>> offlinePackagesByMobileUser, PoolKit poolKit) Creates the push notifications starting from a map containing all the needed mobile users and the related list ofBOGisOfflinePackagethat were updated.protected List<BOGisOfflinePackage> BTGisOfflinePackagePushNotificationsCreate.getModifiedOfflinePackages(PoolKit poolKit) Returns the list ofBOGisOfflinePackagethat were updated since the last notification to the mobile.overit.geocallapp.docshare.docsharing.services.ResourceServiceBTGisOfflinePackagePushNotificationsCreate.getResourceService()Returns an instance of theResourceService.protected List<BONotifiableUser> BTGisOfflinePackagePushNotificationsCreate.loadNotifiableUsers(PoolKit poolKit) Loads all the notifiable users.protected List<overit.geocallapp.docshare.docsharing.model.Resource> BTGisOfflinePackagePushNotificationsCreate.loadNotNotificatedResources(List<String> uuids, PoolKit poolKit) Loads all theResourcerelated to the given uuid that are currently active and not yet notified.protected List<BOGisOfflinePackage> BTGisOfflinePackagePushNotificationsCreate.matchGisOfflinePackages(Long userId, List<BOGisOfflinePackage> offlinePackages, PoolKit poolKit) protected List<BOGisOfflinePackage> BTGisOfflinePackagePushNotificationsCreate.searchModifiedOfflinePackages(PoolKit poolKit) Searches for all theBOGisOfflinePackagethat are currently active.protected voidBTGisOfflinePackagePushNotificationsCreate.updateResourcesNotificationDate(List<overit.geocallapp.docshare.docsharing.model.Resource> resources, PoolKit poolKit) Updates the givenResources by updating their notification date. -
Uses of DAException in overit.geocallapp.wfm.core.bl.gis.offline.task
Methods in overit.geocallapp.wfm.core.bl.gis.offline.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTGisFileOutcomeUpdate.body(GisFileOutcomeUpdateEvent event, PoolKit poolKit) Updates the last version of theResourcerelated to the givenBOGisOfflinePackagebasing on the update outcome.protected voidBTGisOfflinePackageInsert.body(GisOfflinePackageInsertEvent event, PoolKit pk) Inserts the givenBOGisOfflinePackageand writes the newly generated id into the event journal.protected voidBTGisOfflinePackageLoad.body(GisOfflinePackageLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOGisOfflinePackageand writes it into the event journal.protected voidBTGisOfflinePackageSaveFile.body(GisOfflinePackageSaveFileEvent event, PoolKit pk) It saves the uploaded file as aResourcerelated to the currentBOGisOfflinePackage.protected voidBTGisOfflinePackageSearch.body(GisOfflinePackageSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBOGisOfflinePackageinto the event journal.protected voidBTGisOfflinePackageUpdate.body(GisOfflinePackageUpdateEvent event, PoolKit pk) Updates theBOGisOfflinePackagewith all its needed components.protected overit.geocallapp.docshare.docsharing.model.ResourceBTGisOfflinePackageSaveFile.createNewResource(GisOfflinePackageSaveFileInput input) Creates a newResourcewith the given information related to the currentBOGisOfflinePackage.protected overit.geocallapp.docshare.docsharing.model.ResourceBTGisOfflinePackageSaveFile.createNewResourceVersion(GisOfflinePackageSaveFileInput input) Creates a new version for the loadedResourcethat is related to the currentBOGisOfflinePackage.protected overit.geocallapp.docshare.docsharing.model.ResourceBTGisFileOutcomeUpdate.getActiveResourceVersion(String uuid) Returns the activeResourceversion.protected overit.geocallapp.docshare.docsharing.model.ResourceBTGisFileOutcomeUpdate.getLastResourceVersion(String uuid) Returns the lastResourceversion.overit.geocallapp.docshare.docsharing.services.ResourceServiceBTGisFileOutcomeUpdate.getResourceService()Returns an instance of theResourceService.overit.geocallapp.docshare.docsharing.services.ResourceServiceBTGisOfflinePackageSaveFile.getResourceService()Returns an instance of theResourceService.protected List<overit.geocallapp.docshare.docsharing.model.Resource> BTGisFileOutcomeUpdate.getSortedVersions(String uuid) Returns all the versions of theResourcewith the given uuid, sorted from the last version on.protected BOGisOfflinePackageBTGisFileOutcomeUpdate.loadGisOfflinePackage(Long externalId, PoolKit poolKit) Loads the neededBOGisOfflinePackage.protected BOGisOfflinePackageBTGisOfflinePackageSaveFile.loadGisOfflinePackage(GisOfflinePackageSaveFileInput input, overit.geocallapp.docshare.docsharing.model.Resource resource, PoolKit pk) Loads theBOGisOfflinePackagerelated to the given id.protected overit.geocallapp.docshare.docsharing.model.ResourceBTGisFileOutcomeUpdate.setResourceData(overit.geocallapp.docshare.docsharing.model.Resource resource) Sets theResourcemissing data which could not be previously calculated.protected voidBTGisFileOutcomeUpdate.updateGisOfflinePackageData(String uuid, PoolKit poolKit) Updates theBOGisOfflinePackagedata, related to the given uuid.protected voidBTGisOfflinePackageSaveFile.updateOfflinePackage(GisOfflinePackageSaveFileInput input, overit.geocallapp.docshare.docsharing.model.Resource resource, PoolKit pk) Updates theBOGisOfflinePackagewith the information of the just createdResource.protected voidBTGisFileOutcomeUpdate.updateResourceByOutcome(Boolean updateOutcome, String uuid, PoolKit poolKit) Updates theResourcebasing on the update outcome. -
Uses of DAException in overit.geocallapp.wfm.core.bl.gis.offline.type.task
Methods in overit.geocallapp.wfm.core.bl.gis.offline.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTGiFileTypeSearch.body(GisFileTypeSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBOGisFileTypeinto the event journal.protected voidBTGisFileTypeLoad.body(GisFileTypeLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOGisFileTypeand writes it into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.gis.rule.task
Methods in overit.geocallapp.wfm.core.bl.gis.rule.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTGisVisibilityRuleSearch.body(GisVisibilityRuleSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBOGisVisibilityRuleinto the event journal.protected voidBTGisVisibilityRuleUserMatch.body(GisVisibilityRuleUserMatchEvent event, PoolKit poolKit) Starting from a set ofBOGisOfflinePackages, It writes in the event's journal all theBOGisOfflinePackages that are related to aBOGisVisibilityRulewhich matches with the given user matches. -
Uses of DAException in overit.geocallapp.wfm.core.bl.loan.data
Methods in overit.geocallapp.wfm.core.bl.loan.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOResourceLoanSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.loan.task
Methods in overit.geocallapp.wfm.core.bl.loan.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceLoanLoadEvent.execute(ResourceLoanLoadEvent event, PoolKit pk) Writes the loaded account status into the event journal.protected voidBTResourceLoanSearch.execute(ResourceLoanSearchEvent event, PoolKit pk) Writes the searched loan resource into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.address.data
Methods in overit.geocallapp.wfm.core.bl.location.address.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAddressSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.address.task
Methods in overit.geocallapp.wfm.core.bl.location.address.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAddressDuplicate.execute(AddressDuplicateEvent event, PoolKit pk) Writes the inserted address id into the event journal.protected voidBTAddressInsert.execute(AddressInsertEvent event, PoolKit pk) Writes the inserted address id into the event journal.protected voidBTAddressLoad.execute(AddressLoadEvent event, PoolKit pk) Writes the loaded address into the event journal.protected voidBTAddressSearch.execute(AddressSearchEvent event, PoolKit poolKit) Writes the searched addresses into the event journal.protected voidBTAddressUpdate.execute(AddressUpdateEvent event, PoolKit pk) Updates a newBOAddresswith all its needed components.protected voidBTNormalizeAddress.execute(AddressGeocodeEvent event, PoolKit pk) Performes the geocoding action on the given address.protected voidBTAddressUpdate.notifyAddressUpdate(BOAddress oldAddress, BOAddress address, PoolKit pk) Notifies the system about an address update, handling different notification types based on whether a technical object association has been created.protected voidBTAddressHistory.preElaboration(PoolKit pk) protected voidBTAddressUpdate.validateAddress(BOAddress address, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.address.type.data
Methods in overit.geocallapp.wfm.core.bl.location.address.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAddressTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.address.type.task
Methods in overit.geocallapp.wfm.core.bl.location.address.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAddressTypeInsert.execute(AddressTypeInsertEvent event, PoolKit poolKit) protected voidBTAddressTypeLoad.execute(AddressTypeLoadEvent event, PoolKit pk) protected voidBTAddressTypeSearch.execute(AddressTypeSearchEvent event, PoolKit pk) protected voidBTAddressTypeUpdate.execute(AddressTypeUpdateEvent event, PoolKit poolKit) protected voidBTAddressTypeInsert.validate(BOAddressType addressType, PoolKit poolKit) protected voidBTAddressTypeUpdate.validate(BOAddressType addressType, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.district.task
Methods in overit.geocallapp.wfm.core.bl.location.district.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDistrictLoad.body(DistrictLoadEvent event, PoolKit pk) Writes the loaded district into the event journal.protected voidBTDistrictSearch.body(DistrictSearchEvent event, PoolKit poolKit) Writes the searched districts into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.geocoding.state.task
Methods in overit.geocallapp.wfm.core.bl.location.geocoding.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTGeocodingStateLoad.body(GeocodingStateLoadEvent event, PoolKit pk) Writes the loaded geocoding state into the event journal.protected voidBTGeocodingStateSearch.body(GeocodingStateSearchEvent event, PoolKit pk) Writes the searched geocoding state into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.geocoding.type.task
Methods in overit.geocallapp.wfm.core.bl.location.geocoding.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTGeocodingTypeLoad.body(GeocodingTypeLoadEvent event, PoolKit pk) Writes the loaded geocoding type into the event journal.protected voidBTGeocodingTypeSearch.body(GeocodingTypeSearchEvent event, PoolKit pk) Writes the searched geocoding type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.data
Methods in overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMicroclusterAggregate.defineParams(CommandContext cc, PoolKit pk) protected voidDAOSearchMCAggregate.defineSql(CommandContext cc, PoolKit pk) protected voidDAOSearchMCAggregate.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.task
Methods in overit.geocallapp.wfm.core.bl.location.microcluster.aggregate.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMicroclusterAggregateInsertHeader.body(MicroclusterAggregateHeaderInsertEvent event, PoolKit pk) protected voidBTMicroclusterAggregateLoad.body(MicroclusterAggregateLoadEvent event, PoolKit pk) protected voidBTMicroclusterAggregateUpdateHeader.body(MicroclusterAggregateHeaderUpdateEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.microcluster.data
Methods in overit.geocallapp.wfm.core.bl.location.microcluster.data that throw DAExceptionModifier and TypeMethodDescriptionvoidDAOSearchMicroclusterForSchedulingAreas.defineParams(CommandContext cc, PoolKit pk) protected voidDAOSearchMicroclusterForComposition.defineSql(CommandContext cc, PoolKit pk) protected voidDAOSearchMicroclusterForSchedulingAreas.defineSql(CommandContext cc, PoolKit pk) protected voidDAOSearchMicroclusterBoundingBox.defineStatement(CommandContext cc, PoolKit pk, DBStatement dbs) protected voidDAOSearchMicroclusterBoundingBox.validate(CommandContext cc, PoolKit pk) protected voidDAOSearchMicroclusterForComposition.validate(CommandContext cc, PoolKit pk) protected voidDAOSearchMicroclusterForSchedulingAreas.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.microcluster.schedulingareamc.task
Methods in overit.geocallapp.wfm.core.bl.location.microcluster.schedulingareamc.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingAreaMicroclusterSearch.execute(SchedulingAreaMicroclusterSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBOSchedulingAreaMicroclusterinto the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.microcluster.zone.data
Methods in overit.geocallapp.wfm.core.bl.location.microcluster.zone.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMicroclusterZone.defineParams(CommandContext cc, PoolKit pk) protected voidDAOSearchMicroclusterZone.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.municipality.task
Methods in overit.geocallapp.wfm.core.bl.location.municipality.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMunicipalityInsert.execute(MunicipalityInsertEvent event, PoolKit pk) Writes the inserted municipality id into the event journal.protected voidBTMunicipalityLoad.execute(MunicipalityLoadEvent event, PoolKit pk) Writes the loaded municipality into the event journal.protected voidBTMunicipalitySearch.execute(MunicipalitySearchEvent event, PoolKit poolKit) Writes the searched municipalities into the event journal.protected voidBTMunicipalityUpdate.execute(MunicipalityUpdateEvent event, PoolKit pk) Updates a newBOMunicipalitywith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.nation.task
Methods in overit.geocallapp.wfm.core.bl.location.nation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTNationLoad.body(NationLoadEvent event, PoolKit pk) Writes the loaded nation into the event journal.protected voidBTNationSearch.body(NationSearchEvent event, PoolKit poolKit) Writes the searched nations into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.location.region.task
Methods in overit.geocallapp.wfm.core.bl.location.region.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRegionLoad.body(RegionLoadEvent event, PoolKit pk) Writes the loaded region into the event journal.protected voidBTRegionSearch.body(RegionSearchEvent event, PoolKit poolKit) Writes the searched regions into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.log
Methods in overit.geocallapp.wfm.core.bl.log that throw DAExceptionModifier and TypeMethodDescriptionvoidLogHelper.close()voidprotected voidLogHelper.log(BOLogDetail detail) voidvoidvoidvoidvoidLogHelper.logWarning(String message) voidLogHelper.logWarning(String message, Integer row) voidLogHelper.open() -
Uses of DAException in overit.geocallapp.wfm.core.bl.log.detail.data
Methods in overit.geocallapp.wfm.core.bl.log.detail.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOLogDetailSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.log.detail.task
Methods in overit.geocallapp.wfm.core.bl.log.detail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLogDetailInsert.body(LogDetailInsertEvent event, PoolKit poolKit) protected voidBTLogDetailLoad.body(LogDetailLoadEvent event, PoolKit poolKit) protected voidBTLogDetailSearch.body(LogDetailSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.log.master.data
Methods in overit.geocallapp.wfm.core.bl.log.master.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOLogMasterSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.log.master.task
Methods in overit.geocallapp.wfm.core.bl.log.master.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLogMasterInsert.body(LogMasterInsertEvent event, PoolKit poolKit) protected voidBTLogMasterLoad.body(LogMasterLoadEvent event, PoolKit poolKit) protected voidBTLogMasterSearch.body(LogMasterSearchEvent event, PoolKit poolKit) protected voidBTLogMasterUpdate.body(LogMasterUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.log.processinglog.task
Methods in overit.geocallapp.wfm.core.bl.log.processinglog.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLogProcessingLoad.execute(LogProcessingLoadEvent event, PoolKit poolKit) protected voidBTLogProcessingSearch.execute(LogProcessingSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.log.state.task
Methods in overit.geocallapp.wfm.core.bl.log.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImportExportStateLoad.body(ImportExportStateLoadEvent event, PoolKit poolKit) protected voidBTImportExportStateSearch.body(ImportExportStateSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.log.task
Methods in overit.geocallapp.wfm.core.bl.log.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLogDelete.execute(LogDeleteEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.login.task
Methods in overit.geocallapp.wfm.core.bl.login.task that throw DAException -
Uses of DAException in overit.geocallapp.wfm.core.bl.material
Methods in overit.geocallapp.wfm.core.bl.material that throw DAExceptionModifier and TypeMethodDescriptionvoidMaterialHelper.checkUniqueCode(BOMaterial currentMaterial, PoolKit pk) Check whether the given code is unique. -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.data
Methods in overit.geocallapp.wfm.core.bl.material.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMaterialSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.goodsgroup.task
Methods in overit.geocallapp.wfm.core.bl.material.goodsgroup.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTGoodsGroupInsert.execute(GoodsGroupInsertEvent event, PoolKit pk) Inserts the givenBOGoodsGroupand writes the newly generated id into the event journal.protected voidBTGoodsGroupLoad.execute(GoodsGroupLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOGoodsGroupand writes it into the event journal.protected voidBTGoodsGroupSearch.execute(GoodsGroupSearchEvent event, PoolKit pk) Starting from the givenGoodsGroupSearchFilter, it searches the corresponding list ofBOGoodsGroupand presents them as aPageResponsewhich is then written into the event journal.protected voidBTGoodsGroupUpdate.execute(GoodsGroupUpdateEvent event, PoolKit pk) Updates theBOGoodsGroupwith all its needed components.voidBTGoodsGroupInsert.validateData(BOGoodsGroup goodsGroup, PoolKit pk) Validates the goods group data before the update.voidBTGoodsGroupUpdate.validateData(BOGoodsGroup goodsGroup, PoolKit pk) Validates the goods group data before the insertion. -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.history.task
Methods in overit.geocallapp.wfm.core.bl.material.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialHistoryLoad.execute(MaterialHistoryLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOMaterialHistoryand writes it into the event journal.protected voidBTMaterialHistorySearch.execute(MaterialHistorySearchEvent event, PoolKit poolKit) Starting from the givenMaterialHistorySearchFilter, it searches the corresponding list ofBOMaterialHistoryand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.itemtype.task
Methods in overit.geocallapp.wfm.core.bl.material.itemtype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialItemTypeInsert.execute(MaterialItemTypeInsertEvent event, PoolKit pk) Inserts the givenBOMaterialItemTypeand writes the newly generated id into the event journal.protected voidBTMaterialItemTypeLoad.execute(MaterialItemTypeLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOMaterialItemTypeand writes it into the event journal.protected voidBTMaterialItemTypeSearch.execute(MaterialItemTypeSearchEvent event, PoolKit pk) Starting from the givenMaterialItemTypeSearchFilter, it searches the corresponding list ofBOMaterialItemTypeand presents them as aPageResponsewhich is then written into the event journal.protected voidBTMaterialItemTypeUpdate.execute(MaterialItemTypeUpdateEvent event, PoolKit pk) Updates theBOMaterialItemTypewith all its needed components.voidBTMaterialItemTypeInsert.validateData(BOMaterialItemType materialItemType, PoolKit pk) Validates the material item type data before the insertion.voidBTMaterialItemTypeUpdate.validateData(BOMaterialItemType materialItemType, PoolKit pk) Validates the material item type data before the update. -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.managementtype.task
Methods in overit.geocallapp.wfm.core.bl.material.managementtype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialManagementTypeLoad.execute(MaterialManagementTypeLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOMaterialManagementTypeand writes it into the event journal.protected voidBTMaterialManagementTypeSearch.execute(MaterialManagementTypeSearchEvent event, PoolKit pk) Starting from the givenMaterialManagementTypeSearchFilter, it searches the corresponding list ofBOMaterialManagementTypeand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.materialclass.task
Methods in overit.geocallapp.wfm.core.bl.material.materialclass.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialClassInsert.execute(MaterialClassInsertEvent event, PoolKit pk) Inserts the givenBOMaterialClassand writes the newly generated id into the event journal.protected voidBTMaterialClassLoad.execute(MaterialClassLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOMaterialClassand writes it into the event journal.protected voidBTMaterialClassSearch.execute(MaterialClassSearchEvent event, PoolKit pk) Starting from the givenMaterialClassSearchFilter, it searches the corresponding list ofBOMaterialClassand presents them as aPageResponsewhich is then written into the event journal.protected voidBTMaterialClassUpdate.execute(MaterialClassUpdateEvent event, PoolKit pk) Updates theBOMaterialClasswith all its needed components.voidBTMaterialClassInsert.validateData(BOMaterialClass materialClass, PoolKit pk) Validates the material class data before the insertion.voidBTMaterialClassUpdate.validateData(BOMaterialClass materialClass, PoolKit pk) Validates the material class data before the update. -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.serialized.accounted.task
Methods in overit.geocallapp.wfm.core.bl.material.serialized.accounted.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAccountedSerializedMaterialInsert.execute(AccountedSerializedMaterialInsertEvent event, PoolKit pk) Inserts the givenBOMaterialItemTypeand writes the newly generated id into the event journal.protected voidBTAccountedSerializedMaterialSearch.execute(AccountedSerializedMaterialSearchEvent event, PoolKit poolKit) voidBTAccountedSerializedMaterialInsert.validateData(BOAccountedSerializedMaterial accountedSerializedMaterial, PoolKit pk) Validates the material item type data before the insertion. -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.serialized.data
Methods in overit.geocallapp.wfm.core.bl.material.serialized.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAccountedSerializedMaterialSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.serialized.history.task
Methods in overit.geocallapp.wfm.core.bl.material.serialized.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSerializedMaterialHistoryLoad.execute(SerializedMaterialHistoryLoadEvent event, PoolKit poolKit) protected voidBTSerializedMaterialHistorySearch.execute(SerializedMaterialHistorySearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.serialized.model.data
Methods in overit.geocallapp.wfm.core.bl.material.serialized.model.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSerializedMaterialModelSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.serialized.model.task
Methods in overit.geocallapp.wfm.core.bl.material.serialized.model.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSerializedMaterialModelInsert.execute(SerializedMaterialModelInsertEvent event, PoolKit poolKit) protected voidBTSerializedMaterialModelLoad.execute(SerializedMaterialModelLoadEvent event, PoolKit poolKit) protected voidBTSerializedMaterialModelSearch.execute(SerializedMaterialModelSearchEvent event, PoolKit poolKit) protected voidBTSerializedMaterialModelUpdate.execute(SerializedMaterialModelUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.serialized.task
Methods in overit.geocallapp.wfm.core.bl.material.serialized.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSerializedMaterialInsert.execute(SerializedMaterialInsertEvent event, PoolKit poolKit) protected voidBTSerializedMaterialLoad.execute(SerializedMaterialLoadEvent event, PoolKit poolKit) protected voidBTSerializedMaterialSearch.execute(SerializedMaterialSearchEvent event, PoolKit poolKit) protected voidBTSerializedMaterialUpdate.execute(SerializedMaterialUpdateEvent event, PoolKit poolKit) protected voidBTSerializedMaterialWithAccountSearch.execute(SerializedMaterialWithAccountSearchEvent event, PoolKit poolKit) protected LongBTSerializedMaterialInsert.insert(BOSerializedMaterial serializedMaterial, PoolKit poolKit) Performs the insertion of the givenBOSerializedMaterial.protected voidBTSerializedMaterialUpdate.update(BOSerializedMaterial serializedMaterial, PoolKit poolKit) protected voidBTSerializedMaterialInsert.validate(BOSerializedMaterial serializedMaterial, PoolKit poolKit) protected voidBTSerializedMaterialUpdate.validate(BOSerializedMaterial serializedMaterial, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.task
Methods in overit.geocallapp.wfm.core.bl.material.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialInsert.execute(MaterialInsertEvent event, PoolKit pk) Inserts the givenBOMaterialand writes the newly generated id into the event journal..protected voidBTMaterialLoad.execute(MaterialLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOMaterialand writes it into the event journal..protected voidBTMaterialSearch.execute(MaterialSearchEvent event, PoolKit pk) Starting from the givenMaterialSearchFilter, it searches the corresponding list ofBOMaterialand presents them as aPageResponsewhich is then written into the event journal.protected voidBTMaterialUpdate.execute(MaterialUpdateEvent event, PoolKit pk) Updates theBOMaterialwith all its needed components.protected LongBTMaterialInsert.insert(BOMaterial boMaterial, PoolKit poolKit) Performs the insertion of the givenBOMaterialtogether with the correspondingBOMaterialHistory.protected voidBTMaterialUpdate.update(BOMaterial boMaterial, PoolKit poolKit) Performs the update of the givenBOMaterialtogether with the correspondingBOMaterialHistory.voidBTMaterialInsert.validateData(BOMaterial material, PoolKit pk) Validates the material data before the insertion.voidBTMaterialUpdate.validateData(BOMaterial material, PoolKit pk) Validates the material data before the update. -
Uses of DAException in overit.geocallapp.wfm.core.bl.material.type.task
Methods in overit.geocallapp.wfm.core.bl.material.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialTypeLoad.execute(MaterialTypeLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOMaterialTypeand writes it into the event journal.protected voidBTMaterialTypeSearch.execute(MaterialTypeSearchEvent event, PoolKit pk) Starting from the givenMaterialTypeSearchFilter, it searches the corresponding list ofBOMaterialTypeand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.mobilecard.card.utils
Methods in overit.geocallapp.wfm.core.bl.mobilecard.card.utils that throw DAExceptionModifier and TypeMethodDescriptionstatic booleanMobileCardUtils.getSignatureVisibility(BOInterventionGroup interventionGroup) Checks visibility of Signature in intervention group attachment Rules. -
Uses of DAException in overit.geocallapp.wfm.core.bl.mobilecard.configurationinterventiongroup.task
Methods in overit.geocallapp.wfm.core.bl.mobilecard.configurationinterventiongroup.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileCardConfigurationInterventionGroupLoad.body(MobileCardConfigurationInterventionGroupLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingMobileCardConfigurationInterventionGroupand writes it into the event journal.protected voidBTMobileCardConfigurationInterventionGroupSave.body(MobileCardConfigurationInterventionGroupSaveEvent event, PoolKit poolKit) Updates theBOInterventionGroupwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.multimedia.mediafile.data
Methods in overit.geocallapp.wfm.core.bl.multimedia.mediafile.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchMediaFile.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.multimedia.mediafile.task
Methods in overit.geocallapp.wfm.core.bl.multimedia.mediafile.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMediaFileInsert.execute(MediaFileInsertEvent event, PoolKit pk) protected voidBTMediaFileLoad.execute(MediaFileLoadEvent event, PoolKit pk) protected voidBTMediaFileSearch.execute(MediaFileSearchEvent event, PoolKit pk) protected voidBTMediaFileUpdate.execute(MediaFileUpdateEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.common.dependencytype.task
Methods in overit.geocallapp.wfm.core.bl.multistage.common.dependencytype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMultistageDependencyTypeLoad.execute(MultistageDependencyTypeLoadEvent event, PoolKit poolKit) Writes the loaded multistage dependency type into the event journal.protected voidBTMultistageDependencyTypeSearch.execute(MultistageDependencyTypeSearchEvent event, PoolKit pk) Writes the searched multistage dependency type into the event journal -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.common.management.task
Methods in overit.geocallapp.wfm.core.bl.multistage.common.management.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMultistageManagementLoad.execute(MultistageManagementLoadEvent event, PoolKit poolKit) Writes the loaded multistage management into the event journal.protected voidBTMultistageManagementSearch.execute(MultistageManagementSearchEvent event, PoolKit pk) Writes the searched multistage management into the event journal -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.configuration.task
Methods in overit.geocallapp.wfm.core.bl.multistage.configuration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected booleanBTMultistageConfigurationInsert.checkConfigurationAlreadyExist(Long operationCenter, PoolKit pk) Check configuration already exist.protected voidBTMultistageConfigurationDelete.checkNoDeletionDefaultRow(Long idMultistageConfiguration, PoolKit pk) Check if deletion is allowed.protected voidBTMultistageConfigurationDelete.execute(MultistageConfigurationDeleteEvent event, PoolKit pk) Deletes theBOMultistageConfiguration.protected voidBTMultistageConfigurationInit.execute(MultistageConfigurationInitEvent i, PoolKit pk) Check the presence of theBOMultistageConfigurationand inserts it if not present.protected voidBTMultistageConfigurationInsert.execute(MultistageConfigurationInsertEvent event, PoolKit pk) Writes the inserted multistage configuration id into the event journal.protected voidBTMultistageConfigurationLoad.execute(MultistageConfigurationLoadEvent event, PoolKit poolKit) Writes the loaded multistage management into the event journal.protected voidBTMultistageConfigurationLoadByOperationCenter.execute(MultistageConfigurationLoadByOperationCenterEvent event, PoolKit poolKit) Writes the loaded multistage configuration into the event journal.protected voidBTMultistageConfigurationLoadDefault.execute(MultistageConfigurationLoadDefaultEvent event, PoolKit pk) Writes the loaded multistage configuration default into the event journal.protected voidBTMultistageConfigurationSearch.execute(MultistageConfigurationSearchEvent event, PoolKit poolKit) Writes the searched multistage configuration into the event journalprotected voidBTMultistageConfigurationUpdate.execute(MultistageConfigurationUpdateEvent event, PoolKit pk) Writes the updated multistage configuration into the event journal.protected voidBTMultistageConfigurationInit.insertDefaultConfiguration(PoolKit pk) Insert default configuration.protected BOMultistageConfigurationBTMultistageConfigurationLoadByOperationCenter.loadDefaultMultistageConfiguration(PoolKit poolKit) Load default multistage configuration.protected BOMultistageConfigurationBTMultistageConfigurationLoadByOperationCenter.loadMultistageConfiguration(Long operationCenterId, PoolKit poolKit) Load multistage configuration.protected BOMultistageConfigurationBTMultistageConfigurationLoadDefault.loadMultistageConfiguration(PoolKit poolKit) Load multistage configuration default. -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.group.dependency.task
Methods in overit.geocallapp.wfm.core.bl.multistage.group.dependency.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMultistageGroupDependencySearch.body(MultistageGroupDependencySearchEvent event, PoolKit poolKit) Writes the searched multistage group dependency into the event journalprotected voidBTMultistageGroupDependencyDelete.execute(MultistageGroupDependencyDeleteEvent event, PoolKit pk) Deletes the multistage group dependency linked to the given multistage group dependency id.protected voidBTMultistageGroupDependencyInsert.execute(MultistageGroupDependencyInsertEvent event, PoolKit pk) Writes the inserted multistage group operation id into the event journal.protected voidBTMultistageGroupDependencyLoad.execute(MultistageGroupDependencyLoadEvent event, PoolKit poolKit) Writes the loaded multistage group dependency into the event journal.protected voidBTMultistageGroupDependencyLoadByMultistageGroup.execute(MultistageGroupDependencyLoadByMultistageGroupEvent event, PoolKit pk) Writes the loaded multistage group dependency into the event journal.protected voidBTMultistageGroupDependencyUpdate.execute(MultistageGroupDependencyUpdateEvent event, PoolKit pk) Writes the updated multistage configuration into the event journal.protected DBViewBTMultistageGroupDependencyLoadByMultistageGroup.getByidMultistageGroup(PoolKit pk, Long idMultistageGroup) Returns DBView of multistage group dependency by the multistage group id. -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.group.header.data
Methods in overit.geocallapp.wfm.core.bl.multistage.group.header.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMultistageGroupHeaderSearch.defineSql(CommandContext cc, PoolKit pk) protected voidDAOMultistageGroupHeaderSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.group.header.origintype.task
Methods in overit.geocallapp.wfm.core.bl.multistage.group.header.origintype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMultistageOriginTypeLoad.execute(MultistageOriginTypeLoadEvent event, PoolKit poolKit) Writes the loaded multistage origin type into the event journal.protected voidBTMultistageOriginTypeSearch.execute(MultistageOriginTypeSearchEvent event, PoolKit pk) Writes the searched multistage origin type into the event journal -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.group.header.sequencenumber.data
Methods in overit.geocallapp.wfm.core.bl.multistage.group.header.sequencenumber.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMultistageGroupHeaderSequenceNumber.defineSql(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.group.header.sequencenumber.task
Methods in overit.geocallapp.wfm.core.bl.multistage.group.header.sequencenumber.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMultistageGroupHeaderSequenceNumberGetNextValue.execute(MultistageGroupHeaderSequenceNumberGetNextValueEvent event, PoolKit pk) fromBOMultistageGroupHeaderget the operation center and return the next value of sequence.protected LongBTMultistageGroupHeaderSequenceNumberGetNextValue.getLastProgressive(Long operationCenter, PoolKit pk) Returns the last progressive.protected voidBTMultistageGroupHeaderSequenceNumberGetNextValue.updateProgressive(Long lastProgressive, Long newProgressive, PoolKit pk) Update progressive. -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.group.header.state.task
Methods in overit.geocallapp.wfm.core.bl.multistage.group.header.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMultistageStateLoad.execute(MultistageStateLoadEvent event, PoolKit poolKit) Writes the loaded multistage state into the event journal.protected voidBTMultistageStateSearch.execute(MultistageStateSearchEvent event, PoolKit pk) Writes the searched multistage state into the event journal -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.group.header.task
Methods in overit.geocallapp.wfm.core.bl.multistage.group.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMultistageGroupHeaderInsert.checkUniqueCode(BOMultistageGroupHeader multistageGroupHeader, PoolKit poolKit) Check unique code.protected voidBTMultistageGroupHeaderInsert.completeMultistageGroupHeaderData(BOMultistageGroupHeader multistageGroupHeader, PoolKit poolKit) Complete multistage group header data.protected List<CheckerEvent<?>> BTMultistageGroupHeaderInsert.defineCheckerEvents(BOMultistageGroupHeader multistageGroupHeader, PoolKit poolKit) Define checker events.protected voidBTMultistageGroupHeaderEvaluateCode.execute(MultistageGroupHeaderEvaluateCodeEvent event, PoolKit pk) Call theMultistageGroupHeaderSequenceNumberGetNextValueEventthat return a sequenceNumber then get the operation code from operation Id inBOMultistageGroupHeaderthen create code with operation code + sequencenumber ex: CO3_000123 and update the code of multistage group header.protected voidBTMultistageGroupHeaderLoad.execute(MultistageGroupHeaderLoadEvent event, PoolKit poolKit) Writes the loaded multistage group header into the event journal.protected voidBTMultistageGroupHeaderSearch.execute(MultistageGroupHeaderSearchEvent event, PoolKit poolKit) Writes the searched multistage group header into the event journalprotected voidBTMultistageGroupHeaderUpdate.execute(MultistageGroupHeaderUpdateEvent event, PoolKit pk) Writes the updated multistage group header into the event journal.protected LongBTMultistageGroupHeaderInsert.executeProcess(BOMultistageGroupHeader multistageGroupHeader, PoolKit poolKit) Insert multistage group headerprotected StringBTMultistageGroupHeaderEvaluateCode.getNextSequenceNumber(BOMultistageGroupHeader multistageGroupHeader, PoolKit pk) Returns the next sequence number.protected StringBTMultistageGroupHeaderEvaluateCode.getOperationCenterCode(Long operationCenterId, PoolKit pk) Returns the operation center code.protected BOMultistageConfigurationBTMultistageGroupHeaderInsert.loadMultistageConfiguration(Long operationCenterId, PoolKit poolKit) Load multistage configuration.protected booleanBTMultistageGroupHeaderInsert.multistageGroupAlreadyExists(Map<String, Object> filter, PoolKit poolKit) Multistage group already exists. -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.group.operation.task
Methods in overit.geocallapp.wfm.core.bl.multistage.group.operation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMultistageGroupOperationDelete.execute(MultistageGroupOperationDeleteEvent event, PoolKit pk) Deletes the multistage group operation linked to the given multistage group operation id.protected voidBTMultistageGroupOperationInsert.execute(MultistageGroupOperationInsertEvent event, PoolKit pk) Writes the inserted multistage group operation id into the event journal.protected voidBTMultistageGroupOperationLoadByMultistageGroup.execute(MultistageGroupOperationLoadByMultistageGroupEvent event, PoolKit pk) Writes the loaded multistage group operation into the event journal.protected voidBTMultistageGroupOperationSearch.execute(MultistageGroupOperationSearchEvent event, PoolKit poolKit) Writes the searched multistage group operation into the event journalprotected voidBTMultistageGroupOperationUpdate.execute(MultistageGroupOperationUpdateEvent event, PoolKit pk) Writes the updated multistage configuration into the event journal.protected DBViewBTMultistageGroupOperationLoadByMultistageGroup.getByidMultistageGroup(PoolKit pk, Long idMultistageGroup) Returns the DB view of multistage group operation. -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.group.task
Methods in overit.geocallapp.wfm.core.bl.multistage.group.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMultistageGroupComposeMultistageActivities.addAggregatedMultistageData(DBView schedulingActivities, Long schedulingModel, Set<Long> violationTypes, PoolKit poolKit) Adds the aggregated multistage data.protected voidBTMultistageGroupCheckWOOperations.addBundlerCheckIssues(List<CheckIssue> checkIssues, Long woOperationId, String woOperationCode, PoolKit poolKit) If the bundler module is enabled, it checks that no activeBundles are related to the currentBOWorkOrderOperation.protected voidBTMultistageGroupAddDependencies.addDependenciesConsistencyCheck(List<CheckerEvent<?>> checkerEvents, MultistageGroupAddDependenciesInput inputElement, PoolKit poolKit) Adds the dependencies consistency check.protected voidBTMultistageGroupAddWOOperations.addGroupOperations(Set<Long> woOperations, MultistageGroup multistageGroup, PoolKit poolKit) Adds the group operations.protected voidBTMultistageGroupAddAggregatedDataToSchedulingActivites.addMultistageAggregatedData(DBView schedulingActivities, Long schedulingModel, Set<Long> validViolations, PoolKit poolKit) Adds the multistage aggregated data.protected StringBTMultistageGroupComposeMultistageActivities.addPlanningData(Long woOperation, Long schedulingModel, PoolKit pk) Adds the planning data.protected StringBTMultistageGroupAddWOOperations.buildCodeFromWOOperation(Long woOperation, PoolKit pk) Builds the code from work order operation.protected booleanBTMultistageGroupCheckDependenciesOnOperations.checkHaveDependencies(Long operation, PoolKit poolKit, String field) Check have dependencies.protected booleanBTMultistageGroupCheckWOOperations.checkWOOperationAlreadyMultistage(Long woOperation, PoolKit poolKit) Check work order operation already in multistage.protected booleanBTMultistageGroupCheckWOOperations.checkWOOperationSameWODifferentGroup(Long workOrder, Long multistageGroup, PoolKit poolKit) Check work order operation same work order different group.protected voidBTMultistageGroupCompleteWOOperationDBView.completeWorkOrderOperationDBView(DBView woOperationDBView, List<MultistageGroup> multistageGroupList) Complete work order operation DB view.protected List<CheckIssue> BTMultistageGroupCheckDependenciesConsistency.computeCheckIssues(MultistageGroup multistageGroup, PoolKit poolKit) Compute check issues.protected List<CheckIssue> BTMultistageGroupCheckDependenciesOnOperations.computeCheckIssues(Set<Long> operations, PoolKit poolKit) Compute check issues.protected List<CheckIssue> BTMultistageGroupCheckMultistageManagement.computeCheckIssues(Long operationCenterId, PoolKit poolKit) Compute check issues.protected List<CheckIssue> BTMultistageGroupCheckWOOperations.computeCheckIssues(MultistageGroupCheckWOOperationsInput inputElement, PoolKit poolKit) Compute check issues.protected List<CheckIssue> BTMultistageGroupCheckWOOperationsState.computeCheckIssues(Set<Long> woOperationIds, PoolKit poolKit) Compute check issues.protected List<CheckerEvent<?>> BTMultistageGroupAddDependencies.defineCheckerEvents(MultistageGroupAddDependenciesInput inputElement, PoolKit poolKit) Define checker events.protected List<CheckerEvent<?>> BTMultistageGroupAddWOOperations.defineCheckerEvents(MultistageGroupAddWOOperationsInput inputElement, PoolKit poolKit) Define checker events.protected List<CheckerEvent<?>> BTMultistageGroupEditDependencies.defineCheckerEvents(MultistageGroupEditDependenciesInput inputElement, PoolKit poolKit) Define checker events.protected List<CheckerEvent<?>> BTMultistageGroupRemoveOperations.defineCheckerEvents(MultistageGroupRemoveOperationsInput inputElement, PoolKit poolKit) Define checker events.protected voidBTMultistageGroupOnWOOperationStateChange.evaluateAndUpdateMultistageGroupState(Long multistageGroupId, PoolKit poolKit) Evaluate and update multistage group state.protected booleanBTMultistageGroupEvaluateAndUpdateMultistageState.evaluateMultistageGroupState(MultistageGroup multistageGroup, PoolKit poolKit) Evaluate multistage group state.protected LongBTMultistageGroupEvaluateMultistageState.evaluateMultistageGroupState(MultistageGroup multistageGroup, PoolKit poolKit) Evaluate multistage group state.protected voidBTMultistageGroupSave.evaluateMultistageGroupState(MultistageGroup multistageGroup, PoolKit poolKit) Evaluate multistage group state.protected voidBTMultistageGroupAddAggregatedDataToSchedulingActivites.execute(MultistageGroupAddAggregatedDataToSchedulingActivitesEvent event, PoolKit poolKit) Add the aggregate data of the multistage group to the scheduling activites.protected voidBTMultistageGroupCompleteWOOperationDBView.execute(MultistageGroupCompleteWOOperationDBViewEvent input, PoolKit pk) Complete work order operations view with the information of the multistage group.protected voidBTMultistageGroupCompleteWorkOrderDBView.execute(MultistageGroupCompleteWorkOrderDBViewEvent input, PoolKit pk) Complete work order view with the information of the multistage group.protected voidBTMultistageGroupComposeMultistageActivities.execute(MultistageGroupComposeMultistageActivitiesEvent event, PoolKit pk) Compose multistage activities from multistage group.protected voidBTMultistageGroupEvaluateAndUpdateMultistageState.execute(MultistageGroupEvaluateAndUpdateMultistageStateEvent event, PoolKit poolKit) Evaluate and update the multistage state.protected voidBTMultistageGroupEvaluateMultistageState.execute(MultistageGroupEvaluateMultistageStateEvent event, PoolKit poolKit) Evaluate the multistage state.protected voidBTMultistageGroupExport.execute(MultistageGroupExportEvent event, PoolKit pk) Export multistage groupprotected voidBTMultistageGroupInsertFromWOOperations.execute(MultistageGroupInsertFromWOOperationsEvent event, PoolKit pk) Writes the inserted multistage group from work order operations into the event journal.protected voidBTMultistageGroupLoad.execute(MultistageGroupLoadEvent event, PoolKit poolKit) Writes the loaded multistage group into the event journal.protected voidBTMultistageGroupOnWOOperationCompleteDeletion.execute(WorkOrderOperationCompleteDeletionEvent event, PoolKit poolKit) protected voidBTMultistageGroupOnWOOperationStateChange.execute(WorkOrderOperationStateChangeEvent event, PoolKit poolKit) Change the multistage group state based on the change of work order operation state.protected voidBTMultistageGroupRemoveDependencies.execute(MultistageGroupRemoveDependenciesEvent event, PoolKit poolKit) Remove dependencies.protected voidBTMultistageGroupSave.execute(MultistageGroupSaveEvent event, PoolKit poolKit) Writes the multistage group id into the event journal.BTMultistageGroupAddDependencies.executeProcess(MultistageGroupAddDependenciesInput inputElement, PoolKit poolKit) Adds the dependencies to the multistage group..BTMultistageGroupAddWOOperations.executeProcess(MultistageGroupAddWOOperationsInput inputElement, PoolKit poolKit) Adds the multistage group operations from the work order operation ids in to the multistage group.protected VoidBTMultistageGroupEditDependencies.executeProcess(MultistageGroupEditDependenciesInput inputElement, PoolKit poolKit) Edit dependencies of multistage group.protected VoidBTMultistageGroupRemoveOperations.executeProcess(MultistageGroupRemoveOperationsInput inputElement, PoolKit poolKit) Remove the operations.protected List<MultistageGroup> BTMultistageGroupExport.exportMultistageHeadersSheet(XlsxDocument xlsxDoc, Map<String, Object> filters, PoolKit pk) Export multistage headers sheet.protected voidBTMultistageGroupExport.exportMultistageOperation(XlsxDocument xlsxDoc, List<MultistageGroup> multistageGroups, PoolKit pk) Export multistage operation.protected List<MultistageViolation> BTMultistageGroupSave.getMultistageViolations(Long groupId, PoolKit poolKit) Returns the multistage violations.BTMultistageGroupComposeMultistageActivities.getMultistageWorkOrderOperations(Long multistageGroup, PoolKit pk) Returns the multistage work order operation idsBTMultistageGroupRemoveOperations.getWOOperations(MultistageGroupRemoveOperationsInput inputElement, PoolKit poolKit) Returns the set of work order operation ids.protected voidBTMultistageGroupAddAggregatedDataToSchedulingActivites.initMultistageGroupsData(Set<Long> multistageGroupIds, Teacher teacher, PoolKit poolKit) Inits the multistage groups data.protected LongBTMultistageGroupSave.insertMultistageGroupHeader(BOMultistageGroupHeader header, PoolKit poolKit) Insert multistage group header.protected voidBTMultistageGroupSave.launchRegenerateEvent(Long groupId, Set<Long> schedulingModels, PoolKit poolKit) Launch regenerate event.protected DBViewBTMultistageGroupComposeMultistageActivities.loadActivities(Set<Long> woOperations, Long schedulingModel, boolean extractSchedulableActivities, PoolKit pk) Load activities.protected MultistageGroupLoad group.protected MultistageGroupBTMultistageGroupEditDependencies.loadGroup(MultistageGroupEditDependenciesInput inputElement, PoolKit poolKit) Load MultistageGroup.protected BOMultistageConfigurationBTMultistageGroupCheckMultistageManagement.loadMultistageConfiguration(Long operationCenterId, PoolKit poolKit) Load multistage configuration.protected MultistageGroupBTMultistageGroupAddAggregatedDataToSchedulingActivites.loadMultistageGroup(Long multistageGroup, PoolKit poolKit) Load multistage group.protected MultistageGroupBTMultistageGroupAddDependencies.loadMultistageGroup(Long multistageGroupId, PoolKit poolKit) Load multistage group.protected MultistageGroupBTMultistageGroupCompleteWOOperationDBView.loadMultistageGroup(Long multistageGroupId, PoolKit pk) Load multistage group.protected MultistageGroupBTMultistageGroupEvaluateAndUpdateMultistageState.loadMultistageGroup(Long multistageGroupId, PoolKit poolKit) Load MultistageGroup.protected List<MultistageGroup> BTMultistageGroupExport.loadMultistageGroup(DBView dbvMultistageGroupHeader, PoolKit pk) Load multistage group.protected MultistageGroupBTMultistageGroupRemoveDependencies.loadMultistageGroup(Long multistageGroupId, PoolKit poolKit) Load multistage group.protected DBViewBTMultistageGroupCompleteWorkOrderDBView.loadMultistageGroupDBView(DBView workOrderDBView, PoolKit pk) Load multistage group DB view.protected BOMultistageGroupHeaderBTMultistageGroupCheckWOOperations.loadMultistageGroupHeader(Long multistageGroupId, PoolKit poolKit) Load multistage group header.protected List<MultistageGroup> BTMultistageGroupCompleteWOOperationDBView.loadMultistageGroupList(DBView woOperationDBView, PoolKit pk) Load multistage group list.protected BOMultistageGroupOperationBTMultistageGroupOnWOOperationCompleteDeletion.loadMultistageGroupOperation(Long woOperationId, PoolKit poolKit) protected BOMultistageGroupOperationBTMultistageGroupOnWOOperationStateChange.loadMultistageGroupOperation(Long woOperationId, PoolKit poolKit) Load multistage group operation.protected List<MultistageViolation> BTMultistageGroupAddAggregatedDataToSchedulingActivites.loadMultistageOperationViolations(Long multistageGroup, Long multistageOperation, Long schedulingModel, Set<Long> validViolations, PoolKit poolKit) Load multistage operation violations.protected Map<Long, BOWorkOrderOperation> BTMultistageGroupAddAggregatedDataToSchedulingActivites.loadNotCancelledWOOperations(Set<Long> woOperations, PoolKit poolKit) Load not cancelled work order operations.protected BOOperationActivityBTMultistageGroupCheckWOOperations.loadOperationActivity(Long operationActivityId, PoolKit poolKit) Load operation activity.protected DBViewBTMultistageGroupComposeMultistageActivities.loadOperationsDetails(Long schedulingModel, Set<Long> woOperations, PoolKit pk) Load operations details.protected List<BOMultistageGroupDependency> BTMultistageGroupAddAggregatedDataToSchedulingActivites.loadValidDependencies(MultistageGroup multistageGroup, PoolKit poolKit) Load valid dependencies.protected List<BOMultistageGroupOperation> BTMultistageGroupCheckWOOperations.loadWOOperationsAlreadyMultistage(Set<Long> woOperationsIds, PoolKit poolKit) Load work order operations already multistage.protected List<BOWorkOrderOperation> BTMultistageGroupCheckWOOperationsState.loadWOOperationsData(Set<Long> woOperations, PoolKit poolKit) protected BOWorkOrderOperationBTMultistageGroupAddWOOperations.loadWorkOrderOperation(Long woOperation, PoolKit pk) Load work order operation.protected BOWorkOrderOperationBTMultistageGroupCheckWOOperations.loadWorkOrderOperation(Long woOperationId, PoolKit poolKit) Load work order operation.protected DBViewBTMultistageGroupEvaluateMultistageState.loadWorkOrderOperationsData(Set<Long> workOrderOperations, PoolKit poolKit) Load work order operations data.protected voidBTMultistageGroupSave.regenerateMultistageViolations(Long groupId, PoolKit poolKit) Regenerate multistage violations.protected voidBTMultistageGroupEditDependencies.saveGroup(PoolKit poolKit, MultistageGroup group) Save group.protected voidBTMultistageGroupRemoveDependencies.saveGroup(PoolKit poolKit, MultistageGroup group) Save group.protected voidBTMultistageGroupSave.saveGroupDependencies(MultistageGroup multistageGroup, Long groupId, PoolKit poolKit) Save group dependencies.protected voidBTMultistageGroupSave.saveGroupOperations(MultistageGroup multistageGroup, Long groupId, PoolKit poolKit) Save group operations.protected voidBTMultistageGroupAddDependencies.saveMultistageGroup(MultistageGroup multistageGroup, PoolKit poolKit) Save multistage group.protected voidBTMultistageGroupAddWOOperations.saveMultistageGroup(MultistageGroup multistageGroup, PoolKit poolKit) Save multistage group.protected voidBTMultistageGroupRemoveOperations.saveMultistageGroup(MultistageGroup multistageGroup, PoolKit poolKit) Save multistage group.protected voidBTMultistageGroupExport.setMultistageGroupSheets(Map<String, Object> filters, XlsxDocument xlsxDoc, PoolKit pk) Sets the multistage group sheets.protected voidBTMultistageGroupEvaluateAndUpdateMultistageState.updateMultistageGroupHeader(BOMultistageGroupHeader header, PoolKit poolKit) Update multistage group header.protected voidBTMultistageGroupSave.updateMultistageGroupHeader(BOMultistageGroupHeader header, PoolKit poolKit) Update multistage group header. -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.violation.header.task
Methods in overit.geocallapp.wfm.core.bl.multistage.violation.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMultistageViolationHeaderBatchDelete.execute(MultistageViolationHeaderBatchDeleteEvent event, PoolKit poolKit) Deletes all the multistage violation header linked to the given multistage violation header id.protected voidBTMultistageViolationHeaderInsert.execute(MultistageViolationHeaderInsertEvent event, PoolKit poolKit) Writes the inserted multistage violation header id into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.violation.message.task
Methods in overit.geocallapp.wfm.core.bl.multistage.violation.message.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMultistageViolationMessageBatchDelete.execute(MultistageViolationMessageBatchDeleteEvent event, PoolKit poolKit) Deletes all the multistage violation messages linked to the given multistage violation message id.protected voidBTMultistageViolationMessageInsert.execute(MultistageViolationMessageInsertEvent event, PoolKit poolKit) Writes the inserted multistage violation message id into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.violation.task
Methods in overit.geocallapp.wfm.core.bl.multistage.violation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected List<CheckIssue> BTMultistageViolationOnScheduleCheckManualAction.computeCheckIssues(I input, PoolKit poolKit) Compute check issues.protected List<CheckIssue> BTMultistageViolationOnScheduleCheckPlanning.computeCheckIssues(I input, PoolKit poolKit) Compute check issues.protected voidBTMultistageViolationRegenerate.deleteCurrentViolations(Long multistageGroup, Long schedulingModel, PoolKit poolKit) Delete current violations.protected List<MultistageViolation> BTMultistageViolationEvaluate.evaluateCriticalDependencyViolations(MultistageGroup multistageGroup, Long schedulingModelId, Map<Long, WOOperationInterventionScheduling> woOperationSchedulings, List<BOMultistageGroupDependency> validDependencies, PoolKit poolKit) Evaluate critical dependency violations.protected List<MultistageViolation> BTMultistageViolationEvaluate.evaluateGroupViolations(MultistageGroup multistageGroup, Long schedulingModelId, Map<Long, WOOperationInterventionScheduling> woOperationSchedulings, PoolKit poolKit) Evaluate group violations.protected List<MultistageViolation> BTMultistageViolationOnScheduleCheckManualAction.evaluateMultistageGroupViolations(Long multistageGroup, Long schedulingModel, PoolKit poolKit) Evaluate multistage group violations.protected List<MultistageViolation> BTMultistageViolationEvaluate.evaluateTimeDependencyViolations(MultistageGroup multistageGroup, Long schedulingModelId, Map<Long, WOOperationInterventionScheduling> woOperationSchedulings, List<BOMultistageGroupDependency> validDependencies, PoolKit poolKit) Evaluate time dependency violations.protected List<MultistageViolation> BTMultistageViolationEvaluate.evaluateViolations(MultistageGroup multistageGroup, Long schedulingModelId, List<BOMultistageGroupDependency> validDependencies, Map<Long, WOOperationInterventionScheduling> woOperationSchedulings, PoolKit poolKit) Evaluate violations.protected List<MultistageViolation> BTMultistageViolationRegenerate.evaluateViolations(Long multistageGroup, Long schedulingModel, PoolKit poolKit) Evaluate violations.protected voidBTMultistageViolationDeleteByFilter.execute(MultistageViolationDeleteByFilterEvent event, PoolKit poolKit) Deletes all the multistage violation header and messages linked to the given multistage violation filter.protected voidBTMultistageViolationEvaluate.execute(MultistageViolationEvaluateEvent event, PoolKit poolKit) Evaluate multistage violationprotected voidBTMultistageViolationExtractCheckIssues.execute(MultistageViolationExtractCheckIssuesEvent event, PoolKit poolKit) Extract the list of check issues.protected voidBTMultistageViolationInsert.execute(MultistageViolationInsertEvent event, PoolKit poolKit) Writes the inserted multistage violation header and message into the event journal.protected voidBTMultistageViolationLoadOperationsRelatedViolations.execute(MultistageViolationLoadOperationsRelatedViolationsEvent event, PoolKit poolKit) load operations related violationsprotected voidMultistage violation on schedule complete.protected voidBTMultistageViolationOnWOOperationStateChange.execute(WorkOrderOperationStateChangeEvent event, PoolKit poolKit) Regenerate multistage violation when point out that the work order operation state has been modifiedprotected voidBTMultistageViolationRegenerate.execute(MultistageViolationRegenerateEvent event, PoolKit poolKit) Regenerate all the multistage violation header and messages linked to the given multistage regenerate input.protected voidBTMultistageViolationSearch.execute(MultistageViolationSearchEvent event, PoolKit poolKit) Writes the loaded multistage violation into the event journal.protected List<CheckIssue> BTMultistageViolationOnScheduleCheckManualAction.extractCheckIssuesFromViolations(List<MultistageViolation> multistageViolations, Set<Long> multistageGroups, Long povMultistageGroupOperation, Set<Long> otherMultistageGroupOperations, PoolKit poolKit) Extract check issues from violations.protected List<MultistageViolation> BTMultistageViolationLoadOperationsRelatedViolations.getOperationRelatedViolations(List<MultistageViolation> allMultistageViolations, Long multistageGroupId, Set<Long> multistageGroupOperations, PoolKit poolKit) Returns the operation related violations.protected List<CheckIssue> BTMultistageViolationExtractCheckIssues.getPovMultistageOperationCheckIssues(List<MultistageViolation> multistageViolations, Long povMultistageGroupOperation, Map<Long, MultistageGroup> multistageGroups, PoolKit poolKit) Returns the pov multistage operation check issues.protected voidBTMultistageViolationRegenerate.insertEvaluatedViolations(List<MultistageViolation> multistageViolations, PoolKit poolKit) Insert evaluated violations.protected voidBTMultistageViolationOnWOOperationStateChange.launchRegenerateEvent(Long multistageGroupId, PoolKit poolKit) Launch regenerate event.protected List<MultistageViolation> BTMultistageViolationLoadOperationsRelatedViolations.loadAllViolations(Long multistageGroupId, Long schedulingModel, Set<Long> violationTypes, PoolKit poolKit) Load all violations.protected MultistageGroupBTMultistageViolationEvaluate.loadMultistageGroup(Long multistageGroupId, PoolKit poolKit) Load multistage group.protected MultistageGroupBTMultistageViolationLoadOperationsRelatedViolations.loadMultistageGroup(Long multistageGroupId, PoolKit poolKit) Load multistage group.protected Map<Long, BOMultistageGroupOperation> BTMultistageViolationOnScheduleCheckManualAction.loadMultistageGroupOperation(Set<Long> woOperationIds, PoolKit poolKit) Load multistage group operation.protected Map<Long, BOMultistageGroupOperation> BTMultistageViolationOnScheduleComplete.loadMultistageGroupOperation(Set<Long> woOperations, PoolKit poolKit) Load multistage group operation.protected BOMultistageGroupOperationBTMultistageViolationOnWOOperationStateChange.loadMultistageGroupOperation(Long woOperationId, PoolKit poolKit) Load multistage group operation.protected Map<Long, List<BOMultistageGroupOperation>> BTMultistageViolationOnScheduleCheckPlanning.loadMultistageGroupOperationsMap(Set<Long> woOperationIds, PoolKit poolKit) Load multistage group operations map.protected Map<Long, MultistageGroup> BTMultistageViolationExtractCheckIssues.loadMultistageGroups(Set<Long> multistageGroups, PoolKit poolKit) Load multistage groups.protected Map<Long, BOWorkOrderOperation> BTMultistageViolationEvaluate.loadNotCancelledWOOperations(Set<Long> woOperations, PoolKit poolKit) Load not cancelled work order operations.protected WOOperationInterventionSchedulingBTMultistageViolationExtractCheckIssues.loadWOOperationScheduling(Long woOperation, Long schedulingModel, PoolKit poolKit) Load work order operation scheduling.protected Map<Long, WOOperationInterventionScheduling> BTMultistageViolationEvaluate.loadWOOperationsSchedulings(Map<Long, BOWorkOrderOperation> notCancelledWoOperations, Long schedulingModel, PoolKit poolKit) Load work order operations schedulings. -
Uses of DAException in overit.geocallapp.wfm.core.bl.multistage.violation.type.task
Methods in overit.geocallapp.wfm.core.bl.multistage.violation.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMultistageViolationTypeLoad.execute(MultistageViolationTypeLoadEvent event, PoolKit poolKit) Writes the loaded multistage violation type into the event journal.protected voidBTMultistageViolationTypeSearch.execute(MultistageViolationTypeSearchEvent event, PoolKit poolKit) Writes the searched multistage origin type into the event journal -
Uses of DAException in overit.geocallapp.wfm.core.bl.notification.data
Methods in overit.geocallapp.wfm.core.bl.notification.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAONotifiableUserSearch.defineValues(CommandContext cc, PoolKit pk) protected voidDAONotifiableUserSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.notification.task
Methods in overit.geocallapp.wfm.core.bl.notification.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTNotifiableUserSearch.body(NotifiableUserSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBONotifiableUserinto the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.checker.task
Methods in overit.geocallapp.wfm.core.bl.permits.checker.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPermitsIntersectionsChecker.checkAndAddIssues(PoolKit poolKit, Date schedulingActivityDate, Set<Long> woOperationIds, List<CheckIssue> issues) protected voidBTPermitsIntersectionsChecker.checkAndAddIssues(PoolKit poolKit, Date schedulingActivityDate, Set<Long> woOperationIds, List<CheckIssue> issues, Map<Long, WorkOrderPermits> workOrderPermitsByOperation) protected List<CheckIssue> BTPermitsIntersectionsCristallizationChecker.computeCheckIssues(ScheduleCheckCrystallizationInput input, PoolKit poolKit) Computes the check issues.protected List<CheckIssue> BTPermitsIntersectionsModifyChecker.computeCheckIssues(ScheduleCheckManualModifyInput input, PoolKit poolKit) Computes the check issues.protected List<CheckIssue> BTPermitsIntersectionsPasteChecker.computeCheckIssues(ScheduleCheckManualPasteInput input, PoolKit poolKit) Computes the check issues.protected DateBTPermitsIntersectionsChecker.getSchedulingDate(Set<Long> schedulingIds, PoolKit poolKit) protected LongBTPermitsIntersectionsChecker.getWorkOrder(Long woOperationId, PoolKit poolKit) protected StringBTPermitsIntersectionsChecker.getWorkOrderCode(PoolKit poolKit, Long workOrderId) -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.converter.task
Methods in overit.geocallapp.wfm.core.bl.permits.converter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPermitConverter.body(PermitsConvertEvent event, PoolKit pk) voidBTPermitConverter.convertBody(PoolKit poolKit) The method that contains the conversion logic.protected voidBTPermitObtainedConverterInsert.execute(PermitObtainedConverterInsertEvent event, PoolKit poolKit) protected voidBTPermitObtainedConverterUpdate.execute(PermitObtainedConverterUpdateEvent event, PoolKit poolKit) protected voidBTPermitRequiredConverterInsert.execute(PermitRequiredConverterInsertEvent event, PoolKit poolKit) protected voidBTPermitConverter.initLogger()Initialize the logger.protected voidBTPermitConverter.manageAttachment(HashGetter hgRow, Map<Long, Long> newPermitObtainedIdMap, PoolKit poolKit) protected voidBTPermitRequiredConverterInsert.validateRequired(BOPermitRequired boPermitRequired, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.task
Methods in overit.geocallapp.wfm.core.bl.permits.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPermit.checkWorkCycleId(Long workCycleId, PoolKit poolKit) protected WorkOrderBTPermit.checkWorkOrderId(Long workOrderId, PoolKit poolKit) protected LongBTPermit.insertObtained(BOPermitObtained boPermitObtained, PoolKit poolKit) protected LongBTPermit.insertRequired(BOPermitRequired boPermitRequired, PoolKit poolKit) protected booleanBTPermit.isWOInBundle(Long woId, Long woOperationId, PoolKit poolKit) protected voidBTPermit.updateObtained(BOPermitObtained boPermitObtained, PoolKit poolKit) protected voidBTPermit.validateObtained(BOPermitObtained boPermitObtained, PoolKit poolKit) protected voidBTPermit.validateRequired(BOPermitRequired boPermitRequired, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.type.data
Methods in overit.geocallapp.wfm.core.bl.permits.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOPermitTypeSearch.validate(CommandContext cc, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.type.outcomereason.rel.task
Methods in overit.geocallapp.wfm.core.bl.permits.type.outcomereason.rel.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPermitTypeOutcomeReasonDelete.execute(PermitTypeOutcomeReasonDeleteEvent event, PoolKit poolKit) protected voidBTPermitTypeOutcomeReasonInsert.execute(PermitTypeOutcomeReasonInsertEvent event, PoolKit poolKit) protected voidBTPermitTypeOutcomeReasonLoad.execute(PermitTypeOutcomeReasonLoadEvent event, PoolKit poolKit) protected voidBTPermitTypeOutcomeReasonSearch.execute(PermitTypeOutcomeReasonSearchEvent event, PoolKit poolKit) protected voidBTPermitTypeOutcomeReasonUpdate.execute(PermitTypeOutcomeReasonUpdateEvent event, PoolKit poolKit) Updates theBOPermitTypeOutcomeReasonRelwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.type.task
Methods in overit.geocallapp.wfm.core.bl.permits.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPermitTypeInsert.execute(PermitTypeInsertEvent event, PoolKit poolKit) Inserts the givenBOPermitTypeand writes the newly generated id into the event journal.protected voidBTPermitTypeLoad.execute(PermitTypeLoadEvent event, PoolKit poolKit) protected voidBTPermitTypeSearch.execute(PermitTypeSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searched permit type into the event journal.protected voidBTPermitTypeUpdate.execute(PermitTypeUpdateEvent event, PoolKit poolKit) Updates theBOPermitTypewith all its needed components.protected PageResponse<BOPermitType> BTPermitTypeSearch.searchPermitType(Page page, PermitTypeSearchFilter searchFilter, PoolKit pk) Searches for the needed scheduling proposal using the information contained into the givenPermitTypeSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.utils
Methods in overit.geocallapp.wfm.core.bl.permits.utils that throw DAExceptionModifier and TypeMethodDescriptionstatic voidPermitIntersectionSchedulingHelper.getRecalculetedIntervalActivity(List<overit.geocallapp.wfm.scheduler.oss.OssActivity> activities, Date schedulingDate, PoolKit poolKit) static voidPermitIntersectionSchedulingHelper.getRecalculetedIntervalActivity(List<overit.geocallapp.wfm.scheduler.oss.OssActivity> activities, Date schedulingDate, PooledConnection conn) protected LongAutomaticSchedulingPermitsChecker.getWorkOrderFromOperation(Long woOperationId, PoolKit poolKit) static LongPermitIntersectionSchedulingHelper.getWorkOrderFromOperation(Long woOperationId, PoolKit poolKit) protected voidAutomaticSchedulingPermitsChecker.recalculateActivityInterval(Date startSchedulingDate, Date endSchedulingDate, List<overit.geocallapp.wfm.scheduler.oss.OssActivity> ossActivities, overit.geocallapp.wfm.scheduler.util.SchedLog slog, PoolKit poolKit) voidAutomaticSchedulingPermitsChecker.recalculateActivityInterval(Date startSchedulingDate, Date endSchedulingDate, List<overit.geocallapp.wfm.scheduler.oss.OssActivity> ossActivities, overit.geocallapp.wfm.scheduler.util.SchedLog slog, PooledConnection conn) protected booleanAutomaticSchedulingPermitsChecker.recalculateActivityInterval(Date startSchedulingDate, Date endSchedulingDate, overit.geocallapp.wfm.scheduler.oss.OssActivity ossActivity, Long woId, WorkOrderPermits workOrderPermits, overit.geocallapp.wfm.scheduler.util.SchedLog slog) Recalculate the activity period based on the intersection between all permits validity periods.voidAutomaticSchedulingPermitsChecker.removeActivitiesWithUnsatisfiedPreRequirements(List<overit.geocallapp.wfm.scheduler.oss.OssActivity> ossActivities, Date startSchedulingDate, Date endSchedulingDate, overit.geocallapp.wfm.scheduler.util.SchedLog slog, PoolKit poolKit) 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, PoolKit poolKit) voidAutomaticSchedulingPermitsChecker.removeActivitiesWithUnsatisfiedPreRequirements(DBView dbView, Date startSchedulingDate, Date endSchedulingDate, overit.geocallapp.wfm.scheduler.util.SchedLog slog, PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.workcycle
Methods in overit.geocallapp.wfm.core.bl.permits.workcycle that throw DAExceptionModifier and TypeMethodDescriptionvoidWorkCyclePermits.addAllPermit(Set<Long> permitTypes, PoolKit poolKit) WorkCycleStructurePermits.addPermit(BOWorkCycleStructurePermitTypeRel boWorkCycleStructurePermitTypeRel, PoolKit pk) WorkCyclePermits.addStructurePermit(Long permitTypeId, Long workCycleStructureId, PoolKit pk) protected voidWorkCyclePermits.deleteWorkCyclePermitTypeRel(Long permitTypeId, PoolKit pk) voidWorkCyclePermits.removeAllPermit(PoolKit poolKit) voidWorkCycleStructurePermits.removeAllStructurePermits(PoolKit poolKit) voidWorkCyclePermits.removePermit(Long permitTypeId, PoolKit pk) voidWorkCycleStructurePermits.removePermit(Long permitTypeId, PoolKit pk) voidWorkCyclePermits.removeStructurePermit(Long permitTypeId, Long workCycleStructureId, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.task
Methods in overit.geocallapp.wfm.core.bl.permits.workcycle.rel.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCyclePermitTypeRelDelete.execute(WorkCyclePermitTypeRelDeleteEvent event, PoolKit poolKit) Delete a List ofBOWorkCyclePermitTypeRelfrom theWorkCyclePermitTypeRelDeleteInputgiven.protected voidBTWorkCyclePermitTypeRelInsert.execute(WorkCyclePermitTypeRelInsertEvent event, PoolKit poolKit) Inserts the givenBOWorkCyclePermitTypeReland writes the newly generated id into the event journal.protected voidBTWorkCyclePermitTypeRelSearch.execute(WorkCyclePermitTypeRelSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searched WorkCyclePermitTypeRel into the event journal.protected PageResponse<BOWorkCyclePermitTypeRel> BTWorkCyclePermitTypeRelSearch.searchWorkCyclePermitTypeRel(Page page, WorkCyclePermitTypeRelSearchFilter searchFilter, PoolKit pk) Searches for the needed WorkCyclePermitTypeRel using the information contained into the givenWorkCyclePermitTypeRelSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.rel.task
Methods in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.rel.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCycleStructurePermitTypeRelDelete.execute(WorkCycleStructurePermitTypeRelDeleteEvent event, PoolKit poolKit) Inserts the givenBOWorkCycleStructurePermitTypeReland writes the newly generated id into the event journal.protected voidBTWorkCycleStructurePermitTypeRelInsert.execute(WorkCycleStructurePermitTypeRelInsertEvent event, PoolKit poolKit) Inserts the givenBOWorkCycleStructurePermitTypeReland writes the newly generated id into the event journal.protected voidBTWorkCycleStructurePermitTypeRelSearch.execute(WorkCycleStructurePermitTypeRelSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searched WorkCycleStructurePermitTypeRel into the event journal.protected PageResponse<BOWorkCycleStructurePermitTypeRel> BTWorkCycleStructurePermitTypeRelSearch.searchWorkCycleStructurePermitTypeRel(Page page, WorkCycleStructurePermitTypeRelSearchFilter searchFilter, PoolKit pk) Searches for the needed WorkCycleStructurePermitTypeRel using the information contained into the givenWorkCycleStructurePermitTypeRelSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.task
Methods in overit.geocallapp.wfm.core.bl.permits.workcycle.structure.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCycleStructurePermitsAdd.execute(WorkCycleStructurePermitsAddEvent event, PoolKit poolKit) protected voidBTWorkCycleStructurePermitsLoad.execute(WorkCycleStructurePermitsLoadEvent event, PoolKit poolKit) protected voidBTWorkCycleStructurePermitsRemove.execute(WorkCycleStructurePermitsRemoveEvent event, PoolKit poolKit) protected voidBTWorkCycleStructurePermitsSaveRel.execute(WorkCycleStructurePermitsSaveRelEvent event, PoolKit poolKit) Deletes all the previously work cycle structure permit type relations with the specified work cycle structure id and insert the new associations.protected voidBTWorkCycleStructurePermitsSearch.execute(WorkCycleStructurePermitsSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.workcycle.task
Methods in overit.geocallapp.wfm.core.bl.permits.workcycle.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCyclePermitsAdd.execute(WorkCyclePermitsAddEvent event, PoolKit poolKit) protected voidBTWorkCyclePermitsLoad.execute(WorkCyclePermitsLoadEvent event, PoolKit poolKit) protected voidBTWorkCyclePermitsRemove.execute(WorkCyclePermitsRemoveEvent event, PoolKit poolKit) protected voidBTWorkCyclePermitsSaveRel.execute(WorkCyclePermitsSaveRelEvent event, PoolKit poolKit) Deletes all the previously work cycle permit type relations with the specified work cycle id and insert the new associations.protected voidBTWorkCyclePermitsSearch.execute(WorkCyclePermitsSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.workorder
Methods in overit.geocallapp.wfm.core.bl.permits.workorder that throw DAExceptionModifier and TypeMethodDescriptionPermit.addObtained(BOPermitObtained boPermitObtained, PoolKit pk) WorkOrderPermits.addObtainedPermit(BOPermitObtained boPermitObtained, PoolKit pk) voidWorkOrderPermits.addRequiredPermit(BOPermitRequired boPermitRequired, PoolKit pk) voidWorkOrderPermits.cancelObtainedPermitOnPartialOutcome(Long outcomeReasonId, Long wooId, PoolKit poolKit) Search all permits with the specified outcome reason associated.voidWorkOrderPermits.deleteObtainedPermit(Long obtainedPermitId, PoolKit pk) voidWorkOrderPermits.removeRequiredPermit(Long removeId, PoolKit pk) voidPermit.updateObtained(BOPermitObtained boPermitObtained, PoolKit pk) voidWorkOrderPermits.updateObtainedPermit(BOPermitObtained boPermitObtained, PoolKit pk) voidPermit.updateRequired(BOPermitRequired boPermitRequired, PoolKit pk) voidWorkOrderPermits.updateRequiredPermit(BOPermitRequired boPermitRequired, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.history.task
Methods in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPermitObtainedHistoryLoad.execute(PermitObtainedHistoryLoadEvent event, PoolKit poolKit) protected voidBTPermitObtainedHistorySearch.execute(PermitObtainedHistorySearchEvent event, PoolKit poolKit) protected PageResponse<BOPermitObtainedHistory> BTPermitObtainedHistorySearch.searchPermitObtained(Page page, PermitObtainedHistorySearchFilter searchFilter, PoolKit pk) Searches for the needed permit obtained using the information contained into the givenPermitObtainedHistorySearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.task
Methods in overit.geocallapp.wfm.core.bl.permits.workorder.obtained.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPermitObtainedDelete.delete(Long id, BOPermitObtained boPermitObtained, PoolKit poolKit) protected voidBTPermitObtainedDelete.execute(PermitObtainedDeleteEvent event, PoolKit poolKit) protected voidBTPermitObtainedInsert.execute(PermitObtainedInsertEvent event, PoolKit poolKit) protected voidBTPermitObtainedLoad.execute(PermitObtainedLoadEvent event, PoolKit poolKit) protected voidBTPermitObtainedSearch.execute(PermitObtainedSearchEvent event, PoolKit poolKit) protected voidBTPermitObtainedUpdate.execute(PermitObtainedUpdateEvent event, PoolKit poolKit) protected PageResponse<BOPermitObtained> BTPermitObtainedSearch.searchPermitObtained(Page page, PermitObtainedSearchFilter searchFilter, PoolKit pk) Searches for the needed permit obtained using the information contained into the givenPermitObtainedSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.workorder.required.history.task
Methods in overit.geocallapp.wfm.core.bl.permits.workorder.required.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPermitRequiredHistoryLoad.execute(PermitRequiredHistoryLoadEvent event, PoolKit poolKit) protected voidBTPermitRequiredHistorySearch.execute(PermitRequiredHistorySearchEvent event, PoolKit poolKit) Starting from the givenPermitRequiredHistorySearchFilter, it searches the corresponding list ofBOPermitRequiredHistoryand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.workorder.required.task
Methods in overit.geocallapp.wfm.core.bl.permits.workorder.required.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidprotected voidBTPermitRequiredDelete.execute(PermitRequiredDeleteEvent event, PoolKit poolKit) protected voidBTPermitRequiredInsert.execute(PermitRequiredInsertEvent event, PoolKit poolKit) protected voidBTPermitRequiredLoad.execute(PermitRequiredLoadEvent event, PoolKit poolKit) protected voidBTPermitRequiredSearch.execute(PermitRequiredSearchEvent event, PoolKit poolKit) protected voidBTPermitRequiredUpdate.execute(PermitRequiredUpdateEvent event, PoolKit poolKit) protected PageResponse<BOPermitRequired> BTPermitRequiredSearch.searchPermitRequired(Page page, PermitRequiredSearchFilter searchFilter, PoolKit pk) Searches for the needed permit required using the information contained into the givenPermitRequiredSearchEventprotected voidBTPermitRequiredUpdate.update(BOPermitRequired boPermitRequired, PoolKit poolKit) protected voidBTPermitRequiredDelete.validate(BOPermitRequired boPermitRequired, PoolKit poolKit) protected voidBTPermitRequiredInsert.validate(PermitRequiredInsertEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.permits.workorder.task
Methods in overit.geocallapp.wfm.core.bl.permits.workorder.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPermitsLoad.execute(PermitLoadEvent event, PoolKit poolKit) protected voidBTPermitsSearch.execute(PermitsSearchEvent event, PoolKit poolKit) protected voidBTWorkOrderPermitLoad.execute(WorkOrderPermitLoadEvent event, PoolKit poolKit) protected voidBTWorkOrderPermitObtainedAdd.execute(WorkOrderPermitObtainedAddEvent event, PoolKit poolKit) protected voidBTWorkOrderPermitObtainedPatch.execute(WorkOrderPermitObtainedPatchEvent event, PoolKit poolKit) protected voidBTWorkOrderPermitRequiredAdd.execute(WorkOrderPermitRequiredAddEvent event, PoolKit poolKit) protected voidBTWorkOrderPermitRequiredPatch.execute(WorkOrderPermitRequiredPatchEvent event, PoolKit poolKit) protected voidBTWorkOrderPermitRequiredRemove.execute(WorkOrderPermitRequiredRemoveEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.qualification.resource.task
Methods in overit.geocallapp.wfm.core.bl.qualification.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceQualificationDeletionManage.execute(ResourceQualificationDeletionManageEvent event, PoolKit poolKit) protected voidBTResourceQualificationSave.execute(ResourceQualificationSaveEvent event, PoolKit poolKit) protected DBViewBTResourceQualificationDeletionManage.getLoanUsers(BOResourceQualification boResourceQualification, PoolKit poolKit) protected DBViewBTResourceQualificationSave.getLoanUsers(BOResourceQualification newQualificationResource, PoolKit poolKit) protected voidBTResourceQualificationSave.manageLoanQualifications(BOResourceQualification newQualificationResource, HashGetter hgUtenteAbilitazione, PoolKit poolKit) protected voidBTResourceQualificationDeletionManage.validate(BOResourceQualification boResourceQualification, PoolKit poolKit) protected voidBTResourceQualificationSave.validate(ResourceQualificationSaveEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.bundler.task
Methods in overit.geocallapp.wfm.core.bl.schedule.bundler.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleSchedulingRecalculation.alignWorkShiftSchedulings(Set<Long> workShiftIds, PoolKit poolKit) Aligns all the needed scheduling informations that are related to the givenBOWorkShift.protected voidBTBundleSchedulingRecalculation.cancelUnlinkedSchedulings(List<Long> parents, PoolKit poolKit) Cancels the given schedulings that are related to the given unlinkedBOWorkOrderOperationsprotected voidBTBundleSchedulingRecalculation.execute(BundleSchedulingRecalculationEvent event, PoolKit poolKit) Executes the recalculation of scheduling relations.protected DBViewBTBundleSchedulingRecalculation.loadActiveSchedulings(List<Long> operations, PoolKit poolKit) Loads the not cancelled schedulings related to the list of remainingBOWorkOrderOperations.BTBundleSchedulingRecalculation.recalculateLinks(List<Long> linkedOperations, Bundle bundle, PoolKit poolKit) Recalculates the new links between the remaining schedulings.Unlinks the schedulings related to the givenBOWorkOrderOperation.protected voidBTBundleSchedulingRecalculation.update(Long id, Long parent, String children, Long duration, PoolKit poolKit) Updates the scheduling with the given informations. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.cache.configuration.task
Methods in overit.geocallapp.wfm.core.bl.schedule.cache.configuration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTConfigurationCacheLoad.body(ConfigurationCacheLoadEvent configuratioCacheLoadEvent, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.cache.lockscheduling.task
Methods in overit.geocallapp.wfm.core.bl.schedule.cache.lockscheduling.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLockSchedulingDaysCacheLoad.body(LockSchedulingDaysCacheLoadEvent lockSchedulingDaysCacheLoadEvent, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.cache.ossspace.task
Methods in overit.geocallapp.wfm.core.bl.schedule.cache.ossspace.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOssSpaceCacheLoad.body(OssSpaceCacheLoadEvent ossSpaceCacheLoadEvent, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.cache.permit.task
Methods in overit.geocallapp.wfm.core.bl.schedule.cache.permit.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPermitCacheLoad.body(PermitCacheLoadEvent permitCacheLoadEvent, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.cache.position.task
Methods in overit.geocallapp.wfm.core.bl.schedule.cache.position.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPositionCacheLoad.body(PositionCacheLoadEvent positionCacheLoadEvent, PoolKit poolKit) protected LongBTPositionCacheLoad.getOperationCenter(Long workshift, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.cache.resource.task
Methods in overit.geocallapp.wfm.core.bl.schedule.cache.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceCacheLoad.body(ResourceCacheLoadEvent resourceCacheLoadEvent, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.cache.skill.task
Methods in overit.geocallapp.wfm.core.bl.schedule.cache.skill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillCacheLoad.body(SkillCacheLoadEvent skillCacheLoadEvent, PoolKit poolKit) protected SkillCacheBTSkillCacheLoad.buildSkillCacheByTeamShiftComposition(SkillCacheLoadInput input, Set<Long> crewShellDummyUsers, PoolKit poolKit) BTSkillCacheLoad.getCrewShellDummyUsers(Collection<BOWorkShift> workshifts, PoolKit poolKit) BTSkillCacheLoad.getSkillsByUser(Collection<Long> resources, PoolKit poolKit) Retrieves skills data for the specified user resources.BTSkillCacheLoad.getTeamComposition(Collection<Long> users, Date startDate, Date endDate, PoolKit poolKit) Retrieves team composition data for the specified users within the given date range. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.cache.task
Methods in overit.geocallapp.wfm.core.bl.schedule.cache.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPrepopulateCancellationCache.body(SchedulePreProcessManualCancelEvent schedulePreProcessManualCancelEvent, PoolKit poolKit) protected voidBTPrepopulateSchedulingCache.body(SchedulePreProcessManualPasteEvent schedulePreProcessManualPasteEvent, PoolKit poolKit) BTPrepopulateCancellationCache.buildPositionCache(Collection<Long> workshifts, PoolKit poolKit) protected Collection<Long> BTPrepopulateCancellationCache.getWorkshifts(Collection<Long> schedulings, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.cache.workorder.task
Methods in overit.geocallapp.wfm.core.bl.schedule.cache.workorder.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderCacheLoad.body(WorkOrderCacheLoadEvent workOrderCacheLoadEvent, PoolKit poolKit) BTWorkOrderCacheLoad.getWorkOrderByWorkOrderId(Collection<Long> appointmentIds, PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.cache.workshift.task
Methods in overit.geocallapp.wfm.core.bl.schedule.cache.workshift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftCacheLoad.body(WorkShiftCacheLoadEvent workShiftCacheLoadEvent, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.detail.data
Methods in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.detail.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODailyPlanOrderConfigurationDetailSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.detail.task
Methods in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.detail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDailyPlanOrderConfigurationDetailDelete.body(DailyPlanOrderConfigurationDetailDeleteEvent event, PoolKit poolKit) protected voidBTDailyPlanOrderConfigurationDetailInsert.body(DailyPlanOrderConfigurationDetailInsertEvent event, PoolKit poolKit) protected voidBTDailyPlanOrderConfigurationDetailLoad.body(DailyPlanOrderConfigurationDetailLoadEvent event, PoolKit poolKit) protected voidBTDailyPlanOrderConfigurationDetailSearch.body(DailyPlanOrderConfigurationDetailSearchEvent event, PoolKit poolKit) protected StringBTDailyPlanOrderConfigurationDetailInsert.buildEntityDescription(BODailyPlanOrderConfigurationDetail detail, PoolKit pk) protected voidBTDailyPlanOrderConfigurationDetailInsert.checkAlreadyExists(BODailyPlanOrderConfigurationDetail toValidate, PoolKit pk) protected voidBTDailyPlanOrderConfigurationDetailInsert.validateInput(BODailyPlanOrderConfigurationDetail toValidate, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.header.data
Methods in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.header.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODailyPlanOrderConfigurationHeaderSearch.defineParams(CommandContext cc, PoolKit pk) protected voidDAODailyPlanOrderConfigurationHeaderSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.header.task
Methods in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDailyPlanOrderConfigurationHeaderDelete.body(DailyPlanOrderConfigurationHeaderDeleteEvent event, PoolKit poolKit) protected voidBTDailyPlanOrderConfigurationHeaderInsert.body(DailyPlanOrderConfigurationHeaderInsertEvent event, PoolKit poolKit) protected voidBTDailyPlanOrderConfigurationHeaderLoad.body(DailyPlanOrderConfigurationHeaderLoadEvent event, PoolKit poolKit) protected voidBTDailyPlanOrderConfigurationHeaderSearch.body(DailyPlanOrderConfigurationHeaderSearchEvent event, PoolKit poolKit) protected voidBTDailyPlanOrderConfigurationHeaderSetDefault.body(DailyPlanOrderConfigurationHeaderSetDefaultEvent event, PoolKit poolKit) protected voidBTDailyPlanOrderConfigurationHeaderUpdate.body(DailyPlanOrderConfigurationHeaderUpdateEvent event, PoolKit poolKit) protected voidBTDailyPlanOrderConfigurationHeaderInsert.checkUniqueCode(BODailyPlanOrderConfigurationHeader dailyPlanOrderConfigurationHeader, PoolKit pk) protected voidBTDailyPlanOrderConfigurationHeaderUpdate.checkUniqueCode(BODailyPlanOrderConfigurationHeader dailyPlanOrderConfigurationHeader, PoolKit pk) protected voidBTDailyPlanOrderConfigurationHeaderUpdate.checkUnmodifiableFields(BODailyPlanOrderConfigurationHeader updatedHeader, PoolKit pk) protected voidBTDailyPlanOrderConfigurationHeaderSetDefault.resetDefaultFlagForOtherConfigurations(BODailyPlanOrderConfigurationHeader header, PoolKit poolKit) protected voidBTDailyPlanOrderConfigurationHeaderSetDefault.setDefaultFlag(Long id, boolean defaultFlag, PoolKit poolKit) protected voidBTDailyPlanOrderConfigurationHeaderInsert.validateInput(BODailyPlanOrderConfigurationHeader dailyPlanOrderConfigurationHeader, PoolKit pk) protected voidBTDailyPlanOrderConfigurationHeaderUpdate.validateInput(BODailyPlanOrderConfigurationHeader dailyPlanOrderConfigurationHeader, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.task
Methods in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDailyPlanOrderConfigurationDelete.body(DailyPlanOrderConfigurationDeleteEvent event, PoolKit poolKit) protected voidBTDailyPlanOrderConfigurationSave.body(DailyPlanOrderConfigurationSaveEvent event, PoolKit poolKit) protected voidBTDailyPlanOrdersLoad.body(DailyPlanOrdersLoadEvent event, PoolKit pk) protected voidBTDailyPlanOrderConfigurationDelete.deleteDetails(Long headerId, PoolKit poolKit) protected List<DailyPlanOrderConfiguration> BTDailyPlanOrdersLoad.loadActiveConfigurations(DailyPlanOrdersLoadInput input, PoolKit pk) protected Map<Long, BODailyPlanOrderConfigurationHeader> BTDailyPlanOrdersLoad.loadConfigurationHeaders(DailyPlanOrdersLoadInput input, PoolKit pk) protected Map<Long, List<BODailyPlanOrderConfigurationDetail>> BTDailyPlanOrdersLoad.loadDetailsByHeaderIds(Set<Long> headers, PoolKit pk) protected voidBTDailyPlanOrderConfigurationSave.saveDetail(Long headerId, List<BODailyPlanOrderConfigurationDetail> configurationDetails, PoolKit poolKit) protected LongBTDailyPlanOrderConfigurationSave.saveHeader(BODailyPlanOrderConfigurationHeader configurationHeader, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.util
Methods in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.order.util that throw DAExceptionModifier and TypeMethodDescriptionstatic voidDailyPlanOrderConfigurationPermissionUtils.validateDetailEditPermission(Long detail, PoolKit pk) Checks if the current user has edit permission for the givenBODailyPlanOrderConfigurationDetailstatic voidDailyPlanOrderConfigurationPermissionUtils.validateDetailEditPermission(BODailyPlanOrderConfigurationDetail detail, PoolKit pk) Checks if the current user has edit permission for the givenBODailyPlanOrderConfigurationDetailstatic voidDailyPlanOrderConfigurationPermissionUtils.validateHeaderEditPermission(Long header, PoolKit pk) Checks if the current user has edit permission for the givenBODailyPlanOrderConfigurationHeader -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.header.data
Methods in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.header.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTooltipConfigurationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.header.task
Methods in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTooltipConfigurationInsert.checkUniqueCode(BOTooltipConfiguration toInsert, PoolKit pk) protected voidBTTooltipConfigurationUpdate.checkUniqueCode(BOTooltipConfiguration toUpdate, PoolKit pk) protected voidBTTooltipConfigurationDelete.execute(TooltipConfigurationDeleteEvent event, PoolKit poolKit) protected voidBTTooltipConfigurationInsert.execute(TooltipConfigurationInsertEvent event, PoolKit pk) protected voidBTTooltipConfigurationLoad.execute(TooltipConfigurationLoadEvent event, PoolKit pk) protected voidBTTooltipConfigurationSearch.execute(TooltipConfigurationSearchEvent event, PoolKit pk) protected voidBTTooltipConfigurationUpdate.execute(TooltipConfigurationUpdateEvent event, PoolKit pk) protected voidBTTooltipConfigurationInsert.validateInput(BOTooltipConfiguration toInsert, PoolKit pk) protected voidBTTooltipConfigurationUpdate.validateInput(BOTooltipConfiguration toInsert, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.rule.task
Methods in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.rule.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTooltipConfigurationRuleInsert.checkDuplicatedRule(BOTooltipConfigurationRule toInsert, PoolKit pk) protected voidBTTooltipConfigurationRuleDelete.execute(TooltipConfigurationRuleDeleteEvent event, PoolKit pk) protected voidBTTooltipConfigurationRuleInsert.execute(TooltipConfigurationRuleInsertEvent event, PoolKit pk) protected voidBTTooltipConfigurationRuleLoad.execute(TooltipConfigurationRuleLoadEvent event, PoolKit pk) protected voidBTTooltipConfigurationRuleSearch.execute(TooltipConfigurationRuleSearchEvent event, PoolKit pk) protected voidBTTooltipConfigurationRuleInsert.validateInput(BOTooltipConfigurationRule toInsert, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.task
Methods in overit.geocallapp.wfm.core.bl.schedule.dailyplan.configuration.tooltip.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTActivityTooltipConfigurationLoad.body(ActivityTooltipConfigurationLoadEvent event, PoolKit poolKit) protected voidBTTooltipConfigurationInstanceDelete.deleteRules(Long tooltipConfiguration, PoolKit poolKit) protected voidBTTooltipConfigurationInstanceDelete.execute(TooltipConfigurationInstanceDeleteEvent event, PoolKit poolKit) protected voidBTTooltipConfigurationInstanceLoad.execute(TooltipConfigurationInstanceLoadEvent event, PoolKit pk) protected voidBTTooltipConfigurationInstanceSave.execute(TooltipConfigurationInstanceSaveEvent event, PoolKit pk) protected Optional<BOTooltipConfiguration> BTActivityTooltipConfigurationLoad.getTooltipConfiguration(Long activity, Long userType, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.history.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaHistoryLoad.body(AgendaHistoryLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOAgendaHistoryand writes it into the event journal.protected voidBTAgendaHistorySearch.body(AgendaHistorySearchEvent event, PoolKit poolKit) Writes thePageResponseof the searched agenda history into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.data
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOEmptyAgendaResourceDelete.validate(CommandContext cc, PoolKit pk) protected voidDAOSearchAgendaResource.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaResourceSearch.body(AgendaResourceSearchEvent event, PoolKit poolKit) Writes the searched agenda resources into the event journal.protected voidBTEmptyAgendaResourceDelete.body(EmptyInterventionResourceDeleteEvent emptyAgendaResourceDeleteEvent, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.state.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaStateLoad.body(AgendaStateLoadEvent event, PoolKit pk) Writes the loaded agenda state into the event journal.protected voidBTAgendaStateSearch.body(AgendaStateSearchEvent event, PoolKit pk) Writes the searched agenda state into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaLoad.body(AgendaLoadEvent event, PoolKit poolKit) Writes the loaded agenda into the event journal.protected voidBTAgendaOutcomeSave.body(AgendaOutcomeSaveEvent event, PoolKit poolKit) Saves the givenBTAgendaOutcomeSaveprotected voidBTAgendaUpdate.execute(AgendaUpdateEvent event, PoolKit poolKit) Updates theBOAgendawith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.data
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAgendaTeamResourceByWorkOrderDate.defineSql(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaTeamResourceAlign.body(AgendaTeamResourceAlignEvent upsertAgendaTeamResourcesEvent, PoolKit poolKit) Aligns the values of AAGENDA.AAGEIDSETTEAMRESOURCE in the RAGENDATEAMRESOURCE tableprotected voidBTAgendaTeamResourceSearch.body(AgendaTeamResourceSearchEvent event, PoolKit pk) protected voidprotected voidBTAgendaTeamResourceAlign.executeAlign(LongSet lsAgendaIds, PoolKit poolKit) protected voidBTRepopulateAgendaTeamResource.populateTable(DBView dbvAgenda, PoolKit pk) protected voidBTRepopulateAgendaTeamResource.resetTable(Date fromDate, Date toDate, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.data
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAppointmentSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.state.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAppointmentStateLoad.body(AppointmentStateLoadEvent event, PoolKit pk) Writes the loaded appointment state into the event journal.protected voidBTAppointmentStateSearch.body(AppointmentStateSearchEvent event, PoolKit pk) Writes the searched appointment state into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAppointmentInsert.body(AppointmentInsertEvent event, PoolKit pk) Inserts the givenBOAppointmentand writes the newly generated id into the event journal.protected voidBTAppointmentLoad.body(AppointmentLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOAppointmentand writes it into the event journal.protected voidBTAppointmentSearch.body(AppointmentSearchEvent event, PoolKit poolKit) Starting from the givenAppointmentSearchFilter, it searches the corresponding list ofBOAppointmentand it presents them as aPageResponsewhich is then written into the event journal.protected voidBTAppointmentUpdate.body(AppointmentUpdateEvent event, PoolKit pk) Updates theBOAppointmentwith all its needed components.protected voidBTLastAppointmentLoad.body(LastAppointmentLoadEvent event, PoolKit poolKit) Starting from the givenBOWorkOrderOperationid, it loads the last planned appointmentBOAppointmentand writes it into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.data
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOInterventionScheduled.defineValues(CommandContext cc, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.material.accountingmaterialtype.data
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.material.accountingmaterialtype.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMaterialAccountingType.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.material.accountingmaterialtype.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.material.accountingmaterialtype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialAccountingTypeLoad.execute(MaterialAccountingTypeLoadEvent event, PoolKit poolKit) protected voidBTMaterialAccountingTypeSearch.execute(MaterialAccountingTypeSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.material.agendamaterial.data
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.material.agendamaterial.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAgendaMaterialSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.material.agendamaterial.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.material.agendamaterial.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaMaterialSave.execute(AgendaMaterialSaveEvent event, PoolKit poolKit) protected voidBTAgendaMaterialSearch.execute(AgendaMaterialSearchEvent event, PoolKit poolKit) protected voidBTAgendaMaterialWithOperationSearch.execute(AgendaMaterialWithOperationSearchEvent event, PoolKit poolKit) protected voidBTAgendaMaterialSave.save(BOAgendaMaterial input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.material.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.material.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialAccountingSave.execute(MaterialAccountingSaveEvent event, PoolKit poolKit) protected InterventionBTMaterialAccountingSave.loadIntervention(Long agenda, PoolKit poolKit) protected LongBTMaterialAccountingSave.loadUserTeam(Long user, Date date, PoolKit poolKit) protected voidBTMaterialAccountingSave.saveAgendaMaterial(Map<BOAgendaMaterial, List<BOSerializedMaterial>> agendaMaterial, PoolKit poolKit) protected voidBTMaterialAccountingSave.saveSerializedMaterials(BOAgendaMaterial agendaMaterial, List<BOSerializedMaterial> serializedMaterials, PoolKit poolKit) protected voidBTMaterialAccountingSave.saveWorkOrderAccountedMaterial(List<BOWorkOrderOperationAccountedMaterial> accountedMaterials, PoolKit poolKit) protected voidBTMaterialAccountingSave.saveWorkOrderMaterial(List<BOWorkOrderOperationMaterial> workOrderOperationMaterials, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.accessorydata.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.accessorydata.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAccessoryDataInsert.body(AccessoryDataInsertEvent event, PoolKit pk) protected voidBTAccessoryDataLoad.body(AccessoryDataLoadEvent event, PoolKit pk) protected voidBTAccessoryDataSave.body(AccessoryDataSaveEvent event, PoolKit pk) protected voidBTAccessoryDataSearch.body(AccessoryDataSearchEvent event, PoolKit pk) protected voidBTAccessoryDataUpdate.body(AccessoryDataUpdateEvent event, PoolKit pk) protected voidBTAccessoryDataValidation.body(AccessoryDataValidationEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.encodednote.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.encodednote.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderEncodedNoteInsert.execute(WorkOrderEncodedNoteInsertEvent event, PoolKit pk) Writes the inserted encoded note id into the event journal.protected voidBTWorkOrderEncodedNoteLoad.execute(WorkOrderEncodedNoteLoadEvent event, PoolKit pk) Writes the loaded encoded node into the event journal.protected voidBTWorkOrderEncodedNoteSearch.execute(WorkOrderEncodedNoteSearchEvent event, PoolKit pk) Writes the searched encoded note into the event journal.protected voidBTWorkOrderEncodedNoteUpdate.execute(WorkOrderEncodedNoteUpdateEvent event, PoolKit pk) Updates theWorkOrderEncodedNoteUpdateEvent.protected voidBTWorkOrderEncodedNoteInsert.validate(BOWorkOrderEncodedNote boEncodedNote, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOWorkOrderEncodedNoteprotected voidBTWorkOrderEncodedNoteUpdate.validate(BOWorkOrderEncodedNote boEncodedNote, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOWorkOrderEncodedNote -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionGroupLoad.body(InterventionGroupLoadEvent event, PoolKit pk) protected voidprotected voidBTUpgradeOldInterventionGroups.body(UpgradeOldInterventionGroupsEvent event, PoolKit pk) protected voidBTUpgradeOldInterventionGroups.convertGIInterventionGroup(XMLTree tree) protected voidBTUpgradeOldInterventionGroups.convertGISection(XMLTree tree) protected DBViewBTUpgradeOldInterventionGroups.getInterventionGroups(PoolKit pk) protected voidBTUpgradeOldInterventionGroups.initializeTranslationMap() -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.meterreading.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.meterreading.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPreviousMeterReadingLoad.body(PreviousMeterReadingLoadEvent event, PoolKit pk) Writes the loaded meter reading data into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.outcomeclass.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.outcomeclass.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOutcomeClassLoad.body(OutcomeClassLoadEvent event, PoolKit pk) Writes the loaded outcome class into the event journal.protected voidBTOutcomeClassSearch.body(OutcomeClassSearchEvent event, PoolKit pk) Writes the searched outcome class into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.reasontype.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.reasontype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOutcomeReasonTypeInsert.execute(OutcomeReasonTypeInsertEvent event, PoolKit pk) Writes the inserted outcome reason type id into the event journal.protected voidBTOutcomeReasonTypeLoad.execute(OutcomeReasonTypeLoadEvent event, PoolKit pk) Writes the loaded outcome reason into the event journal.protected voidBTOutcomeReasonTypeSearch.execute(OutcomeReasonTypeSearchEvent event, PoolKit pk) Updates theBOOutcomeReasonTypewith all its needed components.protected voidBTOutcomeReasonTypeUpdate.execute(OutcomeReasonTypeUpdateEvent event, PoolKit pk) protected voidBTOutcomeReasonTypeUpdate.validate(BOOutcomeReasonType boReasonType, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOutcomeReasonInsert.execute(OutcomeReasonInsertEvent event, PoolKit pk) Writes the inserted outcome reason id into the event journal.protected voidBTOutcomeReasonLoad.execute(OutcomeReasonLoadEvent event, PoolKit pk) Writes the loaded outcome reason into the event journal.protected voidBTOutcomeReasonSearch.execute(OutcomeReasonSearchEvent event, PoolKit pk) Writes the searched outcome reason into the event journal.protected voidBTOutcomeReasonUpdate.execute(OutcomeReasonUpdateEvent event, PoolKit pk) Updates theBOOutcomeReason.protected voidBTOutcomeReasonUpdate.validate(BOOutcomeReason boReason, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.type.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOutcomeTypeLoad.body(OutcomeTypeLoadEvent event, PoolKit pk) Writes the loaded outcome type into the event journal.protected voidBTOutcomeTypeSearch.body(OutcomeTypeSearchEvent event, PoolKit pk) Writes the searched outcome type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionOutcomeSave.body(InterventionOutcomeSaveEvent event, PoolKit poolKit) Saves the givenInterventionOutcome.protected 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) protected TechnicalObjectBTInterventionOutcomeSave.loadTechnicalObject(Long technicalObjectId, PoolKit poolKit) protected voidBTInterventionOutcomeSave.saveAccessoryData(InterventionOutcomeSaveInput outcome, PoolKit poolKit) protected voidBTInterventionOutcomeSave.saveAgendaOutcome(InterventionOutcomeSaveInput outcome, PoolKit poolKit) Saves the agenda outcome dataprotected voidBTInterventionOutcomeSave.saveMeterReadings(InterventionOutcomeSaveInput outcome, PoolKit poolKit) Saves the meter readings related to interventionprotected voidBTInterventionOutcomeSave.saveOutcome(InterventionOutcomeSaveInput outcome, PoolKit poolKit) Saves the intervention outcome dataprotected voidBTInterventionOutcomeSave.validateMeasures(InterventionOutcomeSaveInput outcome, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.validationstate.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.validationstate.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionOutcomeValidationStatusByRuleUpdate.body(InterventionOutcomeValidationStatusByRuleUpdateEvent event, PoolKit poolKit) Updates the validation status of an intervention outcome.protected voidBTInterventionOutcomeValidationStatusUpdate.body(InterventionOutcomeValidationStatusUpdateEvent event, PoolKit poolKit) Updates the validation status of an intervention outcome.protected voidBTOutcomeValidationStateLoad.body(OutcomeValidationStateLoadEvent event, PoolKit pk) Writes the loaded outcome validation state into the event journal.protected voidBTOutcomeValidationStateSearch.body(OutcomeValidationStateSearchEvent event, PoolKit pk) Writes the searched outcome validation state into the event journal.protected BooleanBTInterventionOutcomeValidationStatusByRuleUpdate.isInternalUser(Long userId, PoolKit poolKit) Checks if the given user is internal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.resource
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.resource that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionResourceValidate.body(InterventionResourceValidateEvent event, PoolKit poolKit) Validate an intervention resource. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.state.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingStateLoad.body(SchedulingStateLoadEvent event, PoolKit pk) Writes the loaded scheduling state into the event journal.protected voidBTSchedulingStateSearch.body(SchedulingStateSearchEvent event, PoolKit pk) Writes the searched scheduling state into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingLoad.body(SchedulingLoadEvent event, PoolKit poolKit) Writes the loaded scheduling into the event journal.protected voidBTSchedulingSearch.body(SchedulingSearchEvent event, PoolKit poolKit) protected CoordinatesPath[]BTCoordinatesPathCalculate.calculateCoordinatesPath(CoordinatesPathCalculateInput input, PoolKit poolKit) protected voidBTCoordinatesPathCalculate.execute(CoordinatesPathCalculateEvent event, PoolKit poolKit) Calls the VRP process to calculate the time and the distance between the input coordinates.protected voidBTSchedulingCopy.execute(SchedulingCopyEvent event, PoolKit pk) Inserts the givenBOCrewShelland writes the newly generated id into the event journal.protected voidBTSchedulingInsert.execute(SchedulingInsertEvent event, PoolKit pk) Inserts the givenBOCrewShelland writes the newly generated id into the event journal.protected voidBTSchedulingUpdate.execute(SchedulingUpdateEvent event, PoolKit poolKit) Updates theBOSchedulingwith all its needed components.protected booleanBTCoordinatesPathCalculate.isCoordinatesPathCalculationDisabled(Long operationCenter, PoolKit poolKit) Checks if is coordinates path calculation disabled. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.intervention.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionDurationLoad.body(InterventionDurationLoadEvent event, PoolKit pk) Writes the loaded intervention duration into the event journal.protected voidBTInterventionLoad.body(InterventionLoadEvent event, PoolKit poolKit) Writes the loaded intervention into the event journal.protected voidBTInterventionSearch.body(InterventionSearchEvent event, PoolKit poolKit) Writes the loaded intervention into the event journal.protected InterventionBTInterventionLoad.loadInterventionByAgenda(Long agenda, PoolKit poolKit) protected InterventionBTInterventionLoad.loadInterventionByScheduling(Long scheduling, PoolKit poolKit) protected DBViewLoad interventions.protected TimeZoneBTInterventionTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Long> input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.notification
Methods in overit.geocallapp.wfm.core.bl.schedule.notification that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingNotification.execute(SchedulingNotificationEvent event, PoolKit poolKit) protected voidBTSchedulingNotification.launchCheckCancelEvent(PoolKit poolKit) LaunchScheduleCheckManualCancelEventin order to check if there are some problems after the scheduling removal of a work order operation.protected voidBTSchedulingNotification.launchCheckManualPasteEvent(PoolKit poolKit) protected voidBTSchedulingNotification.launchCompleteManualActionEvent(Long action, PoolKit poolKit) LaunchScheduleCompleteManualActionEventwith the work order operation defined in the input event and the set of all schedulings changed in the scheduling action.protected voidBTSchedulingNotification.launchCompleteValidationEvent(PoolKit poolKit) LaunchScheduleCompleteValidationEventwith the work order operation defined in the input event.protected voidBTSchedulingNotification.notifyPlanningAction(Long action, PoolKit poolKit) protected voidBTSchedulingNotification.notifyPlanningAppointment(PoolKit poolKit) protected voidBTSchedulingNotification.notifyPlanningWorkOrder(PoolKit poolKit) Notify the planning work order action. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.optimize.task
Methods in overit.geocallapp.wfm.core.bl.schedule.optimize.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingOptimizationProcess.execute(SchedulingOptimizationProcessEvent event, PoolKit poolKit) protected voidBTSchedulingOptimizationProcess.launchCompleteOptimizeEvent(Date date, Long resource, Long workshift, Long simulation, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.oss.task
Methods in overit.geocallapp.wfm.core.bl.schedule.oss.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBuildOssSolver.body(BuildOssSolverEvent i, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.resourcerole.task
Methods in overit.geocallapp.wfm.core.bl.schedule.resourcerole.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceRoleSearch.execute(ResourceRoleSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.resourceshiftagendaffinity.task
Methods in overit.geocallapp.wfm.core.bl.schedule.resourceshiftagendaffinity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceShiftAgendaAffinityDelete.body(ResourceShiftAgendaAffinityDeleteEvent event, PoolKit pk) protected voidBTResourceShiftAgendaAffinityInsert.body(ResourceShiftAgendaAffinityInsertEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.role.data
Methods in overit.geocallapp.wfm.core.bl.schedule.role.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAORoleSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.role.task
Methods in overit.geocallapp.wfm.core.bl.schedule.role.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRoleLoad.execute(RoleLoadEvent event, PoolKit poolKit) protected voidBTRoleResourceSearch.execute(RoleResourceSearchEvent event, PoolKit poolKit) protected voidBTRoleSearch.execute(RoleSearchEvent event, PoolKit poolKit) static PageResponse<BORole> -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTClockingInsert.execute(ClockingInsertEvent event, PoolKit pk) Writes the inserted clocking id into the event journal.protected voidBTClockingLoad.execute(ClockingLoadEvent event, PoolKit poolKit) Writes the loaded clocking into the event journal.protected voidBTClockingSearch.execute(ClockingSearchEvent event, PoolKit poolKit) Writes the searched clocking into the event journalprotected voidBTClockingUpdate.execute(ClockingUpdateEvent event, PoolKit pk) Writes the updated clocking into the event journal.protected voidBTClockingInsert.launchClockingNotification(Long clockingId, PoolKit poolKit) protected voidBTClockingUpdate.launchClockingNotification(Long clockingId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.data
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchOperationCenterAddress.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOperationCenterResourceAddressSearch.body(OperationCenterResourceAddressSearchEvent event, PoolKit poolKit) Writes the searched operation center resource addresses into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.position.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.position.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingResourcePositionSearch.body(SchedulingResourcePositionSearchEvent schedulingResourcePositionSearchEvent, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.data
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchResourceAddress.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.resourceaddress.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceAddressSearch.body(ResourceAddressSearchEvent event, PoolKit poolKit) Writes the searched resource addresses into the event journal.protected PageResponse<BOResourceAddress> BTResourceAddressSearch.buildResponseWithAddress(DBView dbv, Page page, PoolKit poolKit) Builds the paginated address data.protected voidBTResourceAddressSearch.loadAddressData(BOResourceAddress resourceAddress, Long addressId, PoolKit poolKit) Loads address data. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingResourceSave.body(SchedulingResourceSaveEvent event, PoolKit poolKit) protected PageResponse<SchedulingResource> BTSchedulingResourceSearch.buildSchedulingResourceList(PageResponse<BOSchedulingUser> resources, int pageNumber, PoolKit pk) Builds theBOSchedulingUserlist.protected voidBTSchedulingResourceSave.checkAddressOrigin(SchedulingResource schedulingResource, Long addressId, String description, boolean userAddress, PoolKit pk) Validates the address origin (existence, not a technical object address, resource or operation center address)protected voidBTSchedulingResourceLoad.execute(SchedulingResourceLoadEvent event, PoolKit pk) Writes the loaded scheduling resource into the event journal.protected voidBTSchedulingResourceSave.execute(SchedulingResourceSaveEvent event, PoolKit pk) Writes the saved scheduling resource id into the event journal.protected voidBTSchedulingResourceSearch.execute(SchedulingResourceSearchEvent event, PoolKit pk) Writes the searched scheduling resource into the event journal.protected voidBTSchedulingResourceSave.insertResource(BOSchedulingUser user, PoolKit pk) Saves only theBOSchedulingUser.protected List<BOOperationCenterResourceAddress> BTSchedulingResourceLoad.loadOperationCenterAddresses(BOSchedulingUser user, PoolKit pk) Loads theBOOperationCenterAddressprotected List<BOOperationCenterResourceAddress> BTSchedulingResourceSearch.loadOperationCenterAddresses(BOSchedulingUser resource, PoolKit pk) Loads the list ofBOOperationCenterResourceAddressprotected List<BOResourceAddress> BTSchedulingResourceLoad.loadResourceAddresses(BOSchedulingUser user, PoolKit pk) Loads theBOResourceAddress.protected List<BOResourceAddress> BTSchedulingResourceSearch.loadResourceAddresses(BOSchedulingUser resource, PoolKit pk) Loads the list ofBOResourceAddress.protected voidBTSchedulingResourceSave.normalizeAddress(HashGetter addressData, PooledConnection conn) Normalizes the address.protected DBViewBTSchedulingResourceSave.prepareOperationCenterAddresses(PoolKit pk) Prepares the operation center addresses for the scheduling resource, recalculating all related departure/arrival points.protected DBViewBTSchedulingResourceSave.prepareResourceAddresses(PoolKit pk) Saves the resource addresses performing a normalization and prepares aDBViewwhich contains all resource addresses data.protected voidSaves theSchedulingResource.protected PageResponse<BOSchedulingUser> BTSchedulingResourceSearch.searchSchedulingResources(Page page, SchedulingResourceSearchFilter filter, PoolKit pk) Searches scheduling resources. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.data
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchSchedulingUser.defineParams(CommandContext cc, PoolKit pk) protected voidDAOSchedulingUser.defineValues(CommandContext cc, PoolKit pk) protected voidDAOSearchSchedulingUser.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingUserInsert.execute(SchedulingUserInsertEvent event, PoolKit pk) Inserts a newBOSchedulingUserwith all its needed components.protected voidBTSchedulingUserLoad.execute(SchedulingUserLoadEvent event, PoolKit poolKit) Writes the loaded scheduling user into the event journal.protected voidBTSchedulingUserSearch.execute(SchedulingUserSearchEvent event, PoolKit poolKit) Writes the searched scheduling users into the event journal.protected voidBTSchedulingUserUpdate.execute(SchedulingUserUpdateEvent event, PoolKit pk) Updates theBOSchedulingUserwith all its needed components.protected LongBTSchedulingUserInsert.insert(BOSchedulingUser boSchedulingResource, PoolKit pk) Performs theBOSchedulingUserinsertionprotected voidBTSchedulingUserUpdate.update(BOSchedulingUser boSchedulingResource, PoolKit pk) Performs theBOSchedulingUserupdateprotected voidBTSchedulingUserInsert.validate(BOSchedulingUser boSchedulingResource, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOSchedulingUser.protected voidBTSchedulingUserUpdate.validate(BOSchedulingUser boSchedulingResource, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOSchedulingUser -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.type.data
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSchedulingResourceTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.type.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.user.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingResourceTypeInsert.execute(SchedulingResourceTypeInsertEvent event, PoolKit pk) Writes the inserted scheduling resource type id into the event journal.protected voidBTSchedulingResourceTypeLoad.execute(SchedulingResourceTypeLoadEvent event, PoolKit pk) Writes the loaded scheduling resource type into the event journal.protected voidBTSchedulingResourceTypeSearch.execute(SchedulingResourceTypeSearchEvent event, PoolKit poolKit) Writes the searched scheduling resource types into the event journal.protected voidBTSchedulingResourceTypeUpdate.execute(SchedulingResourceTypeUpdateEvent event, PoolKit pk) Updates a newBOSchedulingResourceTypewith all its needed components.protected voidBTSchedulingResourceTypeInsert.validate(BOSchedulingResourceType boResourceType, PoolKit pk) Validate.protected voidBTSchedulingResourceTypeUpdate.validate(BOSchedulingResourceType boResourceType, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOSchedulingResourceType -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.data
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkDayClosureUsers.defineSql(CommandContext cc, PoolKit pk) protected voidDAOWorkDayClosureOnFieldAgenda.defineValues(CommandContext cc, PoolKit pk) protected voidDAOWorkDayClosureScheduledAgenda.defineValues(CommandContext cc, PoolKit pk) protected voidDAOWorkDayClosureUsers.defineValues(CommandContext cc, PoolKit pk) protected voidDAOWorkDayClosureOnFieldAgenda.validate(CommandContext cc, PoolKit pk) protected voidDAOWorkDayClosureScheduledAgenda.validate(CommandContext cc, PoolKit pk) protected voidDAOWorkDayClosureUsers.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.task
Methods in overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkDayClosure.body(WorkDayClosureEvent event, PoolKit pk) protected voidBTWorkDayMobileClosure.body(WorkDayClosureEvent event, PoolKit pk) protected voidBTWorkDayClosure.preRowElaboration(HashGetter hgAge, Long idCes, PooledConnection conn) protected voidBTWorkDayClosure.rowElaboration(HashGetter hgAge, Long idCes, PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.task
Methods in overit.geocallapp.wfm.core.bl.schedule.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTScheduleCompleteAutomaticScheduling.agendaTeamResourcesAlign(ScheduleCompleteAutomaticSchedulingInput input, PoolKit poolKit) protected voidBTScheduleCompleteManualAction.agendaTeamResourcesAlign(ScheduleCompleteManualActionInput input, PoolKit poolKit) protected voidBTScheduleCompleteOptimize.agendaTeamResourcesAlign(ScheduleCompleteOptimizeInput input, PoolKit poolKit) protected voidBTScheduleInterventionToEnterpriseComplete.agendaTeamResourcesAlign(ScheduleInterventionToEnterpriseCompleteInput input, PoolKit poolKit) protected voidBTUnplannedInterventionComplete.agendaTeamResourcesAlign(UnplannedInterventionCompleteInput input, PoolKit poolKit) protected voidBTAlignWorkShiftSchedulings.alignWorkShiftSchedulings(Long workShiftId, Long schedulingModel, PoolKit poolKit) Aligns all the needed scheduling informations that are related to the givenBOWorkShift.protected voidBTAlignWorkShiftSchedulings.body(AlignWorkShiftSchedulingsEvent event, PoolKit poolKit) Aligns the scheduling route informations of the givenBOWorkShiftidsprotected voidBTPrepopulateOssCacheCancellation.body(SchedulePreProcessManualCancelEvent schedulePreProcessManualCancelEvent, PoolKit poolKit) protected voidBTPrepopulateOssCacheScheduling.body(SchedulePreProcessManualPasteEvent schedulePreProcessManualPasteEvent, PoolKit poolKit) protected voidBTSchedulePreCheckBatch.body(SchedulePreCheckBatchEvent schedulePreProcessCheckBatchEvent, PoolKit poolKit) protected voidBTSchedulingSingleValidationCheck.body(SchedulePreProcessManualPasteEvent schedulePreProcessManualPasteEvent, PoolKit poolKit) protected 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 voidBTScheduleCompleteAutomaticScheduling.execute(ScheduleCompleteAutomaticSchedulingEvent event, PoolKit poolKit) protected voidBTScheduleCompleteManualAction.execute(ScheduleCompleteManualActionEvent event, PoolKit poolKit) protected voidBTScheduleCompleteOptimize.execute(ScheduleCompleteOptimizeEvent event, PoolKit poolKit) protected voidBTScheduleCompleteValidation.execute(ScheduleCompleteValidationEvent event, PoolKit poolKit) protected voidBTScheduleInterventionToEnterpriseComplete.execute(ScheduleInterventionToEnterpriseCompleteEvent event, PoolKit poolKit) protected voidBTUnplannedInterventionComplete.execute(UnplannedInterventionCompleteEvent event, PoolKit poolKit) protected org.locationtech.jts.geom.Coordinate[]BTPrepopulateOssCacheCancellation.findPoints(Collection<Long> schedulingsToCancel, Map<Long, BOScheduling> schedulingsBySchedulingId, List<BOScheduling> assignedSchedulings, Map<Long, BOAgenda> agendaByAgendaId, Map<Long, BOAppointment> appointmentByAppointmentId, PoolKit poolKit) protected voidBTSchedulingSingleValidationCheck.genericPermissionsCheck(Long workshift, SchedulingCache schedulingCache, PooledConnection conn) protected LongBTPrepopulateOssCache.getOssSpace(BOWorkShift workshift, BOSchedulingUser resource, OssSpaceCache ossSpaceCache, PooledConnection conn) protected BOSchedulingUserBTPrepopulateOssCache.getResource(Long resource, PoolKit poolKit) protected DBViewBTAlignWorkShiftSchedulings.loadScheduling(Long workShiftId, Long schedulingModel, PoolKit poolKit) Loads the not cancelled scheduling from the givenBOWorkShiftidprotected voidBTSchedulingSingleValidationCheck.workshiftSchedulabilityCheck(Long workshift, PooledConnection conn) protected voidBTScheduleCompleteAutomaticScheduling.writeInterventionPlanningLog(ScheduleCompleteAutomaticSchedulingInput input, PoolKit poolKit) protected voidBTScheduleCompleteManualAction.writeInterventionPlanningLog(ScheduleCompleteManualActionInput input, PoolKit poolKit) protected voidBTScheduleCompleteOptimize.writeInterventionPlanningLog(ScheduleCompleteOptimizeInput input, PoolKit poolKit) protected voidBTScheduleCompleteValidation.writeInterventionPlanningLog(ScheduleCompleteValidationInput input, PoolKit poolKit) protected voidBTUnplannedInterventionComplete.writeInterventionPlanningLog(UnplannedInterventionCompleteInput input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.team.task
Methods in overit.geocallapp.wfm.core.bl.schedule.team.task that throw DAExceptionModifier 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) protected voidBTTeamActivityManualAssignment.aggiungiInfoAdAttivita(HashGetter attivita) protected voidBTTeamActivityManualAssignment.body(TeamActivityManualAssignmentEvent teamActivityManualAssignmentEvent, PoolKit poolKit) protected voidBTTeamPreProcessAssignment.body(TeamPreProcessAssignmentEvent teamPreProcessAssignmentEvent, PoolKit poolKit) 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 HashGetterBTTeamPreProcessAssignment.loadRcutUtente(Long idAute, Date dtOraRiferimento, PooledConnection conn) protected DBViewBTTeamPreProcessAssignment.loadRisorse(boolean bMostraTutte, HashGetter pasteParams, HashGetter activity, Date workshiftDate, PooledConnection conn) protected TeamPreProcessAssignmentOutputBTTeamActivityManualAssignment.preProcessTeamAssignment(TeamActivityManualAssignmentInput input, PoolKit poolKit) protected voidBTTeamPreProcessAssignment.removeCrewShellsAndMembersFromDBView(DBView resources, Date compositionDay) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.validate.task
Methods in overit.geocallapp.wfm.core.bl.schedule.validate.task that throw DAExceptionModifier and TypeMethodDescriptionprotected List<CheckerEvent<?>> BTDaySchedulingsValidate.defineCheckerEvents(DaySchedulingsValidateInput input, PoolKit poolKit) protected DaySchedulingsValidateOutputBTDaySchedulingsValidate.executeProcess(DaySchedulingsValidateInput input, PoolKit poolKit) Validate all the schedulings of a day (or of a certain resource) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.data
Methods in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderOperationAccountedMaterialSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.task
Methods in overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationAccountedMaterialDetailSearch.execute(WorkOrderOperationAccountedMaterialDetailSearchEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationAccountedMaterialSave.execute(WorkOrderOperationAccountedMaterialSaveEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationAccountedMaterialSearch.execute(WorkOrderOperationAccountedMaterialSearchEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationAccountedMaterialSave.save(BOWorkOrderOperationAccountedMaterial workOrderOperationAccountedMaterial, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedule.wooperation.task
Methods in overit.geocallapp.wfm.core.bl.schedule.wooperation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWOOperationInterventionSchedulingLoad.body(WOOperationInterventionSchedulingLoadEvent event, PoolKit poolKit) protected List<Intervention> BTWOOperationInterventionSchedulingLoad.loadInterventions(Long woOperation, boolean activeInterventionOnly, PoolKit poolKit) protected Map<Long, List<BOScheduling>> BTWOOperationInterventionSchedulingLoad.loadInterventionsSchedulingsMap(List<Intervention> interventions, Long schedulingModel, PoolKit poolKit) protected BOWorkOrderHeaderBTWOOperationInterventionSchedulingLoad.loadWorkOrderHeader(Long workOrder, PoolKit poolKit) protected BOWorkOrderOperationBTWOOperationInterventionSchedulingLoad.loadWorkOrderOperation(Long woOperation, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedulingproposal
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal that throw DAExceptionModifier and TypeMethodDescriptionstatic voidSchedulingProposalUtils.checkOperationCenterConsistency(Long woOperationId, Long operationCenterId, PoolKit poolKit) static TimeSlotSchedulingProposalUtils.lockTimeSlot(Long schedulingProposalId) static TimeSlotSchedulingProposalUtils.lockTimeSlot(Long schedulingProposalId, long seconds) static TimeSlotSchedulingProposalUtils.lockTimeSlotOnType(Long schedulingProposalTypeId, Long woOperationId) static TimeSlotSchedulingProposalUtils.lockTimeSlotOnType(Long schedulingProposalTypeId, Long woOperationId, long seconds) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.data
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSchedulingCreationProposal.defineValues(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.task
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.creation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProcessSchedulingCreationProposal.execute(ProcessSchedulingCreationProposalEvent event, PoolKit poolKit) protected voidBTSchedulingCreationProposalInsert.execute(SchedulingCreationProposalInsertEvent event, PoolKit poolKit) protected voidBTSchedulingCreationProposalLoad.execute(SchedulingCreationProposalLoadEvent event, PoolKit poolKit) protected voidBTSchedulingCreationProposalSearch.execute(SchedulingCreationProposalSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searched scheduling proposals into the event journal.protected HashGetterBTProcessSchedulingCreationProposal.getActivityInfo(Long appointmentId) protected List<BOBundleOperation> BTProcessSchedulingCreationProposal.loadActiveBundleOperations(Long workOrderOperationId, PoolKit poolKit) protected BOWorkShiftBTProcessSchedulingCreationProposal.loadForemanWorkShift(Long foremanId, Date targetDay, PoolKit poolKit) protected BOWorkShiftBTProcessSchedulingCreationProposal.loadNearestWorkShift(Long resourceId, Date targetDate, PoolKit poolKit) protected BOSchedulingProposalBTProcessSchedulingCreationProposal.loadSchedulingProposal(Long idSchedulingProposal, PoolKit poolKit) protected List<BOWorkShift> BTProcessSchedulingCreationProposal.loadWorkShifts(Long resourceId, Date targetDay, PoolKit poolKit) protected voidBTProcessSchedulingCreationProposal.process(BOSchedulingProposal bo, PoolKit poolKit) protected PageResponse<BOSchedulingCreationProposal> BTSchedulingCreationProposalSearch.searchSchedulingProposal(Page page, SchedulingCreationProposalSearchFilter searchFilter, PoolKit pk) Searches for the needed scheduling proposal using the informations contained into the givenSchedulingProposalSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedulingproposal.data
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSchedulingProposalSearch.validate(CommandContext cc, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.data
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSchedulingProposalDetailSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.task
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.detail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingProposalDetailLoad.execute(SchedulingProposalDetailLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingSchedulingProposalDetailand writes it into the event journal.protected voidBTSchedulingProposalDetailSearch.execute(SchedulingProposalDetailSearchEvent event, PoolKit poolKit) Starting from the givenSchedulingProposalDetailSearchFilter, it searches the corresponding list ofSchedulingProposalDetailand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.data
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSchedulingRemovalProposal.defineValues(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.task
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.removal.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProcessSchedulingRemovalProposal.checkIfCrewShellWorkshift(List<BOScheduling> boSchedulingList, PoolKit pk) protected voidBTProcessSchedulingRemovalProposal.execute(ProcessSchedulingRemovalProposalEvent event, PoolKit poolKit) protected voidBTSchedulingRemovalProposalInsert.execute(SchedulingRemovalProposalInsertEvent event, PoolKit poolKit) protected voidBTSchedulingRemovalProposalLoad.execute(SchedulingRemovalProposalLoadEvent event, PoolKit poolKit) protected voidBTSchedulingRemovalProposalSearch.execute(SchedulingRemovalProposalSearchEvent event, PoolKit poolKit) protected List<BOScheduling> BTProcessSchedulingRemovalProposal.getSchedulingToRemove(BOSchedulingRemovalProposal bo, PoolKit pk) protected BOWorkOrderOperationBTProcessSchedulingRemovalProposal.getWorkOrderOperation(BOSchedulingRemovalProposal bo, PoolKit poolKit) protected BOSchedulingProposalBTProcessSchedulingRemovalProposal.loadSchedulingProposal(Long idSchedulingProposal, PoolKit poolKit) protected voidBTProcessSchedulingRemovalProposal.process(BOSchedulingProposal bo, PoolKit poolKit) BTProcessSchedulingRemovalProposal.processSchedulingRemovalProposal(BOScheduling boScheduling, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedulingproposal.state.data
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.state.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSchedulingProposalStateSearch.validate(CommandContext cc, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedulingproposal.state.task
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingProposalStateLoad.execute(SchedulingProposalStateLoadEvent event, PoolKit poolKit) protected voidBTSchedulingProposalStateSearch.execute(SchedulingProposalStateSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedulingproposal.task
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProcessSchedulingProposals.execute(ProcessSchedulingProposalsEvent event, PoolKit poolKit) protected voidBTSchedulingProposalAddDataToSchedulingActivities.execute(SchedulingProposalAddDataToSchedulingActivitiesEvent event, PoolKit poolKit) protected voidBTSchedulingProposalCancel.execute(SchedulingProposalCancelEvent event, PoolKit poolKit) protected voidBTSchedulingProposalLoad.execute(SchedulingProposalLoadEvent event, PoolKit poolKit) protected voidBTSchedulingProposalSearch.execute(SchedulingProposalSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searched scheduling proposals into the event journal.protected voidBTSchedulingProposalUpdateProcessData.execute(SchedulingProposalUpdateProcessDataEvent event, PoolKit poolKit) protected voidBTSchedulingProposalProcessor.executeProcessor(Long idSchedulingProposal, PoolKit poolKit) protected List<BOSchedulingProposal> BTProcessSchedulingProposals.getToBeProcess(PoolKit poolKit) protected voidBTSchedulingProposalUpdateProcessData.initTimeSlot(SchedulingProposalUpdateProcessDataInput input) protected abstract BOSchedulingProposalBTSchedulingProposalProcessor.loadSchedulingProposal(Long idSchedulingProposal, PoolKit poolKit) protected BOSchedulingProposalBTSchedulingProposalUpdateProcessData.loadSchedulingProposal(Long schedulingProposalId, PoolKit poolKit) protected Map<Long, BOSchedulingRemovalProposal> BTSchedulingProposalAddDataToSchedulingActivities.loadSchedulingProposalByWoOperation(Set<Long> woOperationIds, PoolKit poolKit) protected ProcessSchedulingProposalOutputBTProcessSchedulingProposals.manageCreation(BOSchedulingProposal bo, PoolKit poolKit) protected ProcessSchedulingProposalOutputBTProcessSchedulingProposals.manageRemoval(BOSchedulingProposal bo, PoolKit poolKit) protected abstract voidBTSchedulingProposalProcessor.process(BOSchedulingProposal boSchedulingProposal, PoolKit poolKit) protected PageResponse<BOSchedulingProposal> BTSchedulingProposalSearch.searchSchedulingProposal(Page page, SchedulingProposalSearchFilter searchFilter, PoolKit pk) Searches for the needed scheduling proposal using the information contained into the givenSchedulingProposalSearchEventprotected voidBTProcessSchedulingProposals.updateProcessKo(BOSchedulingProposal boSchedulingProposal, Exception exception, TimeSlot timeSlot, PoolKit pk) protected voidBTProcessSchedulingProposals.updateProcessOk(BOSchedulingProposal boSchedulingProposal, TimeSlot timeSlot, PoolKit poolKit) protected voidBTSchedulingProposalUpdateProcessData.updateSchedulingProposal(SchedulingProposalUpdateProcessDataInput input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedulingproposal.type.data
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSchedulingProposalTypeSearch.validate(CommandContext cc, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.schedulingproposal.type.task
Methods in overit.geocallapp.wfm.core.bl.schedulingproposal.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingProposalTypeLoad.execute(SchedulingProposalTypeLoadEvent event, PoolKit poolKit) protected voidBTSchedulingProposalTypeSearch.execute(SchedulingProposalTypeSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.systemsetting
Methods in overit.geocallapp.wfm.core.bl.systemsetting that throw DAExceptionModifier and TypeMethodDescriptionReturns the needed user type field starting from a map of filters.Returns the needed vehicle field starting from a map of filters. -
Uses of DAException in overit.geocallapp.wfm.core.bl.systemsetting.task
Methods in overit.geocallapp.wfm.core.bl.systemsetting.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSystemSettingsTranslate.body(SystemSettingsTranslateEvent i, PoolKit poolKit) translates system settings to the new property based settings if not already translated.protected ObjectBTSystemSettingsTranslate.convertPropertyValue(String key, Object value, PoolKit poolKit) Converts the property value for all the old system settings data that changed type when they were translated into properties.protected voidBTSystemSettingsTranslate.saveConfiguration(Map<String, Object> data, Long companyId, PoolKit poolKit) Saves the company configuration.protected voidBTSystemSettingsTranslate.updateSystemSettingsTranslated(BOSystemSettings systemSettings, PoolKit poolKit) Updates the system settings by setting them to translated. -
Uses of DAException in overit.geocallapp.wfm.core.bl.team.resource.task
Methods in overit.geocallapp.wfm.core.bl.team.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTeamShiftResourceLoad.execute(TeamShiftResourceLoadEvent event, PoolKit poolKit) protected voidBTTeamShiftResourceSearch.execute(TeamShiftResourceSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.team.shift.data
Methods in overit.geocallapp.wfm.core.bl.team.shift.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTeamShiftCompositionSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOTeamShiftSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.team.shift.task
Methods in overit.geocallapp.wfm.core.bl.team.shift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTeamShiftCompositionSearch.execute(TeamShiftCompositionSearchEvent event, PoolKit poolKit) Starting from the givenTeamShiftCompositionSearchFilter, it searches the corresponding list ofTeamShiftCompositionand presents them as aPageResponsewhich is then written into the event journal.protected voidBTTeamShiftLoad.execute(TeamShiftLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOTeamShiftand writes it into the event journal..protected voidBTTeamShiftSearch.execute(TeamShiftSearchEvent event, PoolKit poolKit) Starting from the givenTeamShiftSearchFilter, it searches the corresponding list ofBOTeamShiftand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.team.task
Methods in overit.geocallapp.wfm.core.bl.team.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkingTeamLoad.execute(WorkingTeamLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOWorkingTeamand writes it into the event journal.protected voidBTWorkingTeamSearch.execute(WorkingTeamSearchEvent event, PoolKit poolKit) Starting from the givenWorkingTeamSearchFilter, it searches the corresponding list ofBOWorkingTeamand presents them as aPageResponsewhich is then written into the event journal.. -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject
Methods in overit.geocallapp.wfm.core.bl.technicalobject that throw DAExceptionModifier and TypeMethodDescriptionstatic HashGetterTechnicalObjectUtil.getDummyMeasuringElement(Long addressId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.contact.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.contact.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTContactInsert.checkAlreadyExistsSameType(BOContact contact, PoolKit poolKit) protected voidBTContactInsert.execute(ContactInsertEvent event, PoolKit poolKit) protected voidBTContactLoad.execute(ContactLoadEvent event, PoolKit poolKit) protected voidBTContactSearch.execute(ContactSearchEvent event, PoolKit poolKit) Writes the searched contacts into the event journal.protected voidBTContactsLoad.execute(ContactsLoadEvent event, PoolKit poolKit) protected voidBTContactUpdate.execute(ContactUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.contact.type.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.contact.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOContactTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.contact.type.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.contact.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTContactTypeLoad.body(ContactTypeLoadEvent event, PoolKit poolKit) Writes the loaded contact type into the event journal.protected voidBTContactTypeSearch.body(ContactTypeSearchEvent event, PoolKit poolKit) Writes the searched contact type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.feature.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.feature.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTechnicalObjectFeatureValueHistory.defineValues(CommandContext cc, PoolKit pk) protected voidDAOTechnicalObjectFeatureValueSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.feature.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.feature.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTechnicalObjectFeatureValueInsert.execute(TechnicalObjectFeatureValueInsertEvent event, PoolKit poolKit) Writes the inserted feature value id into the event journal.protected voidBTTechnicalObjectFeatureValueLoad.execute(TechnicalObjectFeatureValueLoadEvent event, PoolKit pk) Writes the loaded feature value into the event journal.protected voidBTTechnicalObjectFeatureValueSearch.execute(TechnicalObjectFeatureValueSearchEvent event, PoolKit poolKit) Writes the searched technical object feature values into the event journalprotected voidBTTechnicalObjectFeatureValueUpdate.execute(TechnicalObjectFeatureValueUpdateEvent event, PoolKit poolKit) Updates a newBOTechnicalObjectFeatureValuewith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.header.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.header.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTechnicalObjectFullSearch.defineSql(CommandContext cc, PoolKit pk) protected voidDAOTechnicalObjectHierarchicalSearch.defineSql(CommandContext cc, PoolKit pk) protected voidDAOCustomerSearch.defineValues(CommandContext cc, PoolKit pk) protected voidDAOTechnicalObjectFullSearch.defineValues(CommandContext cc, PoolKit pk) protected voidDAOCustomerSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOTechnicalObjectFullSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOTechnicalObjectHierarchicalSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.header.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCustomerHeaderSearch.body(CustomerHeaderSearchEvent event, PoolKit poolKit) Writes the searched technical object headers into the event journalprotected voidBTTechnicalObjectHeaderLoad.body(TechnicalObjectHeaderLoadEvent event, PoolKit poolKit) Writes the loaded technical object header into the event journalprotected voidBTTechnicalObjectHeaderSearch.body(TechnicalObjectHeaderSearchEvent event, PoolKit poolKit) Writes the searched technical object headers into the event journalprotected voidBTTechnicalObjectHeaderHistory.postElaboration(PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.brand.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.brand.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeterBrandSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.brand.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.brand.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterBrandInsert.execute(MeterBrandInsertEvent event, PoolKit pk) Writes the inserted meter brand id into the event journal.protected voidBTMeterBrandLoad.execute(MeterBrandLoadEvent event, PoolKit pk) Writes the loaded meter brand into the event journal.protected voidBTMeterBrandSearch.execute(MeterBrandSearchEvent event, PoolKit pk) Writes the searched meter brand into the event journal.protected voidBTMeterBrandUpdate.execute(MeterBrandUpdateEvent event, PoolKit pk) Updates a newBOMeterBrandwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOConverterTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.convertertype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTConverterTypeInsert.execute(ConverterTypeInsertEvent event, PoolKit pk) Writes the inserted converter type id into the event journal.protected voidBTConverterTypeLoad.execute(ConverterTypeLoadEvent event, PoolKit poolKit) Writes the loaded converter type into the event journal.protected voidBTConverterTypeSearch.execute(ConverterTypeSearchEvent event, PoolKit poolKit) Writes the searched converter type into the event journal.protected voidBTConverterTypeUpdate.execute(ConverterTypeUpdateEvent event, PoolKit poolKit) Updates a newBOConverterTypewith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeter.defineValues(CommandContext cc, PoolKit poolKit) protected voidDAOMeterSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.location.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.location.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeterLocationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.location.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.location.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterLocationInsert.execute(MeterLocationInsertEvent event, PoolKit poolKit) Writes the inserted meter location id into the event journal.protected voidBTMeterLocationLoad.execute(MeterLocationLoadEvent event, PoolKit pk) Writes the loaded meter location into the event journal.protected voidBTMeterLocationSearch.execute(MeterLocationSearchEvent event, PoolKit pk) Writes the searched meter location into the event journal.protected voidBTMeterLocationUpdate.execute(MeterLocationUpdateEvent event, PoolKit pk) Updates a newBOMeterLocationwith all its needed components.protected voidBTMeterLocationInsert.validate(BOMeterLocation bo, PoolKit poolKit) protected voidBTMeterLocationUpdate.validate(BOMeterLocation bo, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.meterclass.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.meterclass.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeterClassSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.meterclass.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.meterclass.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterClassInsert.execute(MeterClassInsertEvent event, PoolKit pk) Writes the inserted meter class id into the event journal.protected voidBTMeterClassLoad.execute(MeterClassLoadEvent event, PoolKit pk) Writes the loaded meter class into the event journal.protected voidBTMeterClassSearch.execute(MeterClassSearchEvent event, PoolKit pk) Writes the searched meter class into the event journal.protected voidBTMeterClassUpdate.execute(MeterClassUpdateEvent event, PoolKit pk) Updates a newBOMeterClasswith all its needed components.protected voidBTMeterClassInsert.validate(BOMeterClass bo, PoolKit poolKit) protected voidBTMeterClassUpdate.validate(BOMeterClass bo, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeterReading.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.encodednote.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.encodednote.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTEncodedNoteInsert.execute(EncodedNoteInsertEvent event, PoolKit pk) Writes the inserted meter reading encoded note id into the event journal.protected voidBTEncodedNoteLoad.execute(EncodedNoteLoadEvent event, PoolKit pk) Writes the loaded encoded note into the event journal.protected voidBTEncodedNoteSearch.execute(EncodedNoteSearchEvent event, PoolKit pk) Writes the searched encoded note into the event journal.protected voidBTEncodedNoteUpdate.execute(EncodedNoteUpdateEvent event, PoolKit pk) Updates a newBOEncodedNotewith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.metertype.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.metertype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTReadingMeterTypeLoad.body(ReadingMeterTypeLoadEvent event, PoolKit pk) Writes the loaded meter reading type into the event journal.protected voidBTReadingMeterTypeSearch.body(ReadingMeterTypeSearchEvent event, PoolKit pk) Writes the loaded meter reading type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeterReadingState.defineValues(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterReadingStateLoad.body(MeterReadingStateLoadEvent event, PoolKit pk) Writes the loaded meter reading state into the event journal.protected voidBTMeterReadingStateSearch.body(MeterReadingStateSearchEvent event, PoolKit pk) Writes the loaded meter reading state into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterReadingLoad.body(MeterReadingLoadEvent event, PoolKit pk) Writes the loaded meter reading load into the event journal.protected voidBTMeterReadingSearch.body(MeterReadingSearchEvent event, PoolKit pk) Writes the loaded meter reading load into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.type.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.reading.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterReadingTypeLoad.body(MeterReadingTypeLoadEvent event, PoolKit pk) Writes the loaded meter reading type into the event journal.protected voidBTMeterReadingTypeSearch.body(MeterReadingTypeSearchEvent event, PoolKit pk) Writes the loaded meter reading type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.state.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterStateLoad.body(MeterStateLoadEvent event, PoolKit pk) Writes the loaded meter state into the event journal.protected voidBTMeterStateSearch.body(MeterStateSearchEvent event, PoolKit pk) Writes the searched meter state into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterInsert.execute(MeterInsertEvent event, PoolKit poolKit) protected voidBTMeterLoad.execute(MeterLoadEvent event, PoolKit poolKit) protected voidBTMeterSearch.execute(MeterSearchEvent event, PoolKit poolKit) Writes the searched meters into the event journal.protected voidBTMetersLoad.execute(MetersLoadEvent event, PoolKit poolKit) protected voidBTMeterUpdate.execute(MeterUpdateEvent event, PoolKit poolKit) protected LongBTMeterInsert.getNextMeterIndex(Long address, PoolKit poolKit) protected voidBTMeterInsert.validateInput(BOMeter meter, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.type.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeterTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.meter.type.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.meter.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeterTypeInsert.execute(MeterTypeInsertEvent event, PoolKit poolKit) Writes the inserted meter type id into the event journal.protected voidBTMeterTypeLoad.execute(MeterTypeLoadEvent event, PoolKit pk) Writes the loaded meter type into the event journal.protected voidBTMeterTypeSearch.execute(MeterTypeSearchEvent event, PoolKit pk) Writes the searched meter type into the event journal.protected voidBTMeterTypeUpdate.execute(MeterTypeUpdateEvent event, PoolKit poolKit) Updates a newBOMeterTypewith all its needed components.protected voidBTMeterTypeInsert.validate(BOMeterType bo, PoolKit poolKit) protected voidBTMeterTypeUpdate.validate(BOMeterType meterType, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.state.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.state.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchTechnicalObjectAdmittedState.validate(CommandContext cc, PoolKit pk) protected voidDAOTechnicalObjectStateSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.state.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTechnicalObjectAvailableStatesSearch.execute(TechnicalObjectAvailableStatesSearchEvent event, PoolKit pk) Writes the loaded technical object state into the event journal.protected voidBTTechnicalObjectStateInsert.execute(TechnicalObjectStateInsertEvent event, PoolKit pk) Writes the inserted technical object state into the event journal.protected voidBTTechnicalObjectStateLoadEvent.execute(TechnicalObjectStateLoadEvent event, PoolKit pk) Writes the loaded technical object state into the event journal.protected voidBTTechnicalObjectStateSearch.execute(TechnicalObjectStateSearchEvent event, PoolKit poolKit) Writes the searched technical object states into the event journal.protected voidBTTechnicalObjectStateUpdate.execute(TechnicalObjectStateUpdateEvent event, PoolKit pk) Writes the updated technical object state into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.statetype.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.statetype.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTechnicalObjectStateTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.statetype.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.statetype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTechnicalObjectStateTypeLoad.body(TechnicalObjectStateTypeLoadEvent event, PoolKit poolKit) Writes the loaded technical object state type into the event journal.protected voidBTTechnicalObjectStateTypeSearch.body(TechnicalObjectStateTypeSearchEvent event, PoolKit poolKit) Writes the searched state type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCustomerUpdate.alignContacts(CustomerUpdateEvent event, PoolKit poolKit) Align the contacts associated to this customerprotected voidBTCustomerUpdate.alignMeters(CustomerUpdateEvent event, PoolKit poolKit) Align the meters associated to this customerprotected voidBTTechnicalObjectWithFeaturesInsert.body(TechnicalObjectWithFeaturesInsertEvent event, PoolKit poolKit) Inserts a newTechnicalObjectwith all its needed components, i.e. the master data along with the address informations and the feature values.protected voidBTTechnicalObjectWithFeaturesUpdate.body(TechnicalObjectWithFeaturesUpdateEvent event, PoolKit poolKit) Updates a newTechnicalObjectwith all its needed components, i.e. the master data along with the address informations and the feature values.protected voidBTTechnicalObjectInsert.checkUniqueCode(BOTechnicalObjectHeader technicalObjectHeader, PoolKit poolKit) Verify that doesn't exist a technical object with the given code.protected voidBTCustomerInsert.execute(CustomerInsertEvent event, PoolKit poolKit) protected voidBTCustomerSearch.execute(CustomerSearchEvent event, PoolKit poolKit) Writes the searched technical objects into the event journal.protected voidBTCustomerUpdate.execute(CustomerUpdateEvent event, PoolKit poolKit) protected voidBTTechnicalObjectInsert.execute(TechnicalObjectInsertEvent event, PoolKit poolKit) Inserts a newTechnicalObjectwith all its needed components, i.e. the master data along with the address informations and the feature values.protected voidBTTechnicalObjectLoad.execute(TechnicalObjectLoadEvent event, PoolKit poolKit) Writes the loaded technical object into the event journal.protected voidBTTechnicalObjectLoadByAddress.execute(TechnicalObjectLoadByAddressEvent event, PoolKit poolKit) Writes the loaded technical object into the event journal.protected voidBTTechnicalObjectSearch.execute(TechnicalObjectSearchEvent event, PoolKit poolKit) Writes the searched technical objects into the event journal.protected voidBTTechnicalObjectUpdate.execute(TechnicalObjectUpdateEvent event, PoolKit poolKit) Updates a newTechnicalObjectwith all its needed components, i.e. the master data along with the address informations and the feature values.protected DBViewBTTechnicalObjectWithFeaturesUpdate.getExistingFeatureValues(Long technicalObjectId, PoolKit poolKit) Returns the already existing feature values.protected DBViewBTTechnicalObjectWithFeaturesUpdate.getFeatureValuesForUpdate(TechnicalObject technicalObject, List<BOTechnicalObjectFeatureValue> featureValues, PoolKit poolKit) Returns the feature values for update.protected LongBTTechnicalObjectInsert.insertAddress(TechnicalObjectInsertEvent event, Long headerId, PoolKit poolKit) protected voidBTCustomerInsert.insertContacts(CustomerInsertEvent event, Long addressId, PoolKit poolKit) Insert the given contactsprotected voidBTTechnicalObjectWithFeaturesInsert.insertFakeContact(Long addressId, PoolKit poolKit) Insert the given contactsprotected LongBTTechnicalObjectInsert.insertHeader(TechnicalObjectInsertEvent event, PoolKit poolKit) protected voidBTCustomerInsert.insertMeters(CustomerInsertEvent event, Long addressId, PoolKit poolKit) Insert the customer's metersprotected BOAddressBTTechnicalObjectLoad.loadAddress(TechnicalObjectLoadEvent event, PoolKit poolKit) Loads theBOAddressstarting from aAddressSearchFilterprotected BOAddressBTTechnicalObjectLoadByAddress.loadAddress(TechnicalObjectLoadByAddressEvent event, PoolKit poolKit) Loads theBOAddressstarting from aAddressSearchFilterprotected PageResponse<BOAddress> BTCustomerSearch.loadAddresses(Set<Long> technicalObjectIds, PoolKit poolKit) Launches theAddressSearchEventin order to find the neededBOAddressprotected PageResponse<BOAddress> BTTechnicalObjectSearch.loadAddresses(Set<Long> technicalObjectIds, PoolKit poolKit) Launches theAddressSearchEventin order to find the neededBOAddressprotected LongBTCustomerInsert.loadAddressId(Long headerId, PoolKit poolKit) Load the id of the new addressprotected LongBTTechnicalObjectWithFeaturesInsert.loadAddressId(Long headerId, PoolKit poolKit) Load the id of the new addressprotected BOTechnicalObjectHeaderBTTechnicalObjectLoad.loadHeader(TechnicalObjectLoadEvent event, PoolKit poolKit) Loads theBOTechnicalObjectHeaderprotected BOTechnicalObjectHeaderBTTechnicalObjectLoadByAddress.loadHeader(TechnicalObjectLoadByAddressEvent event, BOAddress address, PoolKit poolKit) Loads theBOTechnicalObjectHeaderprotected PageResponse<BOTechnicalObjectHeader> BTCustomerSearch.loadHeaders(CustomerSearchEvent event, PoolKit poolKit) Launches theTechnicalObjectHeaderSearchEventin order to find the neededBOTechnicalObjectHeaderprotected PageResponse<BOTechnicalObjectHeader> BTTechnicalObjectSearch.loadHeaders(TechnicalObjectSearchEvent event, PoolKit poolKit) Launches theTechnicalObjectHeaderSearchEventin order to find the neededBOTechnicalObjectHeaderprotected voidBTTechnicalObjectInsert.notifyTechnicalObjectInsertUpdate(Long technicalObjectId, PoolKit poolKit) Notifies the system about the insertion or update of a technical object.protected voidBTTechnicalObjectUpdate.notifyTechnicalObjectInsertUpdate(Long technicalObjectId, PoolKit poolKit) Notifies the system about the insertion or update of a technical object.protected TimeZoneBTTechnicalObjectTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Long> input, PoolKit poolKit) protected voidBTTechnicalObjectUpdate.updateAddress(TechnicalObjectUpdateEvent event, PoolKit poolKit) Update the address associated to the technical objectprotected voidBTTechnicalObjectWithFeaturesUpdate.updateFeatures(TechnicalObjectWithFeaturesUpdateEvent event, PoolKit poolKit) Update the features of the technical objectprotected voidBTTechnicalObjectUpdate.updateHeader(TechnicalObjectUpdateEvent event, PoolKit poolKit) Update the technical object headerprotected voidBTTechnicalObjectWithFeaturesInsert.updateRoot(BOTechnicalObjectHeader technicalObjectHeader, Long technicalObjectId, PoolKit poolkit) If the newTechnicalObjecthas no parent, its own id is set as both parent and root.protected voidBTCustomerUpdate.updateTechnicalObject(CustomerUpdateEvent event, PoolKit poolKit) Update the technical object component of a customerprotected voidBTTechnicalObjectWithFeaturesUpdate.updateTechnicalObject(TechnicalObjectWithFeaturesUpdateEvent event, PoolKit poolKit) Update the technical objectprotected voidBTTechnicalObjectInsert.updateTimezone(BOTechnicalObjectHeader technicalObjectHeader, PoolKit poolKit) Define the technical object time zone, and align the creation date with the founded time zoneprotected voidBTTechnicalObjectUpdate.validate(TechnicalObject technicalObject, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.type.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTechnicalObjectType.defineValues(CommandContext cc, PoolKit pk) protected voidDAOTechnicalObjectTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.type.operationcenter.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.type.operationcenter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTechnicalObjectTypeOperationCenterNotification.body(AssetTypeOperationCenterNotificationEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.type.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTechnicalObjectTypeInsert.execute(TechnicalObjectTypeInsertEvent event, PoolKit pk) Writes the inserted technical object type into the event journal.protected voidBTTechnicalObjectTypeLoad.execute(TechnicalObjectTypeLoadEvent event, PoolKit poolKit) Writes the loaded technical object type into the event journal.protected voidBTTechnicalObjectTypeSearch.execute(TechnicalObjectTypeSearchEvent event, PoolKit poolKit) Writes the searched technical object type into the event journal.protected voidBTTechnicalObjectTypeUpdate.execute(TechnicalObjectTypeUpdateEvent event, PoolKit pk) Writes the updated technical object type into the event journal.protected voidBTTechnicalObjectTypeInsert.validate(BOTechnicalObjectType boTechnicalObjectType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOTechnicalObjectTypeprotected voidBTTechnicalObjectTypeUpdate.validate(BOTechnicalObjectType boTechnicalObjectType, PoolKit pk) Checks if the givenBOTechnicalObjectTypecan be loaded by performing some validations -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.type.template.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.type.template.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTechnicalObjectTypeTemplateSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.technicalobject.type.template.task
Methods in overit.geocallapp.wfm.core.bl.technicalobject.type.template.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTechnicalObjectTypeTemplateInsert.checkOnlyOneDefaultTemplate(BOTechnicalObjectTypeTemplate technicalObjectTypeTemplate, PoolKit pk) Verifies that there is already a default template of the given technical object type template.protected voidBTTechnicalObjectTypeTemplateUpdate.checkOnlyOneDefaultTemplate(BOTechnicalObjectTypeTemplate technicalObjectTypeTemplate, PoolKit pk) Verifies that there is already a default template of the given technical object type template.protected voidBTTechnicalObjectTypeTemplateInsert.checkUniqueCode(BOTechnicalObjectTypeTemplate technicalObjectTypeTemplate, PoolKit poolKit) Verifies that the code of the given technical object type template is unique.protected voidBTTechnicalObjectTypeTemplateUpdate.checkUniqueCode(BOTechnicalObjectTypeTemplate technicalObjectTypeTemplate, PoolKit poolKit) Verifies that the code of the given technical object type template is unique.protected voidBTTechnicalObjectTypeTemplateInsert.execute(TechnicalObjectTypeTemplateInsertEvent event, PoolKit pk) Writes the inserted technical object type template into the event journal.protected voidBTTechnicalObjectTypeTemplateLoad.execute(TechnicalObjectTypeTemplateLoadEvent event, PoolKit poolKit) Writes the loaded technical object type template into the event journal.protected voidBTTechnicalObjectTypeTemplateSearch.execute(TechnicalObjectTypeTemplateSearchEvent event, PoolKit poolKit) Writes the searched technical object type template into the event journal.protected voidBTTechnicalObjectTypeTemplateUpdate.execute(TechnicalObjectTypeTemplateUpdateEvent event, PoolKit pk) Writes the updated technical object type into the event journal.protected voidBTTechnicalObjectTypeTemplateInsert.validate(BOTechnicalObjectTypeTemplate boTechnicalObjectTypeTemplate, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOTechnicalObjectTypeTemplateprotected voidBTTechnicalObjectTypeTemplateUpdate.validate(BOTechnicalObjectTypeTemplate technicalObjectTypeTemplate, PoolKit pk) Checks if the givenBOTechnicalObjectTypeTemplatecan be loaded by performing some validations -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.configuration.category.data
Methods in overit.geocallapp.wfm.core.bl.timesheet.configuration.category.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTaskCategorySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.configuration.category.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.configuration.category.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTaskCategoryInsert.checkUniqueCode(BOTaskCategory taskCategory, PoolKit poolKit) Checks if the task category has a unique code.protected voidBTTaskCategoryUpdate.checkUniqueCode(BOTaskCategory taskCategory, PoolKit poolKit) Checks if the task category has a unique code.protected voidBTTaskCategoryInsert.execute(TaskCategoryInsertEvent event, PoolKit pk) Writes the inserted task category id into the event journal.protected voidBTTaskCategoryLoad.execute(TaskCategoryLoadEvent event, PoolKit poolKit) Writes the loaded task category into the event journal.protected voidBTTaskCategorySearch.execute(TaskCategorySearchEvent event, PoolKit poolKit) Writes the searched task category into the event journalprotected voidBTTaskCategoryUpdate.execute(TaskCategoryUpdateEvent event, PoolKit pk) Writes the updated task category into the event journal.protected voidBTTaskCategoryInsert.validate(BOTaskCategory taskCategory, PoolKit poolKit) Checks if the insertion is possible by performing some validations on the givenBOTaskCategory.protected voidBTTaskCategoryUpdate.validate(BOTaskCategory taskCategory, PoolKit poolKit) Checks if the update is possible by performing some validations on the givenBOTaskCategory. -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.configuration.categoryeventtype.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.configuration.categoryeventtype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTaskCategoryEventTypeDelete.delete(BOTaskCategoryEventType input, PoolKit poolKit) Deletes the givenBOTaskCategoryEventType.protected voidBTTaskCategoryEventTypeDelete.execute(TaskCategoryEventTypeDeleteEvent event, PoolKit poolKit) Deletes theBOTaskCategoryEventType.protected voidBTTaskCategoryEventTypeInsert.execute(TaskCategoryEventTypeInsertEvent event, PoolKit poolKit) Inserts a new relation between task category and event type, basing on the inputBOTaskCategoryEventType.protected voidBTTaskCategoryEventTypeSearch.execute(TaskCategoryEventTypeSearchEvent event, PoolKit poolKit) Writes the searched page ofBOTaskCategoryEventTypeinto the event journalprotected voidBTTaskCategoryEventTypeUpdate.execute(TaskCategoryEventTypeUpdateEvent event, PoolKit poolKit) Updates theBOTaskCategoryEventType.protected voidBTTaskCategoryEventTypeInsert.insertTaskCategotyEventType(BOTaskCategoryEventType input, PoolKit poolKit) Performs an insertion of a new relation between task category and event type.protected voidBTTaskCategoryEventTypeUpdate.update(TaskCategoryEventTypeUpdateInput input, PoolKit poolKit) Updates theBOTaskCategoryEventTypepassed as filter with the values, contained inTaskCategoryEventTypeUpdateInput -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.configuration.eventtype.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.configuration.eventtype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTEventTypeLoad.body(EventTypeLoadEvent event, PoolKit poolKit) Writes the loaded event type into the event journal.protected voidBTEventTypeSearch.body(EventTypeSearchEvent event, PoolKit poolKit) Writes the searched event type into the event journal -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.configuration.profile.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.configuration.profile.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDefaultProfileCheck.body(DefaultProfileCheckEvent event, PoolKit poolKit) protected voidBTProfileLoadByUserEvent.body(ProfileLoadByUserEvent event, PoolKit poolKit) Writes the loaded time sheet profile into the event journal.protected voidBTDefaultProfileInsert.execute(DefaultProfileInsertEvent event, PoolKit pk) protected voidBTDefaultProfileSearch.execute(DefaultProfileSearchEvent event, PoolKit poolKit) protected voidBTProfileInsert.execute(ProfileInsertEvent event, PoolKit pk) Writes the inserted timesheet profile id into the event journal.protected voidBTProfileLoad.execute(ProfileLoadEvent event, PoolKit poolKit) Writes the loaded time sheet profile into the event journal.protected voidBTProfileSearch.execute(ProfileSearchEvent event, PoolKit poolKit) Writes the searched timesheet profile into the event journalprotected voidBTProfileUpdate.execute(ProfileUpdateEvent event, PoolKit pk) Writes the updated time sheet profile into the event journal.protected BOProfileBTDefaultProfileCheck.getDefaultProfile(PoolKit poolKit) protected BOProfileBTProfileLoadByUserEvent.getDefaultProfile(PoolKit poolKit) Returns the defaultBOProfile.protected LongBTProfileLoadByUserEvent.getOperationCenterProfile(Long operationCenterId, PoolKit poolKit) Returns the profile id associated to the given operation center.protected LongBTProfileLoadByUserEvent.getUserProfile(ProfileLoadByUserEvent event, PoolKit poolKit) Returns either the profile associated directly to the user or (whether that was null) the profile associated to the user's operation center.protected voidBTDefaultProfileCheck.insertDefaultProfile(PoolKit poolKit) protected BOSchedulingUserLoads theBOSchedulingUserassociated to the given id. -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.data
Methods in overit.geocallapp.wfm.core.bl.timesheet.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTimesheetSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.header.history.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.header.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTimesheetHeaderHistorySearch.body(TimesheetHeaderHistorySearchEvent event, PoolKit poolKit) Writes the searched time sheet header into the event journal -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.header.state.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.header.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTimesheetStateLoad.body(TimesheetStateLoadEvent event, PoolKit poolKit) Writes the loaded timesheet state into the event journal.protected voidBTTimesheetStateSearch.body(TimesheetStateSearchEvent event, PoolKit pk) Writes the searched time sheet state into the event journal -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.header.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTimesheetHeaderInsert.body(TimesheetHeaderInsertEvent event, PoolKit pk) Writes the inserted time sheet header id into the event journal.protected voidBTTimesheetHeaderLoad.body(TimesheetHeaderLoadEvent event, PoolKit poolKit) Writes the loaded time sheet header into the event journal.protected voidBTTimesheetHeaderSearch.body(TimesheetHeaderSearchEvent event, PoolKit poolKit) Writes the searched time sheet header into the event journalprotected voidBTTimesheetHeaderStateUpdate.body(TimesheetHeaderStateUpdateEvent event, PoolKit poolkit) Updates theBOTimesheetHeaderstate, i.e. no other field of the timesheet header is going to be updated by this process.protected voidBTTimesheetHeaderUpdate.body(TimesheetHeaderUpdateEvent event, PoolKit pk) Updates theBOTimesheetHeaderwith all its needed components, except for his state.protected BOTimesheetHeaderBTTimesheetHeaderInsert.insertHeader(BOTimesheetHeader header, PoolKit pk) Inserts the new time sheet header, basing on the @param header data given as input.protected TimeZoneBTTimesheetHeaderTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Long> input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.notification.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.notification.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTimesheetAgendaResourceNotification.cancelAutomaticTimesheetTask(Long user, Long eventType, Long intervention, PoolKit poolKit) protected voidBTTimesheetClockingNotification.cancelAutomaticTimesheetTask(BOClocking clocking, PoolKit poolKit) protected voidBTTimesheetResourceShiftExceptionCancelNotification.cancelAutomaticTimesheetTask(BOWorkShiftException receipt, PoolKit poolKit) protected voidBTTimesheetWorkShiftNotification.cancelAutomaticTimesheetTask(BOWorkShift workShift, PoolKit poolKit) protected voidBTTimesheetWorkShiftCancelNotification.cancelTask(Long taskId, PoolKit poolKit) protected voidBTTimesheetAgendaResourceNotification.cancelTasks(BOInterventionResource interventionResource, PoolKit poolKit) protected voidBTTimesheetAgendaResourceNotification.execute(InterventionResourceNotificationEvent event, PoolKit poolKit) protected voidBTTimesheetClockingNotification.execute(ClockingNotificationEvent event, PoolKit poolKit) protected voidBTTimesheetResourceShiftExceptionCancelNotification.execute(WorkShiftExceptionNotificationEvent event, PoolKit poolKit) protected voidBTTimesheetResourceShiftExceptionNotification.execute(WorkShiftExceptionNotificationEvent event, PoolKit poolKit) protected voidBTTimesheetWorkShiftCancelNotification.execute(WorkShiftNotificationEvent event, PoolKit poolKit) protected voidBTTimesheetWorkShiftNotification.execute(WorkShiftNotificationEvent event, PoolKit poolKit) protected LongBTTimesheetClockingNotification.getEventType(BOClocking clocking, PoolKit poolKit) protected booleanBTTimesheetResourceShiftExceptionCancelNotification.isAbsenceResourceShiftException(BOWorkShiftException receipt, PoolKit poolKit) protected booleanBTTimesheetResourceShiftExceptionNotification.isAbsenceResourceShiftException(BOWorkShiftException receipt, PoolKit poolKit) protected booleanBTTimesheetAgendaResourceNotification.isBundleOperation(Long appointmentId, PoolKit poolKit) BTTimesheetWorkShiftCancelNotification.loadActiveTasks(Long workShiftId, PoolKit poolKit) protected BOAppointmentBTTimesheetAgendaResourceNotification.loadAppointment(Long appointmentId, PoolKit poolKit) protected BOClockingBTTimesheetClockingNotification.loadClocking(Long clockingId, PoolKit poolKit) protected BOClockingTypeBTTimesheetClockingNotification.loadClockingType(Long clockingType, PoolKit poolKit) protected BOInterventionBTTimesheetAgendaResourceNotification.loadIntervention(Long intervention, PoolKit poolKit) protected BOReceiptTypeBTTimesheetResourceShiftExceptionCancelNotification.loadReceiptType(Long receiptType, PoolKit poolKit) protected BOReceiptTypeBTTimesheetResourceShiftExceptionNotification.loadReceiptType(Long receiptType, PoolKit poolKit) protected BOShiftExceptionClassBTTimesheetResourceShiftExceptionCancelNotification.loadShiftExceptionClass(Long shiftExceptionClass, PoolKit poolKit) protected BOShiftExceptionClassBTTimesheetResourceShiftExceptionNotification.loadShiftExceptionClass(Long shiftExceptionClass, PoolKit poolKit) protected booleanBTTimesheetAgendaResourceNotification.manageTimesheetTasks(BOIntervention intervention, PoolKit poolKit) protected voidBTTimesheetAgendaResourceNotification.upsertAutomaticTimesheetTask(BOInterventionResource interventionResource, Date date, Long eventType, Long duration, PoolKit poolKit) protected voidBTTimesheetClockingNotification.upsertAutomaticTimesheetTask(BOClocking clocking, PoolKit poolKit) protected voidBTTimesheetResourceShiftExceptionNotification.upsertAutomaticTimesheetTask(BOWorkShiftException receipt, PoolKit poolKit) protected voidBTTimesheetWorkShiftNotification.upsertAutomaticTimesheetTask(BOWorkShift workShift, PoolKit poolKit) protected voidBTTimesheetAgendaResourceNotification.upsertTasks(BOInterventionResource interventionResource, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidprotected voidBTTimesheetAutomaticTaskCancel.calculateDuration(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskInsert.calculateDuration(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskUpdate.calculateDuration(Timesheet timesheet, PoolKit poolKit) Calculates all the timesheet durations.protected voidBTTimesheetGapFill.calculateDuration(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetTaskCancel.calculateDuration(Timesheet timesheet, PoolKit poolKit) Calculates the timesheet durations.protected voidBTTimesheetTaskInsert.calculateDuration(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetTaskUpdate.calculateDuration(Timesheet timesheet, PoolKit poolKit) Calculates all the timesheet durations.protected List<TimesheetShiftCalculationOutput> BTTimesheetAutomaticTaskInsert.calculateTaskShifts(Timesheet timesheet, Date startDate, Date endDate, PoolKit poolKit) protected List<TimesheetShiftCalculationOutput> BTTimesheetAutomaticTaskUpsert.calculateTaskShifts(Timesheet timesheet, Date startDate, Date endDate, PoolKit poolKit) protected List<TimesheetShiftCalculationOutput> BTTimesheetTaskInsert.calculateTaskShifts(Timesheet timesheet, Date startDate, Date endDate, PoolKit poolKit) protected List<TimesheetShiftCalculationOutput> BTTimesheetTaskUpdate.calculateTaskShifts(Timesheet timesheet, Date startDate, Date endDate, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskCancel.calculateWarnings(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskDurationUpdate.calculateWarnings(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskInsert.calculateWarnings(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskUpdate.calculateWarnings(Timesheet timesheet, PoolKit poolKit) Calculates all the timesheet warnings.protected voidBTTimesheetGapFill.calculateWarnings(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetTaskCancel.calculateWarnings(Timesheet timesheet, PoolKit poolKit) Calculates all the timesheet warnings.protected voidBTTimesheetTaskInsert.calculateWarnings(Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetTaskUpdate.calculateWarnings(Timesheet timesheet, PoolKit poolKit) Calculates all the timesheet warnings.protected voidBTTimesheetAutomaticTaskUpsert.cancelLinkedTasks(List<BOTask> linkedTasks, PoolKit poolKit) protected voidBTTimesheetTaskUpdate.cancelLinkedTasks(PoolKit poolKit, List<BOTask> linkedTasks) protected LongBTTimesheetAutomaticTaskCancel.cancelTask(BOTask task, TimesheetPermissionCheck permissionCheck, TimesheetTaskEventCache cache, PoolKit poolKit) protected voidBTTimesheetTaskCancel.cancelTask(BOTask task, PoolKit poolKit) Cancels the givenBOTask.BTTimesheetAutomaticTaskCancel.cancelTasks(TimesheetAutomaticTaskCancelInput input, PoolKit poolKit) protected voidBTTimesheetClose.changeTimesheetState(TimesheetEntitiesAggregate aggregate, PoolKit poolKit) Changes the timesheet state toBOTimesheetState.Values.TO_BE_VALIDATEDorBOTimesheetState.Values.VALIDATED, whether the validation is enabled or not.protected voidBTTimesheetReopen.changeTimesheetState(Timesheet timesheet, PoolKit poolKit) Changes the timesheet state toBOTimesheetState.Values.OPEN.protected voidBTTimesheetValidate.changeTimesheetState(Timesheet timesheet, PoolKit poolKit) Changes the timesheet state toBOTimesheetState.Values.VALIDATED.protected voidBTTimesheetClose.checkClosingConditions(TimesheetEntitiesAggregate aggregate, PoolKit poolKit) Checks all closing conditions before closing the timesheet.protected voidBTTimesheetGapFill.checkGapFillerConditions(TimesheetEntitiesAggregate aggregate, PoolKit poolKit) Checks all conditions before gap filler.protected voidBTTimesheetWarningsCalculate.checkGapNotAccountedWarning(TimesheetEntitiesAggregate aggregate, PoolKit poolKit) This warning must be generated when two consecutive tasks of the same shift have an in between time gap grater than the threshold defined in the configuration.protected voidBTTimesheetWarningsCalculate.checkInconsistentDurationWarning(TimesheetEntitiesAggregate aggregate, PoolKit poolKit) This warning must be generated when the task original duration is different from the reference interval (inserted manually by the user) and it is also different from the task effective duration (which considers tasks overlapping)protected voidBTTimesheetWarningsCalculate.checkOverlapWarning(TimesheetEntitiesAggregate aggregate, PoolKit poolKit) This warning must be generated whether two or more tasks are overlapped and the task with max priority is not unique.protected voidBTTimesheetWarningsCalculate.checkOvertimeWarning(TimesheetEntitiesAggregate aggregate, PoolKit poolKit) This warning must be generated whether the "out-of-shift overtime" task category begins before the task shift starts or it finishes after the task shift ends.protected voidBTTimesheetWarningsCalculate.checkShiftGapWarning(TimesheetEntitiesAggregate aggregate, PoolKit poolKit) This warning must be calculated for every shift of the timesheet and its generated when the planned shift duration is grater than the accounted one.protected voidBTTimesheetWarningsCalculate.checkShiftNotRespectedWarning(TimesheetEntitiesAggregate aggregate, PoolKit poolKit) This warning must be generated for every shift of the timesheet and its generated when the actual shift starts after the planned one or when the actual shift ends before the planned one.protected voidBTTimesheetClose.checkTaskPresence(TimesheetEntitiesAggregate aggregate, PoolKit poolKit) Checks the task presence for every timesheet shift.protected booleanBTTimesheetWarningsCalculate.checkWarningDuplication(BOWarning warning, PoolKit poolKit) It checks if a warning with the same information as the one given as input already exists.protected voidBTTimesheetShiftCalculation.completeShiftIds(List<TimesheetShiftCalculationOutput> intervals, Long user, Date timesheetStartDate, Date timesheetEndDate, TimesheetTaskEventCache cache, PoolKit poolKit) Calculates the shift id for intervals that don't have it.protected BOTimesheetHeaderBTTimesheetInsert.createHeader(TimesheetInsertInput input, PoolKit poolKit) Creates the timesheet header.protected BOTaskBTTimesheetAutomaticTaskInsert.createTask(Timesheet timesheet, TimesheetAutomaticTaskInsertInput input, TimesheetShiftCalculationOutput taskShift, PoolKit poolKit) protected BOTaskBTTimesheetTaskInsert.createTask(Timesheet timesheet, TimesheetTaskInsertInput input, TimesheetShiftCalculationOutput taskShift, PoolKit poolKit) protected voidBTTimesheetWarningsCalculate.createTaskWarning(BOTask task, Long warningType, BOWorkShift shift, PoolKit poolKit) Creates theBOWarningassociated to the givenBOTaskand the eventualBOWorkShiftwith the needed informations.protected voidBTTimesheetWarningsCalculate.createWorkShiftWarning(Timesheet timesheet, Long warningType, BOWorkShift shift, PoolKit poolKit) Creates theBOWarningassociated to the givenTimesheetandBOWorkShiftwith the needed informations.protected voidBTTimesheetWarningsCalculate.deleteOldWarnings(Long timesheetId, PoolKit poolKit) It deletes all the old warning of the given timesheet.protected voidBTTimesheetWarningsCalculate.elaborateInBetweenTaskGap(TimesheetEntitiesAggregate aggregate, Long gapThreshold, BOWorkShift shift, PoolKit poolKit) This check is performed on the list of active tasks sorted by date.protected abstract voidprotected voidBTTimesheetActualDurationUpdate.execute(TimesheetActualDurationUpdateEvent event, PoolKit poolKit) Performs the actual duration of all tasks of the given timesheet.protected voidBTTimesheetAutomaticTaskCancel.execute(TimesheetAutomaticTaskCancelEvent event, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskDurationUpdate.execute(TimesheetAutomaticTaskDurationUpdateEvent event, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskInsert.execute(TimesheetAutomaticTaskInsertEvent event, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskUpdate.execute(TimesheetAutomaticTaskUpdateEvent event, PoolKit poolKit) Updates the automaticBOTaskand recalculates all the timesheet durations and warnings.protected voidBTTimesheetAutomaticTaskUpsert.execute(TimesheetAutomaticTaskUpsertEvent event, PoolKit poolKit) protected voidBTTimesheetClose.execute(TimesheetCloseEvent event, PoolKit poolKit) Performs the closure of the timesheet.protected voidBTTimesheetClosureForce.execute(TimesheetClosureForceEvent event, PoolKit poolKit) protected voidBTTimesheetEntitiesAggregateLoad.execute(TimesheetEntitiesAggregateLoadEvent event, PoolKit poolKit) Writes the loaded time sheet entities aggregate into the event journal.protected voidBTTimesheetGapFill.execute(TimesheetGapFillEvent event, PoolKit poolKit) protected voidBTTimesheetInsert.execute(TimesheetInsertEvent event, PoolKit poolKit) Writes the inserted timesheet header id into the event journal.protected voidBTTimesheetLoad.execute(TimesheetLoadEvent event, PoolKit poolKit) Writes the loaded time sheet into the event journal.protected voidBTTimesheetReopen.execute(TimesheetReopenEvent event, PoolKit poolKit) Reopens the given timesheet when its state isBOTimesheetState.Values.TO_BE_VALIDATEDorBOTimesheetState.Values.VALIDATED.protected voidBTTimesheetSearch.execute(TimesheetSearchEvent event, PoolKit poolKit) Writes the resultsPageResponseof the searched time sheets into the event journal.protected voidBTTimesheetShiftCalculation.execute(TimesheetShiftCalculationEvent event, PoolKit poolKit) Writes the results, i.e a list ofTimesheetShiftCalculationOutputinto the event journal.protected voidBTTimesheetTaskCancel.execute(TimesheetTaskCancelEvent event, PoolKit poolKit) Cancels the given task and recalculates all the timesheets durations and warnings.protected voidBTTimesheetTaskInsert.execute(TimesheetTaskInsertEvent event, PoolKit poolKit) protected voidBTTimesheetTaskUpdate.execute(TimesheetTaskUpdateEvent event, PoolKit poolKit) Updates theBOTaskand recalculates all the timesheet durations and warnings.protected voidBTTimesheetValidate.execute(TimesheetValidateEvent event, PoolKit poolKit) Validates the given timesheet when its state isBOTimesheetState.Values.TO_BE_VALIDATED.protected voidBTTimesheetWarningsCalculate.execute(TimesheetWarningsCalculateEvent event, PoolKit poolKit) Performs the warnings calculation after deleting all old warnings of the given timesheet and basing on the configuration of the timesheet (user) profile.protected Collection<Long> BTTimesheetClosureForce.forceClosure(PoolKit poolKit) protected Collection<Long> BTTimesheetClosureForce.forceClosureByProfile(BOProfile profile, PoolKit poolKit) protected voidBTTimesheetClosureForce.forceTimesheetClosure(Timesheet timesheet, PoolKit poolKit) protected TimesheetGapFillOutputBTTimesheetGapFill.gapFill(BOTask previousTask, BOTask nextTask, TimesheetEntitiesAggregate aggregate, BOTaskCategory gapFillerCategory, List<overit.geocallapp.wfm.util.timeline.TimeLineRange> activeShiftTaskRanges, PoolKit poolKit) protected BOEventEntityBTTimesheetAutomaticTaskUpdate.getEventEntity(Long eventEntityId, Timesheet timesheet, PoolKit poolKit) protected DateBTTimesheetAutomaticTaskInsert.getTaskEndDate(TimesheetAutomaticTaskInsertInput input, TimesheetShiftCalculationOutput taskShift, BOEventEntity eventEntity, PoolKit poolKit) protected DateBTTimesheetAutomaticTaskUpdate.getTaskEndDate(TimesheetAutomaticTaskUpdateInput input, BOTask task, Timesheet timesheet, PoolKit poolKit) BTTimesheetAutomaticTaskDurationUpdate.getTasksByEntity(Long intervention, Long clocking, Long unavailability, PoolKit poolKit) protected DateBTTimesheetAutomaticTaskInsert.getTaskStartDate(TimesheetAutomaticTaskInsertInput input, TimesheetShiftCalculationOutput taskShift, BOEventEntity eventEntity, PoolKit poolKit) protected DateBTTimesheetAutomaticTaskUpdate.getTaskStartDate(TimesheetAutomaticTaskUpdateInput input, BOTask task, Timesheet timesheet, PoolKit poolKit) protected TimesheetBTTimesheetAutomaticTaskInsert.getTimesheet(Long user, Date referenceDate, TimesheetTaskEventCache cache, PoolKit poolKit) protected TimesheetBTTimesheetTaskInsert.getTimesheet(Long timesheetId, Long user, Date referenceDate, PoolKit poolKit) protected LongBTTimesheetAutomaticTaskInsert.getUnavailabilityReason(TimesheetAutomaticTaskInsertInput input, BOEventEntity eventEntity, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskInsert.insertEventEntity(BOEventEntity eventEntity, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskUpdate.insertEventEntity(BOEventEntity eventEntity, Timesheet timesheet, PoolKit poolKit) protected LongBTTimesheetTaskInsert.insertEventEntity(BOEventEntity eventEntity, PoolKit poolKit) protected LongBTTimesheetTaskUpdate.insertEventEntity(BOEventEntity eventEntity, PoolKit poolKit) Inserts theBOEventEntityin the repository.protected LongBTTimesheetAutomaticTaskInsert.insertTask(BOTask task, PoolKit poolKit) BTTimesheetGapFill.insertTask(Timesheet timesheet, Date startDate, Date endDate, BOTaskCategory gapFillerCategory, PoolKit poolKit) protected LongBTTimesheetTaskInsert.insertTask(BOTask task, PoolKit poolKit) protected voidBTTimesheetTaskUpdate.insertTasks(TimesheetTaskUpdateInput input, Long user, Date startDate, Date endDate, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.insertTasksWithStartEvent(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskInsert.insertTimesheetTasks(Timesheet timesheet, TimesheetAutomaticTaskInsertInput input, Date startDate, Date endDate, PoolKit poolKit) BTTimesheetTaskInsert.insertTimesheetTasks(Timesheet timesheet, TimesheetTaskInsertInput input, Date startDate, Date endDate, PoolKit poolKit) protected voidBTTimesheetWarningsCalculate.insertWarning(BOWarning warning, PoolKit poolKit) If the givenBOWarningdoes not yet exists, it calls theWarningInsertEventto perform the insert of the warning.protected booleanBTTimesheetAutomaticTaskInsert.isDailyAbsence(TimesheetAutomaticTaskInsertInput input, BOEventEntity eventEntity, PoolKit poolKit) protected booleanBTTimesheetAutomaticTaskUpdate.isDailyAbsence(TimesheetAutomaticTaskUpdateInput input, BOEventEntity eventEntity, PoolKit poolKit) protected booleanBTTimesheetAutomaticTaskUpsert.isSameShift(Timesheet timesheet, BOTask task, Date startDate, Date endDate, PoolKit poolKit) protected booleanBTTimesheetTaskUpdate.isSameShift(Timesheet timesheet, BOTask task, Date startDate, Date endDate, PoolKit poolKit) protected TimesheetEntitiesAggregateBTTimesheetActualDurationUpdate.loadAggregate(Timesheet timesheet, PoolKit poolKit) It loads the timesheet aggregate object.protected TimesheetEntitiesAggregateBTTimesheetClose.loadAggregate(Timesheet timesheet, PoolKit poolKit) It loads the timesheet aggregate object.protected TimesheetEntitiesAggregateBTTimesheetGapFill.loadAggregate(Timesheet timesheet, PoolKit poolKit) It loads the timesheet aggregate object.protected TimesheetEntitiesAggregateBTTimesheetWarningsCalculate.loadAggregate(Timesheet timesheet, PoolKit poolKit) It loads the timesheet aggregate object.protected List<BOEventEntity> BTTimesheetAutomaticTaskCancel.loadEventEntities(TimesheetAutomaticTaskCancelInput input, PoolKit poolKit) protected List<BOEventEntity> BTTimesheetAutomaticTaskDurationUpdate.loadEventEntities(Long intervention, Long clocking, Long unavailability, PoolKit poolKit) protected List<BOEventEntity> BTTimesheetAutomaticTaskUpsert.loadEventEntities(Long intervention, Long clocking, Long unavailability, PoolKit poolKit) protected List<BOEventEntity> BTTimesheetLoad.loadEventEntities(Long timesheetId, PoolKit poolKit) Loads all the event entities associated to the timesheet's tasks.protected List<BOEventEntity> BTTimesheetSearch.loadEventEntities(Long timesheetId, PoolKit poolKit) Loads all the event entities associated to the timesheet's tasks.protected BOEventEntityBTTimesheetAutomaticTaskUpsert.loadEventEntity(Long eventEntityId, Timesheet timesheet, PoolKit poolKit) protected BOTaskCategoryBTTimesheetGapFill.loadGapFillerCategory(PoolKit poolKit) protected BOTimesheetHeaderBTTimesheetLoad.loadHeader(TimesheetLoadEvent event, PoolKit poolKit) Loads theBOTimesheetHeaderBTTimesheetTaskUpdate.loadLinkedTasks(BOTask task, PoolKit poolKit) protected List<BOOnCallShift> BTTimesheetEntitiesAggregateLoad.loadOnCallShifts(Timesheet timesheet, PoolKit poolKit) protected List<BOOnCallShift> BTTimesheetShiftCalculation.loadOnCallShifts(Long user, Date startDate, Date endDate, PoolKit poolKit) Loads the on call shifts that overlap the task.protected BOProfileBTTimesheetInsert.loadProfile(Long user, PoolKit poolKit) Loads theBOProfilerelated to the timesheet user.protected PageResponse<BOProfile> BTTimesheetClosureForce.loadProfiles(PoolKit poolKit) BTTimesheetEntitiesAggregateLoad.loadReceipts(Long shift, PoolKit poolKit) protected List<BOWorkShift> BTTimesheetEntitiesAggregateLoad.loadShifts(Timesheet timesheet, PoolKit poolKit) protected BOTaskLoads aBOTask.protected BOTaskprotected BOTaskLoads aBOTask.protected BOTaskprotected BOTaskprotected BOTaskLoads theBOTask.protected BOTaskLoads aBOTask.protected BOTaskCategoryEventTypeBTTimesheetAutomaticTaskUpsert.loadTaskCategoryEventTypeByEndEvent(TimesheetTaskEventCache cache, Long eventType, PoolKit poolKit) protected BOTaskCategoryEventTypeBTTimesheetAutomaticTaskUpsert.loadTaskCategoryEventTypeByStartEvent(TimesheetTaskEventCache cache, Long eventType, PoolKit poolKit) Searches for the list ofBOTaskrelated to the given time sheet idSearches for the list ofBOTaskrelated to the given time sheet idBTTimesheetAutomaticTaskUpsert.loadTasksByEndEvent(Long endEventType, TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskCancel.loadTasksByEndEventEntity(Long eventType, Collection<Long> eventEntity, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.loadTasksByEndEventEntity(Long endEventType, Collection<Long> endEventEntity, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.loadTasksByEndEventShift(Long endEventType, Long shift, PoolKit poolKit) BTTimesheetAutomaticTaskCancel.loadTasksByEndShift(Long eventType, Long shift, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.loadTasksByFirstTask(BOTask task, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.loadTasksByLastTask(BOTask task, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.loadTasksByStartEvent(Long startEventType, TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskCancel.loadTasksByStartEventEntity(Long eventType, Collection<Long> eventEntity, PoolKit poolKit) BTTimesheetAutomaticTaskDurationUpdate.loadTasksByStartEventEntity(Collection<Long> startEventEntity, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.loadTasksByStartEventEntity(Long startEventType, Collection<Long> startEventEntity, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.loadTasksByStartEventShift(Long startEventType, Long shift, PoolKit poolKit) BTTimesheetAutomaticTaskCancel.loadTasksByStartShift(Long eventType, Long shift, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.loadTasksWithoutEndEventType(BOTaskCategoryEventType taskCategoryEventType, PoolKit poolKit) protected TimesheetBTTimesheetAutomaticTaskUpdate.loadTimesheet(TimesheetAutomaticTaskUpdateInput input, PoolKit poolKit) Loads theTimesheet.protected TimesheetBTTimesheetClose.loadTimesheet(Long timesheetId, PoolKit poolKit) Loads theTimesheetfrom the given id.protected TimesheetBTTimesheetGapFill.loadTimesheet(Long timesheetId, PoolKit poolKit) Loads theTimesheetfrom the given id.protected TimesheetBTTimesheetReopen.loadTimesheet(Long timesheetId, PoolKit poolKit) Loads theTimesheetfrom the given id.protected TimesheetBTTimesheetTaskCancel.loadTimesheet(TimesheetTaskCancelInput input, Long timesheetId, PoolKit poolKit) Loads theTimesheetfrom the given id.protected TimesheetBTTimesheetTaskUpdate.loadTimesheet(TimesheetTaskUpdateInput input, PoolKit poolKit) Loads theTimesheet.protected TimesheetBTTimesheetValidate.loadTimesheet(Long timesheetId, PoolKit poolKit) Loads theTimesheetfrom the given id.protected PageResponse<Timesheet> BTTimesheetClosureForce.loadTimesheets(BOProfile profile, PoolKit poolKit) protected BOTimesheetTypeLoads theBOTimesheetType.BTTimesheetLoad.loadWarnings(Long timesheetId, PoolKit poolKit) Loads all the warning associated to the timesheet's tasks and shifts.BTTimesheetSearch.loadWarnings(Long id, PoolKit poolKit) Loads all the warning associated to the timesheet's tasks and shifts.protected List<BOWorkShift> BTTimesheetShiftCalculation.loadWorkShifts(Long user, Date startDate, Date endDate, PoolKit poolKit) Loads the work shifts that overlap the task.protected LongBTTimesheetAutomaticTaskCancel.modifyTask(BOTask task, Timesheet timesheet, PoolKit poolKit) BTTimesheetAutomaticTaskCancel.modifyTasks(TimesheetAutomaticTaskCancelInput input, PoolKit poolKit) protected BOTaskBTTimesheetAutomaticTaskUpdate.prepareTaskData(TimesheetAutomaticTaskUpdateInput input, Timesheet timesheet, PoolKit poolKit) Prepares the task data for the update.protected TimeZoneBTTimesheetTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Timesheet> input, PoolKit poolKit) protected LongBTTimesheetInsert.saveHeader(BOTimesheetHeader timesheetHeader, PoolKit poolKit) Saves (inserts) the timesheet header.protected PageResponse<BOTimesheetHeader> BTTimesheetSearch.searchTimesheets(Page page, TimesheetSearchFilter searchFilter, PoolKit pk) Searches for the needed time sheets using the informations contained into thePageand theTimesheetSearchFilter, i.e. the information about the results pagination and the filters needed for the specified query.protected List<TimesheetGapFillOutput> BTTimesheetGapFill.shiftGapFill(TimesheetEntitiesAggregate aggregate, Long shiftId, BOTaskCategory gapFillerCategory, PoolKit poolKit) protected List<TimesheetGapFillOutput> BTTimesheetGapFill.timesheetGapFill(TimesheetEntitiesAggregate aggregate, Collection<Long> inputShifts, PoolKit poolKit) protected voidBTTimesheetTaskUpdate.updateEventEntity(BOEventEntity eventEntity, PoolKit poolKit) Updates theBOEventEntityin the repository.protected voidBTTimesheetAutomaticTaskInsert.updateLinkedTasks(List<BOTask> tasks, TimesheetTaskEventCache cache, PoolKit poolKit) protected voidBTTimesheetTaskInsert.updateLinkedTasks(List<BOTask> tasks, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskInsert.updateTask(BOTask task, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskUpdate.updateTask(TimesheetAutomaticTaskUpdateInput input, Timesheet timesheet, PoolKit poolKit) Updates the automaticBOTask.protected voidBTTimesheetGapFill.updateTask(BOTask task, PoolKit poolKit) protected voidBTTimesheetTaskInsert.updateTask(BOTask task, PoolKit poolKit) protected voidBTTimesheetTaskUpdate.updateTask(TimesheetTaskUpdateInput input, Timesheet timesheet, BOTask task, PoolKit poolKit) Updates theBOTask.protected voidBTTimesheetAutomaticTaskDurationUpdate.updateTaskDuration(BOTask task, long currentDuration, long newDuration, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.updateTaskEndDate(Timesheet timesheet, BOTask task, Date endDate, Long endEventType, BOEventEntity endEventEntity, TimesheetTaskEventCache cache, PoolKit poolKit) protected voidBTTimesheetActualDurationUpdate.updateTasks(Timesheet timesheet, Map<Long, Long> oldActualDurations, PoolKit poolKit) Updates the timesheet tasks.BTTimesheetAutomaticTaskUpsert.updateTasksByEndEvent(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.updateTasksByStartEvent(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskDurationUpdate.updateTasksDuration(List<BOTask> tasks, long currentDuration, long newDuration, TimesheetTaskEventCache cache, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskUpsert.updateTasksDuration(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.updateTaskStartDate(Timesheet timesheet, BOTask task, Date startDate, TimesheetTaskEventCache cache, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.updateTasksWithDifferentEventEntity(List<BOTask> tasksWithDifferentEventEntity, TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.updateTasksWithEndEvent(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.updateTasksWithSameEventEntity(List<BOTask> tasksWithSameEventEntity, TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) protected LongBTTimesheetTaskUpdate.upsertEventEntity(TimesheetTaskUpdateInput input, Timesheet timesheet, BOTask task, PoolKit poolKit) Insert or update theBOEventEntityrelated to the task.BTTimesheetAutomaticTaskUpsert.upsertTasksByEndEvent(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) BTTimesheetAutomaticTaskUpsert.upsertTasksByStartEvent(TimesheetAutomaticTaskUpsertInput input, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskInsert.validateData(TimesheetAutomaticTaskInsertInput input, PoolKit poolKit) protected voidBTTimesheetAutomaticTaskUpdate.validateData(TimesheetAutomaticTaskUpdateInput input, Timesheet timesheet, PoolKit poolKit) Validates the event's input data.protected voidBTTimesheetTaskCancel.validateData(BOTask task, Timesheet timesheet, TimesheetPermissionCheck permissionCheck, TimesheetTaskEventCache cache, PoolKit poolKit) protected voidBTTimesheetTaskInsert.validateData(TimesheetTaskInsertInput input, Timesheet timesheet, PoolKit poolKit) protected voidBTTimesheetTaskUpdate.validateData(TimesheetTaskUpdateInput input, Timesheet timesheet, PoolKit poolKit) Validates the event's input data. -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.data
Methods in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTaskSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.data
Methods in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOEventEntitySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTEventEntityInsert.body(EventEntityInsertEvent event, PoolKit pk) Writes the inserted event entity id into the event journal.protected voidBTEventEntityLoad.body(EventEntityLoadEvent event, PoolKit poolKit) Writes the loaded event entity into the event journal.protected voidBTEventEntitySearch.body(EventEntitySearchEvent event, PoolKit poolKit) Writes the searched event entity into the event journalprotected voidBTEventEntityUpdate.body(EventEntityUpdateEvent event, PoolKit pk) Writes the updated event entity into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.history.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTaskHistorySearch.body(TaskHistorySearchEvent event, PoolKit poolKit) Writes the searched time sheet task into the event journal -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTaskStateLoad.body(TaskStateLoadEvent event, PoolKit poolKit) Writes the loaded task state into the event journal.protected voidBTTaskStateSearch.body(TaskStateSearchEvent event, PoolKit pk) Writes the searched task state into the event journal -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.timesheettask.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTaskInsert.body(TaskInsertEvent event, PoolKit pk) Writes the inserted timesheet task id into the event journal.protected voidBTTaskStateUpdate.cancelLinkedTask(Long linkedTaskId, PoolKit pk) If the current task is being deleted, its linked task must be deleted as well.protected voidBTTaskStateUpdate.checkBeforeUpdate(BOTask task, PoolKit pk) protected voidBTTaskCheckWorkShiftDelete.execute(TaskCheckWorkShiftDeleteEvent event, PoolKit pk) protected voidBTTaskLoad.execute(TaskLoadEvent event, PoolKit poolKit) Writes the loaded timesheet task into the event journal.protected voidBTTaskSearch.execute(TaskSearchEvent event, PoolKit poolKit) Writes the searched timesheet task into the event journalprotected voidBTTasksLoad.execute(TasksLoadEvent event, PoolKit poolKit) Writes the list of the loaded timesheet tasks into the event journal.protected voidBTTaskStateUpdate.execute(TaskStateUpdateEvent event, PoolKit pk) Updates theBOTaskstate, i.e. no other field of the timesheet task is going to be updated by this process.protected voidBTTaskUpdate.execute(TaskUpdateEvent event, PoolKit pk) Updates theBOTaskwith all its needed components, except for his state.protected BOTaskBTTaskInsert.insertTask(BOTask task, PoolKit pk) Inserts the new timesheet task, basing on the @param task data given as input. -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.type.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTimesheetTypeLoad.body(TimesheetTypeLoadEvent event, PoolKit poolKit) Writes the loaded timesheet type into the event journal.protected voidBTTimesheetTypeSearch.body(TimesheetTypeSearchEvent event, PoolKit pk) Writes the searched timesheet type into the event journal -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.warning.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.warning.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidPerforms the delete query.protected voidBTWarningInsert.execute(WarningInsertEvent event, PoolKit pk) Writes the inserted warning id into the event journal.protected voidBTWarningLoad.execute(WarningLoadEvent event, PoolKit poolKit) Writes the loaded warning into the event journal.protected voidBTWarningsDelete.execute(WarningsDeleteEvent event, PoolKit pk) Deletes all the warnings linked to the given timesheet id.protected voidBTWarningSearch.execute(WarningSearchEvent event, PoolKit poolKit) Writes the searched warning into the event journalprotected voidBTWarningUpdate.execute(WarningUpdateEvent event, PoolKit pk) Writes the updated warning into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.timesheet.warning.type.task
Methods in overit.geocallapp.wfm.core.bl.timesheet.warning.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarningsTypesLoad.body(WarningTypesLoadEvent event, PoolKit poolKit) protected voidBTWarningTypeLoad.body(WarningTypeLoadEvent event, PoolKit poolKit) Writes the loaded warning type into the event journal.protected voidBTWarningTypeSearch.body(WarningTypeSearchEvent event, PoolKit pk) Writes the searched warning type into the event journalprotected List<BOWarningType> -
Uses of DAException in overit.geocallapp.wfm.core.bl.toolmigrationpermissionsusertypes.task
Methods in overit.geocallapp.wfm.core.bl.toolmigrationpermissionsusertypes.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTToolMigrationPermissionsUserTypes.body(ToolMigrationPermissionsUserTypesEvent event, PoolKit pk) protected List<BOUserType> BTToolMigrationPermissionsUserTypes.getUserTypes(PoolKit pk) protected voidBTToolMigrationPermissionsUserTypes.initLogger()BTToolMigrationPermissionsUserTypes.loadCurrentUserTypeNewPermissions(BOUserType userType, PoolKit pk) protected voidBTToolMigrationPermissionsUserTypes.logPermissionOnMigration(BOUserType userType, Set<String> permission, String descPermission) BTToolMigrationPermissionsUserTypes.migrationPermissionUserType(BOUserType userType, PoolKit pk) protected voidBTToolMigrationPermissionsUserTypes.saveUserTypeNewPermissions(BOUserType userType, Set<String> currentUserTypeNewPermissions, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.user
Methods in overit.geocallapp.wfm.core.bl.user that throw DAExceptionModifier and TypeMethodDescriptionstatic StringUserUtils.getUserDescription(Long userId, PoolKit pk) Returns the user (or crew shell) description. -
Uses of DAException in overit.geocallapp.wfm.core.bl.user.data
Methods in overit.geocallapp.wfm.core.bl.user.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOLoadAllUsers.defineValues(CommandContext cc, PoolKit pk) protected voidDAOUser.defineValues(CommandContext cc, PoolKit pk) protected voidDAOLoadAllUsers.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.user.task
Methods in overit.geocallapp.wfm.core.bl.user.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDuplicateUserType.body(UserTypeDuplicateEvent event, PoolKit poolKit) protected voidBTUserInsertOld.body(UserInsertEvent event, PoolKit pk) Deprecated.Writes the inserted user id into the event journal.protected voidBTUserLoadOld.body(UserLoadEvent event, PoolKit poolKit) Deprecated.Writes the loaded user into the event journal.protected voidBTUserUpdateOld.body(UserUpdateEvent event, PoolKit pk) Deprecated.Updates theBOUserwith all its needed components.protected voidBTUserUpdate.checkUserVisibility(BOUser user, PoolKit pk) protected <T extends DAO>
voidBTDuplicateUserType.copyAssociations(Class<T> daoClass, String userTypeFieldName, Long originalUserTypeId, Long newUserTypeId, PoolKit poolKit) Generic method to copy associations from one user type to another.protected voidBTDuplicateUserType.copyTechnicalObjectTypes(Long originalUserTypeId, Long newUserTypeId, PoolKit poolKit) Copies technical object type associations from the original user type to the new user type.protected voidBTDuplicateUserType.copyUserTypeFlags(Long originalUserTypeId, Long newUserTypeId, PoolKit poolKit) Copies mobile and external flags from the original user type to the new user type.protected voidBTDuplicateUserType.copyWorkOrderStatus(Long originalUserTypeId, Long newUserTypeId, PoolKit poolKit) Copies work order status associations from the original user type to the new user type.protected voidBTUserCreate.execute(CreateUserEvent event, PoolKit pk) protected voidBTUserLoad.execute(LoadUserEvent event, PoolKit pk) protected voidBTUserSearch.execute(UserSearchEvent event, PoolKit poolKit) Writes the searched users into the event journal.protected voidBTUserUpdate.execute(UpdateUserEvent event, PoolKit pk) protected LongDeprecated.Performs theBOUserinsertionprotected voidDeprecated.Performs theBOUserupdateprotected voidDeprecated.Checks if the insertion is possible by performing some validations on the givenBOUserprotected voidprotected voidDeprecated.Checks if the update is possible by performing some validations on the givenBOUserprotected voidBTUserCreate.validateBO(BOUser boUser, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.user.type.task
Methods in overit.geocallapp.wfm.core.bl.user.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTUserTypeGrantsUpdate.body(UserTypeGrantsUpdateEvent event, PoolKit pk) protected voidBTUserTypeLoad.body(UserTypeLoadEvent event, PoolKit pk) Deprecated.Writes the loaded user into the event journal.protected voidBTUserTypeSearch.body(UserTypeSearchEvent event, PoolKit poolKit) Deprecated.Writes the searched users into the event journal.protected voidBTUserTypeCreate.checkMultilanguageFields(BOUserType boUserType) protected voidBTUserTypeCreate.execute(UserTypeCreateEvent event, PoolKit pk) protected voidBTUserTypeUpdate.execute(UserTypeUpdateEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder
Methods in overit.geocallapp.wfm.core.bl.workorder that throw DAExceptionModifier and TypeMethodDescriptionstatic LongWorkOrderUtil.evaluateNewWorkOrderState(WorkOrder workOrder, PoolKit poolKit) Evaluate the starting state for a new Work Order looking at the defined rules.static overit.geocallapp.wfm.schedulazione.odl.listaoggetti.TechnicalObjectListWorkOrderUtil.loadOperationObjectList(BOWorkOrderOperation operation, PooledConnection conn) Retrieve theTechnicalObjectListcontaining the TechnicalObjects associated with the givenBOWorkOrderOperationstatic voidstatic voidWorkOrderUtil.save(WorkOrder workOrder, PooledConnection conn) static voidWorkOrderUtil.save(WorkOrder workOrder, WorkOrderSaveEventOptions options, PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.attachment.task
Methods in overit.geocallapp.wfm.core.bl.workorder.attachment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderAttachmentInsert.createMediaFile(WorkOrder workOrder, overit.geocallapp.docshare.docsharing.model.Resource resource, PoolKit pk) Insert the realtion between work order and attachmentprotected voidBTWorkOrderAttachmentInsert.execute(WorkOrderAttachmentInsertEvent event, PoolKit pk) protected voidBTWorkOrderAttachmentRemove.execute(WorkOrderAttachmentRemoveEvent event, PoolKit pk) protected voidBTWorkOrderAttachmentUploadOutcome.execute(WorkOrderAttachmentUploadOutcomeEvent event, PoolKit pk) protected overit.geocallapp.docshare.docsharing.model.ResourceBTWorkOrderAttachmentInsert.saveResource(String resourceName, UpFile inputFile, Long source) Create the shared resource.protected voidBTWorkOrderAttachmentUploadOutcome.setResourceData(overit.geocallapp.docshare.docsharing.model.Resource resource) Sets theResourcemissing data which could not be previously calculated. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.audit.data
Methods in overit.geocallapp.wfm.core.bl.workorder.audit.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderInterventionPlanningSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.audit.interventionplanning.task
Methods in overit.geocallapp.wfm.core.bl.workorder.audit.interventionplanning.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionPlanningInsert.execute(InterventionPlanningInsertEvent event, PoolKit poolKit) protected voidBTInterventionPlanningSearch.execute(InterventionPlanningSearchEvent event, PoolKit pk) Writes the searched work order intervention planning into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.audit.interventionresource.task
Methods in overit.geocallapp.wfm.core.bl.workorder.audit.interventionresource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderSchedulingInsert.execute(InterventionResourceInsertEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.audit.task
Methods in overit.geocallapp.wfm.core.bl.workorder.audit.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderInterventionPlanningSave.addSkillConfiguration(BOInterventionPlanning interventionPlanning, PoolKit poolKit) Add the skill configuration to theBOInterventionPlanningobject passed as input.protected voidBTWorkOrderInterventionPlanningSave.addTechnicalObjectData(BOInterventionPlanning interventionPlanning, Long technicalObjectId, PoolKit poolKit) Add the technical object data to theBOInterventionPlanningobject passed as input.protected voidBTWorkOrderInterventionPlanningSave.addWorkOrderData(BOInterventionPlanning interventionPlanning, PoolKit poolKit) Add the workorder data to theBOInterventionPlanningobject passed as input.protected voidBTWorkOrderInterventionPlanningSave.body(WorkOrderInterventionPlanningSaveEvent event, PoolKit poolKit) protected voidBTWorkOrderInterventionPlanningSearch.body(WorkOrderInterventionPlanningSearchEvent event, PoolKit poolKit) protected BOInterventionPlanningBTWorkOrderInterventionPlanningSave.buildInterventionPlanning(Intervention intervention, PoolKit poolKit) Builds theBOInterventionPlanningobject using theInterventionpassed as input and retrieving
some additional information like workorder status, technical object coordinates and skill configurations.protected DBViewBTWorkOrderInterventionPlanningSave.getAppointmentInterventions(BOAppointment appointment, PoolKit poolKit) Retrieve all the interventions related to the appointment passed as input.protected InterventionPlanningHistoryBTWorkOrderInterventionPlanningSave.getPreviousInterventionPlanningHistory(InterventionPlanningHistory newInterventionPlanningHistory, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.cancelsuspendreason.task
Methods in overit.geocallapp.wfm.core.bl.workorder.cancelsuspendreason.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCancelSuspendReasonLoad.body(CancelSuspendReasonLoadEvent event, PoolKit pk) protected voidBTCancelSuspendReasonSearch.body(CancelSuspendReasonSearchEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.header.data
Methods in overit.geocallapp.wfm.core.bl.workorder.header.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderHeaderSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.header.task
Methods in overit.geocallapp.wfm.core.bl.workorder.header.task that throw DAExceptionModifier 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.execute(WorkOrderHeaderInsertEvent event, PoolKit poolKit) protected voidBTWorkOrderHeaderLoad.execute(WorkOrderHeaderLoadEvent event, PoolKit poolKit) Writes the loaded work order header into the event journalprotected voidBTWorkOrderHeaderSearch.execute(WorkOrderHeaderSearchEvent event, PoolKit pk) Writes the searched work order header into the event journal.protected voidBTWorkOrderHeaderStatusRecalculate.execute(WorkOrderHeaderStatusRecalculateEvent event, PoolKit poolKit) Updates the status of aBOWorkOrderHeader.protected voidBTWorkOrderHeaderUpdate.execute(WorkOrderHeaderUpdateEvent event, PoolKit poolKit) protected voidBTWorkOrderHeaderInsert.insertWoHeader(PooledConnection pooledConnection) Insert theBOWorkOrderHeaderprotected booleanBTWorkOrderHeaderInsert.isCustomer(TechnicalObject technicalObject, PoolKit poolKit) protected voidBTWorkOrderHeaderInsert.manageOperationCenter(PoolKit poolKit) Check if the operation center is defined, otherwise it's automatically calculated.protected voidBTWorkOrderHeaderUpdate.manageType(WorkOrderHeaderUpdateEvent event, PoolKit poolKit, WorkOrder workOrder, Map<String, Object> inputData) Check if the type is editable.protected voidBTWorkOrderHeaderInsert.manageWorkOrderType(PoolKit poolKit) Check if the type is defined and populate some fields of the workOrder header.protected voidBTWorkOrderHeaderInsert.prepareWorkOrderHeader(PooledConnection pooledConnection, PoolKit poolKit) protected voidBTWorkOrderHeaderInsert.saveMeters(Set<Long> currentMeters, PooledConnection pooledConnection) protected voidBTWorkOrderHeaderInsert.validateInput(PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.material.wotypeadmittedmaterial.task
Methods in overit.geocallapp.wfm.core.bl.workorder.material.wotypeadmittedmaterial.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWoTypeAdmittedMaterialInsert.execute(WoTypeAdmittedMaterialInsertEvent event, PoolKit poolKit) protected voidBTWoTypeAdmittedMaterialSearch.execute(WoTypeAdmittedMaterialSearchEvent event, PoolKit poolKit) protected voidBTWoTypeAdmittedMaterialUpdate.execute(WoTypeAdmittedMaterialUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.operation.material.data
Methods in overit.geocallapp.wfm.core.bl.workorder.operation.material.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderOperationMaterialSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.operation.material.task
Methods in overit.geocallapp.wfm.core.bl.workorder.operation.material.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWOOperationMaterialPredictionUpsert.body(WOOperationMaterialPredictionUpsertEvent event, PoolKit pk) protected voidBTWorkOrderOperationMaterialSave.body(WorkOrderOperationMaterialSaveEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationMaterialSearch.body(WorkOrderOperationMaterialSearchEvent event, PoolKit poolKit) Writes the searched work order operation materials into the event journal.protected voidBTWorkOrderTypeAdmittedMaterialSearch.body(WorkOrderTypeAdmittedMaterialSearchEvent event, PoolKit poolKit) Starting from theBOWorkOrderHeader's type and theBOMaterial's code, it checks whether the required material is admitted by the work order type.protected voidBTWorkOrderOperationMaterialSave.save(BOWorkOrderOperationMaterial workOrderOperationMaterial, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.operation.state.data
Methods in overit.geocallapp.wfm.core.bl.workorder.operation.state.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderOperationStateSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.operation.state.task
Methods in overit.geocallapp.wfm.core.bl.workorder.operation.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationStateInsert.body(WorkOrderOperationStateInsertEvent event, PoolKit pk) Writes the id of the inserted work order operation state into the event journal.protected voidBTWorkOrderOperationStateLoad.body(WorkOrderOperationStateLoadEvent event, PoolKit pk) Writes the loaded work order operation state into the event journal.protected voidBTWorkOrderOperationStateSearch.body(WorkOrderOperationStateSearchEvent event, PoolKit poolKit) Writes the searched work order operation states into the event journal.protected voidBTWorkOrderOperationStateUpdate.body(WorkOrderOperationStateUpdateEvent event, PoolKit pk) Updates a newBOWorkOrderOperationStatewith all its needed components.protected voidBTWorkOrderOperationStatusRecalculate.execute(WorkOrderOperationStatusRecalculateEvent event, PoolKit poolKit) Basing on the event's input, it only calculates or updates the work order operation status. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.operation.task
Methods in overit.geocallapp.wfm.core.bl.workorder.operation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationCancel.body(WorkOrderOperationCancelEvent event, PoolKit poolKit) Deprecated.protected voidBTWorkOrderOperationSkillOverrideHistory.body(WorkOrderOperationSkillOverrideHistoryEvent event, PoolKit pk) Performs the necessary steps to get the skill override configuration history related to an operation.protected voidBTWorkOrderOperationUnlock.body(WorkOrderOperationUnlockEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationUnlockSkillOverrideCheck.body(WorkOrderOperationUnlockSkillOverrideCheckEvent event, PoolKit pk) Performs the necessary checks for the correct unlocking of an operation.protected voidBTWorkOrderOperationUnlockSkillOverrideCheck.checkOverrideSkills(WorkOrderOperationUnlockSkillOverrideCheckInput input, PoolKit pk) protected voidBTWorkOrderOperationInsert.execute(WorkOrderOperationInsertEvent event, PoolKit poolKit) Writes the inserted work order operation id into the event journal and updates the relatedWorkOrder.protected voidBTWorkOrderOperationLoad.execute(WorkOrderOperationLoadEvent event, PoolKit poolKit) Writes the loaded work order operation into the event journalprotected voidBTWorkOrderOperationSearch.execute(WorkOrderOperationSearchEvent event, PoolKit poolKit) Writes the searched work order operations into the event journal.protected voidBTWorkOrderOperationsLoad.execute(WorkOrderOperationsLoadEvent event, PoolKit poolKit) Writes the loaded list of BOWorkOrderOperations into the event journal.protected voidBTWorkOrderOperationUpdate.execute(WorkOrderOperationUpdateEvent event, PoolKit poolKit) Updates the currentBOWorkOrderOperationwith all its needed components, together with the relatedWorkOrder.protected StringBTWorkOrderOperationSkillOverrideHistory.getAssociatedSkills(Long skillOverrideConfigurationId, PoolKit pk) protected DBViewBTWorkOrderOperationSkillOverrideHistory.getSkillOverrideHistoryRows(Long workOrderOperationId, PoolKit pk) protected BOSkillOverrideConfigurationBTWorkOrderOperationSkillOverrideHistory.loadSkillOverrideConfiguration(Long skillOverrideConfigurationId, PoolKit pk) protected List<BOWorkOrderOperation> BTWorkOrderOperationUnlockSkillOverrideCheck.loadWorkOrderOperations(Long workOrderId, PoolKit pk) protected voidBTWorkOrderOperationInsert.manageBooking(WorkOrderOperationInsertEvent event, PoolKit poolKit, WorkOrder workOrder, Map<String, Object> inputData) Evaluates the work order operation booking flag basing on the related work cycle operation/structure.protected voidBTWorkOrderOperationInsert.manageType(WorkOrderOperationInsertEvent event, PoolKit poolKit, WorkOrder workOrder, Map<String, Object> inputData) Determines the new operation state basing on whether the type itself is schedulable or not.protected voidBTWorkOrderOperationUpdate.manageType(WorkOrderOperationUpdateEvent event, PoolKit poolKit, BOWorkOrderOperation workOrderOperation, Map<String, Object> inputData) Checks if the type is editable.protected voidBTWorkOrderOperationUnlockSkillOverrideCheck.workOrderOperationCheckOverrideSkills(BOWorkOrderOperation workOrderOperation, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.operation.type.data
Methods in overit.geocallapp.wfm.core.bl.workorder.operation.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderOperationTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.operation.type.task
Methods in overit.geocallapp.wfm.core.bl.workorder.operation.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationTypeUpdate.afterUpdate(BOWorkOrderOperationType bo, PoolKit pk) Actions to perform after the updateprotected voidBTWorkOrderOperationTypeGenerateCodeDescription.body(WorkOrderOperationTypeGenerateCodeDescriptionEvent event, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.Updates the work order type with the newly generated code and description.protected voidBTWorkOrderOperationTypeInsert.execute(WorkOrderOperationTypeInsertEvent event, PoolKit pk) Writes the inserted operation type id into the event journal.protected voidBTWorkOrderOperationTypeLoad.execute(WorkOrderOperationTypeLoadEvent event, PoolKit pk) Writes the loaded work order operation type into the event journal.protected voidBTWorkOrderOperationTypeSearch.execute(WorkOrderOperationTypeSearchEvent event, PoolKit pk) Writes the searched work order operation types into the event journal.protected voidBTWorkOrderOperationTypeUpdate.execute(WorkOrderOperationTypeUpdateEvent event, PoolKit pk) Performs the needed steps in order to update the givenBOWorkOrderOperationTypeprotected LongBTWorkOrderOperationTypeInsert.insert(BOWorkOrderOperationType bo, PoolKit pk) Inserts the a new operation type.protected voidBTWorkOrderOperationTypeUpdate.update(BOWorkOrderOperationType bo, PoolKit pk) Updates the givenBOWorkOrderOperationTypewith all its needed components.protected voidBTWorkOrderOperationTypeGenerateCodeDescription.updateFields(BOWorkOrderOperationType bo, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.Generates code and description for the givenBOWorkOrderOperationTypeprotected voidBTWorkOrderOperationTypeInsert.validate(BOWorkOrderOperationType boWOOperationType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOWorkOrderOperationTypeprotected voidBTWorkOrderOperationTypeUpdate.validate(BOWorkOrderOperationType boWOOperationType, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOWorkOrderOperationType -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.operationactivity.task
Methods in overit.geocallapp.wfm.core.bl.workorder.operationactivity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOperationActivityInsert.associateVisibleOutcomeCausals(BOOperationActivity boActivity, PoolKit pk) Associates visible outcome causals to the operation activity.protected voidBTOperationActivityInsert.execute(OperationActivityInsertEvent event, PoolKit pk) Writes the inserted operation activity id into the event journal.protected voidBTOperationActivityLoad.execute(OperationActivityLoadEvent event, PoolKit pk) Writes the loaded operation activity into the event journal.protected voidBTOperationActivitySearch.execute(OperationActivitySearchEvent event, PoolKit poolKit) Writes the searched operation activities into the event journal.protected voidBTOperationActivityUpdate.execute(OperationActivityUpdateEvent event, PoolKit pk) Updates a newBOOperationActivitywith all its needed components.protected voidBTOperationActivityInsert.validate(BOOperationActivity boActivity, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOOperationActivityprotected voidBTOperationActivityUpdate.validate(BOOperationActivity boActivity, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOOperationActivity -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.operationactivity.workorderoperationtype.task
Methods in overit.geocallapp.wfm.core.bl.workorder.operationactivity.workorderoperationtype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationTypeActivityInsert.body(WorkOrderOperationTypeActivityInsertEvent event, PoolKit pk) Writes the loaded work order type activity id into the event journal.protected voidBTWorkOrderOperationTypeActivitySearch.body(WorkOrderOperationTypeActivitySearchEvent event, PoolKit pk) Writes the searched work order type activities into the event journal.protected voidBTWorkOrderOperationTypeActivityUpdate.body(WorkOrderOperationTypeActivityUpdateEvent event, PoolKit pk) Updates a newBOWorkOrderOperationTypeActivitywith all its needed components.protected voidBTWorkOrderOperationTypeActivityInsert.validate(BOWorkOrderOperationTypeActivity boWoTypeActivity, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOWorkOrderOperationTypeActivityprotected voidBTWorkOrderOperationTypeActivityUpdate.validate(BOWorkOrderOperationTypeActivity boWoTypeActivity, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOWorkOrderOperationTypeActivity -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.operationtype.task
Methods in overit.geocallapp.wfm.core.bl.workorder.operationtype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOperationTypeUpdate.afterUpdate(BOOperationType bo, PoolKit pk) Actions to perform after the update.protected voidBTOperationTypeInsert.execute(OperationTypeInsertEvent event, PoolKit pk) Writes the inserted operation type id into the event journal.protected voidBTOperationTypeLoad.execute(OperationTypeLoadEvent event, PoolKit pk) Writes the loaded operation type into the event journal.protected voidBTOperationTypeSearch.execute(OperationTypeSearchEvent event, PoolKit pk) Writes the searched operation types into the event journal.protected voidBTOperationTypeUpdate.execute(OperationTypeUpdateEvent event, PoolKit pk) Updates a newBOOperationTypewith all its needed components.protected voidBTOperationTypeInsert.validate(BOOperationType boOperationType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOOperationTypeprotected voidBTOperationTypeUpdate.validate(BOOperationType boOperationType, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOOperationType -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.requesttype.task
Methods in overit.geocallapp.wfm.core.bl.workorder.requesttype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRequestTypeInsert.execute(RequestTypeInsertEvent event, PoolKit pk) Writes the inserted request type id into the event journal.protected voidBTRequestTypeLoadEvent.execute(RequestTypeLoadEvent event, PoolKit pk) Writes the loaded request type into the event journal.protected voidBTRequestTypeSearch.execute(RequestTypeSearchEvent event, PoolKit pk) Writes the searched request types into the event journal.protected voidBTRequestTypeUpdate.execute(RequestTypeUpdateEvent event, PoolKit pk) Updates a newBORequestTypewith all its needed components.protected voidBTRequestTypeInsert.validate(BORequestType boRequestType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBORequestTypeprotected voidBTRequestTypeUpdate.validate(BORequestType boRequestType, PoolKit pk) Checks if the update is possible by performing some validations on the givenBORequestType -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.servicetype.task
Methods in overit.geocallapp.wfm.core.bl.workorder.servicetype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTServiceTypeInsert.execute(ServiceTypeInsertEvent event, PoolKit pk) Writes the inserted service type id into the event journal.protected voidBTServiceTypeLoad.execute(ServiceTypeLoadEvent event, PoolKit pk) Writes the loaded service type into the event journal.protected voidBTServiceTypeSearch.execute(ServiceTypeSearchEvent event, PoolKit pk) Writes the searched service types into the event journal.protected voidBTServiceTypeUpdate.execute(ServiceTypeUpdateEvent event, PoolKit pk) Updates a newBOServiceTypewith all its needed components.protected voidBTServiceTypeInsert.validate(BOServiceType boServiceType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOServiceTypeprotected voidBTServiceTypeUpdate.validate(BOServiceType boServiceType, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOServiceType -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.source.task
Methods in overit.geocallapp.wfm.core.bl.workorder.source.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderSourceLoad.body(WorkOrderSourceLoadEvent event, PoolKit pk) Writes the loaded work order source into the event journal.protected voidBTWorkOrderSourceSearch.body(WorkOrderSourceSearchEvent event, PoolKit poolKit) Writes the searched work order sources into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.state.data
Methods in overit.geocallapp.wfm.core.bl.workorder.state.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderStateSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.state.task
Methods in overit.geocallapp.wfm.core.bl.workorder.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderEditableStatesForUserType.body(WorkOrderEditableStatesForUserTypeEvent event, PoolKit poolKit) Writes the searched work order states into the event journal.protected voidBTWorkOrderStateLoad.body(WorkOrderStateLoadEvent event, PoolKit pk) Writes the loaded work order state into the event journal.protected voidBTWorkOrderStateSearch.body(WorkOrderStateSearchEvent event, PoolKit poolKit) Writes the searched work order states into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.task
Methods in overit.geocallapp.wfm.core.bl.workorder.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrdeLock.body(WorkOrderLockEvent event, PoolKit pk) protected voidBTWorkOrderActivation.body(WorkOrderActivationEvent event, PoolKit poolKit) protected voidBTWorkOrderAppointmentUpdate.body(WorkOrderAppointmentUpdateEvent event, PoolKit poolKit) protected voidBTWorkOrderCancel.body(WorkOrderCancelEvent event, PoolKit pk) protected voidBTWorkOrderClose.body(WorkOrderCloseEvent event, PoolKit pk) protected voidBTWorkOrderComplete.body(WorkOrderCompleteEvent event, PoolKit poolKit) protected voidBTWorkOrderInsert.body(WorkOrderInsertEvent event, PoolKit poolKit) Writes the inserted work order id into the event journal.protected voidBTWorkOrderLoad.body(WorkOrderLoadEvent event, PoolKit poolKit) Writes the loaded work order into the event journal.protected voidBTWorkOrderOperationCenterCalculate.body(WorkOrderOperationCenterCalculateEvent event, PoolKit poolKit) protected voidBTWorkOrderStateUpdate.body(WorkOrderStateUpdateEvent event, PoolKit poolKit) protected voidBTWorkOrderUnlock.body(WorkOrderUnlockEvent event, PoolKit pk) protected voidBTWorkOrderUpdate.body(WorkOrderUpdateEvent event, PoolKit poolKit) Updates the givenWorkOrderwith all its needed components, i.e. its header and all its operations.protected voidBTWorkOrderActivation.calculateNewStatus(PoolKit poolKit) Calculates the new status of the header and the operations of the work order.protected voidBTWorkOrderComplete.calculateNewStatus(PoolKit poolKit) protected voidBTWorkOrderUpdate.callWorkOrderSave(WorkOrderUpdateEvent event, PoolKit poolKit) protected booleanBTWorkOrderUpdate.canUserModifyWorkOrder(WorkOrderUpdateEvent event, PoolKit poolKit, overit.geocallapp.wfm.util.WFMIdentity identity) protected voidBTWorkOrderUpdate.check(WorkOrderUpdateEvent event, PoolKit poolKit) protected voidBTWorkOrderCreateFromWorkCycle.execute(WorkOrderCreateFromWorkCycleEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationScheduled.execute(WorkOrderOperationSchedulingChangeEvent event, PoolKit poolKit) protected voidBTWorkOrderValidate.execute(WorkOrderValidateEvent event, PoolKit pk) protected booleanBTWorkOrderCreateFromWorkCycle.isCustomer(TechnicalObject technicalObject, PoolKit poolKit) protected BOWorkOrderHeaderBTWorkOrderLoad.loadHeader(WorkOrderLoadEvent event, PoolKit poolKit) Loads theBOWorkOrderHeaderprotected List<BOWorkOrderOperation> BTWorkOrderLoad.loadOperations(WorkOrderLoadEvent event, PoolKit poolKit) Loads the list of the work order'sBOWorkOrderOperationprotected TechnicalObjectBTWorkOrderLoad.loadTechnicalObject(WorkOrder workOrder, PoolKit poolKit) Loads the work order'sTechnicalObjectstarting from technical object address id.protected WorkOrderBTWorkOrderAppointmentUpdate.loadWorkOrder(Long workOrderId, PoolKit poolKit) protected BOWorkOrderHeaderBTWorkOrderStateUpdate.loadWorkOrderHeader(Long workOrderId, PoolKit poolKit) protected voidBTWorkOrderComplete.manageActivityLinkRules(PoolKit poolKit) protected voidBTWorkOrderComplete.manageGAERules(PoolKit poolKit) protected voidBTWorkOrderComplete.managePurchaseDocuments(PoolKit poolKit) protected voidSaves the work order.protected voidBTWorkOrderComplete.saveAndReload(PoolKit poolKit) protected voidBTWorkOrderActivation.validateWorkOrder(PoolKit poolKit) Launches the validation event for the work orderprotected voidBTWorkOrderComplete.validateWorkOrder(PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.teamaffinity.task
Methods in overit.geocallapp.wfm.core.bl.workorder.teamaffinity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTUpdateWorkOrderOperationTeamAffinity.body(WorkOrderTeamAffinityInsertedEvent event, PoolKit pk) Manages the update process of work order operations linked to the affinities of the team affinity collection.protected voidBTWorkOrderTeamAffinityInsert.body(WorkOrderTeamAffinityInsertEvent event, PoolKit poolKit) Manages the insert process for the the given team affinity collection.protected voidBTWorkOrderTeamAffinityLoad.body(WorkOrderTeamAffinityLoadEvent event, PoolKit poolKit) Manages the team affinities loading process.protected voidMakes a commit on the current connectionprotected voidBTWorkOrderTeamAffinityInsert.deleteOldTeamAffinities(PoolKit poolKit) Deletes the old team affinities for the work order operations involved.protected voidBTUpdateWorkOrderOperationTeamAffinity.findBestAffinities(PoolKit pk) Find the best team activity for each operationprotected voidBTWorkOrderTeamAffinityInsert.insertNewTeamAffinities(PoolKit poolKit) Inserts new team affinities given in the event's input.protected DBViewBTWorkOrderTeamAffinityLoad.loadTeamAffinityData(WorkOrderTeamAffinityLoadEvent event, PoolKit poolKit) Loads the team affinity data.protected voidBTUpdateWorkOrderOperationTeamAffinity.updateWorkOrderOperations(PoolKit pk) Update the work orders operations with the best team affinity -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.type.data
Methods in overit.geocallapp.wfm.core.bl.workorder.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.type.task
Methods in overit.geocallapp.wfm.core.bl.workorder.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderTypeGenerateCodeDescription.body(WorkOrderTypeGenerateCodeDescriptionEvent event, PoolKit pk) Deprecated, for removal: This API element is subject to removal in a future version.Updates the work order type with the newly generated code and description.protected voidBTWorkOrderTypeInsert.completeAndValidate(BOWorkOrderType boWoType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOTechnicalObjectTypeprotected voidBTWorkOrderTypeInsert.execute(WorkOrderTypeInsertEvent event, PoolKit pk) Writes the inserted work order type id into the event journal.protected voidBTWorkOrderTypeLoad.execute(WorkOrderTypeLoadEvent event, PoolKit pk) Writes the loaded work order type into the event journal.protected voidBTWorkOrderTypeSearch.execute(WorkOrderTypeSearchEvent event, PoolKit pk) Writes the searched work order types into the event journal.protected voidBTWorkOrderTypeUpdate.execute(WorkOrderTypeUpdateEvent event, PoolKit pk) Updates a newBOWorkOrderTypewith all its needed components.protected voidBTWorkOrderTypeUpdate.validate(BOWorkOrderType boWoType, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOWorkOrderType -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.urgency.data
Methods in overit.geocallapp.wfm.core.bl.workorder.urgency.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderUrgencySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.urgency.task
Methods in overit.geocallapp.wfm.core.bl.workorder.urgency.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderUrgencyInsert.execute(WorkOrderUrgencyInsertEvent event, PoolKit pk) Writes the inserted work order urgency id into the event journal.protected voidBTWorkOrderUrgencyLoad.execute(WorkOrderUrgencyLoadEvent event, PoolKit pk) Writes the loaded work order urgency into the event journal.protected voidBTWorkOrderUrgencySearch.execute(WorkOrderUrgencySearchEvent event, PoolKit poolKit) Writes the loaded work order urgencies into the event journal.protected voidBTWorkOrderUrgencyUpdate.execute(WorkOrderUrgencyUpdateEvent event, PoolKit pk) Updates a newBOWorkOrderUrgencywith all its needed components.protected voidBTWorkOrderUrgencyInsert.validate(BOWorkOrderUrgency urgency, PoolKit pk) protected voidBTWorkOrderUrgencyUpdate.validate(BOWorkOrderUrgency urgency, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.workcycle.header.task
Methods in overit.geocallapp.wfm.core.bl.workorder.workcycle.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCycleHeaderInsert.execute(WorkCycleHeaderInsertEvent event, PoolKit pk) Writes the inserted work cycle header into the event journal.protected voidBTWorkCycleHeaderLoad.execute(WorkCycleHeaderLoadEvent event, PoolKit poolKit) Writes the loaded work cycle header into the event journal.protected voidBTWorkCycleHeaderSearch.execute(WorkCycleHeaderSearchEvent event, PoolKit poolKit) Writes the searche work cycle header into the event journal.protected voidBTWorkCycleHeaderUpdate.execute(WorkCycleHeaderUpdateEvent event, PoolKit pk) Updates a newBOWorkCycleHeaderwith all its needed components,protected voidBTWorkCycleHeaderInsert.validate(BOWorkCycleHeader boWorkCycle, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOWorkCycleHeaderprotected voidBTWorkCycleHeaderUpdate.validate(BOWorkCycleHeader boWorkCycle, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOWorkCycleHeader -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.workcycle.operation.task
Methods in overit.geocallapp.wfm.core.bl.workorder.workcycle.operation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCycleOperationInsert.execute(WorkCycleOperationInsertEvent event, PoolKit pk) Writes the inserted work cycle operation id into the event journal.protected voidBTWorkCycleOperationLoad.execute(WorkCycleOperationLoadEvent event, PoolKit poolKit) Writes the loaded work cycle operation into the event journal.protected voidBTWorkCycleOperationSearch.execute(WorkCycleOperationSearchEvent event, PoolKit poolKit) Writes the searched work cycle operations into the event journal.protected voidBTWorkCycleOperationUpdate.execute(WorkCycleOperationUpdateEvent event, PoolKit pk) Updates a newBOWorkCycleOperationwith all its needed components.protected voidBTWorkCycleOperationInsert.validate(BOWorkCycleOperation boOperation, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOWorkCycleOperationprotected voidBTWorkCycleOperationUpdate.validate(BOWorkCycleOperation boWorkCycleOperation, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOTechnicalObjectType -
Uses of DAException in overit.geocallapp.wfm.core.bl.workorder.workcycle.task
Methods in overit.geocallapp.wfm.core.bl.workorder.workcycle.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCycleLoad.body(WorkCycleLoadEvent event, PoolKit pk) Writes the loaded work cycle into the event journal.protected voidBTWorkCycleSearch.body(WorkCycleSearchEvent event, PoolKit pk) Writes the searched work cycles into the event journal.protected PageResponse<WorkCycle> BTWorkCycleSearch.buildWorkCycleList(DBView workCyclesHeaders, int pageNumber, PoolKit pk) Builds the work cycle list.protected BOWorkCycleHeaderBTWorkCycleLoad.loadHeader(WorkCycleLoadEvent event, PoolKit poolKit) Loads theBOWorkCycleHeaderprotected List<BOWorkCycleOperation> BTWorkCycleLoad.loadOperations(WorkCycleLoadEvent event, PoolKit pk) Loads theBOWorkCycleOperations of the work cycle.protected List<BOWorkCycleOperation> BTWorkCycleSearch.loadOperations(Long workCycleId, PoolKit pk) Loads the list ofBOWorkCycleOperation.protected DBViewBTWorkCycleSearch.searchWorkCycles(Page page, WorkCycleSearchFilter filter, PoolKit pk) Searches the work cycles using the given filter -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.data
Methods in overit.geocallapp.wfm.core.bl.workshift.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkShiftSearch.defineParams(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.status.task
Methods in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceShiftExceptionRequestStatusLoad.body(ResourceShiftExceptionRequestStatusLoadEvent event, PoolKit poolKit) Writes the loaded resource shift exception request status into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.task
Methods in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceShiftExceptionRequestInsert.execute(ResourceShiftExceptionRequestInsertEvent event, PoolKit pk) Writes the inserted resource shift exception request id into the event journal.protected voidBTResourceShiftExceptionRequestLoad.execute(ResourceShiftExceptionRequestLoadEvent event, PoolKit poolKit) Writes the loaded resource shift exception request into the event journal.protected voidBTResourceShiftExceptionRequestSearch.execute(ResourceShiftExceptionRequestSearchEvent event, PoolKit poolKit) Writes the searched resource shift exception request into the event journalprotected voidBTResourceShiftExceptionRequestUpdate.execute(ResourceShiftExceptionRequestUpdateEvent event, PoolKit pk) Writes the updated resource shift exception request into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.type.task
Methods in overit.geocallapp.wfm.core.bl.workshift.exceptionrequest.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceShiftExceptionRequestTypeLoad.body(ResourceShiftExceptionRequestTypeLoadEvent event, PoolKit poolKit) Writes the loaded resource shift exception request type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.oncall.task
Methods in overit.geocallapp.wfm.core.bl.workshift.oncall.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOnCallShiftLoad.body(OnCallShiftLoadEvent event, PoolKit poolKit) Writes the loaded on call shift into the event journal.protected voidBTOnCallShiftSearch.body(OnCallShiftSearchEvent event, PoolKit poolKit) Writes the searched on call shifts into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.receipt.data
Methods in overit.geocallapp.wfm.core.bl.workshift.receipt.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchReceipt.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.receipt.task
Methods in overit.geocallapp.wfm.core.bl.workshift.receipt.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTReceiptLoad.body(ReceiptLoadEvent event, PoolKit poolKit) Writes the loaded receipt into the event journal.protected voidBTReceiptUpdate.body(ReceiptUpdateEvent event, PoolKit pk) Inserts the givenBOReceiptand writes the newly generated id into the event journal.protected voidBTSearchReceipt.body(ReceiptSearchEvent event, PoolKit pk) Writes the searched receipts into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.receipt.type.data
Methods in overit.geocallapp.wfm.core.bl.workshift.receipt.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchClassReceiptType.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.task
Methods in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTShiftExceptionClassInsert.execute(ShiftExceptionClassInsertEvent event, PoolKit pk) Writes the inserted shift exception class id into the event journal.protected voidBTShiftExceptionClassLoad.execute(ShiftExceptionClassLoadEvent event, PoolKit poolKit) Writes the loaded shift exception class into the event journal.protected voidBTShiftExceptionClassSearch.execute(ShiftExceptionClassSearchEvent event, PoolKit poolKit) Writes the searched shift exception class into the event journalprotected voidBTShiftExceptionClassUpdate.execute(ShiftExceptionClassUpdateEvent event, PoolKit pk) Writes the updated shift exception class into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.type.task
Methods in overit.geocallapp.wfm.core.bl.workshift.receipt.type.exceptionclass.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTShiftExceptionClassTypeLoad.body(ShiftExceptionClassTypeLoadEvent event, PoolKit poolKit) Writes the loaded shift exception class type into the event journal.protected voidBTShiftExceptionClassTypeSearch.body(ShiftExceptionClassTypeSearchEvent event, PoolKit poolKit) Writes the loaded shift exception class type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.receipt.type.task
Methods in overit.geocallapp.wfm.core.bl.workshift.receipt.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTReceiptTypeInsert.body(ReceiptTypeInsertEvent event, PoolKit pk) Writes the inserted receipt type id into the event journal.protected voidBTReceiptTypeLoad.body(ReceiptTypeLoadEvent event, PoolKit poolKit) Writes the loaded receipt type into the event journal.protected voidBTReceiptTypeSearch.body(ReceiptTypeSearchEvent event, PoolKit poolKit) Writes the searched receipt type into the event journalprotected voidBTReceiptTypeUpdate.body(ReceiptTypeUpdateEvent event, PoolKit pk) Writes the updated receipt type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.task
Methods in overit.geocallapp.wfm.core.bl.workshift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTNearestWorkShiftLoad.body(NearestWorkShiftLoadEvent event, PoolKit poolKit) Writes the id of the resource work shift nearest to the given date.protected voidBTWorkShiftInsert.execute(WorkShiftInsertEvent event, PoolKit pk) Inserts the givenBOWorkShiftand writes the newly generated id into the event journal.protected voidBTWorkShiftLoad.execute(WorkShiftLoadEvent event, PoolKit poolKit) Writes the loaded work shift into the event journal.protected voidBTWorkShiftSearch.execute(WorkShiftsSearchEvent event, PoolKit pk) Writes the searched work shifts into the event journal.protected voidBTWorkShiftUpdate.execute(WorkShiftUpdateEvent event, PoolKit poolKit) Updates theBOWorkShiftwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.type.data
Methods in overit.geocallapp.wfm.core.bl.workshift.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchWorkShiftType.defineSql(CommandContext cc, PoolKit pk) protected voidDAOSearchWorkShiftType.defineStatement(CommandContext cc, PoolKit pk, DBStatement dbs) protected voidDAOSearchWorkShiftType.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.bl.workshift.type.task
Methods in overit.geocallapp.wfm.core.bl.workshift.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftTypeLoad.execute(WorkShiftTypeLoadEvent event, PoolKit poolKit) Writes the loaded work shift type into the event journal.protected voidBTWorkShiftTypeSearch.execute(WorkShiftTypeSearchEvent event, PoolKit poolKit) Writes the searched work shift type into the event journal -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.action
Methods in overit.geocallapp.wfm.core.bundler.rs2.action that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> BundlingService.automaticBundling()Automatically create a collection of bundles.org.springframework.http.ResponseEntity<Void> BundlingService.createBundle(@NotNull @Valid DTOBundling dto) Create a new bundle.org.springframework.http.ResponseEntity<Void> BundlingService.processRule(@NotNull @Valid DTOBundling dto) Process the required rules in order to create new bundles.org.springframework.http.ResponseEntity<Void> BundlingService.unbundle(@Valid DTOUnbundling unbundling) Unbundle the required bundle. -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.bundle
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleHeader> Retrieves the required bundle header.org.springframework.http.ResponseEntity<PageResponse<DTOBundleHeader>> BundleHeaderService.getCollection(@NotNull @Valid Page page, @NotNull @Valid DTOBundleHeaderSearchFilter filter) Retrieves all the stored bundle headers. -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.bundle.action
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.action that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> BundleLockingService.lockBundle(@NotNull @Valid DTOLock dto) Action to lock a bundle.org.springframework.http.ResponseEntity<Void> BundleLockingService.unlockBundle(@NotNull @Valid DTOLock dto) Action to unlock bundle. -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.bundle.operation
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.operation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> BundleOperationService.cancelOperation(Long id, Long operationId) Action to cancel a specified operation from the bundle operations.org.springframework.http.ResponseEntity<DTOBundleOperation> Retrieves the required bundle operation.org.springframework.http.ResponseEntity<PageResponse<DTOBundleOperation>> BundleOperationService.getCollection(@NotNull Long id, @NotNull @Valid Page page, @Valid @NotNull DTOBundleOperationSearchFilter filter) Retrieves all the stored bundle operations. -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.bundle.operation.states
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.operation.states that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleOperationState> Retrieve the bundle operation state.org.springframework.http.ResponseEntity<PageResponse<DTOBundleOperationState>> BundleOperationStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOBundleOperationStateSearchFilter filter) Retrieve the all stored bundle operation states. -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.bundle.skill
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.skill that throw DAExceptionModifier and TypeMethodDescriptionRetrieves the required bundle skill.org.springframework.http.ResponseEntity<PageResponse<DTOBundleSkill>> BundleSkillService.getCollection(@NotNull Long id, @NotNull @Valid Page page, @NotNull @Valid DTOBundleSkillSearchFilter filter) Retrieves all the stored bundle skills. -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.bundle.skilldivision
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.skilldivision that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleSkillDivision> Retrieves the required bundle skill division.org.springframework.http.ResponseEntity<PageResponse<DTOBundleSkillDivision>> BundleSkillDivisionService.getCollection(Long id, @NotNull @Valid Page page, @Valid @NotNull DTOBundleSkillDivisionSearchFilter filter) Retrieves all the stored bundle skill divisions. -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.bundle.state
Methods in overit.geocallapp.wfm.core.bundler.rs2.bundle.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleState> Retrieves the required bundle state.org.springframework.http.ResponseEntity<PageResponse<DTOBundleState>> BundleStateService.getCollection(@NotNull @Valid Page page, @NotNull @Valid DTOBundleStateSearchFilter filter) Retrieves all the stored bundle states. -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.ordering
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.ordering that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleOperationOrdering> Retrieves the required bundle operation ordering.org.springframework.http.ResponseEntity<PageResponse<DTOBundleOperationOrdering>> BundleOperationOrderingService.getCollection(@NotNull @Valid Page page, @NotNull @Valid DTOBundleOperationOrderingSearchFilter filter) Retrieves all the stored bundle operation ordering. -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundlingRuleHeader> Retrieves the required bundling rule header.org.springframework.http.ResponseEntity<PageResponse<DTOBundlingRuleHeader>> BundlingRuleHeaderService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOBundlingRuleHeaderSearchFilter filter) Retrieves all the stored bundling rule headers.org.springframework.http.ResponseEntity<Void> BundlingRuleHeaderService.patch(Long id, @Valid DTOBundlingRuleHeaderUpdate dto) Modifies the required bundling rule header.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> BundlingRuleHeaderService.post(@Valid DTOBundlingRuleHeaderInsert dto) Create a new bundling rule header. -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.action
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.action that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> BundlingRuleService.deleteFilters(Long id) Action to delete filters associated to a bundling rule.org.springframework.http.ResponseEntity<Void> BundlingRuleService.deleteOrderings(Long id) Action to delete ordering associated to a bundling rule. -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.filter
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.filter that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundlingRuleFilter> Retrieves the required bundling rule filters.org.springframework.http.ResponseEntity<PageResponse<DTOBundlingRuleFilter>> BundlingRuleFilterService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOBundlingRuleFilterSearchFilter filter) Retrieves all the stored bundling rule filters.org.springframework.http.ResponseEntity<Void> BundlingRuleFilterService.patch(Long id, @Valid DTOBundlingRuleFilterUpdate dto) Modifies the required bundling rule filter.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> BundlingRuleFilterService.post(@Valid DTOBundlingRuleFilterInsert dto) Creates a new bundling rule filter. -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.ordering
Methods in overit.geocallapp.wfm.core.bundler.rs2.configuration.bundling.rule.ordering that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundlingRuleOrdering> Retrieves the required bundling rule ordering.org.springframework.http.ResponseEntity<PageResponse<DTOBundlingRuleOrdering>> BundlingRuleOrderingService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOBundlingRuleOrderingSearchFilter filter) Retrieves all the stored bundling rule orderings.org.springframework.http.ResponseEntity<Void> BundlingRuleOrderingService.patch(Long id, @Valid DTOBundlingRuleOrderingUpdate dto) Modifies the required bundling rule ordering.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> BundlingRuleOrderingService.post(@Valid DTOBundlingRuleOrderingInsert dto) Creates a new bundling rule ordering. -
Uses of DAException in overit.geocallapp.wfm.core.bundler.rs2.criterion
Methods in overit.geocallapp.wfm.core.bundler.rs2.criterion that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOBundleCriterion> Retrieve the required bundle criterion.org.springframework.http.ResponseEntity<PageResponse<DTOBundleCriterion>> BundleCriterionService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOBundleCriterionSearchFilter filter) Retrieves all the stored bundle criterion. -
Uses of DAException in overit.geocallapp.wfm.core.crewshell.rs1.crewshell
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCrewShell> CrewShellService.get(Long id, Collection<String> fields) Retrieves the requiredBOCrewShellobject by calling theCrewShellLoadEventevent.org.springframework.http.ResponseEntity<PageResponse<DTOCrewShell>> CrewShellService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCrewShellFilter filter) Returns the collection of all the storedBOCrewShellobjects by calling theCrewShellSearchEventevent.org.springframework.http.ResponseEntity<Void> CrewShellService.patch(Long id, @Valid DTOCrewShellUpdate dto) Updates the requiredBOCrewShellobject by calling theCrewShellUpdateEventevent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> CrewShellService.post(@Valid DTOCrewShellInsert dto) Creates a newDTOCrewShellobject by calling theCrewShellInsertEventevent. -
Uses of DAException in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.address
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.address that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes the requiredBOCrewShellAddressobject by calling theCrewShellAddressDeleteEventevent.org.springframework.http.ResponseEntity<DTOCrewShellAddress> CrewShellAddressService.get(Long crewShell, Long id, Collection<String> fields) Retrieves the requiredBOCrewShellAddressobject by calling theCrewShellAddressLoadEventevent.org.springframework.http.ResponseEntity<PageResponse<DTOCrewShellAddress>> CrewShellAddressService.getCollection(@Valid Page page, Collection<String> fields, String order, Long crewShell, @Valid DTOCrewShellAddressFilter filter) Retrieves the collection of all the storedBOCrewShellAddressobjects by calling theCrewShellAddressSearchEventevent.org.springframework.http.ResponseEntity<Void> CrewShellAddressService.patch(Long crewShell, Long id, @Valid DTOCrewShellAddressUpdate dto) Updates the requiredBOCrewShellAddressobject by calling theCrewShellAddressUpdateEventevent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> CrewShellAddressService.post(Long crewShell, @Valid DTOCrewShellAddressInsert dto) Creates a newDTOCrewShellAddressobject by calling theCrewShellAddressInsertEventevent. -
Uses of DAException in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.skill
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.skill that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes the requiredBOCrewShellSkillobject by calling theCrewShellSkillDeleteEventevent.org.springframework.http.ResponseEntity<DTOCrewShellSkill> CrewShellSkillService.get(Long crewShell, Long id, Collection<String> fields) Retrieves the requiredBOCrewShellSkillobject by calling theCrewShellSkillLoadEventevent.org.springframework.http.ResponseEntity<PageResponse<DTOCrewShellSkill>> CrewShellSkillService.getCollection(@Valid Page page, Collection<String> fields, String order, Long crewShell, @Valid DTOCrewShellSkillFilter filter) Retrieves the collection of all the storedBOCrewShellSkillobjects by calling theCrewShellSkillSearchEventevent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> CrewShellSkillService.post(Long crewShell, @Valid DTOCrewShellSkillInsert dto) Creates a newDTOCrewShellSkillobject by calling theCrewShellSkillInsertEventevent. -
Uses of DAException in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.technician
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.technician that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes aBOCrewShellCompositionobject, removing the association of aBOSchedulingUserobject with the selectedBOCrewShellobject.org.springframework.http.ResponseEntity<DTOCrewShellTechnician> CrewShellTechnicianService.get(Long crewShell, Long id, Collection<String> fields) Retrieves the requiredBOCrewShellCompositionobject by calling theCrewShellCompositionLoadEventevent.org.springframework.http.ResponseEntity<PageResponse<DTOCrewShellTechnician>> CrewShellTechnicianService.getCollection(@Valid Page page, Collection<String> fields, String order, Long crewShell, @Valid DTOCrewShellTechnicianFilter filter) Retrieves the collection of all the storedBOCrewShellCompositionobjects by calling theCrewShellCompositionSearchEventevent.org.springframework.http.ResponseEntity<Void> CrewShellTechnicianService.patch(Long crewShell, Long technicianId, @Valid DTOCrewShellTechnicianUpdate compositionDto) Changes the daily foreman for the selectedBOCrewShellobject.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> CrewShellTechnicianService.post(Long crewShell, @Valid DTOCrewShellTechnicianInsert compositionDto) Inserts aBOCrewShellCompositionobject, associating aBOSchedulingUserobject with the selectedBOCrewShellobject. -
Uses of DAException in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.type
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCrewShellType> CrewShellTypeService.get(Long id, Collection<String> fields) Retrieves the requiredBOCrewShellTypeobject by calling theCrewShellTypeLoadEventevent.org.springframework.http.ResponseEntity<PageResponse<DTOCrewShellType>> CrewShellTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOCrewShellTypeFilter filter) Returns the collection of all the storedBOCrewShellTypeobjects by calling theCrewShellSearchEventevent.org.springframework.http.ResponseEntity<Void> CrewShellTypeService.patch(Long id, @Valid DTOCrewShellTypeUpdate dto) Updates the requiredBOCrewShellTypeobject by calling theCrewShellTypeUpdateEventevent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> CrewShellTypeService.post(@Valid DTOCrewShellTypeInsert dto) Creates a newDTOCrewShellTypeobject by calling theCrewShellTypeInsertEventevent. -
Uses of DAException in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.workshift
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.workshift that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCrewShellShift> CrewShellShiftService.get(Long crewShellShiftId, Collection<String> fields) Retrieves the required crew shell work shift by calling theCrewShellWorkShiftLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOCrewShellShift>> CrewShellShiftService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCrewShellShiftFilter filter) Returns the collection of all the stored crew shell work shifts by calling theCrewShellWorkShiftSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.core.datacollection.rs2.optionsgroup
Methods in overit.geocallapp.wfm.core.datacollection.rs2.optionsgroup that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionOptionsGroupService.createOptionsGroup(@Valid DTODataCollectionOptionsGroup input) Deprecated, for removal: This API element is subject to removal in a future version.Create a new options group.org.springframework.http.ResponseEntity<DTODataCollectionOptionsGroup> Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required data collection options group.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionOptionsGroup>> DataCollectionOptionsGroupService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTODataCollectionOptionsGroupSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data collection option groups.Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required model.org.springframework.http.ResponseEntity<Void> DataCollectionOptionsGroupService.patchOperationsGroupModel(Long id, @Valid List<DataCollectionNodeSelectionOption> input) Deprecated, for removal: This API element is subject to removal in a future version.Modify the required data collection options group model.org.springframework.http.ResponseEntity<Void> DataCollectionOptionsGroupService.patchOptionsGroup(Long id, @Valid DTODataCollectionOptionsGroup input) Deprecated, for removal: This API element is subject to removal in a future version.Modify the required data collection options group. -
Uses of DAException in overit.geocallapp.wfm.core.datacollection.rs2.rule
Methods in overit.geocallapp.wfm.core.datacollection.rs2.rule that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> DataCollectionTemplateWOCreationRuleService.createWoCreationRule(@Valid DTODataCollectionTemplateWOCreationRuleInsert input) Deprecated, for removal: This API element is subject to removal in a future version.Create a new data template WO Creation Rule.org.springframework.http.ResponseEntity<DTODataCollectionTemplateWOCreationRule> Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required data template WO Creation Rule.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateWOCreationRule>> DataCollectionTemplateWOCreationRuleService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTODataCollectionTemplateWOCreationRuleSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data template WO Creation Rules.org.springframework.http.ResponseEntity<Void> DataCollectionTemplateWOCreationRuleService.patchWoCreationRule(Long id, @Valid DTODataCollectionTemplateWOCreationRuleUpdate input) Deprecated, for removal: This API element is subject to removal in a future version.Modify the required data template WO Creation Rule. -
Uses of DAException in overit.geocallapp.wfm.core.datacollection.rs2.sheet
Methods in overit.geocallapp.wfm.core.datacollection.rs2.sheet that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> DataCollectionSheetService.associateToSchedulingResource(Long id, @Valid DTODataCollectionSheetAssociateSchedulingResource resourceInput) Deprecated, for removal: This API element is subject to removal in a future version.Associate to scheduling resource.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.associateToWOOperation(Long id, @Valid DTODataCollectionSheetAssociateWOOperation woOperationInput) Deprecated, for removal: This API element is subject to removal in a future version.Associate sheet to the specified WO Operation.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.cancelSheet(Long id) Deprecated, for removal: This API element is subject to removal in a future version.Cancel the required sheet.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.closeSchedulingResourceSheet(Long id) Deprecated, for removal: This API element is subject to removal in a future version.Close a sheet assigned to a scheduling resource.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.dissociateFromSchedulingResource(Long id) Deprecated, for removal: This API element is subject to removal in a future version.Dissociate from scheduling resource.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.dissociateFromWOOperation(Long id) Deprecated, for removal: This API element is subject to removal in a future version.Dissociate sheet from WO OperationDataCollectionSheetInstanceDissociateFromWOOperationEventorg.springframework.http.ResponseEntity<Void> DataCollectionSheetService.fixSchedulingResourceSheet(Long id) Deprecated, for removal: This API element is subject to removal in a future version.Fix a sheet assigned to a scheduling resource.org.springframework.http.ResponseEntity<DTODataCollectionSheet> Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required data collection sheet.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionSheet>> DataCollectionSheetService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTODataCollectionSheetSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data collection sheets.Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required model.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.post(Long id, List<DTODataCollectionNodeFillIn> fillInNodes) Deprecated, for removal: This API element is subject to removal in a future version.Fill-in the specified nodes with given values. -
Uses of DAException in overit.geocallapp.wfm.core.datacollection.rs2.sheet.scope
Methods in overit.geocallapp.wfm.core.datacollection.rs2.sheet.scope that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionSheetScope> Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required data collection sheet scope.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionSheetScope>> DataCollectionSheetScopeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DataCollectionSheetScopeSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data collection sheet scopes. -
Uses of DAException in overit.geocallapp.wfm.core.datacollection.rs2.sheet.state
Methods in overit.geocallapp.wfm.core.datacollection.rs2.sheet.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionSheetState> Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required data collection sheet state.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionSheetState>> DataCollectionSheetStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTODataCollectionSheetStateSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data collection sheet states. -
Uses of DAException in overit.geocallapp.wfm.core.datacollection.rs2.template
Methods in overit.geocallapp.wfm.core.datacollection.rs2.template that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateService.createRelease(Long id, @Valid DTODataCollectionTemplateReleaseInsert input) Deprecated, for removal: This API element is subject to removal in a future version.Create a new release.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateService.createSheet(Long id, @Valid DTODataCollectionTemplateInsertSheet input) Deprecated, for removal: This API element is subject to removal in a future version.Create a new sheet.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateService.createTemplate(@Valid DTODataCollectionTemplateCreate input) Deprecated, for removal: This API element is subject to removal in a future version.Create a new template.org.springframework.http.ResponseEntity<DTODataCollectionTemplateHeader> Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required data collection template header.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateHeader>> DataCollectionTemplateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTODataCollectionTemplateHeaderSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data collection template headers.org.springframework.http.ResponseEntity<DTODataCollectionTemplateRelease> DataCollectionTemplateService.getCurrentRelease(Long id) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the current release associated to the required template.org.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> DataCollectionTemplateService.getCurrentReleaseModel(Long id, String language) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the current release model associated to the required template.org.springframework.http.ResponseEntity<DTODataCollectionTemplateRelease> DataCollectionTemplateService.getRelease(Long id, Long releaseId) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required release.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateRelease>> DataCollectionTemplateService.getReleaseCollection(Long id, @NotNull @Valid Page page, @Valid @NotNull DTODataCollectionTemplateReleaseSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required release collection.org.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> DataCollectionTemplateService.getReleaseModel(Long id, Long releaseId, String language) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required release model.org.springframework.http.ResponseEntity<DTODataCollectionTemplateWorkingCopy> DataCollectionTemplateService.getWorkingCopy(Long id) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the working copy associated to the data collection template.org.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> DataCollectionTemplateService.getWorkingCopyModel(Long id, String language) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required working copy model.org.springframework.http.ResponseEntity<Void> DataCollectionTemplateService.patch(Long id, @Valid DTODataCollectionTemplateHeaderUpdate input) Deprecated, for removal: This API element is subject to removal in a future version.Modify the required data collection template header.org.springframework.http.ResponseEntity<Void> DataCollectionTemplateService.patchRelease(Long id, Long releaseId, @Valid DTODataCollectionTemplateReleaseUpdate input) Deprecated, for removal: This API element is subject to removal in a future version.Modify the required release.org.springframework.http.ResponseEntity<Void> DataCollectionTemplateService.patchWorkingCopy(Long id, @Valid DTODataCollectionTemplateWorkingCopyUpdate input) Deprecated, for removal: This API element is subject to removal in a future version.Modify the required data collection template structure associated to the data collection template.org.springframework.http.ResponseEntity<Void> DataCollectionTemplateService.patchWorkingCopyModel(Long id, @Valid TreeModel<DTODataCollectionNode> input) Deprecated, for removal: This API element is subject to removal in a future version.Modify the required working copy model. -
Uses of DAException in overit.geocallapp.wfm.core.datacollection.rs2.type
Methods in overit.geocallapp.wfm.core.datacollection.rs2.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionType> Deprecated, for removal: This API element is subject to removal in a future version.Retrieves the required data collection type.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionType>> DataCollectionTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTODataCollectionTypeSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data collection types.org.springframework.http.ResponseEntity<Void> DataCollectionTypeService.patch(Long id, @Valid DTODataCollectionTypeUpdate dataCollectionType) Deprecated, for removal: This API element is subject to removal in a future version.Modifies the required data collection type update.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTypeService.post(@Valid DTODataCollectionTypeInsert dataCollectionType) Deprecated, for removal: This API element is subject to removal in a future version.Create a new data collection type insert. -
Uses of DAException in overit.geocallapp.wfm.core.multistage.rs2.configuration
Methods in overit.geocallapp.wfm.core.multistage.rs2.configuration that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Delete the required multistage configuration.org.springframework.http.ResponseEntity<DTOMultistageConfiguration> Retrieves the multistage configurationMultistageConfigurationLoadEventorg.springframework.http.ResponseEntity<DTOMultistageConfiguration> MultistageConfigurationService.getByOperationCenter(Long operationCenterId) Retrieves the multistage configurationMultistageConfigurationLoadByOperationCenterEventorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageConfiguration>> MultistageConfigurationService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageConfigurationSearchFilter filter) Retrieve the all stored multistage configurationMultistageConfigurationSearchEventorg.springframework.http.ResponseEntity<Void> MultistageConfigurationService.patch(Long id, @Valid DTOMultistageConfigurationUpdate dtoMultistageConfigurationUpdate) Modifies the required multistage configuration.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> MultistageConfigurationService.post(@Valid DTOMultistageConfigurationInsert input) Create a new multistage configuration. -
Uses of DAException in overit.geocallapp.wfm.core.multistage.rs2.dependencytype
Methods in overit.geocallapp.wfm.core.multistage.rs2.dependencytype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMultistageDependencyType> Retrieves the required multistage dependency type.org.springframework.http.ResponseEntity<PageResponse<DTOMultistageDependencyType>> MultistageDependencyTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageDependencyTypeSearchFilter filter) Retrieve the stored multistage dependency typeMultistageDependencyTypeSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.multistage.rs2.group
Methods in overit.geocallapp.wfm.core.multistage.rs2.group that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> MultistageGroupService.addDependencies(Long id, DTOMultistageGroupAddDependencies multistageGroupAddDependencies) Action to call the multistage group add dependenciesMultistageGroupAddDependenciesEvent.org.springframework.http.ResponseEntity<Void> MultistageGroupService.addWOOperations(Long id, Set<Long> workOrderOperations) Action to call the multistage group operation addMultistageGroupAddWOOperationsEvent.org.springframework.http.ResponseEntity<Void> MultistageGroupService.editDependencies(Long id, DTOMultistageGroupEditDependencies multistageGroupEditDependencies) Action to call the multistage group dependency editMultistageGroupEditDependenciesEvent.org.springframework.http.ResponseEntity<DTOMultistageGroupHeader> Retrieves the required multistage group header.org.springframework.http.ResponseEntity<PageResponse<DTOMultistageGroupHeader>> MultistageGroupService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageGroupHeaderSearchFilter filter) Retrieve all the stored multistage group headers.org.springframework.http.ResponseEntity<PageResponse<DTOMultistageViolation>> MultistageGroupService.getViolations(@NotNull Long id, @Valid @NotNull DTOMultistageViolationGroupSearchFilter filter) Retrieves the multistage violation matching the specified filterMultistageViolationSearchEventorg.springframework.http.ResponseEntity<Void> MultistageGroupService.patch(Long id, @Valid DTOMultistageGroupHeaderUpdate dtoMultistageGroupHeaderUpdate) Modifies the multistage group header.org.springframework.http.ResponseEntity<Void> MultistageGroupService.post(@Valid DTOMultistageGroupHeaderInsert input) Creates a new multistage group header.org.springframework.http.ResponseEntity<Void> MultistageGroupService.removeDependencies(Long id, Set<Long> multistageDependencies) Action to call the multistage group dependency deleteMultistageGroupRemoveDependenciesEvent.org.springframework.http.ResponseEntity<Void> MultistageGroupService.removeOperations(Long id, Set<Long> multistageGroupOperations) Action to call the multistage group operation deleteMultistageGroupRemoveOperationsEvent. -
Uses of DAException in overit.geocallapp.wfm.core.multistage.rs2.group.dependency
Methods in overit.geocallapp.wfm.core.multistage.rs2.group.dependency that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMultistageGroupDependency> Retrieves the required multistage group dependency.org.springframework.http.ResponseEntity<PageResponse<DTOMultistageGroupDependency>> MultistageGroupDependencyService.getCollection(@NotNull Long id, @NotNull @Valid Page page, @Valid @NotNull DTOMultistageGroupDependencySearchFilter filter) Retrieve the all stored multistage group dependenciesMultistageGroupDependencySearchEvent. -
Uses of DAException in overit.geocallapp.wfm.core.multistage.rs2.group.operation
Methods in overit.geocallapp.wfm.core.multistage.rs2.group.operation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageGroupOperation>> MultistageGroupOperationService.getCollection(@NotNull Long id, @NotNull @Valid Page page, @Valid @NotNull DTOMultistageGroupOperationSearchFilter filter) Retrieve the all stored multistage group operationsMultistageGroupOperationSearchEvent.org.springframework.http.ResponseEntity<List<DTOMultistageViolation>> MultistageGroupOperationService.getRelatedViolations(@NotNull Long id, @NotNull Long multistageGroupOperationId, @Valid @NotNull DTOMultistageGroupOperationRelatedViolations filter) Retrieve the all stored violations related to multistage group operationsMultistageViolationLoadOperationsRelatedViolationsEvent. -
Uses of DAException in overit.geocallapp.wfm.core.multistage.rs2.group.origintypes
Methods in overit.geocallapp.wfm.core.multistage.rs2.group.origintypes that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMultistageOriginType> Retrieves the required multistage origin type.org.springframework.http.ResponseEntity<PageResponse<DTOMultistageOriginType>> MultistageOriginTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageOriginTypeSearchFilter filter) Retrieve the all stored multistage origin typeMultistageOriginTypeSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.multistage.rs2.group.state
Methods in overit.geocallapp.wfm.core.multistage.rs2.group.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMultistageState> Retrieves the required multistage state.org.springframework.http.ResponseEntity<PageResponse<DTOMultistageState>> MultistageStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageStateSearchFilter filter) Retrieve the all stored multistage statesMultistageStateSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.multistage.rs2.management
Methods in overit.geocallapp.wfm.core.multistage.rs2.management that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMultistageManagement> Retrieves the required multistage management.org.springframework.http.ResponseEntity<PageResponse<DTOMultistageManagement>> MultistageManagementService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageManagementSearchFilter filter) Retrieve the all stored multistage managementMultistageManagementSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.multistage.rs2.violation
Methods in overit.geocallapp.wfm.core.multistage.rs2.violation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMultistageViolation>> MultistageViolationService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageViolationSearchFilter filter) Retrieves the multistage violation matching the specified filterMultistageViolationSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.multistage.rs2.violation.type
Methods in overit.geocallapp.wfm.core.multistage.rs2.violation.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMultistageViolationType> Retrieves the required multistage violation type.org.springframework.http.ResponseEntity<PageResponse<DTOMultistageViolationType>> MultistageViolationTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMultistageViolationTypeSearchFilter filter) Retrieve the all stored multistage violation typeMultistageViolationTypeSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.permits.rs2.permits.type
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOPermitType> Retrieves the required permit type.org.springframework.http.ResponseEntity<PageResponse<DTOPermitType>> PermitTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOPermitTypeSearchFilter filter) Retrieve all the stored permit types.org.springframework.http.ResponseEntity<Void> PermitTypeService.patch(Long id, @Valid DTOPermitTypeUpdate dto) Modifies the permit type.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> PermitTypeService.post(@Valid DTOPermitTypeInsert dto) Create a new permit type. -
Uses of DAException in overit.geocallapp.wfm.core.permits.rs2.permits.type.outcomereason
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.type.outcomereason that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOPermitTypeOutcomeReasonRel> Retrieves the required permit type-outcome reason association.org.springframework.http.ResponseEntity<PageResponse<DTOPermitTypeOutcomeReasonRel>> PermitTypeOutcomeReasonRelService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOPermitTypeOutcomeReasonSearchFilter filter) Retrieve all the stored associations between Permit Types and Outcome ReasonsPermitTypeSearchEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> PermitTypeOutcomeReasonRelService.post(@Valid DTOPermitTypeOutcomeReasonInsert dto) Create a new permit type-outcome reason association.org.springframework.http.ResponseEntity<Void> PermitTypeOutcomeReasonRelService.removeOperationCenters(Long singleInterventionId) -
Uses of DAException in overit.geocallapp.wfm.core.permits.rs2.permits.workcycle
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.workcycle that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> WorkCyclePermitService.addWorkCyclePermit(Long workCycleId, Long permitTypeId) org.springframework.http.ResponseEntity<Long> WorkCyclePermitService.addWorkCycleStructurePermit(Long workCycleId, Long workCycleStructureId, @Valid DTOWorkCyclePermitTypeRel dtoInsert) org.springframework.http.ResponseEntity<List<BOPermitType>> WorkCyclePermitService.getWorkCyclePermit(Long workCycleId) org.springframework.http.ResponseEntity<PageResponse<DTOWorkCyclePermitsOutput>> WorkCyclePermitService.getWorkCyclePermitCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWorkCyclePermitSearchFilter filter) org.springframework.http.ResponseEntity<List<DTOPermitTypeOutput>> WorkCyclePermitService.getWorkCycleStructurePermit(Long workCycleId, Long workCysleStructureId) org.springframework.http.ResponseEntity<List<DTOWorkCycleStructurePermitsOutput>> WorkCyclePermitService.getWorkCycleStructurePermitCollection(Long workCycleId) org.springframework.http.ResponseEntity<Void> WorkCyclePermitService.removeWorkCyclePermit(Long workCycleId, Long permitTypeId) org.springframework.http.ResponseEntity<Void> WorkCyclePermitService.removeWorkCycleStructurePermit(Long workCycleId, Long workCycleStructureId, Long permitTypeId) -
Uses of DAException in overit.geocallapp.wfm.core.permits.rs2.permits.workorder
Methods in overit.geocallapp.wfm.core.permits.rs2.permits.workorder that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> WorkOrderPermitService.addWorkOrderObtainedPermit(@NotNull @Valid DTOWorkOrderObtainedPermitInsert dtoInsert) Add the obtained permit to the work order.org.springframework.http.ResponseEntity<Long> WorkOrderPermitService.addWorkOrderPermitRequired(@NotNull @Valid DTOWorkOrderRequiredPermitInsert dtoInsert) Add the required permit to the work order.org.springframework.http.ResponseEntity<Boolean> WorkOrderPermitService.areWorkOrderPermitsValid(Long workOrderId) Return if the permits linked to the work order are all valid..org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderObtainedPermit>> WorkOrderPermitService.getWorkOrderObtainedPermits(@NotNull @Valid Page page, @Valid @NotNull DTOWorkOrderObtainedPermitSearchFilter filter) Return all permit obtained for the specified permitRequestedId.org.springframework.http.ResponseEntity<DTOWorkOrderPermitOutput> WorkOrderPermitService.getWorkOrderPermitRequired(Long permitRequiredId) Return the PermitRequired specified by permitRequiredId.org.springframework.http.ResponseEntity<List<DTOWorkOrderPermitOutput>> WorkOrderPermitService.getWorkOrderPermitsRequired(@Valid @NotNull DTOWorkOrderRequiredPermitSearchFilter filter) Return all PermitRequired associated to the workOrderId.org.springframework.http.ResponseEntity<Void> WorkOrderPermitService.removeWorkOrderPermitRequired(Long workOrderId, Long permitRequiredId) Remove the required permit from the work order.org.springframework.http.ResponseEntity<Void> WorkOrderPermitService.updateWorkOrderPermitRequired(Long permitObtainedId, @NotNull @Valid DTOWorkOrderObtainedPermitUpdate dto) Update the obtained permit of the required permit on the work order.org.springframework.http.ResponseEntity<Void> WorkOrderPermitService.updateWorkOrderPermitRequired(Long permitRequiredId, @NotNull @Valid DTOWorkOrderRequiredPermitUpdate dto) Update the required permit linked to the work order. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.attachment
Methods in overit.geocallapp.wfm.core.rs5.attachment that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAttachmentURL> AttachmentService.getDownloadUrl(String uuid) Returns the download url.org.springframework.http.ResponseEntity<DTOAttachmentURL> AttachmentService.getUploadUrl(String uuid) Returns the upload attachment url.protected WebResourceAttachmentService.getWebResource(String uuid) -
Uses of DAException in overit.geocallapp.wfm.core.rs5.base.ocgroup
Methods in overit.geocallapp.wfm.core.rs5.base.ocgroup that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOCGroup> Retrieves the required OC group.org.springframework.http.ResponseEntity<PageResponse<DTOOCGroup>> OCGroupService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOCGroupSearchFilter filter) Retrieve the all stored OC groups. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.clocking
Methods in overit.geocallapp.wfm.core.rs5.clocking that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOClocking> Retrieves the required clocking.org.springframework.http.ResponseEntity<PageResponse<DTOClocking>> ClockingService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOClockingSearchFilter filter) Retrieve the all stored clocking. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.clocking.type
Methods in overit.geocallapp.wfm.core.rs5.clocking.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOClockingType> Retrieves the required clocking type.org.springframework.http.ResponseEntity<PageResponse<DTOClockingType>> ClockingTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOClockingTypeSearchFilter filter) Retrieve the all stored clocking types. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.clocking.type.action
Methods in overit.geocallapp.wfm.core.rs5.clocking.type.action that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOClockingActionType> Retrieves the required clocking action type.org.springframework.http.ResponseEntity<PageResponse<DTOClockingActionType>> ClockingActionTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOClockingActionTypeSearchFilter filter) Retrieve the all stored clocking action types. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.gis.offline
Methods in overit.geocallapp.wfm.core.rs5.gis.offline that throw DAExceptionModifier and TypeMethodDescriptionprotected overit.geocallapp.docshare.docsharing.services.ResourceServiceGisOfflinePackageService.getResourceService()Returns an instance of theResourceService.protected BOGisOfflinePackageGisOfflinePackageService.loadActiveGisOfflinePackage(Long externalId) Loads theBOGisOfflinePackagewhich corresponds to the given external id.protected overit.geocallapp.docshare.docsharing.model.ResourceGisOfflinePackageService.saveOfflinePackage(BOGisOfflinePackage gisPackage, @NotNull DTOGisFileUploadRequest dto) Calls theGisOfflinePackageSaveFileEventin order to create a new versions of the gis file that is going to be uploaded.org.springframework.http.ResponseEntity<Void> GisOfflinePackageService.updateGisFileUploadOutcome(@Valid DTOGisFileUploadOutcome dtoOutcome) Retrieve the outcome of the Gis file upload.org.springframework.http.ResponseEntity<DTOGisFileUploadUrl> GisOfflinePackageService.uploadGisFile(@Valid DTOGisFileUploadRequest dtoRequest) Retrieve the pre-signed url for the Gis file upload. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.location.region
Methods in overit.geocallapp.wfm.core.rs5.location.region that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTORegion> Retrieves the required region.org.springframework.http.ResponseEntity<PageResponse<DTORegion>> RegionService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTORegionSearchFilter filter) Retrieve the all stored regions. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.material.history
Methods in overit.geocallapp.wfm.core.rs5.material.history that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMaterialHistory> Retrieves the requiredDTOMaterialHistoryby calling from theMaterialHistoryLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMaterialHistory>> MaterialHistoryService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMaterialHistorySearchFilter filter) Returns the collection of all the stored material histories by calling theMaterialHistorySearchEvent. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.material.serialized
Methods in overit.geocallapp.wfm.core.rs5.material.serialized that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSerializedMaterial> org.springframework.http.ResponseEntity<PageResponse<DTOSerializedMaterial>> SerializedMaterialService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSerializedMaterialSearchFilter filter) org.springframework.http.ResponseEntity<DTOSerializedMaterialHistory> SerializedMaterialService.getHistory(Long serializedMaterialId, Long id) org.springframework.http.ResponseEntity<PageResponse<DTOSerializedMaterialHistory>> SerializedMaterialService.getSerializedMaterialHistories(Long serializedMaterialId) org.springframework.http.ResponseEntity<Void> SerializedMaterialService.patch(Long id, @Valid DTOSerializedMaterialUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> SerializedMaterialService.post(@Valid DTOSerializedMaterialInsert dto) -
Uses of DAException in overit.geocallapp.wfm.core.rs5.material.serialized.model
Methods in overit.geocallapp.wfm.core.rs5.material.serialized.model that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSerializedMaterialModel> org.springframework.http.ResponseEntity<PageResponse<DTOSerializedMaterialModel>> SerializedMaterialModelService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSerializedMaterialModelSearchFilter filter) org.springframework.http.ResponseEntity<Void> SerializedMaterialModelService.patch(Long id, @Valid DTOSerializedMaterialModelUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> SerializedMaterialModelService.post(@Valid DTOSerializedMaterialModelInsert dto) -
Uses of DAException in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.encodednote
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.encodednote that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderEncodedNote> Retrieves the required encoded note.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderEncodedNote>> WorkOrderEncodedNoteService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWorkOrderEncodedNoteSearchFilter filter) Retrieve the all stored encoded notes.org.springframework.http.ResponseEntity<Void> WorkOrderEncodedNoteService.patch(Long id, @Valid DTOWorkOrderEncodedNoteUpdate dto) Modifies the required encoded note.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderEncodedNoteService.post(@Valid DTOWorkOrderEncodedNoteInsert dto) Create a new encoded note. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeReason> Retrieves the required outcome reason.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeReason>> OutcomeReasonService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOutcomeReasonSearchFilter filter) Retrieve the all stored outcome reasons.org.springframework.http.ResponseEntity<Void> OutcomeReasonService.patch(Long id, @Valid DTOOutcomeReasonUpdate dto) Modifies the required outcome reason.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OutcomeReasonService.post(@Valid DTOOutcomeReasonInsert dto) Create a new outcome reason. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.outcomeclass
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.outcomeclass that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeClass> Retrieves the required outcome class.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeClass>> OutcomeClassService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOutcomeClassSearchFilter filter) Retrieve the all stored outcome classes. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.reasontype
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.reasontype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeReasonType> Retrieves the required outcome reason type.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeReasonType>> OutcomeReasonTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOutcomeReasonTypeSearchFilter filter) Retrieve the all stored outcome reason types.org.springframework.http.ResponseEntity<Void> OutcomeReasonTypeService.patch(Long id, @Valid DTOOutcomeReasonTypeUpdate dto) Modifies the required outcome reason type.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OutcomeReasonTypeService.post(@Valid DTOOutcomeReasonTypeInsert dto) Create a new outcome reason type. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.type
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.reason.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeType> Retrieves the required outcome type.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeType>> OutcomeTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOutcomeTypeSearchFilter filter) Retrieve the all stored outcome types. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.validationstate
Methods in overit.geocallapp.wfm.core.rs5.schedule.intervention.outcome.validationstate that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeValidationState> Retrieves the required outcome validation state.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeValidationState>> OutcomeValidationStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOutcomeValidationStateSearchFilter filter) Retrieve the all stored outcome validation states. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.schedulingresource.workday
Methods in overit.geocallapp.wfm.core.rs5.schedulingresource.workday that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> WorkDayClosureService.close(Long id, @Valid DTOWorkDayClosure workDayClosure) Closes the work day of the specified scheduling resource. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.encodednote
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.encodednote that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOEncodedNote> Retrieves the required encoded note.org.springframework.http.ResponseEntity<PageResponse<DTOEncodedNote>> EncodedNoteService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOEncodedNoteSearchFilter filter) Retrieve the all stored encoded notes.org.springframework.http.ResponseEntity<Void> EncodedNoteService.patch(Long id, @Valid DTOEncodedNoteUpdate input) Modifies the required encoded note.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> EncodedNoteService.post(@Valid DTOEncodedNoteInsert input) Create a new encoded note. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.metertype
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.metertype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOReadingMeterType> org.springframework.http.ResponseEntity<PageResponse<DTOReadingMeterType>> ReadingMeterTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOReadingMeterTypeSearchFilter filter) -
Uses of DAException in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.state
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeterReadingState> Retrieves the required meter reading state.org.springframework.http.ResponseEntity<PageResponse<DTOMeterReadingState>> MeterReadingStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMeterReadingStateSearchFilter filter) Retrieve the all stored meter reading states. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.type
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.reading.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeterReadingType> Retrieves the required meter reading type.org.springframework.http.ResponseEntity<PageResponse<DTOMeterReadingType>> MeterReadingTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMeterReadingTypeSearchFilter filter) Retrieve the all stored meter reading types. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.technicalobject.meter.state
Methods in overit.geocallapp.wfm.core.rs5.technicalobject.meter.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeterState> Retrieves the required meter state.org.springframework.http.ResponseEntity<PageResponse<DTOMeterState>> MeterStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMeterStateSearchFilter filter) Retrieve the all stored meter states. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.user
Methods in overit.geocallapp.wfm.core.rs5.user that throw DAExceptionModifier and TypeMethodDescriptionRetrieves the required user.UserService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOUserSearchFilter filter) Retrieve the all stored users.org.springframework.http.ResponseEntity<Void> UserService.patch(Long id, @Valid DTOUserUpdate dtoUser) Modifies the required user.org.springframework.http.ResponseEntity<Long> UserService.post(@Valid DTOUserInsert dtoUser) Create a new user. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.workcalendar.resourceshiftexceptionrequest
Methods in overit.geocallapp.wfm.core.rs5.workcalendar.resourceshiftexceptionrequest that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResourceShiftExceptionRequest> Retrieves the required work calendar work shift request.org.springframework.http.ResponseEntity<PageResponse<DTOResourceShiftExceptionRequest>> ResourceShiftExceptionRequestService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOResourceShiftExceptionRequestSearchFilter filter) Retrieve the all stored work calendar work shift requests.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ResourceShiftExceptionRequestService.post(@Valid DTOResourceShiftExceptionRequestInsert input) Create a new resource shift exception requestResourceShiftExceptionRequestInsertEvent -
Uses of DAException in overit.geocallapp.wfm.core.rs5.workcalendar.workshift.oncall
Methods in overit.geocallapp.wfm.core.rs5.workcalendar.workshift.oncall that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOnCallShift> Retrieves the required work calendar on call shift.org.springframework.http.ResponseEntity<PageResponse<DTOOnCallShift>> OnCallShiftService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOOnCallShiftSearchFilter filter) Retrieve the all stored work calendar on calls shifts. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.workorder
Methods in overit.geocallapp.wfm.core.rs5.workorder that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> WorkOrderService.createFromWorkCycle(@Valid DTOWOCreateFromWorkCycle input) Create a new work order from work cycle. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.workorder.attachment
Methods in overit.geocallapp.wfm.core.rs5.workorder.attachment that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderAttachment>> WorkOrderAttachmentService.getCollection(Long id) Retrieve all the attachments linked with the work orderWorkOrderHeaderSearchEventorg.springframework.http.ResponseEntity<DTOWorkOrderAttachment> WorkOrderAttachmentService.post(Long id, @Valid DTOWorkOrderAttachmentInsert dtoWokOrderAttachmentInsert) Add an attachment to the work orderWorkOrderAttachmentInsertEvent.org.springframework.http.ResponseEntity<Void> Action to remove an attachmentWorkOrderAttachmentRemoveEvent.org.springframework.http.ResponseEntity<DTOWorkOrderAttachment> WorkOrderAttachmentService.uploadOutcome(Long id, @Valid DTOWorkOrderAttachmentUploadOutcome dtoWorkOrderAttachmentComplete) Action to upload the outcome of a work order attachment associationWorkOrderAttachmentUploadOutcomeEvent. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle
Methods in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkCycleHeader> Retrieve the required work order cycle header.org.springframework.http.ResponseEntity<PageResponse<DTOWorkCycleHeader>> WorkCycleHeaderSerivce.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWorkCycleHeaderSearchFilter filter) Retrieve the all stored work order cycle headers.org.springframework.http.ResponseEntity<Void> WorkCycleHeaderSerivce.patch(Long id, @Valid DTOWorkCycleHeaderUpdate dtoWorkOrderCycleHeader) Modifies the required work order cycle header.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkCycleHeaderSerivce.post(@Valid DTOWorkCycleHeaderInsert dtoWorkOrderCycleHeader) Create a new work order cycle header. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle.operation
Methods in overit.geocallapp.wfm.core.rs5.workorder.config.workcycle.operation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderCycleOperation> Retrieves the required work order cycle operation.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderCycleOperation>> WorkCycleOperationService.getCollection(Long workCycleId) Retrieve the all stored work order cycle operations.org.springframework.http.ResponseEntity<Void> WorkCycleOperationService.patch(Long workCycleId, Long id, @Valid DTOWorkOrderCycleOperationUpdate input) Modifies the required work order cycle operation.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkCycleOperationService.post(Long workCycleId, @Valid DTOWorkOrderCycleOperationInsert input) Create a new work order cycle operation. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.workorder.config.workorderorigin
Methods in overit.geocallapp.wfm.core.rs5.workorder.config.workorderorigin that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderOrigin> Retrieves the required work order origin.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOrigin>> WorkOrderOriginService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWorkOrderOriginSearchFilter filter) Retrieve the all stored work order origins. -
Uses of DAException in overit.geocallapp.wfm.core.rs5.workorder.operation.material
Methods in overit.geocallapp.wfm.core.rs5.workorder.operation.material that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderOperationMaterial> Retrieves the required material associated to the specified work order operation.org.springframework.http.ResponseEntity<List<DTOWorkOrderOperationMaterial>> WorkOrderOperationMaterialService.getCollection(Long workOrderId, Long operationId, @NotNull @Valid Page page, @Valid @NotNull DTOWorkOrderOperationMaterialSearchFilter filter) Retrieves the materials associated to the given work order operation id.org.springframework.http.ResponseEntity<Void> WorkOrderOperationMaterialService.patch(Long workOrderId, Long operationId, Long materialId, @Valid DTOWorkOrderOperationMaterialUpdate dto) Modifies the given association between the material and the work order operation.org.springframework.http.ResponseEntity<Void> WorkOrderOperationMaterialService.post(Long workOrderId, Long operationId, @Valid DTOWorkOrderOperationMaterialInsert dto) Creates a new association between the given material and the work order operation. -
Uses of DAException in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Cancel one scheduling proposals.org.springframework.http.ResponseEntity<DTOSchedulingProposalStateId> Retrieves one scheduling proposal stored.org.springframework.http.ResponseEntity<DTOSchedulingProposalTypeId> Retrieves all scheduling proposals stored. -
Uses of DAException in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.creation
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.creation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSchedulingCreationProposal> org.springframework.http.ResponseEntity<PageResponse<DTOSchedulingCreationProposal>> SchedulingCreationProposalService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSchedulingCreationProposalSearchFilter filter) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> SchedulingCreationProposalService.post(@Valid DTOSchedulingCreationProposalInsert dtoInsert) Create the required scheduling proposal. -
Uses of DAException in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.removal
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.removal that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSchedulingRemovalProposal> org.springframework.http.ResponseEntity<PageResponse<DTOSchedulingRemovalProposal>> SchedulingRemovalProposalService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSchedulingRemovalProposalSearchFilter filter) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> SchedulingRemovalProposalService.post(@Valid DTOSchedulingRemovalProposalInsert dtoInsert) Create the required scheduling proposal. -
Uses of DAException in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.state
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSchedulingProposalState> org.springframework.http.ResponseEntity<PageResponse<DTOSchedulingProposalState>> SchedulingProposalStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSchedulingProposalStateSearchFilter filter) -
Uses of DAException in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.type
Methods in overit.geocallapp.wfm.core.schedulingproposal.rs2.schedulingproposal.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSchedulingProposalType> org.springframework.http.ResponseEntity<PageResponse<DTOSchedulingProposalType>> SchedulingProposalTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOSchedulingProposalTypeSearchFilter filter) -
Uses of DAException in overit.geocallapp.wfm.core.soap.addresses.address.v1
Methods in overit.geocallapp.wfm.core.soap.addresses.address.v1 that throw DAExceptionModifier and TypeMethodDescriptionprotected voidAddressWrapper.decodeProvince(Object source, Object destination) Decode provinceId using countryid and province codeAddressMappingHelper.getBOAddress(Address payload) void -
Uses of DAException in overit.geocallapp.wfm.core.soap.commons.externalsystem
Methods in overit.geocallapp.wfm.core.soap.commons.externalsystem that throw DAExceptionModifier and TypeMethodDescriptionExternalSystemHelper.getBOExternalSystem(String code, PoolKit poolKit) ExternalSystemHelper.getExternalSystemId(String code, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.commons.task
Methods in overit.geocallapp.wfm.core.soap.commons.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSMethodImpl.body(WSMethodImplEvent<I, O> event, PoolKit poolKit) protected abstract OBTWSMethodImpl.executeMethod(WSMethodImplEvent<I, O> event, PoolKit poolKit) protected voidBTWSMethodImpl.freeOneShotTimeSlots(List<overit.geocallapp.wfm.util.OneShotTimeSlot> oneShotTimeSlots) Frees everyOneShotTimeSlotof the list.protected overit.geocallapp.wfm.util.OneShotTimeSlotBTWSMethodImpl.getOneShotTimeSlot(String key) Creates aOneShotTimeSlotused by the methodprotected List<overit.geocallapp.wfm.util.OneShotTimeSlot> BTWSMethodImpl.getOneShotTimeSlots(IRequestHeader header, I payload) Creates theOneShotTimeSlotlist used by the method, empty list ornullif the time slots are not needed. -
Uses of DAException in overit.geocallapp.wfm.core.soap.features.featurevalue.v1
Methods in overit.geocallapp.wfm.core.soap.features.featurevalue.v1 that throw DAExceptionModifier and TypeMethodDescription<T extends IFeatureValue>
List<T> FeatureMappingHelper.getBOFeatureValues(FeatureValues featureValues, Class<T> boFeatureValueClass, Long featureClassType, PoolKit poolKit) protected LongFeatureMappingHelper.getFeatureClassId(Long featureClassType, String featureClassCode, PoolKit poolKit) protected LongFeatureMappingHelper.getFeatureId(Long featureClassType, String featureClassCode, String featureCode, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.multistage.group.v1.insert.task
Methods in overit.geocallapp.wfm.core.soap.multistage.group.v1.insert.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSMultistageGroupInsertLogic.addMultistageDependencies(MultistageGroup multistageGroup, List<BOMultistageGroupDependency> dependencies, PoolKit poolKit) protected voidBTWSMultistageGroupInsertLogic.body(WSMultistageGroupInsertLogicEvent event, PoolKit poolKit) protected voidBTWSMultistageGroupInsertMapping.body(WSMultistageGroupInsertMappingEvent event, PoolKit poolKit) protected MultistageGroupBTWSMultistageGroupInsertLogic.createMultistageGroup(MultistageGroup tempMultistageGroup, PoolKit poolKit) protected List<BOMultistageGroupDependency> BTWSMultistageGroupInsertMapping.createMultistageGroupDependencies(Map<WOOperationFullKey, Long> extractWoOperationFullKeyWoOperationId, List<MultistageGroupDependency> multistageGroupDependenciesPayload) protected MultistageGroupInsertResponseBTWSMultistageGroupInsert.executeMethod(WSMethodImplEvent<MultistageGroupInsertRequestPayload, MultistageGroupInsertResponse> event, PoolKit poolKit) protected Map<WOOperationFullKey, Long> BTWSMultistageGroupInsertMapping.extractWoOperationFullKeyWoOperationId(MultistageGroupInsertRequestPayload payload, Map<WorkOrderKey, BOWorkOrderHeader> workOrderKeyBOWorkOrderHeaderMap, PoolKit poolKit) protected Map<WorkOrderKey, BOWorkOrderHeader> BTWSMultistageGroupInsertMapping.extractWorkOrderKeyBOWorkOrderHeader(MultistageGroupInsertRequestPayload payload, Long externalSystemId, PoolKit poolKit) protected MultistageGroupBTWSMultistageGroupInsertMapping.getMultistageGroup(Map<WOOperationFullKey, Long> woOperationFullKeyWoOperationId, MultistageGroupInsertRequestPayload payload, Long externalSystemId, Long operationCenter) protected LongBTWSMultistageGroupInsertLogic.insertFromWoOperations(MultistageGroup tempMultistageGroup, PoolKit poolKit) protected MultistageGroupBTWSMultistageGroupInsertLogic.loadMultistageGroup(Long multistageGroupId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.technicalobjects.converter.v1
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.converter.v1 that throw DAExceptionModifier and TypeMethodDescriptionConverterMappingHelper.getConverterTypeId(String converterTypeCode, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1 that throw DAExceptionModifier and TypeMethodDescriptionCustomerHelper.getExistingContacts(Long customerId, PoolKit poolKit) CustomerHelper.getExistingCustomer(String code, PoolKit poolKit) CustomerHelper.getExistingMeters(Long customerId, PoolKit poolKit) voidCustomerHelper.insertCustomer(TechnicalObject technicalObject, List<BOMeter> meters, PoolKit poolKit) CustomerHelper.prepareMeters(Long customerId, List<BOMeter> inputMeters, PoolKit poolKit) protected voidCustomerHelper.saveCustomer(TechnicalObject technicalObject, List<BOContact> contacts, List<BOMeter> meters, PoolKit poolKit) voidCustomerHelper.updateCustomer(TechnicalObject technicalObject, List<BOMeter> inputMeters, TechnicalObject existingCustomer, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.task
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCustomerSave.body(CustomerSaveEvent event, PoolKit poolKit) protected BOAddressBTCustomerSave.getExistingAddress(Long technicalObjectAddressId, PoolKit poolKit) protected TechnicalObjectBTCustomerSave.getExistingTechnicalObject(Long id, PoolKit poolKit) protected LongBTCustomerSave.insertCustomer(TechnicalObject technicalObject, List<BOContact> contacts, List<BOMeter> meters, PoolKit poolKit) protected booleanBTCustomerSave.isAddressChanged(BOAddress address, PoolKit poolKit) protected voidBTCustomerSave.normalizeAddress(BOAddress technicalObjectAddress, PoolKit poolKit) protected voidBTCustomerSave.saveCustomer(CustomerSaveInput input, PoolKit poolKit) protected voidBTCustomerSave.updateCustomer(TechnicalObject technicalObject, List<BOContact> contacts, List<BOMeter> meters, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.upsert.task
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.customer.v1.upsert.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSCustomerUpsertLogic.body(WSCustomerUpsertLogicEvent event, PoolKit poolKit) protected voidBTWSCustomerUpsertMapping.body(WSCustomerUpsertMappingEvent event, PoolKit poolKit) protected BOTechnicalObjectHeaderBTWSCustomerUpsertMapping.getBOTechnicalObjectHeader(CustomerUpsertRequestPayload payload) BTWSCustomerUpsertMapping.getMeters(CustomerUpsertRequestPayload payload, PoolKit poolKit) protected TechnicalObjectBTWSCustomerUpsertMapping.getTechnicalObject(IRequestHeader requestHeader, CustomerUpsertRequestPayload payload, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.technicalobjects.meter.v1
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.meter.v1 that throw DAExceptionModifier and TypeMethodDescriptionprotected voidMeterMappingHelper.addConverterInfo(BOMeter boMeter, Converter converter, PoolKit poolKit) MeterMappingHelper.getBOMeter(Meter meter, PoolKit poolKit) MeterMappingHelper.getBOMeters(List<Meter> meters, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1 that throw DAExceptionModifier and TypeMethodDescriptionTechnicalObjectMappingHelper.calculateStateFromRules(List<ExternalState> primaryExternalStates, List<ExternalState> secondaryExternalStates, PooledConnection conn) voidTechnicalObjectHelper.deleteTechnicalObject(TechnicalObject technicalObject, Long externalSystem, PoolKit poolKit) TechnicalObjectMappingHelper.getBillOfMaterialsId(String billOfMaterials, PooledConnection conn) TechnicalObjectHelper.getExistingTechnicalObject(String code, PoolKit poolKit) TechnicalObjectMappingHelper.getPriorObjectIds(String priorObject, String objectCode, PoolKit poolKit) TechnicalObjectMappingHelper.getTechnicalObjectStateId(String geocallState, List<ExternalState> primaryExternalStates, List<ExternalState> secondaryExternalStates, PoolKit poolKit) voidTechnicalObjectHelper.insertTechnicalObject(TechnicalObject technicalObject, List<BOTechnicalObjectFeatureValue> featureValues, String featuresUpdateMode, PoolKit poolKit) booleanTechnicalObjectHelper.isTechnicalObjectVisible(Long state, PoolKit poolKit) voidTechnicalObjectHelper.saveTechnicalObject(TechnicalObject technicalObject, List<BOTechnicalObjectFeatureValue> featureValues, String featuresUpdateMode, PoolKit poolKit) voidTechnicalObjectHelper.updateTechnicalObject(TechnicalObject technicalObject, List<BOTechnicalObjectFeatureValue> featureValues, String featuresUpdateMode, TechnicalObject existingTechnicalObject, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.delete.task
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.delete.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSTechnicalObjectDeleteLogic.body(WSTechnicalObjectDeleteLogicEvent event, PoolKit poolKit) protected voidBTWSTechnicalObjectDeleteMapping.body(WSTechnicalObjectDeleteMappingEvent event, PoolKit poolKit) protected TechnicalObjectDeleteResponseBTWSTechnicalObjectDelete.executeMethod(WSMethodImplEvent<TechnicalObjectDeleteRequestPayload, TechnicalObjectDeleteResponse> event, PoolKit poolKit) protected WSTechnicalObjectDeleteMappingResultBTWSTechnicalObjectDeleteMapping.getWSTechnicalObjectDeleteMappingResult(TechnicalObjectDeleteRequestPayload payload) -
Uses of DAException in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.insert.task
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.insert.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSTechnicalObjectInsertLogic.body(WSTechnicalObjectInsertLogicEvent event, PoolKit poolKit) protected voidBTWSTechnicalObjectInsertMapping.body(WSTechnicalObjectInsertMappingEvent event, PoolKit poolKit) protected TechnicalObjectInsertResponseBTWSTechnicalObjectInsert.executeMethod(WSMethodImplEvent<TechnicalObjectInsertRequestPayload, TechnicalObjectInsertResponse> event, PoolKit poolKit) protected BOTechnicalObjectHeaderBTWSTechnicalObjectInsertMapping.getBOTechnicalObjectHeader(TechnicalObjectInsertRequestPayload payload, PoolKit poolKit) protected TechnicalObjectBTWSTechnicalObjectInsertMapping.getTechnicalObject(IRequestHeader requestHeader, TechnicalObjectInsertRequestPayload payload, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.task
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTechnicalObjectDelete.body(TechnicalObjectDeleteEvent event, PoolKit poolKit) protected voidBTTechnicalObjectSave.body(TechnicalObjectSaveEvent event, PoolKit poolKit) protected voidBTTechnicalObjectSave.checkHierarchy(BOTechnicalObjectHeader header, PoolKit poolKit) protected voidBTTechnicalObjectSave.evaluateRAGRules(TechnicalObject technicalObject, PoolKit poolKit) protected LongBTTechnicalObjectDelete.getDeletedTechnicalObjectState(PoolKit poolKit) protected BOAddressBTTechnicalObjectSave.getExistingAddress(Long technicalObjectAddressId, PoolKit poolKit) protected List<BOTechnicalObjectFeatureValue> BTTechnicalObjectSave.getExistingFeatureValues(Long technicalObjectId, PoolKit poolKit) protected TechnicalObjectBTTechnicalObjectSave.getExistingTechnicalObject(Long id, PoolKit poolKit) protected LongBTTechnicalObjectSave.insertTechnicalObject(TechnicalObject technicalObject, List<BOTechnicalObjectFeatureValue> featureValues, PoolKit poolKit) protected booleanBTTechnicalObjectSave.isAddressChanged(BOAddress address, PoolKit poolKit) protected voidBTTechnicalObjectSave.normalizeAddress(BOAddress technicalObjectAddress, PoolKit poolKit) protected List<BOTechnicalObjectFeatureValue> BTTechnicalObjectSave.prepareFeatureValues(TechnicalObjectSaveInput input, PoolKit poolKit) protected voidBTTechnicalObjectSave.saveTecnicalObject(TechnicalObjectSaveInput input, PoolKit poolKit) protected voidBTTechnicalObjectSave.updateTecnicalObject(TechnicalObjectSaveInput input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.update.task
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.update.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSTechnicalObjectUpdateLogic.body(WSTechnicalObjectUpdateLogicEvent event, PoolKit poolKit) protected voidBTWSTechnicalObjectUpdateMapping.body(WSTechnicalObjectUpdateMappingEvent event, PoolKit poolKit) protected TechnicalObjectUpdateResponseBTWSTechnicalObjectUpdate.executeMethod(WSMethodImplEvent<TechnicalObjectUpdateRequestPayload, TechnicalObjectUpdateResponse> event, PoolKit poolKit) protected BOTechnicalObjectHeaderBTWSTechnicalObjectUpdateMapping.getBOTechnicalObjectHeader(TechnicalObjectUpdateRequestPayload payload, PoolKit poolKit) protected TechnicalObjectBTWSTechnicalObjectUpdateMapping.getTechnicalObject(IRequestHeader requestHeader, TechnicalObjectUpdateRequestPayload payload, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.upsert.task
Methods in overit.geocallapp.wfm.core.soap.technicalobjects.technicalobject.v1.upsert.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSTechnicalObjectUpsertLogic.body(WSTechnicalObjectUpsertLogicEvent event, PoolKit poolKit) protected voidBTWSTechnicalObjectUpsertMapping.body(WSTechnicalObjectUpsertMappingEvent event, PoolKit poolKit) protected TechnicalObjectUpsertResponseBTWSTechnicalObjectUpsert.executeMethod(WSMethodImplEvent<TechnicalObjectUpsertRequestPayload, TechnicalObjectUpsertResponse> event, PoolKit poolKit) protected BOTechnicalObjectHeaderBTWSTechnicalObjectUpsertMapping.getBOTechnicalObjectHeader(TechnicalObjectUpsertRequestPayload payload, PoolKit poolKit) protected TechnicalObjectBTWSTechnicalObjectUpsertMapping.getTechnicalObject(IRequestHeader requestHeader, TechnicalObjectUpsertRequestPayload payload, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.utils
Methods in overit.geocallapp.wfm.core.soap.utils that throw DAExceptionModifier and TypeMethodDescriptionstatic <I,O> O SoapUtil.executeMapping(Class<? extends WSMappingEvent<I, O>> eventClass, IRequestHeader header, I payload, PoolKit poolKit) static <I,O> O SoapUtil.launchCheckableEvent(CheckableEvent<I, O> event, PoolKit poolKit) static <T> TMappingUtil.mapToObject(Object sourceObject, Class<T> destinationClass, String mapperConfigFile) Maps an object into another using a mapper and a configuration file. -
Uses of DAException in overit.geocallapp.wfm.core.soap.workorders
Methods in overit.geocallapp.wfm.core.soap.workorders that throw DAExceptionModifier and TypeMethodDescriptionWorkOrderMappingHelper.getOperationId(Long workOrderId, WOOperationKey operationKey, PoolKit poolKit) WorkOrderMappingHelper.getOperationStateFromRules(List<String> primaryStateList, List<String> secondaryStateList, PoolKit poolKit) WorkOrderMappingHelper.getWorkOrderHeader(WorkOrderKey woKey, Long externalSystemId, PoolKit poolKit) WorkOrderMappingHelper.getWorkOrderId(WorkOrderKey woKey, Long externalSystemId, PoolKit poolKit) WorkOrderMappingHelper.getWorkOrderOperationTypeId(String woOperationTypeCode, PoolKit poolKit) WorkOrderMappingHelper.getWorkOrderStateFromRules(List<String> primaryStateList, List<String> secondaryStateList, PoolKit poolKit) WorkOrderMappingHelper.getWorkOrderStateId(String woStateCode, PoolKit poolKit) WorkOrderMappingHelper.getWorkOrderTypeId(String woTypeCode, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.workorders.customer.v1.insert.task
Methods in overit.geocallapp.wfm.core.soap.workorders.customer.v1.insert.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSWorkOrderInsertLogic.body(WSWorkOrderInsertLogicEvent event, PoolKit poolKit) protected voidBTWSWorkOrderInsertMapping.body(WSWorkOrderInsertMappingEvent event, PoolKit poolKit) protected LongBTWSWorkOrderInsertLogic.createWorkOrder(WSWorkOrderInsertMappingResult mappingResult, PoolKit poolKit) protected WorkOrderInsertResponseBTWSWorkOrderInsert.executeMethod(WSMethodImplEvent<WorkOrderInsertRequestPayload, WorkOrderInsertResponse> event, PoolKit poolKit) protected BOWorkOrderHeaderBTWSWorkOrderInsertMapping.getBOWorkOrderHeader(WorkOrderInsertRequestPayload payload, Long externalSystemId, PoolKit poolKit) protected TechnicalObjectBTWSWorkOrderInsertLogic.getCachedCustomer(String code, PoolKit poolKit) protected WSCustomerUpsertMappingResultBTWSWorkOrderInsertMapping.getCustomerUpsertMappingResult(IRequestHeader header, CustomerUpsertRequestPayload customerPayload, PoolKit poolKit) protected LongBTWSWorkOrderInsertLogic.getWOOperationCenterId(String customerCode, Long workOrderTypeId, PoolKit poolKit) protected HashGetterBTWSWorkOrderInsertLogic.getWOOperationTemplate(WSWorkOrderInsertMappingResult mappingResult, PoolKit poolKit) protected WorkOrderBTWSWorkOrderInsertMapping.getWorkOrder(WorkOrderInsertRequestPayload payload, Long externalSystemId, PoolKit poolKit) protected WSWorkOrderInsertAdditionalDataBTWSWorkOrderInsertMapping.getWorkOrderInsertAdditionalData(IRequestHeader header, WorkOrderInsertRequestPayload payload, PoolKit poolKit) protected voidBTWSWorkOrderInsertLogic.setTechnicalObject(overit.geocallapp.wfm.schedulazione.odl.DATCreazioneOdlBase datCreateWO, WSWorkOrderInsertAdditionalData woAdditionalData, PoolKit poolKit) protected voidBTWSWorkOrderInsertLogic.upsertCustomer(WSCustomerUpsertMappingResult mappingResult, PoolKit poolKit) protected voidBTWSWorkOrderInsertMapping.validateWorkOrderData(WorkOrderInsertRequestPayload payload, Long externalSystemId, PoolKit poolKit) protected voidBTWSWorkOrderInsertMapping.validateWSData(WorkOrderInsertRequestPayload payload, Long externalSystemId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.workorders.customer.v1.updateappointment.task
Methods in overit.geocallapp.wfm.core.soap.workorders.customer.v1.updateappointment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSWorkOrderAppointmentUpdateLogic.body(WSWorkOrderAppointmentUpdateLogicEvent event, PoolKit poolKit) protected voidBTWSWorkOrderAppointmentUpdateMapping.body(WSWorkOrderAppointmentUpdateMappingEvent event, PoolKit poolKit) protected WOAppointmentUpdateResponseBTWSWorkOrderAppointmentUpdate.executeMethod(WSMethodImplEvent<WOAppointmentUpdateRequestPayload, WOAppointmentUpdateResponse> event, PoolKit poolKit) protected WSWorkOrderAppointmentUpdateDataBTWSWorkOrderAppointmentUpdateMapping.getWorkOrderAppointmentUpdateData(WOAppointmentUpdateRequestPayload payload) protected LongBTWSWorkOrderAppointmentUpdateMapping.getWorkOrderId(WorkOrderKey woKey, Long externalSystemId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.deleteoperation.task
Methods in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.deleteoperation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSWorkOrderOperationDeleteLogic.body(WSWorkOrderOperationDeleteLogicEvent event, PoolKit poolKit) protected voidBTWSWorkOrderOperationDeleteMapping.body(WSWorkOrderOperationDeleteMappingEvent event, PoolKit poolKit) protected voidBTWSWorkOrderOperationDeleteLogic.deleteOperation(Long workOrderId, Long operationId, PoolKit poolKit) protected WOOperationDeleteResponseBTWSWorkOrderOperationDelete.executeMethod(WSMethodImplEvent<WOOperationDeleteRequestPayload, WOOperationDeleteResponse> event, PoolKit poolKit) BTWSWorkOrderOperationDeleteMapping.getOperationIds(Long workOrderId, List<WOOperationKey> operationsKeys, WorkOrderMappingHelper woMappingHelper, PoolKit poolKit) protected WorkOrderBTWSWorkOrderOperationDeleteLogic.getWorkOrder(Long workOrderId, PoolKit poolKit) protected LongBTWSWorkOrderOperationDeleteMapping.getWorkOrderId(WorkOrderKey woKey, Long externalSystemId, WorkOrderMappingHelper woMappingHelper, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.insert.task
Methods in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v1.insert.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSWorkOrderInsertLogic.body(WSWorkOrderInsertLogicEvent event, PoolKit poolKit) protected voidBTWSWorkOrderInsertMapping.body(WSWorkOrderInsertMappingEvent event, PoolKit poolKit) protected LongBTWSWorkOrderInsertLogic.createWorkOrder(WSWorkOrderInsertMappingResult mappingResult, PoolKit poolKit) protected WorkOrderInsertResponseBTWSWorkOrderInsert.executeMethod(WSMethodImplEvent<WorkOrderInsertRequestPayload, WorkOrderInsertResponse> event, PoolKit poolKit) protected BOWorkOrderHeaderBTWSWorkOrderInsertMapping.getBOWorkOrderHeader(WorkOrderInsertRequestPayload payload, Long externalSystemId, PoolKit poolKit) protected BOWorkOrderOperationBTWSWorkOrderInsertMapping.getBOWorkOrderOperation(WOOperation woOperation, PoolKit poolKit) protected List<BOWorkOrderOperation> BTWSWorkOrderInsertMapping.getBOWorkOrderOperations(List<WOOperation> woOperations, PoolKit poolKit) protected TechnicalObjectBTWSWorkOrderInsertLogic.getCachedTechnicalObject(String code, PoolKit poolKit) protected List<WSOperationInsertAdditionalData> BTWSWorkOrderInsertMapping.getOperationInsertAdditionalData(IRequestHeader header, WorkOrderInsertRequestPayload payload, PoolKit poolKit) protected WSOperationInsertAdditionalDataBTWSWorkOrderInsertMapping.getOperationInsertAdditionalData(IRequestHeader header, WOOperation woOperation, PoolKit poolKit) protected List<WSOperationMaterialInsertData> BTWSWorkOrderInsertMapping.getOperationMaterialInsertData(List<WOMaterial> woMaterials) protected WSOperationMaterialInsertDataBTWSWorkOrderInsertMapping.getOperationMaterialInsertData(WOMaterial woMaterial) protected List<WSOperationSurveyInsertData> BTWSWorkOrderInsertMapping.getOperationSurveyInsertData(List<Survey> surveys) protected WSOperationSurveyInsertDataBTWSWorkOrderInsertMapping.getOperationSurveyInsertData(Survey survey) protected WSTechnicalObjectUpsertMappingResultBTWSWorkOrderInsertMapping.getTechnicalObjectUpsertMappingResult(IRequestHeader header, TechnicalObjectUpsertRequestPayload technicalObjectPayload, PoolKit poolKit) protected HashGetterBTWSWorkOrderInsertLogic.getWOOperation(BOWorkOrderOperation boWorkOrderOperation, WSOperationInsertAdditionalData operationAdditionalData, String woObjectCode, PoolKit poolKit) protected LongBTWSWorkOrderInsertLogic.getWOOperationCenterId(String objectCode, Long workOrderTypeId, PoolKit poolKit) protected List<HashGetter> BTWSWorkOrderInsertLogic.getWOOperationMaterials(WSOperationInsertAdditionalData operationAdditionalData, PoolKit poolKit) protected List<HashGetter> BTWSWorkOrderInsertLogic.getWOOperations(WSWorkOrderInsertMappingResult mappingResult, PoolKit poolKit) protected DBViewBTWSWorkOrderInsertLogic.getWOOperationSurveyTemplates(WSOperationInsertAdditionalData operationAdditionalData, PoolKit poolKit) protected HashGetterBTWSWorkOrderInsertLogic.getWOOperationTemplate(WSWorkOrderInsertMappingResult mappingResult, PoolKit poolKit) protected WorkOrderBTWSWorkOrderInsertMapping.getWorkOrder(WorkOrderInsertRequestPayload payload, Long externalSystemId, PoolKit poolKit) protected WSWorkOrderInsertAdditionalDataBTWSWorkOrderInsertMapping.getWorkOrderInsertAdditionalData(IRequestHeader header, WorkOrderInsertRequestPayload payload, PoolKit poolKit) protected voidBTWSWorkOrderInsertLogic.initializeOperationTechnicalObject(BOWorkOrderOperation boWorkOrderOperation, WSOperationInsertAdditionalData operationAdditionalData, String woObjectCode, PoolKit poolKit) protected voidBTWSWorkOrderInsertLogic.setTechnicalObject(overit.geocallapp.wfm.schedulazione.odl.DATCreazioneOdlBase datCreateWO, WSWorkOrderInsertAdditionalData woAdditionalData, PoolKit poolKit) protected voidBTWSWorkOrderInsertLogic.upsertTechnicalObject(WSTechnicalObjectUpsertMappingResult mappingResult, PoolKit poolKit) protected voidBTWSWorkOrderInsertMapping.validateWorkOrderData(WorkOrderInsertRequestPayload payload, Long externalSystemId, PoolKit poolKit) protected voidBTWSWorkOrderInsertMapping.validateWSData(WorkOrderInsertRequestPayload payload, Long externalSystemId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.deleteoperation.task
Methods in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.deleteoperation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSWorkOrderOperationDeleteLogic.body(WSWorkOrderOperationDeleteLogicEvent event, PoolKit poolKit) protected voidBTWSWorkOrderOperationDeleteMapping.body(WSWorkOrderOperationDeleteMappingEvent event, PoolKit poolKit) protected voidBTWSWorkOrderOperationDeleteLogic.deleteOperation(Long workOrderId, Long operationId, PoolKit poolKit) protected WOOperationDeleteResponseBTWSWorkOrderOperationDelete.executeMethod(WSMethodImplEvent<WOOperationDeleteRequestPayload, WOOperationDeleteResponse> event, PoolKit poolKit) BTWSWorkOrderOperationDeleteMapping.getOperationIds(Long workOrderId, List<WOOperationKey> operationsKeys, WorkOrderMappingHelper woMappingHelper, PoolKit poolKit) protected WorkOrderBTWSWorkOrderOperationDeleteLogic.getWorkOrder(Long workOrderId, PoolKit poolKit) protected LongBTWSWorkOrderOperationDeleteMapping.getWorkOrderId(WorkOrderKey woKey, Long externalSystemId, WorkOrderMappingHelper woMappingHelper, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.insert.task
Methods in overit.geocallapp.wfm.core.soap.workorders.technicalobject.v2.insert.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSWorkOrderInsertLogic.addMultistageDependencies(List<BOMultistageGroupDependency> dependencies, Long multistageGroupId, PoolKit poolKit) protected voidBTWSWorkOrderInsertLogic.addWOOperations(Long multistageGroupId, Set<Long> woOperations, PoolKit poolKit) protected voidBTWSWorkOrderInsertLogic.body(WSWorkOrderInsertLogicEvent event, PoolKit poolKit) protected voidBTWSWorkOrderInsertMapping.body(WSWorkOrderInsertMappingEvent event, PoolKit poolKit) protected voidBTWSWorkOrderInsertLogic.createMultistageGroup(WSWorkOrderInsertMappingResult mappingResult, Long workOrderId, PoolKit poolKit) protected voidBTWSWorkOrderInsertLogic.createSheets(WSWorkOrderInsertMappingResult mappingResult, WorkOrder workOrder, PoolKit poolKit) protected LongBTWSWorkOrderInsertLogic.createWorkOrder(WSWorkOrderInsertMappingResult mappingResult, PoolKit poolKit) protected WorkOrderInsertResponseBTWSWorkOrderInsert.executeMethod(WSMethodImplEvent<WorkOrderInsertRequestPayload, WorkOrderInsertResponse> event, PoolKit poolKit) protected BOWorkOrderHeaderBTWSWorkOrderInsertMapping.getBOWorkOrderHeader(WorkOrderInsertRequestPayload payload, Long externalSystemId, PoolKit poolKit) protected BOWorkOrderOperationBTWSWorkOrderInsertMapping.getBOWorkOrderOperation(WOOperation woOperation, PoolKit poolKit) protected List<BOWorkOrderOperation> BTWSWorkOrderInsertMapping.getBOWorkOrderOperations(List<WOOperation> woOperations, PoolKit poolKit) protected TechnicalObjectBTWSWorkOrderInsertLogic.getCachedTechnicalObject(String code, PoolKit poolKit) protected MultistageGroupBTWSWorkOrderInsertMapping.getMultistageGroup(WorkOrderInsertRequestPayload payload, BOWorkOrderHeader workOrderHeader, Map<String, Long> externalOperationTempMultistageOperationMap) protected List<BOMultistageGroupDependency> BTWSWorkOrderInsertMapping.getMultistageGroupDependencies(WorkOrderInsertRequestPayload payload, Map<String, Long> externalOperationTempMultistageOperationMap) protected List<WSWorkOrderOperationAdditionalData> BTWSWorkOrderInsertMapping.getOperationInsertAdditionalData(IRequestHeader header, WorkOrderInsertRequestPayload payload, PoolKit poolKit) protected WSWorkOrderOperationAdditionalDataBTWSWorkOrderInsertMapping.getOperationInsertAdditionalData(IRequestHeader header, WOOperation woOperation, PoolKit poolKit) protected List<WSWorkOrderOperationMaterial> BTWSWorkOrderInsertMapping.getOperationMaterialInsertData(List<WOMaterial> woMaterials) protected WSWorkOrderOperationMaterialBTWSWorkOrderInsertMapping.getOperationMaterialInsertData(WOMaterial woMaterial) protected WSTechnicalObjectUpsertMappingResultBTWSWorkOrderInsertMapping.getTechnicalObjectUpsertMappingResult(IRequestHeader header, TechnicalObjectUpsertRequestPayload technicalObjectPayload, PoolKit poolKit) BTWSWorkOrderInsertLogic.getTempMultistageOperationWoOperationMap(Map<String, Long> externalOperationTempMultistageOperationMap, List<BOWorkOrderOperation> woOperations, PoolKit poolKit) protected HashGetterBTWSWorkOrderInsertLogic.getWOOperation(BOWorkOrderOperation boWorkOrderOperation, WSWorkOrderOperationAdditionalData operationAdditionalData, String woObjectCode, PoolKit poolKit) protected LongBTWSWorkOrderInsertLogic.getWOOperationCenterId(String objectCode, Long workOrderTypeId, PoolKit poolKit) protected List<HashGetter> BTWSWorkOrderInsertLogic.getWOOperationMaterials(WSWorkOrderOperationAdditionalData operationAdditionalData, PoolKit poolKit) protected List<HashGetter> BTWSWorkOrderInsertLogic.getWOOperations(WSWorkOrderInsertMappingResult mappingResult, PoolKit poolKit) protected HashGetterBTWSWorkOrderInsertLogic.getWOOperationTemplate(WSWorkOrderInsertMappingResult mappingResult, PoolKit poolKit) protected WorkOrderBTWSWorkOrderInsertMapping.getWorkOrder(WorkOrderInsertRequestPayload payload, Long externalSystemId, PoolKit poolKit) protected WSWorkOrderHeaderAdditionalDataBTWSWorkOrderInsertMapping.getWorkOrderInsertAdditionalData(IRequestHeader header, WorkOrderInsertRequestPayload payload, PoolKit poolKit) protected voidBTWSWorkOrderInsertLogic.initializeOperationTechnicalObject(BOWorkOrderOperation boWorkOrderOperation, WSWorkOrderOperationAdditionalData operationAdditionalData, String woObjectCode, PoolKit poolKit) protected LongBTWSWorkOrderInsertLogic.insertMultistageGroupHeader(BOMultistageGroupHeader multistageGroupHeader, PoolKit poolKit) protected List<BODataCollectionTemplateHeader> BTWSWorkOrderInsertLogic.searchDataCollectionTemplateHeaders(PoolKit poolKit, Survey template) protected voidBTWSWorkOrderInsertLogic.setTechnicalObject(overit.geocallapp.wfm.schedulazione.odl.DATCreazioneOdlBase datCreateWO, WSWorkOrderHeaderAdditionalData woAdditionalData, PoolKit poolKit) protected voidBTWSWorkOrderInsertLogic.upsertTechnicalObject(WSTechnicalObjectUpsertMappingResult mappingResult, PoolKit poolKit) protected voidBTWSWorkOrderInsertMapping.validateWorkOrderData(WorkOrderInsertRequestPayload payload, Long externalSystemId, PoolKit poolKit) protected voidBTWSWorkOrderInsertMapping.validateWSData(WorkOrderInsertRequestPayload payload, Long externalSystemId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.soap.workorders.wostate.v1.update.task
Methods in overit.geocallapp.wfm.core.soap.workorders.wostate.v1.update.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWSWorkOrderStateUpdateLogic.body(WSWorkOrderStateUpdateLogicEvent event, PoolKit poolKit) protected voidBTWSWorkOrderStateUpdateMapping.body(WSWorkOrderStateUpdateMappingEvent event, PoolKit poolKit) protected LongBTWSWorkOrderStateUpdateLogic.calculateRequiredState(PoolKit poolKit, WSWorkOrderStateUpdateMappingResult mappingResult) protected WorkOrderStateUpdateResponseBTWSWorkOrderStateUpdate.executeMethod(WSMethodImplEvent<WorkOrderStateUpdateRequestPayload, WorkOrderStateUpdateResponse> event, PoolKit poolKit) protected voidBTWSWorkOrderStateUpdateLogic.updateWorkOrderState(Long workOrderId, Long requiredState, Date referenceDate, Map<String, Object> additionalWorkOrderData, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.timesheet.rs2
Methods in overit.geocallapp.wfm.core.timesheet.rs2 that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Action to close a timesheetTimesheetCloseEvent.org.springframework.http.ResponseEntity<Void> TimesheetService.gapfiller(Long id, @Valid Collection<Long> shiftIds) Action to call the timesheet gap fillerTimesheetGapFillEvent.org.springframework.http.ResponseEntity<DTOTimesheetHeader> Retrieves the required timesheet header.org.springframework.http.ResponseEntity<PageResponse<DTOTimesheetHeader>> TimesheetService.getCollection(@Valid Page page, @Valid @NotNull DTOTimesheetSearchFilter filter) Retrieve all the stored timesheet headers.org.springframework.http.ResponseEntity<Collection<Long>> TimesheetService.insertTask(Long id, @NotNull @Valid DTOInsertTask input) Action that inserts a task into a specific timesheetTimesheetTaskInsertEvent.org.springframework.http.ResponseEntity<Collection<Long>> TimesheetService.insertTaskByUser(@NotNull @Valid DTOInsertTaskByUser input) Action that inserts a task into the correct timesheet via the user idTimesheetTaskInsertEvent.org.springframework.http.ResponseEntity<Void> Action to reopen a timesheetTimesheetReopenEvent. -
Uses of DAException in overit.geocallapp.wfm.core.timesheet.rs2.config.eventtype
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.eventtype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOEventType> Retrieves the required timesheet event typesEventTypeLoadEventorg.springframework.http.ResponseEntity<PageResponse<DTOEventType>> TimesheetEventTypeService.getCollection(@Valid Page page, @Valid @NotNull DTOEventTypeSearchFilter filter) Retrieve all the stored event typesEventTypeSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.timesheet.rs2.config.profile
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.profile that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProfile> Retrieves the required profileProfileLoadEventorg.springframework.http.ResponseEntity<DTOProfile> Retrieves the required profileProfileLoadByUserEventorg.springframework.http.ResponseEntity<PageResponse<DTOProfile>> TimesheetProfileService.getCollection(@Valid Page page, @Valid @NotNull DTOProfileSearchFilter filter) Retrieve all the stored profilesProfileSearchEventorg.springframework.http.ResponseEntity<Void> TimesheetProfileService.patch(Long id, @Valid DTOProfileUpdate dtoProfile) Modifies the required profile.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> TimesheetProfileService.post(@Valid DTOProfileInsert input) Create a new profile. -
Uses of DAException in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategory
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategory that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTaskCategory> Retrieves the task categoryTaskCategoryLoadEventorg.springframework.http.ResponseEntity<PageResponse<DTOTaskCategory>> TimesheetTaskCategoryService.getCollection(@Valid Page page, @Valid @NotNull DTOTaskCategorySearchFilter filter) Retrieve all the task categoriesTaskCategorySearchEventorg.springframework.http.ResponseEntity<Void> TimesheetTaskCategoryService.patch(Long id, @Valid DTOTaskCategoryUpdate dtoTaskCategory) Modifies the required task category.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> TimesheetTaskCategoryService.post(@Valid DTOTaskCategoryInsert input) Create a new task category. -
Uses of DAException in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategoryeventtype
Methods in overit.geocallapp.wfm.core.timesheet.rs2.config.taskcategoryeventtype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> TimesheetTaskCategoryEventTypeService.delete(@Valid DTOTaskCategoryEventType input) Delete the required task category event type.org.springframework.http.ResponseEntity<PageResponse<DTOTaskCategoryEventType>> TimesheetTaskCategoryEventTypeService.getCollection(@Valid Page page, @Valid @NotNull DTOTaskCategoryEventTypeSearchFilter filter) Retrieve all the task category event typesTaskCategoryEventTypeSearchEvent.org.springframework.http.ResponseEntity<Void> TimesheetTaskCategoryEventTypeService.insertTaskCategoryEventType(@Valid DTOTaskCategoryEventTypeInsert input) Create a new task category event type from work order. -
Uses of DAException in overit.geocallapp.wfm.core.timesheet.rs2.state
Methods in overit.geocallapp.wfm.core.timesheet.rs2.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTimesheetState> Retrieves the required timesheet state.org.springframework.http.ResponseEntity<PageResponse<DTOTimesheetState>> TimesheetStateService.getCollection(@Valid Page page, @Valid @NotNull DTOTimesheetStateSearchFilter filter) Retrieve the all stored timesheet statesTimesheetStateSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.timesheet.rs2.task
Methods in overit.geocallapp.wfm.core.timesheet.rs2.task that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Action that cancels a timesheet taskTimesheetTaskCancelEvent.org.springframework.http.ResponseEntity<DTOTask> Retrieves the required timesheet task.TimesheetTaskService.getCollection(Long timesheetId) Retrieve all the stored timesheet task.org.springframework.http.ResponseEntity<Void> Action that updates a timesheet taskTaskUpdateEvent. -
Uses of DAException in overit.geocallapp.wfm.core.timesheet.rs2.task.evententity
Methods in overit.geocallapp.wfm.core.timesheet.rs2.task.evententity that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOEventEntity> Retrieves the required timesheet event entity. -
Uses of DAException in overit.geocallapp.wfm.core.timesheet.rs2.task.state
Methods in overit.geocallapp.wfm.core.timesheet.rs2.task.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTaskState> Retrieves the required timesheet task state.org.springframework.http.ResponseEntity<PageResponse<DTOTaskState>> TimesheetTaskStateService.getCollection(@Valid Page page, @Valid @NotNull DTOTaskStateSearchFilter filter) Retrieve the all stored timesheet task statesTaskStateSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.timesheet.rs2.type
Methods in overit.geocallapp.wfm.core.timesheet.rs2.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTimesheetType> Retrieves the required timesheet type.org.springframework.http.ResponseEntity<PageResponse<DTOTimesheetType>> TimesheetTypeService.getCollection(@Valid Page page, @Valid @NotNull DTOTimesheetTypeSearchFilter filter) Retrieve the all stored timesheet typesTimesheetTypeSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.timesheet.rs2.warning
Methods in overit.geocallapp.wfm.core.timesheet.rs2.warning that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWarning> Retrieve the required timesheet warning.org.springframework.http.ResponseEntity<PageResponse<DTOWarning>> TimesheetWarningService.getCollection(Long timesheetId) Retrieves the warnings linked to the given timesheet header id. -
Uses of DAException in overit.geocallapp.wfm.core.timesheet.rs2.warning.type
Methods in overit.geocallapp.wfm.core.timesheet.rs2.warning.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWarningType> Retrieves the required timesheet warning type.org.springframework.http.ResponseEntity<PageResponse<DTOWarningType>> TimesheetWarningTypeService.getCollection(@Valid Page page, @Valid @NotNull DTOWarningTypeSearchFilter filter) Retrieve the all stored timesheet warning typesWarningTypeSearchEvent -
Uses of DAException in overit.geocallapp.wfm.core.ux.base.operationcenter.address
Methods in overit.geocallapp.wfm.core.ux.base.operationcenter.address that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewOperationCenterAddress.completeRowData(DBView dbv, int rowNumber, BOOperationCenterAddress operationCenterAddress, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.ux.base.structure
Methods in overit.geocallapp.wfm.core.ux.base.structure that throw DAException -
Uses of DAException in overit.geocallapp.wfm.core.ux.bundler.configuration.rule.detail
Methods in overit.geocallapp.wfm.core.ux.bundler.configuration.rule.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBundlingRuleDetail.loadOrderingsData()protected voidBundlingRuleDetail.loadWorkOrderFiltersData(Collection<Long> woFilterIds) protected voidBundlingRuleDetail.preparePage(BundlingRuleDetailInput pageInput) protected voidBundlingRuleDetail.saveRule(BundlingRule rule) protected voidBundlingRuleDetail.updatePage() -
Uses of DAException in overit.geocallapp.wfm.core.ux.bundler.search
Methods in overit.geocallapp.wfm.core.ux.bundler.search that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewBundle.completeRowData(DBView dbv, int rowNumber, Bundle bundle, PoolKit poolKit) protected voidServerTableViewBundleOperationOrdering.completeRowData(DBView dbv, int rowNumber, BOBundleOperationOrdering bundleOperationOrdering, PoolKit poolKit) Unbundles the given bundles. -
Uses of DAException in overit.geocallapp.wfm.core.ux.bundler.search.common
Methods in overit.geocallapp.wfm.core.ux.bundler.search.common that throw DAExceptionModifier and TypeMethodDescriptionprotected booleanPanelCreateBundle.doNeedCoordinates(Long rule) Checks if the given bundling rule requires coordinates.protected List<BOBundlingRuleOrdering> PanelCreateBundle.loadAssociatedOrderings(Long rule) Loads the orderings for the given bundling rule.protected BOBundlingRuleHeaderPanelCreateBundle.loadBundlingRuleHeader(Long rule) Loads theBOBundlingRuleHeaderfor the given id.protected List<BundlingRule> PanelCreateBundle.loadBundlingRules()Loads the selected bundling rules.protected voidPanelCreateBundle.manageCoordinates(Boolean value) Manages the visibility of the coordinates input fields based on the needs.protected voidPanelCreateBundle.setDefaultBundlingRule()Set the defaultBundlingRuleif is it present.protected voidPanelCreateBundle.setProximityThreshold(Long rule) Sets the proximity threshold based on the selected bundling rule.protected voidPanelCreateBundle.setStartingPointCoordinates(boolean needsCoordinates) Sets the starting point coordinates based on the first work order operation. -
Uses of DAException in overit.geocallapp.wfm.core.ux.bundler.search.detail
Methods in overit.geocallapp.wfm.core.ux.bundler.search.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected TechnicalObjectBundleDetail.getTechnicalObject(BOBundleCriterion criteria) protected BOBundlingRuleHeaderBundleDetail.loadBundlingRuleHeader(Long rule) Loads theBOBundlingRuleHeaderfor the given id.protected PageResponse<BOSkillDivisionSkill> BundleDetail.loadSkillDivisionSkills(Long skillDivisionId) protected voidBundleDetail.reorderBundle(Long ordering) Reorders the bundle operations.protected voidBundleDetail.saveStartingPointData(Long ordering) Saves the starting point coordinates.protected voidBundleDetail.setAggregateData()protected voidBundleDetail.setBundleHeaderData()protected voidBundleDetail.setBundlingRuleData(BOBundleCriterion criteria) protected voidBundleDetail.setOperationTypeData(BOBundleCriterion criteria) protected voidBundleDetail.setParentBundleName(BOBundleHeader header) Set the parent bundle name in the bundle scheduling data tab.protected voidBundleDetail.setProximityThreshold(Long rule) Sets the proximity threshold based on the selected bundling rule.protected voidBundleDetail.setRequestTypeData(BOBundleCriterion criteria) protected voidBundleDetail.setServiceTypeData(BOBundleCriterion criteria) voidBundleMapLayerManager.setStartingPoint(BundleEntitiesAggregate aggregate, String coordinateData) Sets the starting point for a specific bundle aggregate.protected voidBundleDetail.setStartingPointCoordinates()Sets the starting point coordinates.protected voidBundleDetail.setTeamCardinalityData(BOBundleCriterion criteria) protected voidBundleDetail.setTechnicalObjectTypeData(BOBundleCriterion criteria) protected voidBundleDetail.updateAggregate() -
Uses of DAException in overit.geocallapp.wfm.core.ux.bundler.search.detail.map
Methods in overit.geocallapp.wfm.core.ux.bundler.search.detail.map that throw DAExceptionModifier and TypeMethodDescriptionprotected DynOBundleHeaderMapLayer.getTooltipData(String featureId) protected abstract DynOBundleMapLayerBase.getTooltipData(String featureId) Retrieves tooltip data for a specific feature.protected DynOBundleOperationsMapLayer.getTooltipData(String featureId) -
Uses of DAException in overit.geocallapp.wfm.core.ux.bundler.search.detail.map.tooltip.task
Methods in overit.geocallapp.wfm.core.ux.bundler.search.detail.map.tooltip.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleTooltipDataLoad.addBundlerData(ActivityTooltipData tooltipData, PoolKit poolKit) protected voidBTBundleTooltipDataLoad.body(BundleTooltipDataLoadEvent event, PoolKit poolKit) protected BundleOperationTooltipDataBTBundleOperationTooltipDataLoad.createTooltipData(BOBundleOperation bundleOperation, BundleEntitiesAggregate aggregate, PoolKit poolKit) Creates the tooltip data from the bundle operation and aggregate.protected voidBTBundleOperationTooltipDataLoad.execute(BundleOperationTooltipDataLoadEvent event, PoolKit poolKit) protected StringBTBundleOperationTooltipDataLoad.getActivityDescription(BOWorkOrderOperation workOrderOperation, PoolKit poolKit) Gets activity description using ActivityLoadEvent.protected StringBTBundleOperationTooltipDataLoad.getWorkOrderOperationStateDescription(BOWorkOrderOperation workOrderOperation, PoolKit poolKit) Gets work order operation state description using WorkOrderOperationStateLoadEvent.protected StringBTBundleOperationTooltipDataLoad.getWorkOrderTypeDescription(WorkOrder workOrder, PoolKit poolKit) Gets work order type description using WorkOrderTypeLoadEvent. -
Uses of DAException in overit.geocallapp.wfm.core.ux.configurationimportexport
Methods in overit.geocallapp.wfm.core.ux.configurationimportexport that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCImportExportConfiguration.checkUserPermissions(Long configuration) -
Uses of DAException in overit.geocallapp.wfm.core.ux.configurationimportexport.task
Methods in overit.geocallapp.wfm.core.ux.configurationimportexport.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidprotected voidprotected voidBTExportLauncher.chooseLaunchingEvent(PoolKit pk) protected voidBTImportLauncher.chooseLaunchingEvent(PoolKit pk) protected StringBTExportLauncher.getAddressDescription(HashMap<Long, String> decodedAddresses, Long addressId, PoolKit pk) protected voidBTExportLauncher.launchActivityExport(PoolKit pk) protected voidBTImportLauncher.launchActivityImport(PoolKit pk) protected voidBTExportLauncher.launchFacilityTypeExport(PoolKit pk) protected voidBTImportLauncher.launchFacilityTypeImport(PoolKit pk) protected voidBTExportLauncher.launchOperationTypeExport(PoolKit pk) protected voidBTImportLauncher.launchOperationTypeImport(PoolKit pk) protected voidBTExportLauncher.launchRequestTypeExport(PoolKit pk) protected voidBTImportLauncher.launchRequestTypeImport(PoolKit pk) protected voidBTExportLauncher.launchResourceTypeExport(PoolKit pk) protected voidBTImportLauncher.launchResourceTypeImport(PoolKit pk) protected voidBTExportLauncher.launchSchedulingResourceExport(PoolKit pk) protected voidBTImportLauncher.launchSchedulingResourceImport(PoolKit pk) protected voidBTExportLauncher.launchServiceTypeExport(PoolKit pk) protected voidBTImportLauncher.launchServiceTypeImport(PoolKit pk) protected voidBTExportLauncher.launchUsersExport(PoolKit pk) protected voidBTImportLauncher.launchUsersImport(PoolKit pk) protected voidBTExportLauncher.launchWOOperationTypeExport(PoolKit pk) protected voidBTImportLauncher.launchWoOperationTypeImport(PoolKit pk) protected voidBTExportLauncher.launchWorkCenterExport(PoolKit pk) protected voidBTImportLauncher.launchWorkCenterImport(PoolKit pk) protected voidBTExportLauncher.launchWorkCycleExport(PoolKit pk) protected voidBTImportLauncher.launchWorkCycleImport(PoolKit pk) protected voidBTExportLauncher.launchWoTypeActivitiesExport(PoolKit pk) protected voidBTImportLauncher.launchWoTypeActivitiesImport(PoolKit pk) protected voidBTExportLauncher.launchWOTypeExport(PoolKit pk) protected voidBTImportLauncher.launchWOTypeImport(PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.ux.crewshell.address
Methods in overit.geocallapp.wfm.core.ux.crewshell.address that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewCrewShellAddress.completeRowData(DBView dbv, int rowNumber, BOCrewShellAddress crewShellAddress, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.ux.crewshell.composition
Methods in overit.geocallapp.wfm.core.ux.crewshell.composition that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCrewShellCompositionServerTableView.completeRowData(DBView dbv, int rowNumber, BOCrewShellComposition technician, PoolKit poolKit) protected voidCrewShellDraftCompositionServerTableView.completeRowData(DBView dbv, int rowNumber, BOCrewShellDraftComposition technician, PoolKit poolKit) protected voidCrewShellComposition.launchCrewShellCompositionConfirmEvent(CrewShellCompositionConfirmEvent event) booleanCrewShellComposition.onAllocateTechnicians(UIMessage uim) UI event handler to refresh theCrewShellDraftCompositionServerTableViewtechniciansTable, once the allocation of theBOSchedulingUserobjects in aBOCrewShellobject has been performed.booleanCrewShellComposition.onConfirmTechniciansAllocation(UIMessage uim) UI event handler to refresh theCrewShellDraftCompositionServerTableViewtechniciansTable, once the allocation of theBOSchedulingUserobjects in aBOCrewShellobject has been confirmed in the Warning Alert.booleanCrewShellComposition.onTableRefresh(UIMessage uim) UI event handler to refresh theCrewShellDraftCompositionServerTableViewtechniciansTable, once the allocation of theBOSchedulingUserobjects in aBOCrewShellobject has been performed for the selected day.protected List<BOCrewShellSkill> CrewShellComposition.retrieveRequiredSkills(BOCrewShell crewShell) Retrieves the list of the Crew Shell's required skillsprotected StringCrewShellCompositionServerTableView.retrieveTechniciansSkills(Long userId, PoolKit poolKit) protected StringCrewShellDraftCompositionServerTableView.retrieveTechniciansSkills(Long userId, PoolKit poolKit) protected voidCrewShellComposition.updateRequiredSkills() -
Uses of DAException in overit.geocallapp.wfm.core.ux.crewshell.composition.allocatetechnician
Methods in overit.geocallapp.wfm.core.ux.crewshell.composition.allocatetechnician that throw DAExceptionModifier and TypeMethodDescriptionprotected voidAllocateTechnicians.applyUserOnShiftFilters(Map<String, Object> filters) Applies the right SQL clauses if theInputCheckBoxcomponent having name="with_defined_shifts" is checked.protected voidServerTableViewAllocateTechnicians.completeRowData(DBView dbv, int rowNumber, BOSchedulingUser user, PoolKit poolKit) protected Optional<BOCrewShellShift> AllocateTechnicians.getCrewShellWorkshift(Long crewShell, Date day) AllocateTechnicians.getResourcesWithOverlappingCrewShellWorkshifts(BOCrewShellShift crewShellWorkshift) AllocateTechnicians.getResourcesWithOverlappingNextDayWorkshifts(BOCrewShellShift crewShellWorkshift) protected voidAllocateTechnicians.insertTechnicians(Collection<Long> userIDs) Inserts a newBOCrewShellDraftCompositionobject, which represents the association between a givenBOCrewShellobject and a collection ofBOSchedulingUserobjects.protected voidServerTableViewAllocateTechnicians.loadCachedData(List<BOSchedulingUser> resources, PoolKit poolKit) booleanAllocateTechnicians.onConfirmTechniciansAllocation(UIMessage uim) UI event handler to confirm the insertion of n+1BOCrewShellDraftCompositionobjects for the givenBOCrewShellobject having n size.booleanAllocateTechnicians.onSearchTechniciansFromOC(UIMessage uim) UI event handler to searchBOSchedulingUserobjects from a given OC (i.e., Operation Center).protected voidAllocateTechnicians.refreshServerTableView(Map<String, Object> filters) Refreshes theServerTableViewAllocateTechniciansstvAllocateTechnicians.AllocateTechnicians.retrieveAlreadyAssignedUserIDs(BOCrewShell crewShell) Retrieves the combined list of the IDs of theBOSchedulingUserobjects (i.e., users) to be excluded from the search.protected List<BOWorkShift> AllocateTechnicians.retrieveCancelledBecauseInCrewShellWorkShifts(BOCrewShell crewShell) AllocateTechnicians.retrieveCrewShellConfirmedUserIDs(BOCrewShell crewShell) Retrieves the list of the IDs of theBOSchedulingUserobjects (i.e., users) to be excluded from the search.AllocateTechnicians.retrieveCrewShellDraftUserIDs(BOCrewShell crewShell) Retrieves the list of the IDs of theBOSchedulingUserobjects (i.e., users) to be excluded from the search.protected List<BOCrewShellDraftComposition> AllocateTechnicians.retrieveCrewShellTechnicians(BOCrewShell crewShell) Retrieves the list of theBOCrewShellDraftCompositionobjects related to theBOCrewShellobject.AllocateTechnicians.retrieveCrewShellTechniciansSkills(Long userId) Retrieves the list of theBOSkillobjects related to eachBOSchedulingUserobject.AllocateTechnicians.retrieveCrewShellUserIDs(BOCrewShell crewShell) Retrieves the list of the IDs of theBOSchedulingUserobjects (i.e., users) to be excluded from the search.AllocateTechnicians.retrieveFixedTeamUserIDs(BOCrewShell crewShell) Retrieves the list of the IDs of theBOSchedulingUserobjects (i.e., users) to be excluded from the search.AllocateTechnicians.retrieveMissingCrewShellSkillIDs(BOCrewShell crewShell) Retrieves the list of the IDs of the missing_skills, or rather, the list of the IDs of the required_skills with the exclusion of the FSM skills' IDs related to theBOCrewShellDraftCompositionobjects.AllocateTechnicians.retrieveMissingCrewShellSkillsDescriptions(BOCrewShell crewShell) Retrieves the list of the descriptions of the missing_skills, or rather, the list of the descriptions of the required_skills with the exclusion of the FSM skills' descriptions related to theBOCrewShellDraftCompositionobjects.AllocateTechnicians.retrieveRealUserIDs(BOCrewShell crewShell) Retrieves the list of the IDs of the realBOSchedulingUserobjects (i.e., users) which belong to the specified OC (i.e., operation center).AllocateTechnicians.retrieveRequiredSkillDescriptions(BOCrewShell crewShell) Retrieves the list of the values of the description field for eachBOSkillobject related to the retrievedBOCrewShellSkillobjects.protected List<BOCrewShellSkill> AllocateTechnicians.retrieveRequiredSkills(BOCrewShell crewShell) Retrieves the list of the required_skills, or rather, the list of theBOCrewShellSkillobjects related to the givenBOCrewShellobject.protected List<BOWorkShift> AllocateTechnicians.retrieveResourceWorkShifts(BOCrewShell crewShell) Retrieves the list of theBOWorkShiftobjects by filtering them byDateday and OC (i.e., operation center).protected List<BOScheduling> AllocateTechnicians.retrieveSchedulingsByWorkShifts(List<Long> workShiftIDs) Retrieves the list of the not cancelledBOSchedulingobjects by filtering them byBOWorkShiftobjects' IDs.AllocateTechnicians.retrieveUserOnShiftIDs(BOCrewShell crewShell) Retrieves the list of the IDs of theBOSchedulingUserobjects (i.e., users) which belong to the specified OC (i.e., operation center) and have an associatedBOWorkShiftobject (i.e., a shift) for the specifiedDateday.ServerTableViewAllocateTechnicians.retrieveUsersRoleDescriptions(List<Long> resources, PoolKit poolKit) Retrieves the descriptions of theBORoleobjects associated withBOSchedulingUserobjects.ServerTableViewAllocateTechnicians.retrieveUsersSkillDescriptions(List<Long> resources, PoolKit poolKit) Retrieves the descriptions of the activeBOSkillobjects associated withBOSchedulingUserobjects.AllocateTechnicians.retrieveUserWithAssignedSchedulingIDs(BOCrewShell crewShell) Retrieves the list of the IDs of theBOSchedulingUserobjects (i.e., users) to be excluded from the search.AllocateTechnicians.retrieveWorkingTeamIDs(BOCrewShell crewShell) Retrieves the list of the IDs of the activeBOWorkingTeamobjects (i.e., working teams or fixed teams), filtering them by OC (i.e., operation center).AllocateTechnicians.retrieveWorkingTeamShiftIDs(BOCrewShell crewShell) Retrieves the list of the IDs of theBOTeamShiftobjects (i.e., working team shifts), filtering them byDateday and by retrievedBOWorkingTeamobjects. -
Uses of DAException in overit.geocallapp.wfm.core.ux.crewshell.configuration
Methods in overit.geocallapp.wfm.core.ux.crewshell.configuration that throw DAExceptionModifier and TypeMethodDescriptionCrewShellConfiguration.retrieveActivatedOperationCentersIDs()Retrieves the list of all theBOCrewShellOperationCenterobjects' IDs (i.e., the IDs of the operation centers which have been deactivated for the crew shells).protected List<BOOperationCenter> CrewShellConfiguration.retrieveOperationCenters()Retrieves the list of all theBOOperationCenterobjects (i.e., operation centers). -
Uses of DAException in overit.geocallapp.wfm.core.ux.crewshell.dailyplan
Methods in overit.geocallapp.wfm.core.ux.crewshell.dailyplan that throw DAExceptionModifier and TypeMethodDescriptionprotected BOCrewShellConfigurationCrewShellBarBuilder.getConfiguration() -
Uses of DAException in overit.geocallapp.wfm.core.ux.crewshell.edit
Methods in overit.geocallapp.wfm.core.ux.crewshell.edit that throw DAExceptionModifier and TypeMethodDescriptionprotected LongCrewShellDetail.insertCrewShell(BOCrewShell crewShell) UI event handler to insert theBOCrewShellobject.protected voidCrewShellDetail.updateCrewShell(BOCrewShell crewShell) UI event handler to update theBOCrewShellobject. -
Uses of DAException in overit.geocallapp.wfm.core.ux.crewshell.scheduling.model.search.data
Methods in overit.geocallapp.wfm.core.ux.crewshell.scheduling.model.search.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCrewShellWorkingTeam.defineValues(CommandContext cc, PoolKit pk) protected voidDAOCrewShellWorkingTeam.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.ux.crewshell.scheduling.model.search.task
Methods in overit.geocallapp.wfm.core.ux.crewshell.scheduling.model.search.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellWorkingTeamSearch.execute(CrewShellWorkingTeamSearchEvent event, PoolKit poolKit) Starting from the givenCrewShellWorkingTeamSearchFilter, it searches the corresponding list ofCrewShellWorkingTeamand presents them as aPageResponsewhich is then written into the event journal.. -
Uses of DAException in overit.geocallapp.wfm.core.ux.crewshell.workshift
Methods in overit.geocallapp.wfm.core.ux.crewshell.workshift that throw DAExceptionModifier and TypeMethodDescriptionprotected BOCrewShellConfigurationCrewShellWorkshift.getConfiguration()protected voidCrewShellWorkshift.populateCrewShellSkillsMultiDecoder(BOCrewShell crewShell) It populates theMultiDecodermdCrewShellSkills with the description value of eachBOSkillobject associated with the loadedBOCrewShellobject. -
Uses of DAException in overit.geocallapp.wfm.core.ux.crewshell.workshift.task
Methods in overit.geocallapp.wfm.core.ux.crewshell.workshift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDragDropDailyWorkshift.execute(DailyWorkshiftDragDropEvent event, PoolKit pk) static List<BOCrewShellDraftComposition> BTDragDropDailyWorkshift.getCrewShellTechniciansByDummyUser(Long dummyUser, Date day, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.ux.criticalactivity.rules.detail
Methods in overit.geocallapp.wfm.core.ux.criticalactivity.rules.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCriticalActivityRuleDetail.initValues()protected voidCriticalActivityRuleDetail.loadWorkOrderFiltersData(Collection<Long> woFilterIds) protected voidCriticalActivityRuleDetail.saveRule(CriticalActivityRule rule) -
Uses of DAException in overit.geocallapp.wfm.core.ux.criticalactivity.rules.newrule
Methods in overit.geocallapp.wfm.core.ux.criticalactivity.rules.newrule that throw DAExceptionModifier and TypeMethodDescriptionprotected voidNewCriticalActivityRule.loadWorkOrderFiltersData(Collection<Long> woFilterIds) protected voidNewCriticalActivityRule.saveRule(CriticalActivityRule rule) -
Uses of DAException in overit.geocallapp.wfm.core.ux.datacollection.converter.sheet
Methods in overit.geocallapp.wfm.core.ux.datacollection.converter.sheet that throw DAExceptionModifier and TypeMethodDescriptionprotected DataCollectionSheetInstanceDataCollectionConverterSheetLogSearch.loadDataSheetCollectionInstance(Long sheetId) protected DBViewDataCollectionConverterSheetLogSearch.loadOldSheetData(Map<String, Object> filter) protected overit.geocallapp.wfm.srd.scheda.SchedaTreeDataCollectionConverterSheetLogSearch.loadOldSheetTree(Long oldSheetId) -
Uses of DAException in overit.geocallapp.wfm.core.ux.datacollection.converter.sheet.subset
Methods in overit.geocallapp.wfm.core.ux.datacollection.converter.sheet.subset that throw DAExceptionModifier and TypeMethodDescriptionprotected voidSearchDataCollectionConverterSheetSubset.search() -
Uses of DAException in overit.geocallapp.wfm.core.ux.datacollection.converter.template
Methods in overit.geocallapp.wfm.core.ux.datacollection.converter.template that throw DAExceptionModifier and TypeMethodDescriptionstatic LongDataCollectionConverterOldTemplateUtils.getRootNodeId(Long oldTemplateId) static overit.geocallapp.wfm.survey.template.TemplateTreeDataCollectionConverterOldTemplateUtils.getTemplateTree(Long oldRootNodeId, Teacher teacher) -
Uses of DAException in overit.geocallapp.wfm.core.ux.datacollection.converter.template.structure
Methods in overit.geocallapp.wfm.core.ux.datacollection.converter.template.structure that throw DAExceptionModifier and TypeMethodDescriptionprotected booleanDataCollectionConverterTemplateStructureLog.isTemplateStructureRelease(Long templateStructureId) protected DataCollectionTemplateDataCollectionConverterTemplateStructureLog.loadDataCollectionTemplate(Long templateStructure, boolean isRelease) -
Uses of DAException in overit.geocallapp.wfm.core.ux.datacollection.converter.template.subset
Methods in overit.geocallapp.wfm.core.ux.datacollection.converter.template.subset that throw DAExceptionModifier and TypeMethodDescriptionprotected voidSearchDataCollectionConverterTemplateSubset.search() -
Uses of DAException in overit.geocallapp.wfm.core.ux.datacollection.optionsgroup
Methods in overit.geocallapp.wfm.core.ux.datacollection.optionsgroup that throw DAException -
Uses of DAException in overit.geocallapp.wfm.core.ux.datacollection.sheet
Methods in overit.geocallapp.wfm.core.ux.datacollection.sheet that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewDataCollectionSheet.completeDBViewData(DBView dbv) protected LongPanelNewDataCollectionSheet.insertSheet(UIMessage uim) protected LongPanelNewDataCollectionSheet.insertSheetAndAssociate(UIMessage uim) protected DataCollectionTemplateDataCollectionSheetDetail.loadDataCollectionTemplate(Long templateStructure) protected DataCollectionTemplateSearchDataCollectionSheet.loadDataCollectionTemplate(Long templateStructure) protected BODataCollectionTypeDataCollectionSheetDetail.loadDataCollectionType(Long typeId) protected DataCollectionSheetInstanceSearchDataCollectionSheet.loadDataSheetCollectionInstance(Long sheetId) protected BOSchedulingUserDataCollectionSheetDetail.loadSchedulingUser(Long schedulingUserId) protected BOWorkOrderHeaderDataCollectionSheetDetail.loadWorkorderHeader(Long workorderId) protected BOWorkOrderOperationDataCollectionSheetDetail.loadWorkorderOperation(Long woOperationId) protected BOWorkOrderOperationSearchDataCollectionSheet.loadWorkOrderOperation(Long woOperationId) protected voidPanelNewDataCollectionSheet.presetForm() -
Uses of DAException in overit.geocallapp.wfm.core.ux.datacollection.sheet.dynamic
Methods in overit.geocallapp.wfm.core.ux.datacollection.sheet.dynamic that throw DAExceptionModifier and TypeMethodDescriptionDataCollectionValuesContainerWindowBuilder.buildWindow()Build the window.protected voidDataCollectionNodePictureValueComponent.showChangedResource()protected voidDataCollectionNodeResourceValueComponent.showChangedResource()protected voidDataCollectionNodeSignatureValueComponent.showChangedResource() -
Uses of DAException in overit.geocallapp.wfm.core.ux.datacollection.template
Methods in overit.geocallapp.wfm.core.ux.datacollection.template that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewDataCollectionTemplateStructure.completeDbv(Long template, DBView dbv) protected voidPanelOutcomeReasonsDataCollectionTemplate.launchAlignEvent(DataCollectionTemplateStructureOutcomeRuleAlignInput alignInput) Launches the align event to persist the changes.protected DataCollectionTemplateDataCollectionTemplateDetail.loadDataCollectionTemplate(Long templateStructure, boolean isRelease) protected BODataCollectionTemplateHeaderDataCollectionTemplateDetail.loadDataCollectionTemplateHeader()protected List<BOOutcomeReason> PanelOutcomeReasonsDataCollectionTemplate.loadOutcomeReasons()protected List<BOOutcomeReason> SearchDataCollectionTemplate.loadOutcomeReasons()protected List<BODataCollectionTemplateStructureOutcomeRule> PanelOutcomeReasonsDataCollectionTemplate.loadOutcomeRules()protected BODataCollectionTemplateStructurePanelOutcomeReasonsDataCollectionTemplate.loadTemplateStructure() -
Uses of DAException in overit.geocallapp.wfm.core.ux.datacollection.template.gantt
Methods in overit.geocallapp.wfm.core.ux.datacollection.template.gantt that throw DAExceptionModifier and TypeMethodDescriptionprotected StringDataCollectionTemplateGanttTooltipBuilder.addReleaseInfo(Map<String, Object> operationRawData) protected StringDataCollectionTemplateGanttTooltipBuilder.addTemplateHeaderInfo(BODataCollectionTemplateHeader templateHeader) DataCollectionTemplateGanttTooltipBuilder.buildOperationTooltip(BODataCollectionTemplateHeader templateHeader, Map<String, Object> operationRawData) Build the tool-tip content for a operation.protected voidServerTableViewDataCollectionTemplateStructureGantt.completeDbv(Long template, DBView dbv) protected DataCollectionTemplateDataCollectionTemplateGantt.loadDataCollectionTemplate(Long templateStructure) -
Uses of DAException in overit.geocallapp.wfm.core.ux.datacollection.template.treejson.node
Methods in overit.geocallapp.wfm.core.ux.datacollection.template.treejson.node that throw DAExceptionModifier and TypeMethodDescriptionprotected voidPanelDataCollectionTreeViewModel.loadTemplate()Method to load the tree model and build Template Tree from the tree model set before -
Uses of DAException in overit.geocallapp.wfm.core.ux.datacollection.template.visibilityrules
Methods in overit.geocallapp.wfm.core.ux.datacollection.template.visibilityrules that throw DAExceptionModifier and TypeMethodDescriptionprotected voidPanelDataCollectionTemplateVisibilityRules.loadRuleConfiguration(Long ruleHeaderId) Load the configuration for the selected rule.protected voidPanelDataCollectionTemplateVisibilityRules.loadVisibilityRulesHeader()Load the visibility rules for the given template. -
Uses of DAException in overit.geocallapp.wfm.core.ux.location.microcluster
Methods in overit.geocallapp.wfm.core.ux.location.microcluster that throw DAExceptionModifier and TypeMethodDescriptionprotected abstract voidMicroclusterAssociation.associateCluster(HashGetter cluster) Associate a single macrocluster.protected abstract voidMicroclusterAssociation.disassociateCluster(HashGetter cluster) Disassociate a single macrocluster.protected abstract DBViewMicroclusterAssociation.getMicroclusterDetails(HashGetter cluster) Prepare the microclusterDBViewused for opening the map page.protected abstract DBViewMicroclusterAssociation.getSearchDBV(HashGetter filters) Search microclusters on db applying user filtersprotected abstract DBViewMicroclusterAssociation.readDBAssociations()Read the current microcluster associations from db -
Uses of DAException in overit.geocallapp.wfm.core.ux.location.microcluster.microclusteraggregate
Methods in overit.geocallapp.wfm.core.ux.location.microcluster.microclusteraggregate that throw DAExceptionModifier and TypeMethodDescriptionprotected voidMicroclusterAggregates.associateCluster(HashGetter cluster) protected voidMicroclusterAggregates.disassociateCluster(HashGetter cluster) protected DBViewMicroclusterAggregates.getMicroclusterDetails(HashGetter cluster) Get all the microcluster that are composing the selected aggregateMicroclusterAggregates.getSearchDBV(HashGetter formValues) Execute search queryprotected DBViewMicroclusterAggregates.readDBAssociations()Get the current area-microcluster associations from db -
Uses of DAException in overit.geocallapp.wfm.core.ux.location.microcluster.microclusteraggregate.task
Methods in overit.geocallapp.wfm.core.ux.location.microcluster.microclusteraggregate.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMicroclusterAggregateComponentsInsert.body(MicroclusterAggregateComponentsInsertEvent event, PoolKit pk) protected voidBTMicroclusterAggregateRemove.body(MicroclusterAggregateRemoveEvent event, PoolKit pk) protected voidBTMicroclusterAggregateRemoveComponents.body(MicroclusterAggregateComponentsRemoveEvent event, PoolKit pk) protected voidBTMicroclusterAggregateSystemInsert.body(MicroclusterAggregateSystemInsertEvent event, PoolKit pk) protected voidBTMicroclusterAggregateRemove.deleteMicroclusterAggregate(PoolKit pk) Delete microcluster aggregate headerprotected voidBTMicroclusterAggregateRemove.deleteRZoneMcAggregate(PoolKit pk) Delete RMCAGGREGATEZONE records for this aggregateprotected voidBTMicroclusterAggregateSystemInsert.insertMicroClusterAggregate(String istat, String cap, PoolKit pk) Insert the new microclusters aggregates headersprotected voidBTMicroclusterAggregateSystemInsert.insertRMicroclusterZone(String istat, String cap, PoolKit pk) Insert in the RMICROCLUSTERZONE a record for each microcluster in the microcluster aggregateprotected voidBTMicroclusterAggregateRemove.updateRMicroclusterZone(PoolKit pk) protected voidBTMicroclusterAggregateSystemInsert.updateRMicroclusterZone(String istat, String cap, PoolKit pk) update RMZOPOSTCODE and RMZOMUNICIPALITYCODE of RMICROCLUSTERZONE table with AMCLMICROCLUSTER data, for each record of the period with municipality code and postcode of inserted aggregatesprotected voidBTMicroclusterAggregateSystemInsert.updateRMicroclusterZoneKeys(PoolKit pk) Update RMICROCLUSTERZONE foreign key to AMCAGGREGATE with the values of original microcluster aggregates -
Uses of DAException in overit.geocallapp.wfm.core.ux.location.microcluster.operationcentercomposition
Methods in overit.geocallapp.wfm.core.ux.location.microcluster.operationcentercomposition that throw DAExceptionModifier and TypeMethodDescriptionprotected voidOperationCenterComposition.associateCluster(HashGetter cluster) protected voidOperationCenterComposition.disassociateCluster(HashGetter cluster) protected DBViewOperationCenterComposition.getMicroclusterDetails(HashGetter cluster) OperationCenterComposition.getSearchDBV(HashGetter formValues) protected DBViewOperationCenterComposition.readDBAssociations() -
Uses of DAException in overit.geocallapp.wfm.core.ux.location.microcluster.operationcentercomposition.task
Methods in overit.geocallapp.wfm.core.ux.location.microcluster.operationcentercomposition.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMicroclusterGroupInsert.body(MicroclusterGroupInsertEvent event, PoolKit pk) protected voidBTMicroclusterGroupRemove.body(MicroclusterGroupRemoveEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.ux.location.microcluster.schedulingareas
Methods in overit.geocallapp.wfm.core.ux.location.microcluster.schedulingareas that throw DAExceptionModifier and TypeMethodDescriptionprotected voidSchedulingAreas.associateCluster(HashGetter cluster) protected voidSchedulingAreas.disassociateCluster(HashGetter cluster) protected LongSetSchedulingAreas.getAssociatedZones()Get the set of zones associated to the operation center of this areaprotected DBViewSchedulingAreas.getMicroclusterDetails(HashGetter cluster) Get all the microcluster that are composing the selected macroclusterSchedulingAreas.getSearchDBV(HashGetter formValues) Execute search queryprotected DBViewSchedulingAreas.readDBAssociations()Get the current area-microcluster associations from db -
Uses of DAException in overit.geocallapp.wfm.core.ux.location.microcluster.schedulingareas.task
Methods in overit.geocallapp.wfm.core.ux.location.microcluster.schedulingareas.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMicroclusterGroupInsert.body(MicroclusterGroupInsertEvent event, PoolKit pk) protected voidBTMicroclusterGroupRemove.body(MicroclusterGroupRemoveEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.ux.location.microcluster.selectionmap
Methods in overit.geocallapp.wfm.core.ux.location.microcluster.selectionmap that throw DAExceptionModifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.EnvelopeMicroclusterSelectionMapUtils.getEstimatedBoundingBox(String microclusterUuid, org.geos.CoordRefSys coordRef) static org.locationtech.jts.geom.EnvelopeMicroclusterSelectionMapUtils.getEstimatedBoundingBox(String microclusterUuid, org.geos.CoordRefSys coordRef, PoolKit poolKit) static org.locationtech.jts.geom.EnvelopeMicroclusterSelectionMapUtils.getEstimatedBoundingBox(Set<String> microclusterUuids, org.geos.CoordRefSys coordRef) static org.locationtech.jts.geom.EnvelopeMicroclusterSelectionMapUtils.getEstimatedBoundingBox(Set<String> microclusterUuids, org.geos.CoordRefSys coordRef, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.ux.material.detail
Methods in overit.geocallapp.wfm.core.ux.material.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected LongMaterialDetail.insertMaterial(BOMaterial material) protected voidMaterialDetail.preparePage(MaterialDetailInput pageInput) protected voidMaterialDetail.saveMaterial()protected voidMaterialDetail.updateMaterial(BOMaterial material) -
Uses of DAException in overit.geocallapp.wfm.core.ux.material.serialized
Methods in overit.geocallapp.wfm.core.ux.material.serialized that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewSerializedMaterial.completeRowData(DBView dbv, int rowNumber, BOSerializedMaterial serializedMaterial, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.ux.material.serialized.selection
Methods in overit.geocallapp.wfm.core.ux.material.serialized.selection that throw DAExceptionModifier and TypeMethodDescriptionprotected abstract voidSerializedMaterialSelection.searchSerializedMaterials(Map<String, Object> filterMap) -
Uses of DAException in overit.geocallapp.wfm.core.ux.mobilecards.mobilecardsconfiguration
Methods in overit.geocallapp.wfm.core.ux.mobilecards.mobilecardsconfiguration that throw DAExceptionModifier and TypeMethodDescriptionprotected voidMobileCardsConfigurationDetail.saveConfiguration() -
Uses of DAException in overit.geocallapp.wfm.core.ux.mobilecards.typespanel
Methods in overit.geocallapp.wfm.core.ux.mobilecards.typespanel that throw DAExceptionModifier and TypeMethodDescriptionprotected booleanPMultiSelectCardTypes.interventionGroupVisibility(String type) -
Uses of DAException in overit.geocallapp.wfm.core.ux.multistage.gantt
Methods in overit.geocallapp.wfm.core.ux.multistage.gantt that throw DAExceptionModifier and TypeMethodDescriptionprotected voidMultistageGroupGantt.deleteMultistageDependencies(Set<Long> multistageDependencies) protected voidMultistageGroupGantt.launchRemoveOperationsEvent(MultistageGroupRemoveOperationsEvent event) protected DBViewMultistageGroupGanttDataBuilder.loadWOOperationsData(Collection<Long> woOperations) -
Uses of DAException in overit.geocallapp.wfm.core.ux.multistage.group
Methods in overit.geocallapp.wfm.core.ux.multistage.group that throw DAExceptionModifier and TypeMethodDescriptionprotected voidMultistageGroupOperationsDBViewBuilder.addMultistageOperationsToDBView(MultistageGroup multistageGroup, DBView dbv, PooledConnection conn) MultistageGroupOperationsDBViewBuilder.buildDBView(MultistageGroup multistageGroup) MultistageGroupOperationsDBViewBuilder.buildDBView(MultistageGroup multistageGroup, PooledConnection conn) protected voidServerTableViewMultistageGroup.completeDBViewData(DBView dbv, List<BOMultistageGroupHeader> multistageGroupHeaders) protected voidPanelNewMultistageGroup.createAndAssociateMultistageGroupHeader(BOMultistageGroupHeader multistageGroupHeader) protected voidPanelNewMultistageGroup.insertMultistageGroupHeader(MultistageGroupHeaderInsertEvent event) protected voidPanelNewMultistageGroup.launchInsertFromWOOperationsEvent(MultistageGroupInsertFromWOOperationsEvent event) protected voidMultistageGroupDetail.launchRemoveOperationsEvent(MultistageGroupRemoveOperationsEvent event) protected BOMultistageConfigurationPanelNewMultistageGroup.loadMultistageConfiguration(Long operationCenterId) ServerTableViewMultistageGroup.loadMultistageGroupOperationsCount(List<BOMultistageGroupHeader> multistageGroupHeaders) protected DBViewMultistageGroupOperationsDBViewBuilder.loadWOOperationsData(Set<Long> woOperations, PooledConnection conn) protected voidPanelNewMultistageGroup.selectOperationCenter(Map<String, Object> filter) -
Uses of DAException in overit.geocallapp.wfm.core.ux.multistage.group.operation
Methods in overit.geocallapp.wfm.core.ux.multistage.group.operation that throw DAExceptionModifier and TypeMethodDescriptionprotected StringMultistageOperationTooltipBuilder.addGeneralInfo(HashGetter operationRawData) protected voidMultistageOperationDependenciesDBViewBuilder.addMultistageDependenciesToDBView(MultistageGroup multistageGroup, List<BOMultistageGroupDependency> dependencies, BOMultistageGroupOperation multistageOperation, DBView dbv) protected StringMultistageOperationTooltipBuilder.addSchedulingInfo(HashGetter operationRawData) MultistageOperationDependenciesDBViewBuilder.buildDBView(MultistageGroup multistageGroup, List<BOMultistageGroupDependency> dependencies, BOMultistageGroupOperation multistageOperation) MultistageOperationTooltipBuilder.buildOperationTooltip(HashGetter operationRawData) Build the tool-tip content for a operation.protected voidMultistageOperationDetail.deleteMultistageDependencies(Set<Long> multistageDependencies) protected voidMultistageOperationDetail.initFinishStartSourceOperations()protected voidMultistageOperationDetail.initFinishStartTargetOperations()protected voidMultistageOperationDetail.initSameDayOperations()protected voidMultistageOperationDetail.initStartStartSourceOperations()protected voidMultistageOperationDetail.initStartStartTargetOperations()protected MultistageGroupMultistageOperationDetail.loadMultistageGroup()protected TechnicalObjectMultistageOperationDetail.loadTechnicalObject(Long addressId) protected Map<Long, List<MultistageViolation>> MultistageOperationDependenciesDBViewBuilder.loadViolations(MultistageGroup multistageGroup) protected List<BOWorkOrderOperation> MultistageOperationDetail.loadWOOperations(Long workOrderId) protected DBViewMultistageOperationDependenciesDBViewBuilder.loadWOOperationsData(Collection<Long> woOperations) protected BOWorkOrderHeaderMultistageOperationDetail.loadWorkOrderHeader(Long workOrderId) protected BOWorkOrderOperationMultistageOperationDetail.loadWorkOrderOperation(Long woOperationId) -
Uses of DAException in overit.geocallapp.wfm.core.ux.multistage.group.operation.dependency
Methods in overit.geocallapp.wfm.core.ux.multistage.group.operation.dependency that throw DAExceptionModifier and TypeMethodDescriptionprotected voidPanelNewMultistageDependencies.launchAddDependenciesEvent(MultistageGroupAddDependenciesEvent event) protected voidPanelEditMultistageDependencies.launchEditDependenciesEvent(MultistageGroupEditDependenciesEvent event) -
Uses of DAException in overit.geocallapp.wfm.core.ux.multistage.group.wooperation
Methods in overit.geocallapp.wfm.core.ux.multistage.group.wooperation that throw DAExceptionModifier and TypeMethodDescriptionprotected voidMultistageGroupAddWOOperation.launchAddWOOperationsEvent(MultistageGroupAddWOOperationsEvent event) -
Uses of DAException in overit.geocallapp.wfm.core.ux.permits.singleintervention
Methods in overit.geocallapp.wfm.core.ux.permits.singleintervention that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewPermitSingleIntervention.completeRowData(DBView dbv, int rowNumber, BOPermitTypeOutcomeReasonRel permitTypeOutcomeReasonRel, PoolKit poolKit) booleanUi event handler to search theBOOutcomeReasons that correspond to a certain set of filters.booleanUI event handler to search theBOPermitTypes that correspond to a certain set of filters. -
Uses of DAException in overit.geocallapp.wfm.core.ux.permits.workcycle
Methods in overit.geocallapp.wfm.core.ux.permits.workcycle that throw DAException -
Uses of DAException in overit.geocallapp.wfm.core.ux.permits.workorder
Methods in overit.geocallapp.wfm.core.ux.permits.workorder that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewAssociateWorkOrderPermits.addFlagAttachment(Permit permit, DBView dbv) protected DBViewAssociateWorkOrderPermits.addLastDateInformation(DBView dbv) protected DBViewAssociateWorkOrderPermits.addWOOperationData(DBView dbv) protected DBViewAssociateWorkOrderPermits.addWOOperationType(DBView dbv) protected voidAssociateWorkOrderPermits.fillPermitTypes(boolean active) protected BooleanAssociateWorkOrderPermits.loadIsAttachmentPermitObtained(Long idPermitObtained) protected BOWorkOrderOperationAssociateWorkOrderPermits.loadWorkOrderOperation(Long woOperationId) protected BOWorkOrderOperationTypeAssociateWorkOrderPermits.loadWorkOrderTypeOperation(Long woOperationTypeId) -
Uses of DAException in overit.geocallapp.wfm.core.ux.permits.workorder.history
Methods in overit.geocallapp.wfm.core.ux.permits.workorder.history that throw DAExceptionModifier and TypeMethodDescriptionprotected voidPermitHistory.completeRequiredData(DBView dbv, BOPermitRequiredHistory permitRequiredHistory) protected BOWorkOrderOperationPermitHistory.loadWOOperation(Long operationId) -
Uses of DAException in overit.geocallapp.wfm.core.ux.schedule.bundler
Methods in overit.geocallapp.wfm.core.ux.schedule.bundler that throw DAExceptionModifier and TypeMethodDescriptionprotected voidSchedulableBundles.executeQuery(Map<String, Object> filters, boolean showWarning) protected voidSchedulableBundles.initialize(Object o) protected voidSchedulableBundles.refreshSavedSearch()voidSchedulableBundles.updateRow(int row) -
Uses of DAException in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task
Methods in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDailyPlanBundleCacheInitialize.execute(DailyPlanBundleCacheInitializeEvent event, PoolKit poolKit) Executes the cache initialization process.protected voidBTSchedulableActivitiesSearch.execute(SchedulableActivitiesSearchEvent event, PoolKit poolKit) Executes the search for schedulable activities.protected DBViewBTSchedulableActivitiesSearch.executeQuery(PoolKit poolKit, Map<String, Object> searchParams, Page page) Executes the query to search for schedulable activities.protected Collection<Long> BTDailyPlanBundleCacheInitialize.getBundleIds(Collection<Long> bundleOperationIds, PoolKit poolKit) Retrieves bundle IDs from the provided bundle operation IDs.protected Collection<Long> BTDailyPlanBundleCacheInitialize.getBundleOperationIds(DailyPlanBundleCacheInitializeInput input, PoolKit poolKit) Retrieves bundle operation IDs from the provided appointments.protected voidBTSchedulableActivitiesSearch.initializeRelatedEntities(SchedulableActivitiesSearchFilter filter, PoolKit poolKit) Initializes related entities by searching for all filter-related business objects.protected Collection<BOAppointment> BTDailyPlanBundleCacheInitialize.loadAppointments(Collection<Long> bundleOperationIds, PoolKit poolKit) Loads appointments for the specified bundle operation IDs.protected Collection<BOBundleHeader> BTDailyPlanBundleCacheInitialize.loadBundleHeaders(Collection<Long> bundleIds, PoolKit poolKit) Loads bundle headers for the specified bundle IDs.protected Collection<BOBundleOperation> BTDailyPlanBundleCacheInitialize.loadBundleOperations(Collection<Long> bundleIds, PoolKit poolKit) Loads bundle operations for the specified bundle IDs.protected Collection<BOInterventionResource> BTDailyPlanBundleCacheInitialize.loadInterventionResources(Collection<Long> interventionIds, PoolKit poolKit) Loads intervention resources for the specified intervention IDs.protected Collection<InterventionAggregate> BTDailyPlanBundleCacheInitialize.loadInterventions(Collection<Long> appointmentIds, PoolKit poolKit) Loads interventions for the specified appointment IDs.protected Collection<BOWorkOrderHeader> BTDailyPlanBundleCacheInitialize.loadWorkOrderHeaders(Collection<Long> workOrderHeaderIds, PoolKit poolKit) Loads work order headers for the specified header IDs.protected Collection<BOWorkOrderOperation> BTDailyPlanBundleCacheInitialize.loadWorkOrderOperations(Collection<Long> workOrderOperationIds, PoolKit poolKit) Loads work order operations for the specified operation IDs.protected voidBTSchedulableActivitiesSearch.searchActivities(SchedulableActivitiesSearchFilter filter, PoolKit poolKit) Searches for activities based on the filter criteria.protected voidBTSchedulableActivitiesSearch.searchAddresses(SchedulableActivitiesSearchFilter filter, PoolKit poolKit) Searches for addresses based on the filter criteria.protected voidBTSchedulableActivitiesSearch.searchOperationCenters(SchedulableActivitiesSearchFilter filter, PoolKit poolKit) Searches for operation centers based on the filter criteria.protected voidBTSchedulableActivitiesSearch.searchRequestTypes(SchedulableActivitiesSearchFilter filter, PoolKit poolKit) Searches for request types based on the filter criteria.protected voidBTSchedulableActivitiesSearch.searchServiceTypes(SchedulableActivitiesSearchFilter filter, PoolKit poolKit) Searches for service types based on the filter criteria.protected voidBTSchedulableActivitiesSearch.searchTechnicalObjects(SchedulableActivitiesSearchFilter filter, PoolKit poolKit) protected voidBTSchedulableActivitiesSearch.searchTechnicalObjectTypes(SchedulableActivitiesSearchFilter filter, PoolKit poolKit) Searches for technical object types (assets and accounts) based on the filter criteria.protected voidBTSchedulableActivitiesSearch.searchWorkOrderHeaders(SchedulableActivitiesSearchFilter filter, PoolKit poolKit) Searches for work order headers based on the filter criteria.protected voidBTSchedulableActivitiesSearch.searchWorkOrderOperationStatus(SchedulableActivitiesSearchFilter filter, PoolKit poolKit) Searches for work order operation statuses based on the filter criteria. -
Uses of DAException in overit.geocallapp.wfm.core.ux.schedule.intervention.material
Methods in overit.geocallapp.wfm.core.ux.schedule.intervention.material that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewMaterialAccounting.buildInterventionMaterialsDBView(List<WOAgendaMaterial> agendaMaterials) protected StringMaterialAccounting.buildNotAdmittedMaterialsMessage(Set<Long> notAdmittedMaterials) protected voidMaterialAccounting.checkAdmittedMaterials(DBView newWoAssociatedMaterials) protected booleanMaterialAccounting.checkDataBeforeSave()protected voidMaterialAccounting.loadIntervention(Long agenda) protected List<WOAgendaMaterial> MaterialAccounting.loadInterventionMaterials()protected voidMaterialAccounting.loadSerializedMaterials(DBView materials) protected List<WorkOrderOperationAccountedMaterial> MaterialAccounting.loadWOAccountedMaterials()protected voidMaterialAccounting.loadWorkOrder()protected voidMaterialAccounting.saveMaterials()protected voidMaterialAccounting.setupWindow()protected voidMaterialAccounting.updateInMemoryObjects(BOAgendaMaterial updatedAgendaMaterial, boolean isInsert, boolean deleteZeroQuantity) protected WOAgendaMaterialMaterialAccounting.updateWOAgendaMaterial(BOAgendaMaterial updatedAgendaMaterial, boolean isNew) -
Uses of DAException in overit.geocallapp.wfm.core.ux.schedule.intervention.material.performance
Methods in overit.geocallapp.wfm.core.ux.schedule.intervention.material.performance that throw DAException -
Uses of DAException in overit.geocallapp.wfm.core.ux.schedule.intervention.material.serialized
Methods in overit.geocallapp.wfm.core.ux.schedule.intervention.material.serialized that throw DAExceptionModifier and TypeMethodDescriptionprotected voidSerializedMaterialAssociation.searchSerializedMaterials(Map<String, Object> filterMap) -
Uses of DAException in overit.geocallapp.wfm.core.ux.schedule.intervention.material.used
Methods in overit.geocallapp.wfm.core.ux.schedule.intervention.material.used that throw DAException -
Uses of DAException in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.search.task
Methods in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.search.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLoadAccountingMonitorWarnings.body(LoadAccountingMonitorWarningsEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.task
Methods in overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionsLoad.body(InterventionsLoadEvent event, PoolKit poolKit) Load the requiredInterventionsprotected InterventionBTInterventionsLoad.loadInterventionByAgenda(Long agenda, PoolKit poolKit) Load a singleInterventionstarting from an agenda idprotected InterventionBTInterventionsLoad.loadInterventionByScheduling(Long scheduling, PoolKit poolKit) Load a singleInterventionstarting from a scheduling idprotected voidBTInterventionsLoad.loadLinkedInterventions(Intervention intervention, List<Intervention> interventions, PoolKit poolKit) Retrieve theInterventions linked to the given one -
Uses of DAException in overit.geocallapp.wfm.core.ux.schedule.schedulingresource.resourceaddress
Methods in overit.geocallapp.wfm.core.ux.schedule.schedulingresource.resourceaddress that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewResourceAddress.completeRowData(DBView dbv, int rowNumber, BOResourceAddress resourceAddress, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.ux.schedule.tooltip.configuration
Methods in overit.geocallapp.wfm.core.ux.schedule.tooltip.configuration that throw DAExceptionModifier and TypeMethodDescriptionPlanningMonitorActivityTooltipDefinitionBuilder.buildTooltipDefinition(ActivityTooltipData tooltipData) Builds a tooltip definition for the givenActivityTooltipDataprotected Optional<PlanningMonitorActivityTooltip> PlanningMonitorActivityTooltipDefinitionBuilder.getOrLoadDynamicActivityTooltipConfiguration(ActivityTooltipData tooltipData) -
Uses of DAException in overit.geocallapp.wfm.core.ux.schedule.tooltip.task
Methods in overit.geocallapp.wfm.core.ux.schedule.tooltip.task that throw DAExceptionModifier and TypeMethodDescriptionprotected static voidBTPlannedActivityTooltipLoad.addActivityAddressToDBView(DBView result) Adds activity address information to the provided DBView when double location mode is active.protected voidBTActivityTooltipBundlerLoad.addBundlerData(ActivityTooltipData tooltipData, PoolKit poolKit) If the bundler module is active, it checks if the current activity is part of an activeBundlestarting from itsBOAppointment.protected voidBTActivityTooltipCriticalActivityLoad.addCriticalActivityData(ActivityTooltipData tooltipData, PoolKit poolKit) protected voidBTActivityTooltipMultistageLoad.addMultistageTooltip(ActivityTooltipData tooltipData, PoolKit poolKit) protected voidBTActivityTooltipCriticalActivityLoad.addTooltipData(ActivityTooltipData tooltipData, WoOperationCriticalActivitiesAggregate criticalActivities) protected voidBTAccountedActivityTooltipLoad.body(AccountedActivityTooltipDataLoadEvent event, PoolKit poolKit) protected voidBuilds the tool-tip for the current activity with itsBundleinformation.protected voidprotected voidprotected voidBTPlannedAbsenceTooltipLoad.body(PlannedAbsenceTooltipDataLoadEvent event, PoolKit poolKit) protected voidBTPlannedActivityTooltipLoad.body(PlannedActivityTooltipDataLoadEvent event, PoolKit poolKit) protected StringBTActivityTooltipDataLoad.decodeCoworkerInfo(HashGetter rawData, PoolKit poolKit) protected StringBTActivityTooltipDataLoad.decodeLinkedActivities(HashGetter rawData, PoolKit poolKit) protected voidBTActivityTooltipDataLoad.fillData(ActivityTooltipData tooltipData, HashGetter rawData, PoolKit poolKit) protected voidBTActivityTooltipDataLoad.fillSchedulingData(ActivityTooltipData tooltipData, HashGetter rawData, PoolKit poolKit) protected voidBTActivityTooltipDataLoad.fillTeamSuggestionData(ActivityTooltipData tooltipData, HashGetter rawData, PoolKit poolKit) protected voidBTActivityTooltipDataLoad.fillWorkOrderInfo(ActivityTooltipData tooltipData, HashGetter rawData, PoolKit poolKit) BTActivityTooltipCriticalActivityLoad.formatCriticalActivityRules(WoOperationCriticalActivitiesAggregate criticalActivities) protected StringBTActivityTooltipBundlerLoad.getBundleState(BundleEntitiesAggregate aggregate, PoolKit poolKit) Returns the description of the relatedBOBundleStatus.protected StringBTActivityTooltipMultistageLoad.getDependenciesLabel(MultistageGroup multistageGroup, BOMultistageGroupOperation multistageOperation, PoolKit poolKit) protected BOMultistageGroupOperationBTActivityTooltipMultistageLoad.getMultistageOperation(Long woOperationId, PoolKit poolKit) protected BOMultistageStateBTActivityTooltipMultistageLoad.getMultistageState(Long stateId, PoolKit poolKit) protected StringBTActivityTooltipDataLoad.getResourceInfo(HashGetter rawData, PoolKit poolKit) protected StringBTActivityTooltipDataLoad.getScheduledInterval(HashGetter rawData, PoolKit poolKit) protected BundleBTActivityTooltipBundlerLoad.loadBundle(Long bundleOperationId, PoolKit poolKit) Loads the neededBundlestarting from the givenBOBundleOperationid.protected BundleEntitiesAggregateBTActivityTooltipBundlerLoad.loadBundleAggregate(Long bundleOperationId, PoolKit poolKit) Loads the correspondingBundleEntitiesAggregatestarting from the givenBOBundleOperationid.protected WoOperationCriticalActivitiesAggregateBTActivityTooltipCriticalActivityLoad.loadCriticalActivities(Long woOperationId, PoolKit poolKit) protected MultistageGroupBTActivityTooltipMultistageLoad.loadMultistageGroup(Long multistageGroupHeaderId, PoolKit poolKit) protected DBViewBTActivityTooltipMultistageLoad.loadWOOperationsData(Set<Long> woOperations, PoolKit poolKit) protected voidBTActivityTooltipBundlerLoad.prepareData(ActivityTooltipData tooltipData, BundleEntitiesAggregate aggregate, PoolKit poolKit) Prepares the data to be displayed in the tool-tip.protected voidBTActivityTooltipMultistageLoad.setMultistageTooltip(ActivityTooltipData tooltipData, BOMultistageGroupOperation multistageOperation, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.ux.scheduler.immediatescheduling.search
Methods in overit.geocallapp.wfm.core.ux.scheduler.immediatescheduling.search that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewImmediateSchedulingActivitiesHistory.completeRowData(DBView dbv, int rowNumber, overit.geocallapp.wfm.scheduler.immediatescheduling.activities.ImmediateSchedulingActivitiesHistory object, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.core.ux.schedulingproposal.creation
Methods in overit.geocallapp.wfm.core.ux.schedulingproposal.creation that throw DAExceptionModifier and TypeMethodDescriptionprotected BOUserprotected voidDetailSchedulingCreationProposal.loadExtraData(SchedulingProposalDetail detail) -
Uses of DAException in overit.geocallapp.wfm.core.ux.schedulingproposal.detail
Methods in overit.geocallapp.wfm.core.ux.schedulingproposal.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDetailSchedulingProposal.loadExtraData(SchedulingProposalDetail detail) -
Uses of DAException in overit.geocallapp.wfm.core.ux.timesheet.configuration.category
Methods in overit.geocallapp.wfm.core.ux.timesheet.configuration.category that throw DAExceptionModifier and TypeMethodDescriptionprotected voidPanelTimesheetTaskCategory.checkBeforeSaving(BOTaskCategory currentTaskCategory) protected voidPanelTimesheetTaskCategory.checkUniqueDefaultGapFillerCategory(BOTaskCategory currentTaskCategory) protected DBViewPanelTimesheetTaskCategory.loadAbsenceReasons()protected voidTimesheetTaskCategory.searchTaskCategories(Map<String, Object> filters) -
Uses of DAException in overit.geocallapp.wfm.core.ux.timesheet.configuration.categoryeventtype
Methods in overit.geocallapp.wfm.core.ux.timesheet.configuration.categoryeventtype that throw DAExceptionModifier and TypeMethodDescriptionprotected voidPanelTaskCategoryEventType.checkBeforeSaving(BOTaskCategoryEventType newTaskCategoryEventType) protected booleanPanelTaskCategoryEventType.checkExistingRelations(Map filter) protected voidTaskCategoryEventType.searchRelations(Map filters) -
Uses of DAException in overit.geocallapp.wfm.core.ux.timesheet.configuration.profile
Methods in overit.geocallapp.wfm.core.ux.timesheet.configuration.profile that throw DAExceptionModifier and TypeMethodDescriptionprotected voidPanelTimesheetProfile.checkBeforeSaving(BOProfile currentProfile) protected voidPanelTimesheetProfile.checkDefault(Long currentId) protected voidTimesheetProfile.searchProfiles(Map filters) -
Uses of DAException in overit.geocallapp.wfm.core.ux.timesheet.search
Methods in overit.geocallapp.wfm.core.ux.timesheet.search that throw DAExceptionModifier and TypeMethodDescriptionprotected voidSearchTimesheet.closeTimesheet(Long timesheetId) protected List<TimesheetGapFillOutput> SearchTimesheet.gapFillTimesheet(TimesheetEntitiesAggregate aggregate) protected TimesheetEntitiesAggregateServerTableViewTimesheet.reloadAggregate(Long timesheetId) protected voidServerTableViewTimesheet.updateRow(int row) -
Uses of DAException in overit.geocallapp.wfm.core.ux.timesheet.search.detail
Methods in overit.geocallapp.wfm.core.ux.timesheet.search.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidTimesheetDetail.addCalculatedData(DBView headerDBView) protected voidTimesheetDetail.addTaskData(DBView tasks) protected voidTimesheetDetail.cancelTask(Long id) protected voidTimesheetDetail.closeTimesheet()protected List<TimesheetGapFillOutput> TimesheetDetail.gapFillTimesheet()protected List<TimesheetGapFillOutput> TimesheetDetail.gapFillTimesheet(Long shiftId) protected DBViewTimesheetDetail.getShiftsDBView()protected StringTimesheetDetail.getTaskWarningTooltip(Long taskId) protected StringTimesheetDetail.getTimesheetWarningTooltip()protected StringTimesheetDetail.getWarningTooltip(List<BOWarning> warnings) protected voidTimesheetDetail.loadShiftsWarningTooltip(DBView shifts) protected voidTimesheetDetail.reopenTimesheet()protected voidTimesheetDetail.setAggregateData()protected voidTimesheetDetail.setTasksDBView(TimesheetShiftView timesheetShiftView) protected voidTimesheetDetail.setTimesheetHeaderData()protected voidTimesheetDetail.updateAggregate()protected voidTimesheetDetail.validateTimesheet() -
Uses of DAException in overit.geocallapp.wfm.core.ux.timesheet.search.history
Methods in overit.geocallapp.wfm.core.ux.timesheet.search.history that throw DAExceptionModifier and TypeMethodDescriptionprotected voidTimesheetHistory.addTaskData(DBView tasks, String categoryField, String unavailabilityReasonField, String eventEntityField) protected StringTimesheetHistory.getInterventionDescription(Long intervention) protected voidTimesheetHistory.loadTaskHistory(Long taskId) protected voidTimesheetHistory.loadTimesheetHeaderHistory()protected voidTimesheetHistory.setInterventionData(DBView tasks, String eventEntityField, int row) protected voidTimesheetHistory.setTaskData() -
Uses of DAException in overit.geocallapp.wfm.core.ux.timesheet.search.taskmanagement
Methods in overit.geocallapp.wfm.core.ux.timesheet.search.taskmanagement that throw DAExceptionModifier and TypeMethodDescriptionprotected LongPanelManageTask.getNearestWorkShift(Long resourceId, Date startDate) protected voidPanelInsertTask.insertTask()protected DBViewPanelManageTask.loadAbsenceReasons()protected DBViewPanelManageTask.loadAccountedInterventions(Long workShiftId) protected voidPanelManageTask.loadCategories()protected DBViewPanelManageTask.loadInterventions(Long workShiftId) protected DBViewPanelManageTask.loadNearestWorkShiftInterventions()protected DBViewPanelManageTask.loadScheduledIntervention(Long workShiftId) protected voidPanelEditTask.saveAutomaticTask(Boolean updateDuration) protected voidPanelEditTask.saveTask()protected voidPanelManageTask.setAbsenceReasonEditability(Boolean requiredAbsenceReason) voidPanelManageTask.setCategoryRequiredData(Long categoryId) voidPanelViewTask.setCategoryRequiredData(Long categoryId) protected voidPanelManageTask.setInterventionEditability(Boolean requiredWOIntervention) -
Uses of DAException in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.data
Methods in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderObjectsExtractor.defineParams(CommandContext cc, PoolKit pk) protected voidDAOWorkOrderObjectsExtractor.defineSql(CommandContext cc, PoolKit pk) protected voidDAOOperationsSlots.validate(CommandContext cc, PoolKit pk) protected voidDAOWorkOrderObjectsExtractor.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.task
Methods in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidprotected voidprotected voidprotected voidprotected 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 voidBTWorkOrderObjectExtractor.extractObjects(CsvPrintWriter cpw, overit.geocallapp.wfm.importexport.delimitato.CsvFile wrapper, PoolKit pk) protected TechnicalObjectBTGenerateWorkOrders.getRandomTechnicalObject(Set<Long> operationCenters, Long type) protected voidBTPlanWorkOrders.validateDay(Date currentDate, Long ocId, ArrayList<String> errors, PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.core.ux.workorder.note
Methods in overit.geocallapp.wfm.core.ux.workorder.note that throw DAExceptionModifier and TypeMethodDescriptionstatic DBViewWorkOrderNoteUtil.buildWOOperationLabels(List<BOWorkOrderOperation> operations) Builds a DBView with work order operation labels enriched with type descriptions.protected voidPNewWorkOrderNote.loadOperations()Loads work order operations for optional note association.protected voidPWorkOrderNote.loadOperations()Loads work order operations for note association.protected voidPWorkOrderNote.loadWorkOrder()Loads the work order associated with the notes.protected static BOWorkOrderOperationTypeWorkOrderNoteUtil.loadWorkOrderTypeOperation(Long woOperationTypeId) Loads a work order operation type by its ID. -
Uses of DAException in overit.geocallapp.wfm.core.ux.workorder.operation.edit
Methods in overit.geocallapp.wfm.core.ux.workorder.operation.edit that throw DAExceptionModifier and TypeMethodDescriptionprotected voidWOOperation.addDependeciesData(DBView operations) protected BOAddressWOOperation.createBOAddressFromSchedulingAddress(Long id) Creates a BOAddress object from scheduling address data stored in a HashGetter.protected voidWOOperation.fillOperationDBView(DBView operations) protected booleanWOOperation.launchAddWOOperationsEvent(MultistageGroupAddWOOperationsEvent event) protected voidWOOperation.launchRemoveOperationsEvent(MultistageGroupRemoveOperationsEvent event) protected DataCollectionSheetInstanceWOOperationDataCollectionSheetSection.loadDataSheetCollectionInstance(Long sheetId) protected List<BODataCollectionTemplateWOCreationRule> WOOperationDataCollectionTemplateSection.searchRules(Long workCycleOperation) -
Uses of DAException in overit.geocallapp.wfm.core.ux.workorder.search
Methods in overit.geocallapp.wfm.core.ux.workorder.search that throw DAExceptionModifier and TypeMethodDescriptionprotected booleanSearchWO.launchAddWOOperationsEvent(MultistageGroupAddWOOperationsEvent event) protected voidSearchWO.launchRemoveOperationsEvent(MultistageGroupRemoveOperationsEvent event) -
Uses of DAException in overit.geocallapp.wfm.core.ux.workorder.teamaffinity.operationAffinity
Methods in overit.geocallapp.wfm.core.ux.workorder.teamaffinity.operationAffinity that throw DAExceptionModifier and TypeMethodDescriptionprotected voidTeamAffinityDBViewBuilder.addDataToDBView(Collection<BOWorkOrderTeamAffinity> teamAffinities, DBView dbv) Fill theDBViewwith the team affinitiesTeamAffinityDBViewBuilder.buildDBView(Collection<BOWorkOrderTeamAffinity> teamAffinities) Build aDBViewwith the wo operation affinity of each teamTeamAffinityDBViewBuilder.getResourceData(Long resourceId) Retrieve the team resource data -
Uses of DAException in overit.geocallapp.wfm.core.ux.workorderobject.customer.edit
Methods in overit.geocallapp.wfm.core.ux.workorderobject.customer.edit that throw DAExceptionModifier and TypeMethodDescriptionprotected voidEditCustomer.doInsert()Prepare and launch theCustomerInsertEventprotected voidEditCustomer.doSave()Transfer the form values to the customer to save, and delegate toEditCustomer.doInsert()andEditCustomer.doUpdate()the actual event launch.protected voidEditCustomer.doUpdate()Prepare and launch theCustomerUpdateEvent -
Uses of DAException in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.edit.section
Methods in overit.geocallapp.wfm.core.ux.workorderobject.technicalobject.edit.section that throw DAExceptionModifier and TypeMethodDescriptionprotected DataCollectionSheetInstanceTechnicalObjectDataCollectionSheetSection.loadDataSheetCollectionInstance(Long sheetId) -
Uses of DAException in overit.geocallapp.wfm.core.virtualcollaboration.rs1.groups
Methods in overit.geocallapp.wfm.core.virtualcollaboration.rs1.groups that throw DAException -
Uses of DAException in overit.geocallapp.wfm.core.virtualcollaboration.rs1.me
Methods in overit.geocallapp.wfm.core.virtualcollaboration.rs1.me that throw DAException -
Uses of DAException in overit.geocallapp.wfm.core.virtualcollaboration.rs1.users
Methods in overit.geocallapp.wfm.core.virtualcollaboration.rs1.users that throw DAException -
Uses of DAException in overit.geocallapp.wfm.crewshell.bl
Methods in overit.geocallapp.wfm.crewshell.bl that throw DAExceptionModifier and TypeMethodDescriptionstatic BOCrewShellCrewShellUtils.findCrewShellByDummyUser(Long dummyUserID) Search for aBOCrewShellobject by its dummyUserID (i.e., its value for the column ACSHID_AUSE).static BOCrewShellCrewShellUtils.getCrewShellByDummyUser(Long dummyUserID, PoolKit pk) Search for aBOCrewShellobject by its dummyUserID (i.e., its value for the column ACSHID_AUSE).CrewShellUtils.getCrewShellDummyUsers(Collection<Long> dummyUserIDs, PoolKit poolKit) Returns the set of dummy user IDs that are associated with crew shells.static List<BOCrewShellComposition> CrewShellUtils.getCrewShellTechnicians(Long crewShellId, Date day, PoolKit poolKit) static List<BOCrewShellComposition> CrewShellUtils.getCrewShellTechnicians(BOCrewShell crewShell, Date day, PoolKit poolKit) Retrieves the list ofBOCrewShellCompositionobjects (i.e., crew shell's technicians) for a givenBOCrewShellobject and a givenDatecomposition day.static List<BOCrewShellComposition> CrewShellUtils.getCrewShellTechniciansByDummyUser(Long dummyUserID, Date day) Retrieves the list ofBOCrewShellCompositionobjects (i.e., crew shell's technicians) by theBOCrewShellobject's dummyUserID (i.e., its value for the column ACSHID_AUSE).static List<BOCrewShellComposition> CrewShellUtils.getCrewShellTechniciansByDummyUser(Long dummyUserID, Date day, PoolKit poolKit) Retrieves the list ofBOCrewShellCompositionobjects (i.e., crew shell's technicians) by theBOCrewShellobject's dummyUserID (i.e., its value for the column ACSHID_AUSE).static BOCrewShellCompositionCrewShellUtils.getResourceOfACrewShell(Long crewShellResource, Date referenceDate, PoolKit poolKit) static List<BOCrewShellComposition> CrewShellUtils.getResourceOfACrewShell(List<Long> crewShellResources, Date referenceDate, PoolKit poolKit) static booleanCrewShellUtils.isResourceInACrewShell(Long crewShellResource, Date referenceDate, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.crewshell.bl.composition.data
Methods in overit.geocallapp.wfm.crewshell.bl.composition.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCrewShellCompositionSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.crewshell.bl.composition.task
Methods in overit.geocallapp.wfm.crewshell.bl.composition.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellCompositionLoad.execute(CrewShellCompositionLoadEvent event, PoolKit poolKit) protected voidBTCrewShellCompositionSearch.execute(CrewShellCompositionSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.crewshell.bl.data
Methods in overit.geocallapp.wfm.crewshell.bl.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCrewShellSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.crewshell.bl.task
Methods in overit.geocallapp.wfm.crewshell.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellLoad.execute(CrewShellLoadEvent event, PoolKit poolKit) protected voidBTCrewShellSearch.execute(CrewShellSearchEvent event, PoolKit poolKit) protected List<BOCrewShell> BTCrewShellManagement.retrieveCrewShellsByCode(String code, Long operationCenter, PoolKit pk) Retrieves the list ofBOCrewShellobjects having the same code.protected voidBTCrewShellManagement.validateCodeDuplication(BOCrewShell input, PoolKit pk) Validates theBOCrewShellinput's code. -
Uses of DAException in overit.geocallapp.wfm.crewshell.bl.type.data
Methods in overit.geocallapp.wfm.crewshell.bl.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCrewShellTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.crewshell.bl.type.task
Methods in overit.geocallapp.wfm.crewshell.bl.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellTypeInsert.completeAndValidate(BOCrewShellType crewShellType, PoolKit pk) protected voidBTCrewShellTypeInsert.execute(CrewShellTypeInsertEvent event, PoolKit poolKit) Inserts the givenBOCrewShellTypeand writes the newly generated id into the event journal.protected voidBTCrewShellTypeLoad.execute(CrewShellTypeLoadEvent event, PoolKit poolKit) protected voidBTCrewShellTypeSearch.execute(CrewShellTypeSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searched crew shell type into the event journal.protected voidBTCrewShellTypeUpdate.execute(CrewShellTypeUpdateEvent event, PoolKit poolKit) Updates theBOCrewShellTypewith all its needed components.protected PageResponse<BOCrewShellType> BTCrewShellTypeSearch.searchCrewShellType(Page page, CrewShellTypeSearchFilter searchFilter, PoolKit pk) Searches for the needed crew shell type using the information contained into the givenCrewShellTypeSearchEvent -
Uses of DAException in overit.geocallapp.wfm.crewshell.bl.workshift.data
Methods in overit.geocallapp.wfm.crewshell.bl.workshift.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCrewShellWorkShiftSearch.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOCrewShellWorkShiftSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.crewshell.bl.workshift.task
Methods in overit.geocallapp.wfm.crewshell.bl.workshift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCrewShellWorkShiftLoad.execute(CrewShellWorkShiftLoadEvent event, PoolKit poolKit) Writes the loadedBOCrewShellShiftinto the event journal.protected voidBTCrewShellWorkShiftSearch.execute(CrewShellWorkShiftSearchEvent event, PoolKit poolKit) Writes the searchedBOCrewShellShifts into the event journal. -
Uses of DAException in overit.geocallapp.wfm.datacollection.rs1.optionsgroup
Methods in overit.geocallapp.wfm.datacollection.rs1.optionsgroup that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Delete the required data collection options group.org.springframework.http.ResponseEntity<DTODataCollectionOptionsGroup> DataCollectionOptionsGroupService.get(Long optionGroupId, String language, Collection<String> fields) Retrieve the required data collection options group.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionOptionsGroup>> DataCollectionOptionsGroupService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionOptionsGroupFilter filter) Retrieve the all stored data collection option groups.org.springframework.http.ResponseEntity<List<DTODataCollectionNodeSelectionOption>> Retrieve the required model.org.springframework.http.ResponseEntity<Void> DataCollectionOptionsGroupService.patch(Long optionGroupId, @Valid DTODataCollectionOptionsGroupUpdate input) Modify the required data collection options group.org.springframework.http.ResponseEntity<Void> DataCollectionOptionsGroupService.patchModel(Long optionGroupId, @Valid List<DTODataCollectionNodeSelectionOption> input) Modify the required data collection options group model.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionOptionsGroupService.post(@Valid DTODataCollectionOptionsGroupInsert input) Create a new options group. -
Uses of DAException in overit.geocallapp.wfm.datacollection.rs1.rule
Methods in overit.geocallapp.wfm.datacollection.rs1.rule that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionTemplateWOCreationRule> DataCollectionTemplateWOCreationRuleService.get(Long woCreationRuleId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateWOCreationRule>> DataCollectionTemplateWOCreationRuleService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateWOCreationRuleFilter filter) org.springframework.http.ResponseEntity<Void> DataCollectionTemplateWOCreationRuleService.patch(Long woCreationRuleId, @Valid DTODataCollectionTemplateWOCreationRuleUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateWOCreationRuleService.post(@Valid DTODataCollectionTemplateWOCreationRuleInsert dto) -
Uses of DAException in overit.geocallapp.wfm.datacollection.rs1.scope
Methods in overit.geocallapp.wfm.datacollection.rs1.scope that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionScope> DataCollectionScopeService.get(Long scopeId, String language, Collection<String> fields) Retrieves a specific data collection scope by its identifier.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionScope>> DataCollectionScopeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionScopeFilter filter) Retrieves a paginated collection of data collection scopes based on the provided search criteria. -
Uses of DAException in overit.geocallapp.wfm.datacollection.rs1.sheet
Methods in overit.geocallapp.wfm.datacollection.rs1.sheet that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> DataCollectionSheetService.associateToAccount(Long sheetId, @Valid DTODataCollectionSheetAssociateAccount accountInput) Associates a data collection sheet with an account.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.associateToAsset(Long sheetId, @Valid DTODataCollectionSheetAssociateAsset assetInput) Associates a data collection sheet with an asset.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.associateToOperation(Long sheetId, @Valid DTODataCollectionSheetAssociateOperation operationInput) Associates the data collection sheet to a work order operation.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.associateToResource(Long sheetId, @Valid DTODataCollectionSheetAssociateResource resourceInput) Associates the data collection sheet to a scheduling resource.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.changeStatus(Long sheetId, @Valid DTODataCollectionSheetStatusChange statusChange) Changes the status of the data collection sheet.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.dissociateFromAccount(Long sheetId) Dissociates a data collection sheet from its associated account.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.dissociateFromAsset(Long sheetId) Dissociates a data collection sheet from its associated asset.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.dissociateFromOperation(Long sheetId) Dissociates the data collection sheet from a work order operation.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.dissociateFromResource(Long sheetId) Dissociates the data collection sheet from a scheduling resource.org.springframework.http.ResponseEntity<DTODataCollectionSheet> DataCollectionSheetService.get(Long sheetId, String language, Collection<String> fields) Retrieves a specific data collection sheet by its identifier.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionSheet>> DataCollectionSheetService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionSheetFilter filter) Retrieves a paginated collection of data collection sheets based on the provided search criteria.org.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> Retrieves the model of the required data collection sheet.org.springframework.http.ResponseEntity<Void> Locks a specific data collection sheet by its identifier.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.patchNodes(Long sheetId, List<DTODataCollectionNodeFillIn> fillInNodes) Fill-in the specified nodes with given values.org.springframework.http.ResponseEntity<Void> Unlocks a specific data collection sheet by its identifier.org.springframework.http.ResponseEntity<Void> DataCollectionSheetService.unlockRequest(Long sheetId) Requests to unlock a specific data collection sheet by its identifier. -
Uses of DAException in overit.geocallapp.wfm.datacollection.rs1.sheet.state
Methods in overit.geocallapp.wfm.datacollection.rs1.sheet.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionSheetState> DataCollectionSheetStateService.get(Long sheetStatusId, String language, Collection<String> fields) Retrieves a specific data collection sheet state by its identifier.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionSheetState>> DataCollectionSheetStateService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionSheetStateFilter filter) Retrieves a paginated collection of data collection sheet states based on the provided search criteria. -
Uses of DAException in overit.geocallapp.wfm.datacollection.rs1.template
Methods in overit.geocallapp.wfm.datacollection.rs1.template that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateService.createRelease(Long templateId, @Valid DTODataCollectionTemplateReleaseInsert dto) Creates a new release for the data collection template.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateService.createSheet(Long templateId, @Valid DTODataCollectionTemplateSheetInsert dto) Creates a new sheet from the data collection template.org.springframework.http.ResponseEntity<DTODataCollectionTemplate> DataCollectionTemplateService.get(Long templateId, String language, Collection<String> fields) Retrieves a specific data collection template by its identifier.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplate>> DataCollectionTemplateService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionTemplateFilter filter) Retrieves a paginated collection of data collection templates based on the provided search criteria.org.springframework.http.ResponseEntity<DTODataCollectionTemplateRelease> DataCollectionTemplateService.getCurrentRelease(Long templateId, String language, Collection<String> fields) Retrieves the current release associated with the data collection template.org.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> DataCollectionTemplateService.getCurrentReleaseModel(Long templateId, String language) Retrieves the model (tree structure) of the current release associated with the data collection template.org.springframework.http.ResponseEntity<DTODataCollectionTemplateRelease> DataCollectionTemplateService.getRelease(Long templateId, Long releaseId, String language, Collection<String> fields) Retrieves a specific release associated with the data collection template.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateRelease>> DataCollectionTemplateService.getReleaseCollection(Long templateId, @Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionTemplateReleaseFilter filter) Retrieves a paginated collection of releases associated with the data collection template.org.springframework.http.ResponseEntity<List<DTODataCollectionGlobalExpression>> DataCollectionTemplateService.getReleaseGlobalExpressions(Long templateId, Long releaseId, String language) Retrieves the global expressions associated with a specific release of the data collection template.org.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> DataCollectionTemplateService.getReleaseModel(Long templateId, Long releaseId, String language) Retrieves the model (tree structure) of a specific release associated with the data collection template.org.springframework.http.ResponseEntity<DTODataCollectionTemplateWorkingCopy> DataCollectionTemplateService.getWorkingCopy(Long templateId) Retrieves the working copy associated with the data collection template.org.springframework.http.ResponseEntity<List<DTODataCollectionGlobalExpression>> DataCollectionTemplateService.getWorkingCopyGlobalExpressions(Long templateId, String language) Retrieves the global expressions associated with the working copy of the data collection template.org.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> DataCollectionTemplateService.getWorkingCopyModel(Long templateId, String language) Retrieves the working copy model (tree structure) associated with the data collection template.org.springframework.http.ResponseEntity<Void> DataCollectionTemplateService.patch(Long templateId, @Valid DTODataCollectionTemplateUpdate dto) Partially updates an existing data collection template.org.springframework.http.ResponseEntity<Void> DataCollectionTemplateService.patchRelease(Long templateId, Long releaseId, @Valid DTODataCollectionTemplateReleaseUpdate dto) Partially updates a specific release associated with the data collection template.org.springframework.http.ResponseEntity<Void> DataCollectionTemplateService.patchWorkingCopy(Long templateId, @Valid DTODataCollectionTemplateWorkingCopyUpdate dto) Partially updates the working copy associated with the data collection template.org.springframework.http.ResponseEntity<Void> DataCollectionTemplateService.patchWorkingCopyGlobalExpressions(Long templateId, @Valid List<DTODataCollectionGlobalExpression> input) Updates the global expressions associated with the working copy of the data collection template.org.springframework.http.ResponseEntity<Void> DataCollectionTemplateService.patchWorkingCopyModel(Long templateId, @Valid TreeModel<DTODataCollectionNode> input) Updates the working copy model (tree structure) associated with the data collection template.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateService.post(@Valid DTODataCollectionTemplateInsert dto) Creates a new data collection template. -
Uses of DAException in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules
Methods in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes an outcome rule for a template working copy.org.springframework.http.ResponseEntity<DTODataCollectionTemplateOutcomeRule> DataCollectionTemplateOutcomeRuleService.get(Long templateId, Long outcomeRuleId, Collection<String> fields) Gets a single outcome rule for a template working copy.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateOutcomeRule>> DataCollectionTemplateOutcomeRuleService.getCollection(Long templateId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateOutcomeRuleFilter filter) Gets the collection of outcome rules for a template working copy.org.springframework.http.ResponseEntity<DTODataCollectionTemplateOutcomeRule> DataCollectionTemplateOutcomeRuleService.getFromRelease(Long templateId, Long releaseId, Long outcomeRuleId, Collection<String> fields) Gets a single outcome rule for a template release.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateOutcomeRule>> DataCollectionTemplateOutcomeRuleService.getFromReleaseCollection(Long templateId, Long releaseId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateOutcomeRuleFilter filter) Gets the collection of outcome rules for a template release.org.springframework.http.ResponseEntity<Void> DataCollectionTemplateOutcomeRuleService.patch(Long templateId, Long outcomeRuleId, @Valid DTODataCollectionTemplateOutcomeRuleUpdate dto) Updates an outcome rule for a template working copy.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateOutcomeRuleService.post(Long templateId, @Valid DTODataCollectionTemplateOutcomeRuleInsert dto) Creates a new outcome rule for a template working copy. -
Uses of DAException in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.header
Methods in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.header that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> org.springframework.http.ResponseEntity<DTODataCollectionTemplateVisibilityRuleHeader> DataCollectionTemplateVisibilityRuleHeaderService.get(Long templateId, Long visibilityRuleId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateVisibilityRuleHeader>> DataCollectionTemplateVisibilityRuleHeaderService.getCollection(Long templateId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateVisibilityRuleHeaderFilter filter) org.springframework.http.ResponseEntity<Void> DataCollectionTemplateVisibilityRuleHeaderService.patch(Long templateId, Long visibilityRuleId, @Valid DTODataCollectionTemplateVisibilityRuleHeaderUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateVisibilityRuleHeaderService.post(Long templateId, @Valid DTODataCollectionTemplateVisibilityRuleHeaderInsert dto) -
Uses of DAException in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row
Methods in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> DataCollectionTemplateVisibilityRuleRowService.delete(Long templateId, Long visibilityRuleId, Long visibilityRuleRowId) org.springframework.http.ResponseEntity<DTODataCollectionTemplateVisibilityRuleRow> DataCollectionTemplateVisibilityRuleRowService.get(Long templateId, Long visibilityRuleId, Long visibilityRuleRowId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateVisibilityRuleRow>> DataCollectionTemplateVisibilityRuleRowService.getCollection(Long templateId, Long visibilityRuleId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateVisibilityRuleRowFilter filter) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTemplateVisibilityRuleRowService.post(Long templateId, Long visibilityRuleId, @Valid DTODataCollectionTemplateVisibilityRuleRowInsert dto) -
Uses of DAException in overit.geocallapp.wfm.datacollection.rs1.type
Methods in overit.geocallapp.wfm.datacollection.rs1.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionType> DataCollectionTypeService.get(Long typeId, String language, Collection<String> fields) Retrieves a specific data collection type by its identifier.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionType>> DataCollectionTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionTypeFilter filter) Retrieves a paginated collection of data collection types based on the provided search criteria.org.springframework.http.ResponseEntity<Void> DataCollectionTypeService.patch(Long typeId, @Valid DTODataCollectionTypeUpdate dto) Partially updates an existing data collection type.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionTypeService.post(@Valid DTODataCollectionTypeInsert dto) Creates a new data collection type. -
Uses of DAException in overit.geocallapp.wfm.execution.bl.census.rule.data
Methods in overit.geocallapp.wfm.execution.bl.census.rule.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCensusRuleSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.census.rule.task
Methods in overit.geocallapp.wfm.execution.bl.census.rule.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCensusRuleLoad.body(CensusRuleLoadEvent event, PoolKit pk) Writes the loaded technical object census rule into the event journal.protected voidBTCensusRuleSearch.body(CensusRuleSearchEvent event, PoolKit pk) Writes the searched technical object census rule into the event journal. -
Uses of DAException in overit.geocallapp.wfm.execution.bl.encodednote.data
Methods in overit.geocallapp.wfm.execution.bl.encodednote.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOEncodedNoteSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.encodednote.task
Methods in overit.geocallapp.wfm.execution.bl.encodednote.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTEncodedNoteInsert.checkUniqueCode(BOEncodedNote encodedNote, PoolKit poolKit) Verifies that the code of the given encoded note is unique.protected voidBTEncodedNoteUpdate.checkUniqueCode(BOEncodedNote encodedNote, PoolKit poolKit) Verifies that the code of the given encoded note is unique.protected voidBTEncodedNoteInsert.execute(EncodedNoteInsertEvent event, PoolKit poolKit) Inserts the givenBOEncodedNoteand writes the newly generated id into the event journal.protected voidBTEncodedNoteLoad.execute(EncodedNoteLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOEncodedNoteand writes it into the event journal.protected voidBTEncodedNoteSearch.execute(EncodedNoteSearchEvent event, PoolKit poolKit) Writes the searched encoded note into the event journal.protected voidBTEncodedNoteUpdate.execute(EncodedNoteUpdateEvent event, PoolKit poolKit) Updates a newBOEncodedNotewith all its needed components.protected voidBTEncodedNoteInsert.validate(BOEncodedNote encodedNote, PoolKit poolKit) Validates the data before the insertion.protected voidBTEncodedNoteUpdate.validate(BOEncodedNote encodedNote, PoolKit poolKit) Checks if the update is possible by performing some validations on the givenBOEncodedNote -
Uses of DAException in overit.geocallapp.wfm.execution.bl.intervention.data
Methods in overit.geocallapp.wfm.execution.bl.intervention.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOInterventionSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.intervention.resource.data
Methods in overit.geocallapp.wfm.execution.bl.intervention.resource.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOInterventionResourceSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.task
Methods in overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTHourTypeLoad.execute(HourTypeLoadEvent event, PoolKit poolKit) protected voidBTHourTypeSearch.execute(HourTypeSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.intervention.resource.task
Methods in overit.geocallapp.wfm.execution.bl.intervention.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionResourceReset.execute(InterventionResourceResetEvent event, PoolKit poolKit) Executes the business task for resetting the dates of anBOInterventionResource.protected voidBTInterventionResourceSearch.execute(InterventionResourceSearchEvent event, PoolKit poolKit) Writes the searchedBOInterventionResources into the event journal.protected voidBTInterventionResourceReset.notifyInterventionResource(BOInterventionResource agendaResource, PoolKit poolKit) Sends an intervention resource notification. -
Uses of DAException in overit.geocallapp.wfm.execution.bl.intervention.resource.workorder.operation.data
Methods in overit.geocallapp.wfm.execution.bl.intervention.resource.workorder.operation.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderOperationResourceSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.intervention.resource.workorder.operation.task
Methods in overit.geocallapp.wfm.execution.bl.intervention.resource.workorder.operation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationResourceDelete.execute(WorkOrderOperationResourceDeleteEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationResourceInsert.execute(WorkOrderOperationResourceInsertEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationResourceSearch.execute(WorkOrderOperationResourceSearchEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationResourceUpdate.execute(WorkOrderOperationResourceUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.intervention.status.data
Methods in overit.geocallapp.wfm.execution.bl.intervention.status.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOInterventionStatusSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.intervention.status.task
Methods in overit.geocallapp.wfm.execution.bl.intervention.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionStatusLoad.body(InterventionStatusLoadEvent event, PoolKit pk) Writes the loaded intervention status into the event journal.protected voidBTInterventionStatusSearch.body(InterventionStatusSearchEvent event, PoolKit pk) Writes the searched intervention status into the event journal. -
Uses of DAException in overit.geocallapp.wfm.execution.bl.intervention.task
Methods in overit.geocallapp.wfm.execution.bl.intervention.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionAggregateLoad.execute(InterventionAggregateLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingInterventionAggregateand writes it into the event journal..protected voidBTInterventionAggregateSearch.execute(InterventionAggregateSearchEvent event, PoolKit poolKit) Starting from the givenInterventionAggregateSearchFilter, it searches the corresponding list ofInterventionAggregateand presents them as aPageResponsewhich is then written into the event journal.protected voidBTInterventionLoad.execute(InterventionLoadEvent event, PoolKit poolKit) protected voidBTInterventionSearch.execute(InterventionSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.data
Methods in overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOInterventionGroupCensusRuleSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.task
Methods in overit.geocallapp.wfm.execution.bl.interventiongroup.censusrule.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionGroupCensusRuleLoad.body(InterventionGroupCensusRuleLoadEvent event, PoolKit pk) Writes the loaded intervention group census rule into the event journal.protected voidBTInterventionGroupCensusRuleSearch.body(InterventionGroupCensusRuleSearchEvent event, PoolKit pk) Writes the searched intervention group census rule into the event journal. -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.intervention.data
Methods in overit.geocallapp.wfm.execution.bl.outcome.intervention.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOInterventionOutcomeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.intervention.task
Methods in overit.geocallapp.wfm.execution.bl.outcome.intervention.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionOutcomeLoad.execute(InterventionOutcomeLoadEvent event, PoolKit poolKit) protected voidBTInterventionOutcomeSearch.execute(InterventionOutcomeSearchEvent event, PoolKit poolKit) protected voidBTInterventionOutcomeUpdate.execute(InterventionOutcomeUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.reason.data
Methods in overit.geocallapp.wfm.execution.bl.outcome.reason.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOOutcomeReasonSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.reason.encodednote.data
Methods in overit.geocallapp.wfm.execution.bl.outcome.reason.encodednote.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOOutcomeReasonEncodedNoteSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.reason.encodednote.task
Methods in overit.geocallapp.wfm.execution.bl.outcome.reason.encodednote.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOutcomeReasonEncodedNoteInsert.checkUniqueRelation(Long encodedNote, Long reason, PoolKit pk) Check if the relation between the given outcome reason and encoded note already exists.protected voidBTOutcomeReasonEncodedNoteDelete.execute(OutcomeReasonEncodedNoteDeleteEvent event, PoolKit poolKit) Remove the givenBOOutcomeReasonEncodedNoteoutcome reason encoded note.protected voidBTOutcomeReasonEncodedNoteInsert.execute(OutcomeReasonEncodedNoteInsertEvent event, PoolKit pk) Writes the inserted outcome reason encoded note into the event journal.protected voidBTOutcomeReasonEncodedNoteSearch.execute(OutcomeReasonEncodedNoteSearchEvent event, PoolKit pk) Writes the searched outcome reason encoded note into the event journal.protected voidBTOutcomeReasonEncodedNoteDelete.validate(BOOutcomeReasonEncodedNote outcomeReasonEncodedNote, PoolKit pk) Check if the deletion is possible by performing some validations on the givenBOOutcomeReasonEncodedNoteprotected voidBTOutcomeReasonEncodedNoteInsert.validate(BOOutcomeReasonEncodedNote outcomeReasonEncodedNote, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOOutcomeReasonEncodedNote -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.reason.task
Methods in overit.geocallapp.wfm.execution.bl.outcome.reason.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOutcomeReasonCheck.body(OutcomeReasonCheckEvent event, PoolKit pk) Performs the necessary checks for the correct saving of an outcome reason.protected voidBTOutcomeReasonInsert.execute(OutcomeReasonInsertEvent event, PoolKit poolKit) Writes the inserted outcome reason id into the event journal.protected voidBTOutcomeReasonLoad.execute(OutcomeReasonLoadEvent event, PoolKit poolKit) Writes the loaded outcome reason into the event journal.protected voidBTOutcomeReasonSearch.execute(OutcomeReasonSearchEvent event, PoolKit poolKit) Writes the searched outcome reason into the event journal.protected voidBTOutcomeReasonUpdate.execute(OutcomeReasonUpdateEvent event, PoolKit pk) Updates theBOOutcomeReason.protected voidBTOutcomeReasonCheck.validate(OutcomeReasonCheckEventInput input, PoolKit pk) protected voidBTOutcomeReasonInsert.validate(BOOutcomeReason outcomeReason, PoolKit pk) protected voidBTOutcomeReasonUpdate.validate(BOOutcomeReason outcomeReason, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.reason.type.data
Methods in overit.geocallapp.wfm.execution.bl.outcome.reason.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOOutcomeReasonTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.reason.type.task
Methods in overit.geocallapp.wfm.execution.bl.outcome.reason.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOutcomeReasonTypeInsert.execute(OutcomeReasonTypeInsertEvent event, PoolKit poolKit) protected voidBTOutcomeReasonTypeLoad.execute(OutcomeReasonTypeLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOOutcomeReasonTypeand writes it into the event journal.protected voidBTOutcomeReasonTypeSearch.execute(OutcomeReasonTypeSearchEvent event, PoolKit poolKit) Starting from the givenOutcomeReasonTypeSearchFilter, it searches the corresponding list ofBOOutcomeReasonTypeand presents them as aPageResponsewhich is then written into the event journal.protected voidBTOutcomeReasonTypeUpdate.execute(OutcomeReasonTypeUpdateEvent event, PoolKit poolKit) Updates theBOOutcomeReasonTypewith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.type.data
Methods in overit.geocallapp.wfm.execution.bl.outcome.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOOutcomeTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.type.task
Methods in overit.geocallapp.wfm.execution.bl.outcome.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOutcomeTypeLoad.execute(OutcomeTypeLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOOutcomeTypeand writes it into the event journal.protected voidBTOutcomeTypeSearch.execute(OutcomeTypeSearchEvent event, PoolKit poolKit) Starting from the givenOutcomeTypeSearchFilter, it searches the corresponding list ofBOOutcomeTypeand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.validation.status.data
Methods in overit.geocallapp.wfm.execution.bl.outcome.validation.status.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOValidationStatusSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.validation.status.task
Methods in overit.geocallapp.wfm.execution.bl.outcome.validation.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTValidationStatusLoad.execute(ValidationStatusLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOValidationStatusand writes it into the event journal.protected voidBTValidationStatusSearch.execute(ValidationStatusSearchEvent event, PoolKit poolKit) Starting from the givenValidationStatusSearchFilter, it searches the corresponding list ofBOValidationStatusand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.workorderorigin.data
Methods in overit.geocallapp.wfm.execution.bl.outcome.workorderorigin.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOOutcomeWorkOrderOriginSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcome.workorderorigin.task
Methods in overit.geocallapp.wfm.execution.bl.outcome.workorderorigin.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOutcomeWorkOrderOriginLoad.execute(OutcomeWorkOrderOriginLoadEvent event, PoolKit poolKit) Writes the loadedBOOutcomeWorkOrderOrigininto the event journal.protected voidBTOutcomeWorkOrderOriginSearch.execute(OutcomeWorkOrderOriginSearchEvent event, PoolKit poolKit) Writes the searchedBOOutcomeWorkOrderOrigins into the event journal. -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcomeclass.data
Methods in overit.geocallapp.wfm.execution.bl.outcomeclass.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOOutcomeClassSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.execution.bl.outcomeclass.task
Methods in overit.geocallapp.wfm.execution.bl.outcomeclass.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOutcomeClassLoad.execute(OutcomeClassLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOOutcomeClassand writes it into the event journal.protected voidBTOutcomeClassSearch.execute(OutcomeClassSearchEvent event, PoolKit poolKit) Starting from the givenOutcomeClassSearchFilter, it searches the corresponding list ofBOOutcomeClassand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.execution.integration
Methods in overit.geocallapp.wfm.execution.integration that throw DAExceptionModifier and TypeMethodDescriptionvoidExecutionEventProvider.deleteEmptyInterventionResource(Set<Long> agendaIds, Set<Long> currentAssigneesIds) voidExecutionProvider.deleteEmptyInterventionResource(Set<Long> agendaIds, Set<Long> currentAssigneesIds) voidExecutionEventProvider.deleteInterventionExecution(InterventionExecutionDeleteInput input) voidExecutionProvider.deleteInterventionExecution(InterventionExecutionDeleteInput input) ExecutionEventProvider.getIntervention(Long interventionId) ExecutionProvider.getIntervention(Long interventionId) ExecutionEventProvider.getInterventionAggregate(Long interventionId) ExecutionProvider.getInterventionAggregate(Long interventionId) ExecutionEventProvider.getInterventionOutcome(Long interventionOutcomeId) ExecutionProvider.getInterventionOutcome(Long interventionOutcomeId) ExecutionEventProvider.getOutcomeReason(Long outcomeReasonId) ExecutionProvider.getOutcomeReason(Long outcomeReasonId) ExecutionEventProvider.getOutcomeReasonType(Long outcomeReasonTypeId) ExecutionProvider.getOutcomeReasonType(Long outcomeReasonTypeId) ExecutionEventProvider.getOutcomeWorkOrderOrigin(Long originId) ExecutionProvider.getOutcomeWorkOrderOrigin(Long originId) voidExecutionEventProvider.insertInterventionOutcome(BOInterventionOutcome interventionOutcome) voidExecutionProvider.insertInterventionOutcome(BOInterventionOutcome interventionOutcome) voidExecutionEventProvider.notifyInterventionOutcome(InterventionOutcomeNotificationInput input) voidExecutionProvider.notifyInterventionOutcome(InterventionOutcomeNotificationInput input) voidExecutionEventProvider.notifyInterventionResource(NotificationInput<BOInterventionResource> input) voidExecutionProvider.notifyInterventionResource(NotificationInput<BOInterventionResource> input) voidExecutionEventProvider.resetInterventionResource(InterventionResourceResetInput input) voidExecutionProvider.resetInterventionResource(InterventionResourceResetInput input) ExecutionEventProvider.searchCensusRules(CensusRuleSearchFilter filter) ExecutionProvider.searchCensusRules(CensusRuleSearchFilter filter) ExecutionEventProvider.searchInterventionAggregate(InterventionAggregateSearchFilter filter) ExecutionEventProvider.searchInterventionAggregate(InterventionAggregateSearchFilter filter, Order order) ExecutionProvider.searchInterventionAggregate(InterventionAggregateSearchFilter filter) ExecutionProvider.searchInterventionAggregate(InterventionAggregateSearchFilter filter, Order order) ExecutionEventProvider.searchInterventionCensusRules(InterventionCensusRuleSearchFilter filter) ExecutionProvider.searchInterventionCensusRules(InterventionCensusRuleSearchFilter filter) ExecutionEventProvider.searchInterventionGroupCensusRules(InterventionGroupCensusRuleSearchFilter filter) ExecutionProvider.searchInterventionGroupCensusRules(InterventionGroupCensusRuleSearchFilter filter) ExecutionEventProvider.searchInterventionResources(InterventionResourceSearchFilter filter) ExecutionProvider.searchInterventionResources(InterventionResourceSearchFilter filter) ExecutionEventProvider.searchInterventions(Page page, InterventionSearchFilter filter) ExecutionEventProvider.searchInterventions(InterventionSearchFilter filter) ExecutionProvider.searchInterventions(Page page, InterventionSearchFilter filter) ExecutionProvider.searchInterventions(InterventionSearchFilter filter) ExecutionEventProvider.searchOutcomeReasonEncodedNotes(OutcomeReasonEncodedNoteSearchFilter filter) ExecutionProvider.searchOutcomeReasonEncodedNotes(OutcomeReasonEncodedNoteSearchFilter filter) ExecutionEventProvider.searchWorkOrderOperationResources(Page page, WorkOrderOperationResourceSearchFilter filter) ExecutionEventProvider.searchWorkOrderOperationResources(WorkOrderOperationResourceSearchFilter filter) ExecutionProvider.searchWorkOrderOperationResources(Page page, WorkOrderOperationResourceSearchFilter filter) ExecutionProvider.searchWorkOrderOperationResources(WorkOrderOperationResourceSearchFilter filter) voidExecutionEventProvider.updateInterventionOutcome(BOInterventionOutcome interventionOutcome) voidExecutionProvider.updateInterventionOutcome(BOInterventionOutcome interventionOutcome) voidExecutionEventProvider.updateInterventionOutcomeValidationStatus(Long interventionOutcomeId) voidExecutionProvider.updateInterventionOutcomeValidationStatus(Long interventionOutcomeId) voidExecutionEventProvider.updateInterventionOutcomeValidationStatusByRule(InterventionOutcomeValidationStatusByRuleUpdateInput input) voidExecutionProvider.updateInterventionOutcomeValidationStatusByRule(InterventionOutcomeValidationStatusByRuleUpdateInput input) voidExecutionEventProvider.updateInterventionResource(BOInterventionResource interventionResource) voidExecutionProvider.updateInterventionResource(BOInterventionResource interventionResource) -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.encodednote
Methods in overit.geocallapp.wfm.execution.rs1.encodednote that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOEncodedNote> EncodedNoteService.get(Long encodedNoteId, String language, Collection<String> fields) Retrieves the requiredDTOEncodedNoteby calling from theEncodedNoteLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOEncodedNote>> EncodedNoteService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOEncodedNoteFilter filter) Returns the collection of all the stored encoded notes by calling theEncodedNoteSearchEvent.org.springframework.http.ResponseEntity<Void> EncodedNoteService.patch(Long encodedNoteId, @Valid DTOEncodedNoteUpdate dto) Updates the required encoded note by calling theEncodedNoteLoadEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> EncodedNoteService.post(@Valid DTOEncodedNoteInsert dto) Creates a new encoded note by calling theEncodedNoteInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.hourtype
Methods in overit.geocallapp.wfm.execution.rs1.hourtype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOHourType> HourTypeService.get(Long hourTypeId, Collection<String> fields) Retrieves the required hour type by calling from theHourTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOHourType>> HourTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOHourTypeFilter filter) Returns the collection of all the stored hour types by calling theHourTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.intervention
Methods in overit.geocallapp.wfm.execution.rs1.intervention that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> InterventionService.arriveOnSite(Long interventionId, @Valid DTOInterventionArrivalOnSite dto) Arrival at the site of an intervention by calling theInterventionArrivalOnSiteEventorg.springframework.http.ResponseEntity<DTOIntervention> InterventionService.get(Long interventionId, Collection<String> fields) Retrieves the required intervention by calling from theInterventionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOIntervention>> InterventionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOInterventionFilter filter) Returns the collection of all the stored interventions by calling theInterventionSearchEvent.org.springframework.http.ResponseEntity<Void> InterventionService.startIntervention(Long interventionId, @Valid DTOInterventionStart dto) Start an intervention by calling theInterventionStartEventorg.springframework.http.ResponseEntity<Void> InterventionService.takeInCharge(Long interventionId, @Valid DTOInterventionTakeInCharge dto) Takes in charge an intervention by calling theInterventionTakeInChargeEvent -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.interventionoutcome
Methods in overit.geocallapp.wfm.execution.rs1.interventionoutcome that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOInterventionOutcome> InterventionOutcomeService.get(Long interventionId, Long outcomeId, Collection<String> fields) Retrieves the required agenda outcome by calling from theInterventionOutcomeLoadEvent.org.springframework.http.ResponseEntity<Void> InterventionOutcomeService.patch(Long interventionId, Long outcomeId, @Valid DTOInterventionOutcomeUpdate dto) Updates the required intervention outcome by calling theInterventionOutcomeUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> InterventionOutcomeService.post(Long interventionId, @Valid DTOInterventionOutcomeInsert dto) Creates a new intervention outcome by calling from theInterventionOutcomeSaveEvent. -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.interventionresource
Methods in overit.geocallapp.wfm.execution.rs1.interventionresource that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Delete a intervention resource, by calling theInterventionResourceDeleteEvent.org.springframework.http.ResponseEntity<PageResponse<DTOInterventionResource>> InterventionResourceService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOInterventionResourceFilter filter) Returns the collection of all the stored intervention resources by calling theInterventionResourceSearchEvent.org.springframework.http.ResponseEntity<Void> InterventionResourceService.patch(Long intervention, Long resource, Long workingHourType, @Valid DTOInterventionResourceUpdate dto) Update a intervention resource by calling theInterventionResourceUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> InterventionResourceService.post(@Valid DTOInterventionResourceInsert dto) Inserts new accounted hours for the resource by calling theInterventionResourceInsertEvent.org.springframework.http.ResponseEntity<Void> InterventionResourceService.validation(@Valid DTOInterventionResourceValidate dto) Validate an intervention resource by calling theInterventionResourceValidateEvent. -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.interventionstatus
Methods in overit.geocallapp.wfm.execution.rs1.interventionstatus that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOInterventionStatus> InterventionStatusService.get(Long interventionStatusId, Collection<String> fields) Retrieves the required intervention status by calling from theInterventionStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOInterventionStatus>> InterventionStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOInterventionStatusFilter filter) Returns the collection of all the stored intervention status by calling theInterventionStatusSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.outcome
Methods in overit.geocallapp.wfm.execution.rs1.outcome that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOOutcome>> OutcomeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOutcomeFilter filter) Returns the collection of all the stored outcomes outcome by calling theInterventionOutcomeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.outcomeclass
Methods in overit.geocallapp.wfm.execution.rs1.outcomeclass that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeClass> OutcomeClassService.get(Long outcomeClassId, Collection<String> fields) Retrieves the required outcome class by calling from theOutcomeClassLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeClass>> OutcomeClassService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOutcomeClassFilter filter) Returns the collection of all the stored outcome classes by calling theOutcomeClassSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.outcomereason
Methods in overit.geocallapp.wfm.execution.rs1.outcomereason that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeReason> OutcomeReasonService.get(Long outcomeReasonId, String language, Collection<String> fields) Retrieves the requiredDTOOutcomeReasonby calling from theOutcomeReasonLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeReason>> OutcomeReasonService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOOutcomeReasonFilter filter) Returns the collection of all the stored outcome reasons by calling theOutcomeReasonSearchEvent.org.springframework.http.ResponseEntity<Void> OutcomeReasonService.patch(Long outcomeReasonId, @Valid DTOOutcomeReasonUpdate dto) Updates the required outcome by calling theOutcomeReasonLoadEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OutcomeReasonService.post(@Valid DTOOutcomeReasonInsert dto) Creates a new work shift exception by calling theOutcomeReasonInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.outcomereason.encodednote
Methods in overit.geocallapp.wfm.execution.rs1.outcomereason.encodednote that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Remove relation from outcome reason and encoded note by calling theOutcomeReasonEncodedNoteDeleteEvent.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeReasonEncodedNote>> OutcomeReasonEncodedNoteService.getCollection(Long outcomeReasonId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOutcomeReasonEncodedNoteFilter filter) Retrieve the all stored relations from outcome reason and encoded noteOutcomeReasonEncodedNoteSearchEventorg.springframework.http.ResponseEntity<Void> OutcomeReasonEncodedNoteService.post(Long outcomeReasonId, @Valid DTOOutcomeReasonEncodedNoteInsert dto) Create a new relation from outcome reason and encoded note calling theOutcomeReasonEncodedNoteInsertEvent -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.outcomereasontype
Methods in overit.geocallapp.wfm.execution.rs1.outcomereasontype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeReasonType> OutcomeReasonTypeService.get(Long outcomeReasonTypeId, String language, Collection<String> fields) Retrieves the requiredDTOOutcomeReasonTypeby calling from theOutcomeReasonTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeReasonType>> OutcomeReasonTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOOutcomeReasonTypeFilter filter) Returns the collection of all the stored outcome reason types by calling theOutcomeReasonTypeSearchEvent.org.springframework.http.ResponseEntity<Void> OutcomeReasonTypeService.patch(Long outcomeReasonTypeId, @Valid DTOOutcomeReasonTypeUpdate dto) Updates the required work shift exception by calling theOutcomeReasonTypeLoadEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OutcomeReasonTypeService.post(@Valid DTOOutcomeReasonTypeInsert dto) Creates a new outcome reason type by calling theOutcomeReasonTypeInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.outcometype
Methods in overit.geocallapp.wfm.execution.rs1.outcometype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeType> OutcomeTypeService.get(Long outcomeTypeId, String language, Collection<String> fields) Retrieves the required outcome type by calling from theOutcomeTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeType>> OutcomeTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOutcomeTypeFilter filter) Returns the collection of all the stored outcome types by calling theOutcomeTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.outcomevalidationstatus
Methods in overit.geocallapp.wfm.execution.rs1.outcomevalidationstatus that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOValidationStatus> ValidationStatusService.get(Long validationStatusId, Collection<String> fields) Retrieves the required validation status by calling from theValidationStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOValidationStatus>> ValidationStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOValidationStatusFilter filter) Returns the collection of all the stored validation status by calling theValidationStatusSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.outcomeworkorderorigin
Methods in overit.geocallapp.wfm.execution.rs1.outcomeworkorderorigin that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOutcomeWorkOrderOrigin> OutcomeWorkOrderOriginService.get(Long outcomeWorkOrderOriginId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOOutcomeWorkOrderOrigin>> OutcomeWorkOrderOriginService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOutcomeWorkOrderOriginFilter filter) -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.resourceintervention
Methods in overit.geocallapp.wfm.execution.rs1.resourceintervention that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceInterventionResponse>> ResourceInterventionService.getInterventionAssignedResources(@Valid Page page, @NotNull @Valid DTOResourceIntervention dto) Returns the collection of interventions ids assigned to resources by calling theResourceInterventionSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.execution.rs1.workorderoperationresource
Methods in overit.geocallapp.wfm.execution.rs1.workorderoperationresource that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperationResource>> WorkOrderOperationResourceService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkOrderOperationResourceFilter filter) Returns the collection of all the stored total accounted hours for resources and work order operation by calling theWorkOrderOperationResourceSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCapacityPlanningAlgorithmStatusCheck.body(CapacityPlanningAlgorithmStatusCheckEvent event, PoolKit pk) protected voidBTCapacityPlanningResultCalculation.body(CapacityPlanningResultCalculationEvent event, PoolKit pk) protected voidBTCapacityPlanningAlgorithmSend.execute(CapacityPlanningAlgorithmSendInputEvent event, PoolKit poolKit) protected voidBTCapacityPlanningAlgorithmStatusCheck.execute(CapacityPlanningAlgorithmStatusCheckEvent event, PoolKit poolKit) Calls the event to check for the status of the coverage algorithm job.protected voidBTCapacityPlanningResultCalculation.execute(CapacityPlanningResultCalculationEvent event, PoolKit poolKit) Calculates the coverage of the scenarios.protected BOCapacityPlanningScenarioBTCapacityPlanningAlgorithmSend.findScenario(Long scenarioId, PoolKit poolKit) protected StringBTCapacityPlanningAlgorithmSend.insertCapacityPlanningAlgorithmAlgorithm(CapacityPlanningAlgorithmInputCall problem, PoolKit poolKit) protected List<BOForecastActivitySkill> BTCapacityPlanningAlgorithmSend.loadActivitiesSkills(Long forecastId, PoolKit poolKit) BTCapacityPlanningAlgorithmStatusCheck.loadCapacityPlanningScenarioToBeProcessed(PoolKit poolKit) Search for the capacity planning scenario to check for progressBTCapacityPlanningResultCalculation.loadCapacityPlanningScenarioToBeProcessed(PoolKit poolKit) Search for the capacity planning scenario to processprotected List<BOForecastActivity> BTCapacityPlanningAlgorithmSend.loadForecastActivities(Long forecastId, PoolKit poolKit) protected List<BOForecastActivityDetail> BTCapacityPlanningAlgorithmSend.loadForecastActivitiesDetails(Long forecastId, PoolKit poolKit) protected List<BOForecastActivityPriority> BTCapacityPlanningAlgorithmSend.loadForecastActivitiesPriorities(PoolKit poolKit) protected List<BOForecastResource> BTCapacityPlanningAlgorithmSend.loadForecastResources(Long forecastId, PoolKit poolKit) protected List<BOForecastResourceDetail> BTCapacityPlanningAlgorithmSend.loadForecastResourcesDetails(Long forecastId, PoolKit poolKit) protected List<BOForecastResourceGroupingConstraint> BTCapacityPlanningAlgorithmSend.loadResourcesConstraints(Set<Long> resourceList, PoolKit poolKit) protected List<BOResourceForecastSkill> BTCapacityPlanningAlgorithmSend.loadResourcesSkills(Long forecastId, PoolKit poolKit) protected voidBTCapacityPlanningAlgorithmStatusCheck.updateCapacityScenarioStatus(String status, BOCapacityPlanningScenario scenario, PoolKit poolKit) protected voidBTCapacityPlanningAlgorithmSend.updateScenario(BOCapacityPlanningScenario scenario, PoolKit poolKit) protected voidBTCapacityPlanningAlgorithmStatusCheck.updateScenario(BOCapacityPlanningScenario scenario, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.output.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.output.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCapacityPlanningAlgorithmOutputProcess.addCapacityPlanningResultDetail(List<BOCapacityPlanningResultDetail> details, PoolKit poolKit) Adds the capacity planning result details.protected BOCapacityPlanningResultBTCapacityPlanningAlgorithmOutputProcess.calculateSaturationAndAssignmentValues(BOCapacityPlanningScenario scenario, List<BOCapacityPlanningResultDetail> details, PoolKit poolKit) Calculates the saturation and assignment values for the given scenario and result details.protected BOCapacityPlanningResultBTCapacityPlanningSaturationCalculate.calculateTotalResult(BOCapacityPlanningResult result, List<BOCapacityPlanningResultDetail> assignments, List<BOForecastResourceDetail> resourceDetails, List<BOForecastActivityDetail> activityDetails, PoolKit poolKit) Calculates the total result using CapacityPlanningTotalResultCalculateEvent.protected voidBTCapacityPlanningAlgorithmOutputProcess.execute(CapacityPlanningAlgorithmOutputProcessEvent event, PoolKit poolKit) protected voidBTCapacityPlanningResultDetailMassiveInsert.execute(CapacityPlanningResultDetailMassiveInsertEvent event, PoolKit poolKit) Executes the massive insert operation for capacity planning result details.protected voidBTCapacityPlanningSaturationCalculate.execute(CapacityPlanningSaturationCalculateEvent event, PoolKit poolKit) protected BOCapacityPlanningAlgorithmOutputBTCapacityPlanningAlgorithmOutputProcess.getSolution(String scenarioId, PoolKit poolKit) Gets the solution from the algorithm service.protected List<BOForecastActivityDetail> BTCapacityPlanningAlgorithmOutputProcess.loadForecastActivityDetails(Long forecastId, PoolKit poolKit) Loads the forecast activity details.protected List<BOForecastResourceDetail> BTCapacityPlanningAlgorithmOutputProcess.loadForecastResourceDetails(Long forecastId, PoolKit poolKit) Loads the forecast resource details. -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCapacityPlanningActivityResultSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOCapacityPlanningResourceResultCoverageDetailSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOCapacityPlanningResourceResultSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOCapacityPlanningResultDetailCommittedCapacityResourceSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOCapacityPlanningResultDetailCommittedCapacitySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCapacityPlanningResultDetailCalculateCoverage.addCapacityPlanningResultDetail(List<BOCapacityPlanningResultDetail> details, PoolKit pk) This method adds the details of the scenario in the current transactionprotected voidBTCapacityPlanningActivityDetailResultSearch.execute(CapacityPlanningActivityDetailResultSearchEvent event, PoolKit poolKit) Starting from the givenCapacityPlanningResultDetailSearchFilter, it searches the corresponding list ofCapacityPlanningActivityDetailResultand presents them as aPageResponsewhich is then written into the event journal.protected voidBTCapacityPlanningAllTimeframesResultDetailSearch.execute(CapacityPlanningAllTimeframesResultDetailSearchEvent event, PoolKit poolKit) Starting from the givenCapacityPlanningAllTimeframesResultDetailSearchFilter, it searches the corresponding list ofCapacityPlanningActivityDetailResultand presents them as aPageResponsewhich is then written into the event journal.protected voidBTCapacityPlanningResourceDetailResultSearch.execute(CapacityPlanningResourceDetailResultSearchEvent event, PoolKit poolKit) Starting from the givenCapacityPlanningResultDetailSearchFilter, it searches the corresponding list ofCapacityPlanningResourceDetailResultand presents them as aPageResponsewhich is then written into the event journal.protected voidBTCapacityPlanningResultDetailCalculateCoverage.execute(CapacityPlanningResultDetailCalculateCoverageEvent event, PoolKit poolKit) protected voidBTCapacityPlanningResultDetailInsert.execute(CapacityPlanningResultDetailInsertEvent event, PoolKit poolKit) protected voidBTCapacityPlanningResultDetailSearch.execute(CapacityPlanningResultDetailSearchEvent event, PoolKit poolKit) Starting from the givenCapacityPlanningResultDetailSearchFilter, it searches the corresponding list ofBOCapacityPlanningResultDetailand presents them as aPageResponsewhich is then written into the event journal.protected voidBTCapacityPlanningTotalResultCalculate.execute(CapacityPlanningTotalResultCalculateEvent event, PoolKit poolKit) protected BOCapacityPlanningScenarioBTCapacityPlanningResultDetailCalculateCoverage.findScenario(Long scenarioId, PoolKit poolKit) protected PageResponse<CapacityPlanningResourceDetailResult> BTCapacityPlanningResourceDetailResultSearch.groupAll(PageResponse<CapacityPlanningResourceDetailResult> capacityPlanningResultDetail, PoolKit pk) protected List<BOForecastActivitySkill> BTCapacityPlanningResultDetailCalculateCoverage.loadActivitiesSkills(Long forecastId, PoolKit poolKit) protected List<BOForecastActivity> BTCapacityPlanningResultDetailCalculateCoverage.loadForecastActivities(Long forecastId, PoolKit poolKit) protected List<BOForecastActivityDetail> BTCapacityPlanningResultDetailCalculateCoverage.loadForecastActivitiesDetails(Long forecastId, PoolKit poolKit) protected List<BOForecastResource> BTCapacityPlanningResultDetailCalculateCoverage.loadForecastResources(Long forecastId, PoolKit poolKit) protected List<BOForecastResourceDetail> BTCapacityPlanningResultDetailCalculateCoverage.loadForecastResourcesDetails(Long forecastId, PoolKit poolKit) protected List<BOForecastResourceGroupingConstraint> BTCapacityPlanningResultDetailCalculateCoverage.loadResourcesConstraints(Set<Long> resourceList, PoolKit poolKit) protected List<BOResourceForecastSkill> BTCapacityPlanningResultDetailCalculateCoverage.loadResourcesSkills(Long forecastId, PoolKit poolKit) protected voidBTCapacityPlanningResultDetailCalculateCoverage.saveSaturationAndAssignmentValues(BOCapacityPlanningScenario scenario, List<CapacityPlanningAssignment> solutionAssignmentList, List<BOCapacityPlanningResultDetail> details, PoolKit poolKit) protected BOCapacityPlanningResultBTCapacityPlanningResultDetailCalculateCoverage.totalResultCalculate(List<BOCapacityPlanningResultDetail> details, PoolKit poolKit, List<BOForecastActivityDetail> activities, List<BOForecastResourceDetail> resources, BOCapacityPlanningResult result) protected voidBTCapacityPlanningResultDetailCalculateCoverage.updateScenario(BOCapacityPlanningScenario scenario) This method updates the input objectBOCapacityPlanningScenariowith a new connection/transaction -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCapacityPlanningResultInsert.execute(CapacityPlanningResultInsertEvent event, PoolKit poolKit) protected voidBTCapacityPlanningResultLoad.execute(CapacityPlanningResultLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOCapacityPlanningResultand writes it into the event journal.protected voidBTCapacityPlanningResultSearch.execute(CapacityPlanningResultSearchEvent event, PoolKit poolKit) Starting from the givenCapacityPlanningResultSearchFilter, it searches the corresponding list ofBOCapacityPlanningResultand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCapacityPlanningScenarioSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCapacityPlanningScenarioDetailSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCapacityPlanningScenarioDetailLoad.execute(CapacityPlanningScenarioDetailLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingCapacityPlanningScenarioDetailand writes it into the event journal.protected voidBTCapacityPlanningScenarioDetailSearch.execute(CapacityPlanningScenarioDetailSearchEvent event, PoolKit poolKit) Starting from the givenCapacityPlanningScenarioSearchFilter, it searches the corresponding list ofCapacityPlanningScenarioDetailand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCapacityPlanningScenarioExportExcel.appendCapacityPlanningDetailsSheet(BOCapacityPlanningScenario capacityPlanningScenario, XlsxDocument excelDocument, PoolKit pk) Appends the "CP - Details" sheet to the specifiedXlsxDocumentobject.protected voidBTCapacityPlanningScenarioExportExcel.appendCapacityPlanningHeaderSheet(BOCapacityPlanningScenario capacityPlanningScenario, XlsxDocument excelDocument, PoolKit pk) Appends the "Capacity Planning Header" sheet to the specifiedXlsxDocumentobject.protected voidBTCapacityPlanningScenarioExportExcel.appendCapacityPlanningResultSheet(BOCapacityPlanningScenario capacityPlanningScenario, XlsxDocument excelDocument, PoolKit pk) Appends the "CP - Result" sheet to the specifiedXlsxDocumentobject.protected voidBTCapacityPlanningScenarioCancel.cancelScenario(Long capacityPlanningScenarioId, PoolKit pk) Cancels the capacity planning scenario.protected voidBTCapacityPlanningScenarioCancel.execute(CapacityPlanningScenarioCancelEvent event, PoolKit pk) Cancels the givenBOCapacityPlanningScenario.protected voidBTCapacityPlanningScenarioCoverageActivityReport.execute(CapacityPlanningScenarioCoverageActivityReportEvent event, PoolKit poolKit) Calculate the coverage activity for a capacity planning scenario.protected voidBTCapacityPlanningScenarioCoverageResourceReport.execute(CapacityPlanningScenarioCoverageResourceReportEvent event, PoolKit poolKit) Calculate the coverage resource for a capacity planning scenario.protected voidBTCapacityPlanningScenarioCoverageTimeReport.execute(CapacityPlanningScenarioCoverageTimeReportEvent event, PoolKit poolKit) Calculate the coverage time for a capacity planning scenario.protected voidBTCapacityPlanningScenarioCoverageTimeReportDetail.execute(CapacityPlanningScenarioCoverageTimeReportDetailEvent event, PoolKit poolKit) Calculate the coverage time for a capacity planning scenario.protected voidBTCapacityPlanningScenarioExportExcel.execute(CapacityPlanningScenarioExportExcelEvent event, PoolKit pk) Executes the exporting by creating an XLSX file associated with theBOCapacityPlanningScenarioobject.protected voidBTCapacityPlanningScenarioInsert.execute(CapacityPlanningScenarioInsertEvent event, PoolKit pk) Inserts the givenBOCapacityPlanningScenarioand writes the newly generated id into the event journal.protected voidBTCapacityPlanningScenarioLoad.execute(CapacityPlanningScenarioLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOCapacityPlanningScenarioand writes it into the event journal.protected voidBTCapacityPlanningScenarioSearch.execute(CapacityPlanningScenarioSearchEvent event, PoolKit poolKit) Starting from the givenCapacityPlanningScenarioSearchFilter, it searches the corresponding list ofBOCapacityPlanningScenarioand presents them as aPageResponsewhich is then written into the event journal.protected voidBTCapacityPlanningScenarioUpdate.execute(CapacityPlanningScenarioUpdateEvent event, PoolKit pk) Inserts the givenBOCapacityPlanningScenarioand writes the newly generated id into the event journal.protected List<BOForecastActivity> BTCapacityPlanningScenarioCoverageReport.filterActivitiesBySkills(BOCapacityPlanningScenario scenario, List<BOForecastActivity> activities, Collection<Long> skills, PoolKit poolKit) Filter the activities by skills.protected List<BOForecastResource> BTCapacityPlanningScenarioCoverageReport.filterResourcesBySkills(BOCapacityPlanningScenario scenario, List<BOForecastResource> resources, Collection<Long> skills, PoolKit poolKit) Filter the resources by skills.BTCapacityPlanningScenarioCoverageActivityReport.formatCoverageActivityReport(List<Map<String, Object>> demand, List<Map<String, Object>> committedCapacity, List<Long> activityIds, PoolKit poolKit) Formats the coverage activity report by processing available and committed capacity data for given activities.BTCapacityPlanningScenarioCoverageResourceReport.formatCoverageResourceReport(List<Map<String, Object>> availableCapacity, List<Map<String, Object>> committedCapacity, List<Long> resourceIds, PoolKit poolKit) Formats the coverage resource report by processing available and committed capacity data for given resources.BTCapacityPlanningScenarioCoverageActivityReport.formatCoverageSkillReport(List<Map<String, Object>> demand, List<Map<String, Object>> committedCapacity, PoolKit poolKit) Formats the coverage resource report by processing available and committed capacity data for searched skills.BTCapacityPlanningScenarioCoverageResourceReport.formatCoverageSkillReport(List<Map<String, Object>> availableCapacity, List<Map<String, Object>> committedCapacity, PoolKit poolKit) Formats the coverage resource report by processing available and committed capacity data for searched skills.BTCapacityPlanningScenarioCoverageReport.getDistributedWorkload(List<BOForecastActivityDetail> forecastActivitiesDetails, DateTimeRange interval, TimeGroupingType groupingType, PoolKit poolKit) protected List<BOForecastActivityDetail> BTCapacityPlanningScenarioCoverageReport.getForecastActivitiesDetails(Long activityForecastHeader, Collection<Long> activityIds, DateTimeRange interval, PoolKit poolKit) protected Map<Long, BOForecastActivity> BTCapacityPlanningScenarioExportExcel.getForecastActivitiesMap(Long activityForecastHeaderId) Retrieves a list ofBOForecastActivityobjects based on the provided activityForecastHeaderId, and then converts this list into a Map object (i.e., a map).protected Map<Long, BOForecastActivityDetail> BTCapacityPlanningScenarioExportExcel.getForecastDetailActivitiesMap(Long activityForecastHeaderId) Retrieves a list ofBOForecastActivityDetailobjects based on the provided activityForecastHeaderId, and then converts this list into a Map object (i.e., a map).protected List<BOForecastActivity> BTCapacityPlanningScenarioCoverageReport.loadActivities(BOCapacityPlanningScenario scenario, Collection<Long> activityIds, Collection<Long> skills, PoolKit poolKit) Loads the activities of a capacity planning scenario.BTCapacityPlanningScenarioCoverageResourceReport.loadAvailableCapacity(Long resourceForecastHeader, List<Long> resourceIds, DateTimeRange date, CapacityPlanningScenarioCoverageResourceGroupingType groupingType, PoolKit poolKit) Load the available capacity of a resource forecast detail grouped by the specifiedTimeGroupingType.BTCapacityPlanningScenarioCoverageTimeReport.loadAvailableCapacity(Long resourceForecastHeader, List<Long> resourceIds, DateTimeRange date, TimeGroupingType groupingType, PoolKit poolKit) Load the available capacity of a resource forecast detail grouped by the specifiedTimeGroupingType.protected BOCapacityPlanningScenarioBTCapacityPlanningScenarioCoverageReport.loadCapacityPlanningScenario(Long capacityPlanningScenario, PoolKit poolKit) Load the capacity planning scenario.BTCapacityPlanningScenarioCoverageActivityReport.loadCommittedCapacity(Long capacityPlanningScenarioId, List<Long> resourceIds, List<Long> activityIds, DateTimeRange date, CapacityPlanningScenarioCoverageActivityGroupingType groupingType, PoolKit poolKit) Load the committed capacity of a capacity planning scenario grouped by the specifiedCapacityPlanningScenarioCoverageActivityGroupingType.BTCapacityPlanningScenarioCoverageResourceReport.loadCommittedCapacity(Long capacityPlanningScenarioId, List<Long> resourceIds, List<Long> activityIds, DateTimeRange date, CapacityPlanningScenarioCoverageResourceGroupingType groupingType, PoolKit poolKit) Load the committed capacity of a capacity planning scenario grouped by the specifiedCapacityPlanningScenarioCoverageResourceGroupingType.BTCapacityPlanningScenarioCoverageTimeReport.loadCommittedCapacity(Long capacityPlanningScenarioId, List<Long> resourceIds, List<Long> activityIds, DateTimeRange date, TimeGroupingType groupingType, PoolKit poolKit) Load the committed capacity of a capacity planning scenario grouped by the specifiedTimeGroupingType.BTCapacityPlanningScenarioCoverageActivityReport.loadDemand(Long activityForecastHeader, List<Long> activityIds, DateTimeRange date, CapacityPlanningScenarioCoverageActivityGroupingType groupingType, PoolKit poolKit) Load the demand of the resource forecast header grouped by the specifiedCapacityPlanningScenarioCoverageActivityGroupingType.BTCapacityPlanningScenarioCoverageTimeReport.loadDemand(Long activityForecastHeader, List<Long> activityIds, DateTimeRange date, TimeGroupingType groupingType, LogHelper logHelper, PoolKit poolKit) Load the demand of the resource forecast header grouped by the specifiedTimeGroupingType.protected List<BOForecastResource> BTCapacityPlanningScenarioCoverageReport.loadResources(BOCapacityPlanningScenario scenario, Collection<Long> resourceIds, Collection<Long> skills, PoolKit poolKit) Loads the resources of the given capacity planning scenario.protected List<BOForecastResource> BTCapacityPlanningScenarioCoverageTimeReport.loadResources(BOCapacityPlanningScenario scenario, Collection<Long> resourceIds, Collection<Long> skills, PoolKit poolKit) Loads the resources of the given capacity planning scenario.protected voidBTCapacityPlanningScenarioExportExcel.populateActivitiesDetailsData(Map<String, Object> row, Long activityId, BOCapacityPlanningScenario capacityPlanningScenario, PoolKit pk) Populates the time columns which are related to a givenBOForecastActivityobject.protected voidBTCapacityPlanningScenarioExportExcel.populateActivitiesSkillsData(Map<String, Object> row, Long activityId, BOCapacityPlanningScenario capacityPlanningScenario, PoolKit pk) Populates the column named "ACTIVITY_SKILLS" with the skills applied to a givenBOForecastActivityobject.protected voidBTCapacityPlanningScenarioExportExcel.populateResourcesConstraintsData(Map<String, Object> row, Long resourceId, PoolKit pk) Populates the column named "RESOURCE_GROUPING_CONSTRAINT" with the grouping constraints applied to a givenBOForecastResourceobject.protected voidBTCapacityPlanningScenarioExportExcel.populateResourcesData(Map<String, Object> row, Long resourceId, BOCapacityPlanningScenario capacityPlanningScenario, PoolKit pk) Populates the columns which are related to theBOForecastResourceobject (e.g., "RESOURCE_CODE", "RESOURCE_NAME", "RESOURCE_SURNAME" etc.).protected voidBTCapacityPlanningScenarioExportExcel.populateResourcesDetailsData(Map<String, Object> row, Long activityDetailId, Long resourceId, BOCapacityPlanningScenario capacityPlanningScenario, BOForecastActivityDetail forecastActivityDetail, PoolKit pk) Populates the column named "RESOURCE_OVERTIME" with the sum of theBOForecastResourceDetailobjects' overtimes in a given timeframe.protected voidBTCapacityPlanningScenarioExportExcel.populateResourcesSkillsData(Map<String, Object> row, Long resourceId, BOCapacityPlanningScenario capacityPlanningScenario, PoolKit pk) Populates the column named "RESOURCE_SKILLS" with the skills applied to a givenBOForecastResourceobject.protected List<BOForecastActivity> BTCapacityPlanningScenarioCoverageActivityReport.searchActivities(List<Long> activityIds, PoolKit poolKit) Search for forecast activity based on the provided activity ids.protected List<BOForecastResource> BTCapacityPlanningScenarioCoverageResourceReport.searchResources(List<Long> resourceIds, PoolKit poolKit) Search for forecast resources based on the provided resource ids.protected List<BOCapacityPlanningScenario> BTCapacityPlanningScenarioManagement.searchScenarioByCode(String code, PoolKit poolKit) BTCapacityPlanningScenarioCoverageReport.searchSkills(List<Long> skills, PoolKit poolKit) Searches for skills based on the provided skill ids.protected voidBTCapacityPlanningScenarioInsert.validateAndCompleteInput(BOCapacityPlanningScenario input, PoolKit pk) Validates the data before the insertion.protected voidBTCapacityPlanningScenarioManagement.validateCodeDuplication(BOCapacityPlanningScenario input, PoolKit pk) Validates the scenario code: we cannot insert a new scenario with the same code of another scenarioprotected voidBTCapacityPlanningScenarioManagement.validateDates(BOCapacityPlanningScenario input, PoolKit pk) Validates whether the time ranges of theBOResourceForecastHeaderobject andBOActivityForecastHeaderobject overlap.protected voidBTCapacityPlanningScenarioManagement.validateFieldsLength(BOCapacityPlanningScenario input, PoolKit pk) Validates the fields' length of theBOCapacityPlanningScenarioinput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters.protected voidBTCapacityPlanningScenarioManagement.validateOperationCenter(BOCapacityPlanningScenario input, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.state.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.state.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCapacityPlanningState.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.state.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCapacityPlanningStateLoad.execute(CapacityPlanningStateLoadEvent event, PoolKit poolKit) protected voidBTCapacityPlanningStateSearch.execute(CapacityPlanningStateSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOActivityForecastHeaderSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOForecastActivityDetailDemandAndSkillSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOForecastActivityDetailDemandSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOForecastActivityDetailSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastActivityDetailDelete.execute(ForecastActivityDetailDeleteEvent event, PoolKit poolKit) protected voidBTForecastActivityDetailInsert.execute(ForecastActivityDetailInsertEvent event, PoolKit poolKit) Inserts the givenBOForecastActivityDetailand writes the newly generated id into the event journal.protected voidBTForecastActivityDetailInsertFromWo.execute(ForecastActivityDetailFromWoInsertEvent event, PoolKit poolKit) Inserts the givenBOForecastActivityDetailid into the event journal.protected voidBTForecastActivityDetailLoad.execute(ForecastActivityDetailLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOForecastActivityDetailand writes it into the event journal.protected voidBTForecastActivityDetailSearch.execute(ForecastActivityDetailSearchEvent event, PoolKit poolKit) Starting from the givenBOForecastActivityDetail, it searches the corresponding list ofBOForecastActivityDetailand presents them as aPageResponsewhich is then written into the event journal.protected voidBTForecastActivityDetailUpdate.execute(ForecastActivityDetailUpdateEvent event, PoolKit poolKit) Updates theBOForecastActivityDetailwith all its needed components.protected voidBTForecastActivityMultipleTimeframesBuild.execute(ForecastActivityMultipleTimeframesBuildEvent event, PoolKit poolKit) Build multipleBOForecastActivityDetailand writes the newly generated BO into the event journal.protected BOForecastActivityPriorityBTForecastActivityDetailInsertFromWo.findDefaultPriority(PoolKit poolKit) Finds the default priority to be used for imported timeframes.protected voidBTForecastActivityDetailInsertFromWo.insertForecastActivity(Collection<BOWorkLoadDistribution> workLoadDistributions, Long forecastHeaderId, PoolKit poolKit) Inserts the givenBOForecastActivitybefore the insertion of theBOForecastActivityDetail.protected voidBTForecastActivityDetailInsertFromWo.insertForecastActivityDetailBatch(Collection<BOWorkLoadDistribution> workLoadDistributions, Long forecastHeaderId, BOForecastActivityPriority defaultPriority, PoolKit poolKit) Inserts the givenBOWorkLoadDistributionas a batch ofBOForecastActivityDetail.protected List<BOForecastActivity> BTForecastActivityDetailInsertFromWo.searchForecastActivity(Set<String> activities, Long forecastHeaderId, PoolKit poolKit) Searches for the givenBOForecastActivity.protected voidBTForecastActivityDetailInsertManagement.validateAndCompleteInput(Long activityId, Date startDate, Date endDate, Long expectedDuration, PoolKit poolKit) Validates the data before the insertion.protected voidBTForecastActivityDetailUpdate.validateAndCompleteInput(BOForecastActivityDetail input, PoolKit poolKit) Validates the data before the update.protected voidBTForecastActivityDetailDelete.validateInput(Long forecastActivityDetailId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOForecastActivityGanttSearch.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOForecastActivitySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected LongBTForecastActivityImportOperationActivity.createForecastActivity(long operationActivityId, ForecastActivityImportOperationActivityInput input, PoolKit poolKit) protected voidBTForecastActivityDelete.deleteDetails(Long activityId, PoolKit poolKit) protected voidBTForecastActivityDelete.deleteSkills(Long activityId, PoolKit poolKit) protected voidBTForecastActivityDelete.execute(ForecastActivityDeleteEvent event, PoolKit poolKit) protected voidBTForecastActivityGanttSearch.execute(ForecastActivityGanttSearchEvent event, PoolKit poolKit) Starting from the givenBOForecastActivity, it searches the corresponding list ofBOForecastActivityand presents them as aPageResponsewhich is then written into the event journal.protected voidBTForecastActivityImportOperationActivity.execute(ForecastActivityImportOperationActivityEvent event, PoolKit poolKit) protected voidBTForecastActivityInsert.execute(ForecastActivityInsertEvent event, PoolKit poolKit) Inserts the givenBOForecastActivityand writes the newly generated id into the event journal.protected voidBTForecastActivityLoad.execute(ForecastActivityLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOForecastActivityand writes it into the event journal.protected voidBTForecastActivitySearch.execute(ForecastActivitySearchEvent event, PoolKit poolKit) Starting from the givenBOForecastActivity, it searches the corresponding list ofBOForecastActivityand presents them as aPageResponsewhich is then written into the event journal.protected voidBTForecastActivityUpdate.execute(ForecastActivityUpdateEvent event, PoolKit poolKit) Updates theBOForecastActivitywith all its needed components.protected LongBTForecastActivityDelete.getForecastHeader(Long forecastActivity, PoolKit poolKit) protected voidBTForecastActivityImportOperationActivity.insertForecastActivitySkill(Long activityId, BOSkillConfigurationSkill skill, ForecastActivityImportOperationActivityInput input, PoolKit poolKit) protected BOActivitySkillConfigurationBTForecastActivityImportOperationActivity.loadSkillConfiguration(long operationActivityId, ForecastActivityImportOperationActivityInput input, PoolKit poolKit) protected List<BOSkillConfigurationSkill> BTForecastActivityImportOperationActivity.loadSkills(BOActivitySkillConfiguration skillConfiguration, PoolKit poolKit) protected voidBTForecastActivityInsert.validateAndCompleteInput(BOForecastActivity input, PoolKit poolKit) Validates the data before the insertion.protected voidBTForecastActivityUpdate.validateAndCompleteInput(BOForecastActivity input, PoolKit poolKit) Validates the data before the update.protected voidBTForecastActivityInsert.validateCode(String code, Long id, PoolKit poolKit) Validates the code: must be uniqueprotected voidBTForecastActivityUpdate.validateCode(String code, Long id, PoolKit poolKit) Validates the code: must be uniqueprotected voidBTForecastActivityInsert.validateFieldsLength(BOForecastActivity input, PoolKit pk) Validates the fields' length of theBOForecastActivityinput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters.protected voidBTForecastActivityUpdate.validateFieldsLength(BOForecastActivity input, PoolKit pk) Validates the fields' length of theBOForecastActivityinput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters.protected voidBTForecastActivityDelete.validateInput(Long activityId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOForecastActivityDetailGanttSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastActivityDetailGanttSearch.execute(ForecastActivityDetailGanttSearchEvent event, PoolKit poolKit) Starting from the givenForecastActivityDetailGanttSearchFilter, it searches the corresponding list ofBOForecastActivityDetailGanttand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOForecastActivityImportFilterSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.importfilter.task that throw DAExceptionModifier and TypeMethodDescriptionstatic LongBTForecastActivityImportFilterCreation.createOrderNumber(Long forecastHeader, PoolKit poolKit) Creates the order number.protected voidBTForecastActivityImportFilterCreation.execute(ForecastActivityImportFilterCreationEvent event, PoolKit poolKit) protected voidBTForecastActivityImportFilterInsert.execute(ForecastActivityImportFilterInsertEvent event, PoolKit poolKit) protected voidBTForecastActivityImportFilterLoad.execute(ForecastActivityImportFilterLoadEvent event, PoolKit poolKit) protected voidBTForecastActivityImportFilterSearch.execute(ForecastActivityImportFilterSearchEvent event, PoolKit poolKit) protected voidBTForecastActivityImportFilterUpdate.execute(ForecastActivityImportFilterUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOForecastActivityPrioritySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.priority.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastActivityPriorityDelete.execute(ForecastActivityPriorityDeleteEvent event, PoolKit poolKit) protected voidBTForecastActivityPriorityDisable.execute(ForecastActivityPriorityDisableEvent event, PoolKit poolKit) protected voidBTForecastActivityPriorityInsert.execute(ForecastActivityPriorityInsertEvent event, PoolKit poolKit) protected voidBTForecastActivityPriorityLoad.execute(ForecastActivityPriorityLoadEvent event, PoolKit poolKit) protected voidBTForecastActivityPrioritySearch.execute(ForecastActivityPrioritySearchEvent event, PoolKit poolKit) protected voidBTForecastActivityPriorityUpdate.execute(ForecastActivityPriorityUpdateEvent event, PoolKit poolKit) protected static List<BOForecastActivityPriority> BTForecastActivityPriorityManagement.getPrioritiesByCode(BOForecastActivityPriority input, PoolKit poolKit) Retrieves all priorities with the same code as the input priority.protected BOForecastActivityPriorityBTForecastActivityPriorityManagement.getPriorityById(Long priorityId, PoolKit poolKit) Retrieves a priority by its ID.protected voidBTForecastActivityPriorityManagement.unsetAllDefaultPriorities(PoolKit poolKit) Unsets the default flag for all priorities in the database.protected voidBTForecastActivityPriorityDelete.validateDefaultPriorityNotDeleted(Long priorityId, PoolKit poolKit) Validates that a priority set as default cannot be deleted.protected voidBTForecastActivityPriorityUpdate.validateDefaultPriorityNotUnsetted(BOForecastActivityPriority input, PoolKit poolKit) Validates that the default flag is not being removed from a priority that was previously default.protected voidBTForecastActivityPriorityInsert.validateInput(ForecastActivityPriorityInsertEvent event, PoolKit poolKit) protected voidBTForecastActivityPriorityUpdate.validateInput(ForecastActivityPriorityUpdateEvent event, PoolKit poolKit) protected voidBTForecastActivityPriorityManagement.validateValueUniqueness(BOForecastActivityPriority input, PoolKit poolKit) Validates that the priority value is unique among active priorities. -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOForecastActivityByAllSkillSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOForecastActivitySkillSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.skill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastActivitySkillUpdate.checkUniqueAssociation(BOForecastActivitySkill input, PoolKit poolKit) protected voidBTForecastActivitySkillDelete.execute(ForecastActivitySkillDeleteEvent event, PoolKit poolKit) protected voidBTForecastActivitySkillInsert.execute(ForecastActivitySkillInsertEvent event, PoolKit poolKit) protected voidBTForecastActivitySkillLoad.execute(ForecastActivitySkillLoadEvent event, PoolKit poolKit) protected voidBTForecastActivitySkillSearch.execute(ForecastActivitySkillSearchEvent event, PoolKit poolKit) protected voidBTForecastActivitySkillsReplace.execute(ForecastActivitySkillsReplaceEvent event, PoolKit poolKit) protected voidBTForecastActivitySkillUpdate.execute(ForecastActivitySkillUpdateEvent event, PoolKit poolKit) protected voidBTForecastActivitySkillsReplace.insertNewSkills(PoolKit poolKit, ForecastActivitySkillsReplaceInput input, List<BOForecastActivitySkill> currentSkills) protected voidBTForecastActivitySkillsReplace.removeSkills(PoolKit poolKit, ForecastActivitySkillsReplaceInput input, List<BOForecastActivitySkill> currentSkills) protected voidBTForecastActivitySkillInsert.validateAssociation(BOForecastActivitySkill input, PoolKit poolKit) Validates if already exists an association between the activity and the skill -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTActivityForecastExportExcel.appendActivitiesSheet(List<BOForecastActivity> forecastActivities, XlsxDocument excelDocument) Appends the Forecast Activities Sheet to the specifiedXlsxDocumentobject.protected voidBTActivityForecastExportExcel.appendActivityForecastHeaderSheet(BOActivityForecastHeader activityForecastHeader, XlsxDocument excelDocument) Appends the Activity Forecast Header Sheet to the specifiedXlsxDocumentobject.protected voidBTActivityForecastExportExcel.appendDetailsSheet(List<BOForecastActivityDetail> activityDetails, XlsxDocument excelDocument, PoolKit pk) Appends the Activities Details Sheet to the specifiedXlsxDocumentobject.protected voidBTActivityForecastExportExcel.appendSkillsSheet(List<BOForecastActivitySkill> activitySkills, XlsxDocument excelDocument, PoolKit pk) Appends the Activities Skills Sheet to the specifiedXlsxDocumentobject.protected voidBTActivityForecastHeaderCancel.cancelActivityForecastHeader(Long activityForecastHeaderId, PoolKit poolKit) Cancels the activity forecast header.protected voidBTActivityForecastCopy.copyActivities(Long copiedHeaderId, Long pastedHeaderId, PoolKit pk) Copies and pastes activities, skills, details and grouping constraints from the source header to the target header.protected voidBTActivityForecastCopy.copyActivityImportFilters(Long copiedHeaderId, Long pastedHeaderId, PoolKit pk) Copies and pastes activity import filters.protected voidBTActivityForecastCopy.copyCalendars(Long copiedHeaderId, Long pastedHeaderId, List<Long> copiedActivitiesIds, List<Long> pastedActivitiesIds, PoolKit pk) Copies and pastes activities' details (i.e., calendars).protected voidBTActivityForecastCopy.copySkills(List<Long> copiedActivitiesIds, List<Long> pastedActivitiesIds, Long pastedHeaderId, PoolKit pk) Copies and pastes activities' skills.protected voidBTActivityForecastCopy.execute(ActivityForecastCopyEvent event, PoolKit pk) Executes a massive copy and paste of a givenBOActivityForecastHeaderobject.protected voidBTActivityForecastExportExcel.execute(ActivityForecastExportExcelEvent event, PoolKit pk) Executes the exporting by creating an XLSX file associated with theBOActivityForecastHeaderobject.protected voidBTActivityForecastHeaderCancel.execute(ActivityForecastHeaderCancelEvent event, PoolKit poolKit) Cancels the givenBOActivityForecastHeader.protected voidBTActivityForecastHeaderConfirm.execute(ActivityForecastHeaderConfirmEvent event, PoolKit poolKit) protected voidBTActivityForecastHeaderInsert.execute(ActivityForecastHeaderInsertEvent event, PoolKit poolKit) Inserts the givenBOActivityForecastHeaderand writes the newly generated id into the event journal.protected voidBTActivityForecastHeaderLoad.execute(ActivityForecastHeaderLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOActivityForecastHeaderand writes it into the event journal.protected voidBTActivityForecastHeaderSearch.execute(ActivityForecastHeaderSearchEvent event, PoolKit poolKit) Starting from the givenBOActivityForecastHeader, it searches the corresponding list ofBOActivityForecastHeaderand presents them as aPageResponsewhich is then written into the event journal.protected voidBTActivityForecastHeaderUpdate.execute(ActivityForecastHeaderUpdateEvent event, PoolKit poolKit) Updates theBOActivityForecastHeaderwith all its needed components.protected List<BOForecastActivity> BTActivityForecastExportExcel.getAllForecastActivities(Long activityForecastHeaderId, PoolKit pk) Retrieves a list of forecast activities associated with theBOActivityForecastHeaderinput.protected List<BOForecastActivityDetail> BTActivityForecastExportExcel.getAllForecastDetails(List<BOForecastActivity> activities, PoolKit pk) Retrieves the list of the details (i.e., calendars) associated with eachBOForecastActivityactivity linked to the providedBOActivityForecastHeaderinput.protected List<BOForecastActivitySkill> BTActivityForecastExportExcel.getAllForecastSkills(List<BOForecastActivity> activities, PoolKit pk) Retrieves the list of the skills associated with eachBOForecastActivityactivity linked to the providedBOActivityForecastHeaderinput.BTActivityForecastExportExcel.getAllFormattedActivities(String sheetIdentifier, DBView sheetDBView, PoolKit pk) Retrieves the list of the activities (i.e., the list of the formatted code + " " + description combinations) to be shown in the custom column named ACTIVITY of theDBViewsheetDBView.BTActivityForecastExportExcel.getAllFormattedGroupingConstraints(String sheetIdentifier, DBView sheetDBView, PoolKit pk) BTActivityForecastExportExcel.getPrioritiesById(PoolKit pk) BTActivityForecastExportExcel.getSkillsDescriptions(DBView sheetDBView, PoolKit pk) Retrieves the list of FSM skills' IDs to be shown in the "FSM_SKILL_ID" column and populates that column in theDBViewsheetDBView (i.e., Skills Sheet).protected voidBTActivityForecastCopy.validateAndCompleteInput(BOActivityForecastHeader input, PoolKit poolKit) Validates the data before the insertion.protected voidBTActivityForecastHeaderInsert.validateAndCompleteInput(BOActivityForecastHeader input, PoolKit poolKit) Validates the data before the insertion.protected voidBTActivityForecastHeaderUpdate.validateAndCompleteInput(BOActivityForecastHeader input, PoolKit poolKit) Validates the data before the update.protected voidBTActivityForecastCopy.validateCode(String code, PoolKit poolKit) Validates code's uniqueness.protected voidBTActivityForecastHeaderInsert.validateCode(String code, PoolKit poolKit) Validates the code: must be uniqueprotected voidBTActivityForecastHeaderUpdate.validateCode(String code, PoolKit poolKit) Validates the code: must be uniqueprotected voidBTActivityForecastCopy.validateFieldsLength(BOActivityForecastHeader input, PoolKit pk) Validates the fields' length of theBOActivityForecastHeaderinput to be checked.protected voidBTActivityForecastHeaderInsert.validateFieldsLength(BOActivityForecastHeader input, PoolKit pk) Validates the fields' length of theBOActivityForecastHeaderinput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters.protected voidBTActivityForecastHeaderUpdate.validateFieldsLength(BOActivityForecastHeader input, PoolKit pk) Validates the fields' length of theBOActivityForecastHeaderinput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters. -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOForecastGroupingConstraintSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastGroupingConstraintDelete.execute(ForecastGroupingConstraintDeleteEvent event, PoolKit poolKit) protected voidBTForecastGroupingConstraintDisable.execute(ForecastGroupingConstraintDisableEvent event, PoolKit poolKit) protected voidBTForecastGroupingConstraintInsert.execute(ForecastGroupingConstraintInsertEvent event, PoolKit poolKit) protected voidBTForecastGroupingConstraintLoad.execute(ForecastGroupingConstraintLoadEvent event, PoolKit poolKit) protected voidBTForecastGroupingConstraintSearch.execute(ForecastGroupingConstraintSearchEvent event, PoolKit poolKit) protected voidBTForecastGroupingConstraintUpdate.execute(ForecastGroupingConstraintUpdateEvent event, PoolKit poolKit) protected voidBTForecastGroupingConstraintInsert.validateInput(BOForecastGroupingConstraint input) protected voidBTForecastGroupingConstraintUpdate.validateInput(BOForecastGroupingConstraint input) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.activityforecastheader.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.activityforecastheader.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTActivityForecastHeaderImport.body(ActivityForecastHeaderImportEvent activityForecastHeaderImportEvent, PoolKit poolKit) protected voidBTActivityForecastHeaderRead.body(ActivityForecastHeaderReadEvent activityForecastHeaderReadEvent, PoolKit pk) protected List<ActivityForecastHeaderImportRow> BTActivityForecastHeaderRead.elaborateRecords(DBView activityForecastHeaders, LogHelper logHelper, PoolKit poolKit) protected DBViewBTActivityForecastHeaderRead.readXlsxDocument(LogHelper logHelper, LogMessageHelper logMessage, WebResource inputWebResource) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivity.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastActivityImport.body(ForecastActivityImportEvent forecastActivityImportEvent, PoolKit poolKit) protected voidBTForecastActivityRead.body(ForecastActivityReadEvent forecastActivityReadEvent, PoolKit pk) protected DBViewBTForecastActivityRead.readXlsxDocument(LogHelper logHelper, LogMessageHelper logMessage, WebResource inputWebResource) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivitydetail.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivitydetail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastActivityDetailImport.body(ForecastActivityDetailImportEvent forecastActivityDetailImportEvent, PoolKit poolKit) protected voidBTForecastActivityDetailRead.body(ForecastActivityDetailReadEvent forecastActivityDetailReadEvent, PoolKit poolKit) protected List<ForecastActivityDetailImportRow> BTForecastActivityDetailRead.elaborateRecords(Long activityForecastHeader, Map<String, Long> activityIdByActivityCode, DBView forecastActivityDetails, LogHelper logHelper, PoolKit poolKit) protected DBViewBTForecastActivityDetailRead.readXlsxDocument(LogHelper logHelper, LogMessageHelper logMessage, WebResource inputWebResource) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivityskill.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.forecastactivityskill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastActivitySkillImport.body(ForecastActivitySkillImportEvent forecastActivitySkillImportEvent, PoolKit poolKit) protected voidBTForecastActivitySkillRead.body(ForecastActivitySkillReadEvent forecastActivitySkillReadEvent, PoolKit poolKit) protected List<ForecastActivitySkillImportRow> BTForecastActivitySkillRead.elaborateRecords(Long forecastHeader, Map<String, Long> activityIdByActivityCode, DBView forecastActivitySkills, LogHelper logHelper, PoolKit poolKit) protected DBViewBTForecastActivitySkillRead.readXlsxDocument(LogHelper logHelper, LogMessageHelper logMessage, WebResource inputWebResource) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTActivityForecastImport.body(ActivityForecastImportEvent activityForecastImport, PoolKit poolKit) protected overit.geocallapp.docshare.docsharing.services.ResourceServiceBTActivityForecastImport.getResourceService()protected WebResourceBTActivityForecastImport.getWebResource()protected LongBTActivityForecastImport.importActivityForecastHeader(PoolKit poolKit) BTActivityForecastImport.importForecastActivity(Long activityForecastHeader, PoolKit poolKit) protected voidBTActivityForecastImport.importForecastActivityDetail(Long activityForecastHeader, Map<String, Long> activityIdByActivityCode, PoolKit poolKit) protected voidBTActivityForecastImport.importSkill(Long activityForecastHeader, Map<String, Long> activityIdByActivityCode, PoolKit poolKit) protected voidBTActivityForecastImport.openLog()protected ActivityForecastHeaderReadOutputBTActivityForecastImport.readActivityForecastHeader(WebResource webResource, PoolKit poolKit) protected ForecastActivityReadOutputBTActivityForecastImport.readForecastActivity(Long activityForecastHeader, WebResource webResource, PoolKit poolKit) protected ForecastActivityDetailReadOutputBTActivityForecastImport.readForecastActivityDetail(Long activityForecastHeader, Map<String, Long> activityIdByActivityCode, WebResource webResource, PoolKit poolKit) protected ForecastActivitySkillReadOutputBTActivityForecastImport.readForecastActivitySkill(Long activityForecastHeader, Map<String, Long> activityIdByActivityCode, WebResource webResource, PoolKit poolKit) protected ActivityForecastHeaderImportOutputBTActivityForecastImport.writeActivityForecastHeader(List<ActivityForecastHeaderImportRow> rows, PoolKit poolKit) protected ForecastActivityImportOutputBTActivityForecastImport.writeForecastActivity(Long activityForecastHeader, List<ForecastActivityImportRow> rows, PoolKit poolKit) protected ForecastImportOutputBTActivityForecastImport.writeForecastActivityDetail(Long activityForecastHeader, List<ForecastActivityDetailImportRow> rows, PoolKit poolKit) protected ForecastImportOutputBTActivityForecastImport.writeForecastActivitySkill(List<ForecastActivitySkillImportRow> rows, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSharedResourceWithLog.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresource.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastResourceImport.body(ForecastResourceImportEvent forecastResourceImportEvent, PoolKit poolKit) protected voidBTForecastResourceRead.body(ForecastResourceReadEvent forecastResourceReadEvent, PoolKit pk) protected DBViewBTForecastResourceRead.readXlsxDocument(LogHelper logHelper, LogMessageHelper logMessage, WebResource inputWebResource) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.notcommittabletime.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.notcommittabletime.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastResourceNotCommittableTimeRead.body(ForecastResourceNotCommittableTimeReadEvent forecastResourceNotCommittableTimeReadEvent, PoolKit pk) protected List<ForecastResourceDetailImportRow> BTForecastResourceNotCommittableTimeRead.elaborateRecords(Long resourceForecastHeaderId, Map<String, Long> resourceIdByResourceCode, DBView forecastResourceDetails, LogHelper logHelper) protected DBViewBTForecastResourceNotCommittableTimeRead.readXlsxDocument(LogHelper logHelper, LogMessageHelper logMessage, WebResource inputWebResource) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastResourceDetailImport.body(ForecastResourceDetailImportEvent forecastResourceDetailImportEvent, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.workshift.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcedetail.workshift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastResourceWorkshiftRead.body(ForecastResourceWorkshiftReadEvent forecastResourceDetailReadEvent, PoolKit pk) protected List<ForecastResourceDetailImportRow> BTForecastResourceWorkshiftRead.elaborateRecords(Long resourceForecastHeaderId, Map<String, Long> resourceIdByResourceCode, DBView forecastResourceDetails, LogHelper logHelper) protected DBViewBTForecastResourceWorkshiftRead.readXlsxDocument(LogHelper logHelper, LogMessageHelper logMessage, WebResource inputWebResource) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcegroupingconstraint.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourcegroupingconstraint.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastResourceGroupingConstraintImport.body(ForecastResourceGroupingConstraintImportEvent forecastResourceGroupingConstraintImportEvent, PoolKit poolKit) protected voidBTForecastResourceGroupingConstraintRead.body(ForecastResourceGroupingConstraintReadEvent forecastResourceGroupingConstraintReadEvent, PoolKit poolKit) protected List<ForecastResourceGroupingConstraintImportRow> BTForecastResourceGroupingConstraintRead.elaborateRecords(Map<String, Long> resourceIdByResourceCode, DBView forecastResourceGroupingConstraints, LogHelper logHelper, PoolKit poolKit) protected DBViewBTForecastResourceGroupingConstraintRead.readXlsxDocument(LogHelper logHelper, LogMessageHelper logMessage, WebResource inputWebResource) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourceskill.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresourceskill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastResourceSkillImport.body(ForecastResourceSkillImportEvent forecastResourceSkillImportEvent, PoolKit poolKit) protected voidBTForecastResourceSkillRead.body(ForecastResourceSkillReadEvent forecastResourceSkillReadEvent, PoolKit poolKit) protected List<ForecastResourceSkillImportRow> BTForecastResourceSkillRead.elaborateRecords(Map<String, Long> resourceIdByResourceCode, DBView forecastResourceSkills, LogHelper logHelper, Long forecastHeaderId, PoolKit poolKit) protected DBViewBTForecastResourceSkillRead.readXlsxDocument(LogHelper logHelper, LogMessageHelper logMessage, WebResource inputWebResource) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.resourceforecastheader.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.resourceforecastheader.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceForecastHeaderImport.body(ResourceForecastHeaderImportEvent resourceForecastHeaderImportEvent, PoolKit poolKit) protected voidBTResourceForecastHeaderRead.body(ResourceForecastHeaderReadEvent resourceForecastHeaderReadEvent, PoolKit pk) protected List<ResourceForecastHeaderImportRow> BTResourceForecastHeaderRead.elaborateRecords(DBView resourceForecastHeaders, LogHelper logHelper, PoolKit poolKit) protected DBViewBTResourceForecastHeaderRead.readXlsxDocument(LogHelper logHelper, LogMessageHelper logMessage, WebResource inputWebResource) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceForecastImport.body(ResourceForecastImportEvent importResourceForecast, PoolKit poolKit) protected overit.geocallapp.docshare.docsharing.services.ResourceServiceBTResourceForecastImport.getResourceService()protected WebResourceBTResourceForecastImport.getWebResource()BTResourceForecastImport.importForecastResource(Long resourceForecastHeader, PoolKit poolKit) protected voidBTResourceForecastImport.importForecastResourceDetail(Long resourceForecastHeader, Map<String, Long> resourceIdByResourceCode, PoolKit poolKit) protected voidBTResourceForecastImport.importGroupingConstraint(Map<String, Long> resourceIdByResourceCode, PoolKit poolKit) protected LongBTResourceForecastImport.importResourceForecastHeader(PoolKit poolKit) protected voidBTResourceForecastImport.importSkill(Map<String, Long> resourceIdByResourceCode, Long resourceForecastHeaderId, PoolKit poolKit) protected voidBTResourceForecastImport.openLog()protected ForecastResourceReadOutputBTResourceForecastImport.readForecastResource(Long resourceForecastHeader, WebResource webResource, PoolKit poolKit) BTResourceForecastImport.readForecastResourceGroupingConstraint(Map<String, Long> resourceIdByResourceCode, WebResource webResource, PoolKit poolKit) protected ForecastResourceDetailReadOutputBTResourceForecastImport.readForecastResourceNotCommittableTime(Long resourceForecastHeader, Map<String, Long> resourceIdByResourceCode, WebResource webResource, PoolKit poolKit) protected ForecastResourceSkillReadOutputBTResourceForecastImport.readForecastResourceSkill(Map<String, Long> resourceIdByResourceCode, WebResource webResource, Long resourceForecastHeaderId, PoolKit poolKit) protected ForecastResourceDetailReadOutputBTResourceForecastImport.readForecastResourceWorkshift(Long resourceForecastHeader, Map<String, Long> resourceIdByResourceCode, WebResource webResource, PoolKit poolKit) protected ResourceForecastHeaderReadOutputBTResourceForecastImport.readResourceForecastHeader(WebResource webResource, PoolKit poolKit) protected ForecastResourceImportOutputBTResourceForecastImport.writeForecastResource(Long resourceForecastHeader, List<ForecastResourceImportRow> rows, PoolKit poolKit) protected ForecastImportOutputBTResourceForecastImport.writeForecastResourceDetail(Long resourceForecastHeader, List<ForecastResourceDetailImportRow> rows, PoolKit poolKit) protected ForecastImportOutputBTResourceForecastImport.writeForecastResourceGroupingConstraint(List<ForecastResourceGroupingConstraintImportRow> rows, PoolKit poolKit) protected ForecastImportOutputBTResourceForecastImport.writeForecastResourceSkill(List<ForecastResourceSkillImportRow> rows, PoolKit poolKit) protected ResourceForecastHeaderImportOutputBTResourceForecastImport.writeResourceForecastHeader(List<ResourceForecastHeaderImportRow> rows, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTXlsxDocumentRead.body(XlsxDocumentReadEvent xlsxDocumentReadEvent, PoolKit pk) protected voidBTSharedResourceWithLogLoad.execute(SharedResourceWithLogLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingSharedResourceWithLogand writes it into the event journal.protected voidBTSharedResourceWithLogSearch.execute(SharedResourceWithLogSearchEvent event, PoolKit pk) Starting from the givenSharedResourceWithLogSearchEvent, it searches the corresponding list ofSharedResourceWithLogand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOResourceForecastHeaderSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOForecastResourceDetailAvailableCapacityResourceSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOForecastResourceDetailAvailableCapacitySearch.validate(CommandContext cc, PoolKit pk) protected voidDAOForecastResourceDetailSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastResourceDetailApplyTemplate.execute(ForecastResourceDetailApplyTemplateEvent event, PoolKit poolKit) Build multipleForecastResourceDetailBuildPreviewbased on the input template and writes the newly generated BO into the event journal.protected voidBTForecastResourceDetailBuild.execute(ForecastResourceDetailBuildEvent event, PoolKit poolKit) Build multipleForecastResourceDetailBuildPreviewand writes the newly generated BO into the event journal.protected voidBTForecastResourceDetailCopy.execute(ForecastResourceDetailCopyEvent event, PoolKit pk) Apply the copied resource's details (i.e., the copied resource's calendars) to the target resources (i.e., the selected resources) of the same forecastprotected voidBTForecastResourceDetailDelete.execute(ForecastResourceDetailDeleteEvent event, PoolKit poolKit) protected voidBTForecastResourceDetailEdit.execute(ForecastResourceDetailEditEvent event, PoolKit poolKit) Build multipleForecastResourceDetailBuildPreviewand writes the newly generated list of objects into the event journal.protected voidBTForecastResourceDetailImportFromOC.execute(ForecastResourceDetailImportFromOCEvent event, PoolKit poolKit) Import the workshifts from the real userprotected voidBTForecastResourceDetailInsert.execute(ForecastResourceDetailInsertEvent event, PoolKit poolKit) Inserts the givenBOForecastResourceDetailand writes the newly generated id into the event journal.protected voidBTForecastResourceDetailLoad.execute(ForecastResourceDetailLoadEvent event, PoolKit poolKit) protected voidBTForecastResourceDetailPeriodDelete.execute(ForecastResourceDetailPeriodDeleteEvent event, PoolKit poolKit) Deletes all theBOForecastResourceDetailrelated to the input.protected voidBTForecastResourceDetailSearch.execute(ForecastResourceDetailSearchEvent event, PoolKit poolKit) protected voidBTForecastResourceDetailUpdate.execute(ForecastResourceDetailUpdateEvent event, PoolKit poolKit) protected BOResourceForecastHeaderBTForecastResourceDetailManagement.getForecastHeader(Long forecastHeaderId, PoolKit pk) protected LongBTForecastResourceDetailPeriodDelete.getForecastHeader(Long resource, PoolKit poolKit) protected BOForecastResourceDetailBTForecastResourceDetailManagement.searchWorkshift(Long forecastHeader, Long resourceId, Date day, PoolKit pk) Search theBOForecastResourceDetailfor the day and the resourceprotected voidBTForecastResourceDetailDelete.validateInput(Long forecastResourceDetailId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOForecastResourceSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastResourceDelete.deleteCalendars(Long resourceId, PoolKit poolKit) protected voidBTForecastResourceDelete.deleteSkills(Long resourceId, PoolKit poolKit) protected voidBTForecastResourceDelete.execute(ForecastResourceDeleteEvent event, PoolKit poolKit) protected voidBTForecastResourceImportFromOC.execute(ForecastResourceImportFromOCEvent event, PoolKit poolKit) Import the resource from the real userprotected voidBTForecastResourceInsert.execute(ForecastResourceInsertEvent event, PoolKit poolKit) Inserts the givenBOForecastResourceand writes the newly generated id into the event journal.protected voidBTForecastResourceLoad.execute(ForecastResourceLoadEvent event, PoolKit poolKit) protected voidBTForecastResourceSearch.execute(ForecastResourceSearchEvent event, PoolKit poolKit) protected voidBTForecastResourceUpdate.execute(ForecastResourceUpdateEvent event, PoolKit pk) Inserts the givenBOForecastResourceand writes the newly generated id into the event journal.protected LongBTForecastResourceDelete.getForecastHeader(Long resource, PoolKit poolKit) protected LongBTForecastResourceImportFromOC.insertForecastResource(Long forecastHeaderId, Long userId, PoolKit pk) Insert a new forecast resource.protected voidBTForecastResourceManagement.validateCode(BOForecastResource input, PoolKit pk) Validates the key of a resource: code is mandatory and uniqueprotected voidBTForecastResourceManagement.validateForecastHeaderStatus(BOForecastResource input, PoolKit pk) Validates the forecast header: status must be draftprotected voidBTForecastResourceDelete.validateInput(Long resourceId, PoolKit poolKit) protected voidBTForecastResourceManagement.validateInput(BOForecastResource input, PoolKit pk) Validates the input. -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.groupingconstraint.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.groupingconstraint.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastResourceGroupingConstraintReplace.deleteGroupingConstraints(PoolKit poolKit, ForecastResourceGroupingConstraintReplaceInput input, List<BOForecastResourceGroupingConstraint> currentConstraints) protected voidBTForecastResourceGroupingConstraintDelete.execute(ForecastResourceGroupingConstraintDeleteEvent event, PoolKit poolKit) protected voidBTForecastResourceGroupingConstraintInsert.execute(ForecastResourceGroupingConstraintInsertEvent event, PoolKit poolKit) protected voidBTForecastResourceGroupingConstraintLoad.execute(ForecastResourceGroupingConstraintLoadEvent event, PoolKit poolKit) protected voidBTForecastResourceGroupingConstraintReplace.execute(ForecastResourceGroupingConstraintReplaceEvent event, PoolKit poolKit) protected voidBTForecastResourceGroupingConstraintSearch.execute(ForecastResourceGroupingConstraintSearchEvent event, PoolKit poolKit) protected voidBTForecastResourceGroupingConstraintUpdate.execute(ForecastResourceGroupingConstraintUpdateEvent event, PoolKit poolKit) protected voidBTForecastResourceGroupingConstraintReplace.insertNewGroupingConstraints(PoolKit poolKit, ForecastResourceGroupingConstraintReplaceInput input, List<BOForecastResourceGroupingConstraint> currentConstraints) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOForecastShiftModelSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.detail.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.detail.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOForecastShiftModelDetailSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.detail.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.detail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastShiftModelDetailInsert.execute(ForecastShiftModelDetailInsertEvent event, PoolKit poolKit) Inserts the givenBOForecastShiftModelDetailand writes the newly generated id into the event journal.protected voidBTForecastShiftModelDetailLoad.execute(ForecastShiftModelDetailLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOForecastShiftModelDetailand writes it into the event journal.protected voidBTForecastShiftModelDetailMassiveUpdate.execute(ForecastShiftModelDetailMassiveUpdateEvent event, PoolKit poolKit) Updates all theBOForecastShiftModelDetailinstances.protected voidBTForecastShiftModelDetailSearch.execute(ForecastShiftModelDetailSearchEvent event, PoolKit poolKit) Starting from the givenBOForecastShiftModelDetail, it searches the corresponding list ofBOForecastShiftModelDetailand presents them as aPageResponsewhich is then written into the event journal.protected voidBTForecastShiftModelDetailUpdate.execute(ForecastShiftModelDetailUpdateEvent event, PoolKit poolKit) Updates theBOForecastShiftModelDetailwith all its needed components.protected voidBTForecastShiftModelDetailMassiveUpdate.updateForecastShiftModelDetail(BOForecastShiftModelDetail forecastShiftModelDetail, PoolKit poolKit) Update an existing forecast shift model detail.protected voidBTForecastShiftModelDetailInsert.validateInput(BOForecastShiftModelDetail input, PoolKit poolKit) Validates the data before the insertion. -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastShiftModelCopy.copyForecastShiftModelDetailRows(Long forecastShiftModelToCopyId, Long forecastShiftModelCopiedId, PoolKit poolKit) Copy all forecast shift model detail rows.protected voidBTForecastShiftModelCopy.execute(ForecastShiftModelCopyEvent event, PoolKit poolKit) Copies the givenBOForecastShiftModeland writes the newly generated id into the event journal.protected voidBTForecastShiftModelInsert.execute(ForecastShiftModelInsertEvent event, PoolKit poolKit) Inserts the givenBOForecastShiftModeland writes the newly generated id into the event journal.protected voidBTForecastShiftModelLoad.execute(ForecastShiftModelLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOForecastShiftModeland writes it into the event journal.protected voidBTForecastShiftModelSearch.execute(ForecastShiftModelSearchEvent event, PoolKit poolKit) Starting from the givenBOForecastShiftModel, it searches the corresponding list ofBOForecastShiftModeland presents them as aPageResponsewhich is then written into the event journal.protected voidBTForecastShiftModelUpdate.execute(ForecastShiftModelUpdateEvent event, PoolKit poolKit) Updates theBOForecastShiftModelwith all its needed components.protected List<BOForecastShiftModelDetail> BTForecastShiftModelCopy.getForecastShiftModelDetails(Long forecastShiftModelId, PoolKit poolKit) Get the list of forecast shift model detail.protected LongBTForecastShiftModelCopy.insertForecastShiftModel(BOForecastShiftModel forecastShiftModel, PoolKit poolKit) Insert a new forecast shift model.protected voidBTForecastShiftModelInsert.insertForecastShiftModelDetail(Long forecastShiftModel, Long sequentialNumber, PoolKit poolKit) Insert a new forecast shift model detail.protected voidBTForecastShiftModelInsert.insertForecastShiftModelDetailRows(Long forecastShiftModel, Long duration, PoolKit poolKit) Insert all forecast shift model detail rows.protected voidBTForecastShiftModelCopy.updateForecastShiftModelDetail(BOForecastShiftModelDetail forecastShiftModelDetail, PoolKit poolKit) Update an existing forecast shift model detail.protected voidBTForecastShiftModelInsert.validateCode(String code, PoolKit poolKit) Validates the code: must be mandatory and unique.protected voidBTForecastShiftModelUpdate.validateCode(String code, PoolKit poolKit) Validates the code: must be mandatory and uniqueprotected voidBTForecastShiftModelCopy.validateFieldsLength(BOForecastShiftModel input, PoolKit pk) Validates the fields' length of theBOForecastShiftModelinput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters.protected voidBTForecastShiftModelInsert.validateFieldsLength(BOForecastShiftModel input, PoolKit pk) Validates the fields' length of theBOForecastShiftModelinput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters.protected voidBTForecastShiftModelUpdate.validateFieldsLength(BOForecastShiftModel input, PoolKit pk) Validates the fields' length of theBOForecastShiftModelinput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters.protected voidBTForecastShiftModelCopy.validateInput(BOForecastShiftModel input, PoolKit pk) Validates the data before the copy.protected voidBTForecastShiftModelInsert.validateInput(BOForecastShiftModel input, PoolKit poolKit) Validates the data before the insertion.protected voidBTForecastShiftModelUpdate.validateInput(BOForecastShiftModel input, PoolKit poolKit) Validates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOForecastResourceByAllSkillSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOForecastResourceSkillSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.skill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastResourceSkillUpdate.checkUniqueAssociation(BOResourceForecastSkill input, PoolKit poolKit) protected voidBTForecastResourceSkillDelete.execute(ForecastResourceSkillDeleteEvent event, PoolKit poolKit) protected voidBTForecastResourceSkillImportFromOC.execute(ForecastResourceSkillImportFromOCEvent event, PoolKit poolKit) protected voidBTForecastResourceSkillInsert.execute(ForecastResourceSkillInsertEvent event, PoolKit poolKit) protected voidBTForecastResourceSkillLoad.execute(ForecastResourceSkillLoadEvent event, PoolKit poolKit) protected voidBTForecastResourceSkillSearch.execute(ForecastResourceSkillSearchEvent event, PoolKit poolKit) protected voidBTForecastResourceSkillsReplace.execute(ForecastResourceSkillsReplaceEvent event, PoolKit poolKit) protected voidBTForecastResourceSkillUpdate.execute(ForecastResourceSkillUpdateEvent event, PoolKit poolKit) BTForecastResourceSkillImportFromOC.findOperationCenterSkills(Long userId) protected voidBTForecastResourceSkillInsert.validateAssociation(BOResourceForecastSkill input, PoolKit poolKit) Validates if already exists an association between the resource and the skill -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceForecastExportExcel.appendDetailsSheet(List<BOForecastResourceDetail> resourceDetails, XlsxDocument excelDocument, PoolKit pk) Appends the Resources Details Sheet to the specifiedXlsxDocumentobject.protected voidBTResourceForecastExportExcel.appendGroupingConstraintsSheet(List<BOForecastResourceGroupingConstraint> resourceGroupingConstraints, XlsxDocument excelDocument, PoolKit pk) Appends the Resources Grouping Constraints Sheet to the specifiedXlsxDocumentobject.protected voidBTResourceForecastExportExcel.appendResourceForecastHeaderSheet(BOResourceForecastHeader resourceForecastHeader, XlsxDocument excelDocument) Appends the Resource Forecast Header Sheet to the specifiedXlsxDocumentobject.protected voidBTResourceForecastExportExcel.appendResourcesSheet(List<BOForecastResource> forecastResources, XlsxDocument excelDocument) Appends the Forecast Resources Sheet to the specifiedXlsxDocumentobject.protected voidBTResourceForecastExportExcel.appendSkillsSheet(List<BOResourceForecastSkill> resourceSkills, XlsxDocument excelDocument, PoolKit pk) Appends the Resources Skills Sheet to the specifiedXlsxDocumentobject.protected voidBTResourceForecastHeaderCancel.cancelResourceForecastHeader(Long resourceForecastHeaderId, PoolKit poolKit) Cancels the resource forecast header.protected voidBTResourceForecastCopy.copyDetails(Long copiedHeaderId, Long pastedHeaderId, List<Long> copiedResourcesIds, List<Long> pastedResourcesIds, PoolKit pk) Copies and pastes resources' details (i.e., calendars).protected voidBTResourceForecastCopy.copyGroupingConstraints(List<Long> copiedResourcesIds, List<Long> pastedResourcesIds, PoolKit pk) Copies and pastes the resources' grouping constraints.protected voidBTResourceForecastCopy.copyResources(Long copiedHeaderId, Long pastedHeaderId, PoolKit pk) Copies and pastes resources, skills, details and grouping constraints from the source header to the target header.protected voidBTResourceForecastCopy.copySkills(List<Long> copiedResourcesIds, List<Long> pastedResourcesIds, Long pastedHeaderId, PoolKit pk) Copies and pastes resources' skills.protected voidBTResourceForecastCopy.execute(ResourceForecastCopyEvent event, PoolKit pk) Executes a massive copy and paste of a givenBOResourceForecastHeaderobject.protected voidBTResourceForecastExportExcel.execute(ResourceForecastExportExcelEvent event, PoolKit pk) Executes the exporting by creating an XLSX file associated with theBOResourceForecastHeaderobject.protected voidBTResourceForecastHeaderCancel.execute(ResourceForecastHeaderCancelEvent event, PoolKit poolKit) Cancels the givenBOResourceForecastHeader.protected voidBTResourceForecastHeaderConfirm.execute(ResourceForecastHeaderConfirmEvent event, PoolKit poolKit) protected voidBTResourceForecastHeaderInsert.execute(ResourceForecastHeaderInsertEvent event, PoolKit pk) Inserts the givenBOResourceForecastHeaderand writes the newly generated id into the event journal.protected voidBTResourceForecastHeaderLoad.execute(ResourceForecastHeaderLoadEvent event, PoolKit poolKit) protected voidBTResourceForecastHeaderSearch.execute(ResourceForecastHeaderSearchEvent event, PoolKit poolKit) protected voidBTResourceForecastHeaderUpdate.execute(ResourceForecastHeaderUpdateEvent event, PoolKit pk) Inserts the givenBOResourceForecastHeaderand writes the newly generated id into the event journal.protected List<BOForecastResourceDetail> BTResourceForecastExportExcel.getAllForecastDetails(List<BOForecastResource> resources, PoolKit pk) Retrieves the list of the details (i.e., calendars) associated with eachBOForecastResourceresource linked to the providedBOResourceForecastHeaderinput.protected List<BOForecastResourceGroupingConstraint> BTResourceForecastExportExcel.getAllForecastGroupingConstraints(List<BOForecastResource> resources, PoolKit pk) Retrieves the list of the grouping constraints associated with eachBOForecastResourceresource linked to the providedBOResourceForecastHeaderinput.protected List<BOForecastResource> BTResourceForecastExportExcel.getAllForecastResources(Long resourceForecastHeaderId, PoolKit pk) Retrieves a list of forecast resources associated with theBOResourceForecastHeaderinput.protected List<BOResourceForecastSkill> BTResourceForecastExportExcel.getAllForecastSkills(List<BOForecastResource> resources, PoolKit pk) Retrieves the list of the skills associated with eachBOForecastResourceresource linked to the providedBOResourceForecastHeaderinput.BTResourceForecastExportExcel.getAllResourcesFullNames(String sheetIdentifier, DBView sheetDBView, PoolKit pk) Retrieves the list of the full names (i.e., the list of the formatted name + " " + surname combinations) to be shown in the custom column named RESOURCE_FULL_NAME of theDBViewsheetDBView.BTResourceForecastExportExcel.getGroupingConstraintsDescriptions(DBView sheetDBView, PoolKit pk) Retrieves the list of FSM grouping constraints' IDs to be shown in the "FSM_GROUPING_CONSTRAINT_ID" column and populates that column in theDBViewsheetDBView (i.e., Grouping Constraints Sheet).BTResourceForecastExportExcel.getSkillsDescriptions(DBView sheetDBView, PoolKit pk) Retrieves the list of FSM skills' IDs to be shown in the "FSM_SKILL_ID" column and populates that column in theDBViewsheetDBView (i.e., Skills Sheet).protected List<BOResourceForecastHeader> BTResourceForecastManagement.searchResourceForecastByCode(String code, PoolKit poolKit) protected voidBTResourceForecastCopy.validateAndCompleteInput(BOResourceForecastHeader input, PoolKit pk) Validates data before the insertion.protected voidBTResourceForecastHeaderInsert.validateAndCompleteInput(BOResourceForecastHeader input, PoolKit pk) Validates the data before the insertion.protected voidBTResourceForecastManagement.validateCodeDuplication(BOResourceForecastHeader input, PoolKit pk) Validates the forecast code: we cannot insert a new forecast with the same code of another forecastprotected voidBTResourceForecastManagement.validateFieldsLength(BOResourceForecastHeader input, PoolKit pk) Validates the fields' length of theBOResourceForecastHeaderinput to be checked : code's length must not exceed 10 characters and the description's length must not exceed 255 characters. -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.state.data
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.state.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOForecastState.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.bl.forecast.state.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTForecastStateLoad.execute(ForecastStateLoadEvent event, PoolKit poolKit) protected voidBTForecastStateSearch.execute(ForecastStateSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.login.task
Methods in overit.geocallapp.wfm.forecastcapacity.login.task that throw DAException -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.detail that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCapacityPlanningResultDetail>> CapacityPlanningResultDetailService.getCollection(@Valid Page page, Collection<String> fields, String order, Long scenarioId) Returns the collection of all the storedBOCapacityPlanningResultDetailobjects by calling theCapacityPlanningResultDetailSearchEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOCapacityPlanningResult>> CapacityPlanningResultService.getCollection(@Valid Page page, Collection<String> fields, String order, Long scenarioId) Returns the collection of all the storedBOCapacityPlanningResultobjects by calling theCapacityPlanningResultSearchEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.scenario that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Logically cancels the requiredBOCapacityPlanningScenarioobject by calling theCapacityPlanningScenarioCancelEventeventorg.springframework.http.ResponseEntity<DTOCapacityPlanningScenario> CapacityPlanningScenarioService.get(Long scenarioId, Collection<String> fields) Retrieves the requiredBOCapacityPlanningScenarioobject by calling theCapacityPlanningScenarioLoadEventeventorg.springframework.http.ResponseEntity<List<DTOCapacityPlanningScenarioCoverageActivityReport>> CapacityPlanningScenarioService.get(Long scenarioId, Collection<String> fields, @Valid DTOCapacityPlanningScenarioCoverageActivityReportFilter filter) Retrieves the required coverage scenario activity reportorg.springframework.http.ResponseEntity<List<DTOCapacityPlanningScenarioCoverageResourceReport>> CapacityPlanningScenarioService.get(Long scenarioId, Collection<String> fields, @Valid DTOCapacityPlanningScenarioCoverageResourceReportFilter filter) Retrieves the required coverage scenario resource reportorg.springframework.http.ResponseEntity<List<DTOCapacityPlanningScenarioCoverageTimeReport>> CapacityPlanningScenarioService.get(Long scenarioId, Collection<String> fields, @Valid DTOCapacityPlanningScenarioCoverageTimeReportFilter filter) Retrieves the requiredBOCapacityPlanningScenarioobject by calling theCapacityPlanningScenarioLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOCapacityPlanningScenarioCoverageTimeReportDetail>> CapacityPlanningScenarioService.get(Long scenarioId, @Valid Page page, String order, Collection<String> fields, @Valid DTOCapacityPlanningScenarioCoverageTimeReportDetailFilter filter) Retrieves the required coverage scenario time report detailsorg.springframework.http.ResponseEntity<PageResponse<DTOCapacityPlanningScenario>> CapacityPlanningScenarioService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOCapacityPlanningScenarioSearchFilter filter) Returns the collection of all the storedBOCapacityPlanningScenarioobjects by calling theCapacityPlanningScenarioSearchEventeventorg.springframework.http.ResponseEntity<Void> CapacityPlanningScenarioService.patch(Long id, @Valid DTOCapacityPlanningScenarioUpdate dto) Updates the requiredBOCapacityPlanningScenarioobject by calling theCapacityPlanningScenarioUpdateEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> CapacityPlanningScenarioService.post(@Valid DTOCapacityPlanningScenarioInsert dto) Create a newBOCapacityPlanningScenarioobject by calling theCapacityPlanningScenarioInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.state
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.capacityplanning.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCapacityPlanningState> CapacityPlanningStateService.get(Long id, String language, Collection<String> fields) Retrieves the requiredBOCapacityPlanningStateobject by calling theCapacityPlanningStateLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOCapacityPlanningState>> CapacityPlanningStateService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOCapacityPlanningStateSearchFilter filter) Returns the collection of all the storedBOCapacityPlanningStateobjects by calling theCapacityPlanningStateSearchEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.detail that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes the requiredBOForecastActivityDetailobject from a givenBOActivityForecastHeaderobject by calling theForecastActivityDetailDeleteEventeventorg.springframework.http.ResponseEntity<DTOForecastActivityDetail> ForecastActivityDetailService.get(Long forecastHeaderId, Long detailId, Collection<String> fields) Retrieves the requiredBOForecastActivityDetailobject by calling theForecastActivityDetailLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOForecastActivityDetail>> ForecastActivityDetailService.getCollection(@Valid Page page, String order, Collection<String> fields, Long forecastHeaderId, @Valid DTOForecastActivityDetailSearchFilter filter) Returns the collection of all the storedBOForecastActivityDetailobjects by calling theForecastActivityDetailLoadEventeventorg.springframework.http.ResponseEntity<Void> ForecastActivityDetailService.patch(Long forecastHeaderId, Long detailId, @Valid DTOForecastActivityDetailUpdate dto) Updates the requiredBOForecastActivityDetailobject by calling theForecastActivityDetailUpdateEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ForecastActivityDetailService.post(Long forecastHeaderId, @Valid DTOForecastActivityDetailInsert dto) Create a newBOForecastActivityDetailobject by calling theForecastActivityDetailInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes the requiredBOForecastActivityobject from a givenBOActivityForecastHeaderobject by calling theForecastActivityDeleteEventeventorg.springframework.http.ResponseEntity<DTOForecastActivity> ForecastActivityService.get(Long forecastHeaderId, Long id, Collection<String> fields) Retrieves the requiredBOForecastActivityobject by calling theForecastActivityLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOForecastActivity>> ForecastActivityService.getCollection(@Valid Page page, String order, Collection<String> fields, Long forecastHeaderId, @Valid DTOForecastActivitySearchFilter filter) Returns the collection of all the storedBOForecastActivityobjects by calling theForecastActivitySearchEventeventorg.springframework.http.ResponseEntity<Void> ForecastActivityService.importFromCo(Long forecastHeaderId, @Valid DTOForecastActivityImportFromCO dto) Import a real activity as aBOForecastActivityobject by calling theForecastActivityImportOperationActivityEventeventorg.springframework.http.ResponseEntity<Void> ForecastActivityService.patch(Long forecastHeaderId, Long id, @Valid DTOForecastActivityUpdate dto) Updates aBOForecastActivityobject by calling theForecastActivityUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ForecastActivityService.post(Long forecastHeaderId, @Valid DTOForecastActivityInsert dto) Creates a newBOForecastActivityobject by calling theForecastActivityInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.header
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.header that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Logically cancels the requiredBOActivityForecastHeaderobject by calling theActivityForecastHeaderCancelEventeventorg.springframework.http.ResponseEntity<DTOForecastActivity> ActivityForecastHeaderService.get(Long id, Collection<String> fields) Retrieves the requiredBOActivityForecastHeaderobject by calling theActivityForecastHeaderLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOActivityForecastHeader>> ActivityForecastHeaderService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOActivityForecastHeaderSearchFilter filter) Returns the collection of all the storedBOActivityForecastHeaderobjects by calling theActivityForecastHeaderSearchEventeventorg.springframework.http.ResponseEntity<Void> ActivityForecastHeaderService.patch(Long id, @Valid DTOForecastActivityUpdate dto) Updates the requiredBOActivityForecastHeaderobject by calling theActivityForecastHeaderUpdateEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ActivityForecastHeaderService.post(@Valid DTOActivityForecastHeaderInsert dto) Creates a newBOActivityForecastHeaderobject by calling theActivityForecastHeaderInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.priority
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.priority that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Disable the requiredBOForecastActivityPriorityobject by calling theForecastActivityPriorityDisableEventeventorg.springframework.http.ResponseEntity<DTOActivityForecastPriority> ActivityForecastPriorityService.get(Long id, Collection<String> fields) Retrieves the requiredBOForecastActivityPriorityobject by calling theForecastActivityPriorityLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOActivityForecastPriority>> ActivityForecastPriorityService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOActivityForecastPrioritySearchFilter filter) Returns the collection of all the storedBOForecastActivityPriorityobjects by calling theForecastActivityPrioritySearchEventeventorg.springframework.http.ResponseEntity<Void> ActivityForecastPriorityService.patch(Long id, @Valid DTOActivityForecastPriorityUpdate dto) Updates the requiredBOForecastActivityPriorityobject by calling theForecastActivityPriorityUpdateEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ActivityForecastPriorityService.post(@Valid DTOActivityForecastPriorityInsert dto) Creates a newBOForecastActivityPriorityobject by calling theForecastActivityPriorityInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.skill
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.skill that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes the requiredBOForecastActivitySkillobject from a givenBOActivityForecastHeaderobject by calling theForecastActivitySkillDeleteEventeventorg.springframework.http.ResponseEntity<DTOActivityForecastSkill> ActivityForecastSkillService.get(Long forecastHeaderId, Long id, Collection<String> fields) Retrieves the requiredBOForecastActivitySkillobject by calling theForecastActivitySkillLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOActivityForecastSkill>> ActivityForecastSkillService.getCollection(@Valid Page page, String order, Collection<String> fields, Long forecastHeaderId, @Valid DTOActivityForecastSkillSearchFilter filter) Retrieves the collection of all the storedBOForecastActivitySkillobjects by calling theForecastActivitySkillSearchEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ActivityForecastSkillService.post(Long forecastHeaderId, @Valid DTOActivityForecastSkillInsert dto) Creates a newBOForecastActivitySkillobject by calling theForecastActivitySkillInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.common.state
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.common.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOForecastState> ForecastHeaderStateService.get(Long id, String language, Collection<String> fields) Retrieves the requiredBOForecastStateobject by calling from theForecastStateLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOForecastState>> ForecastHeaderStateService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOForecastStateSearchFilter filter) Returns the collection of all the storedBOForecastStateobjects by calling theForecastStateSearchEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.groupingconstraint
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.groupingconstraint that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Disable the requiredBOForecastGroupingConstraintobject by calling theForecastGroupingConstraintDisableEventeventorg.springframework.http.ResponseEntity<DTOForecastGroupingConstraint> ForecastGroupingConstraintService.get(Long id, Collection<String> fields) Retrieves the requiredBOForecastGroupingConstraintobject by calling theForecastGroupingConstraintLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOForecastGroupingConstraint>> ForecastGroupingConstraintService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOForecastGroupingConstraintSearchFilter filter) Returns the collection of all the storedBOForecastGroupingConstraintobjects by calling theForecastGroupingConstraintSearchEventeventorg.springframework.http.ResponseEntity<Void> ForecastGroupingConstraintService.patch(Long id, @Valid DTOForecastGroupingConstraintUpdate dto) Updates the requiredBOForecastGroupingConstraintobject by calling theForecastGroupingConstraintUpdateEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ForecastGroupingConstraintService.post(@Valid DTOForecastGroupingConstraintInsert dto) Creates a newBOForecastGroupingConstraintobject by calling theForecastGroupingConstraintInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Logically cancels the required id ofBOResourceForecastHeaderby calling theResourceForecastHeaderCancelEventeventorg.springframework.http.ResponseEntity<DTOResourceForecastHeader> ResourceForecastHeaderService.get(Long id, Collection<String> fields) Retrieves the requiredBOResourceForecastHeaderobject by calling theResourceForecastHeaderLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOResourceForecastHeader>> ResourceForecastHeaderService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOResourceForecastHeaderSearchFilter filter) Returns the collection of all the storedBOResourceForecastHeaderobjects by calling theResourceForecastHeaderSearchEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ResourceForecastHeaderService.post(@Valid DTOResourceForecastHeaderInsert dto) Creates a newBOResourceForecastHeaderobject by calling theResourceForecastHeaderInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes the requiredBOForecastResourceDetailobject by calling theForecastResourceDetailDeleteEventeventorg.springframework.http.ResponseEntity<DTOForecastResourceDetail> ForecastResourceDetailService.get(Long forecastHeaderId, Long id, Collection<String> fields) Retrieves the requiredBOForecastResourceDetailobject by calling theForecastResourceDetailLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOForecastResourceDetail>> ForecastResourceDetailService.getCollection(Long forecastHeaderId, @Valid Page page, String order, Collection<String> fields, @Valid DTOForecastResourceDetailSearchFilter filter) Returns the collection of all the storedBOForecastResourceDetailobjects by calling theForecastResourceDetailSearchEventeventorg.springframework.http.ResponseEntity<Void> ForecastResourceDetailService.patch(Long forecastHeaderId, Long id, @Valid DTOForecastResourceDetailUpdate dto) Updates the requiredBOForecastResourceDetailobject by calling theForecastResourceDetailUpdateEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ForecastResourceDetailService.post(Long forecastHeaderId, @Valid DTOForecastResourceDetailInsert dto) Creates a newBOForecastResourceDetailobject by calling theForecastResourceDetailInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.forecastresource
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.forecastresource that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes the requiredBOForecastResourceobject from a givenBOResourceForecastHeaderobject by calling theForecastResourceDeleteEventorg.springframework.http.ResponseEntity<DTOForecastResource> ForecastResourceService.get(Long forecastHeaderId, Long id, Collection<String> fields) Retrieves the requiredBOForecastResourceobject by calling theForecastResourceLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOForecastResource>> ForecastResourceService.getCollection(Long forecastHeaderId, @Valid Page page, String order, Collection<String> fields, @Valid DTOForecastResourceSearchFilter filter) Returns the collection of all the storedBOForecastResourceobjects by calling theForecastResourceSearchEventeventorg.springframework.http.ResponseEntity<Void> ForecastResourceService.importFromOc(Long forecastHeaderId, @Valid DTOForecastResourceImportFromCO dto) Import a real resource as aBOForecastResourceobject by calling theForecastResourceImportFromOCEventeventorg.springframework.http.ResponseEntity<Void> ForecastResourceService.patch(Long forecastHeaderId, Long id, @Valid DTOForecastResourceUpdate dto) Updates aBOForecastResourceobject by calling theForecastResourceUpdateEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ForecastResourceService.post(Long forecastHeaderId, @Valid DTOForecastResourceInsert dto) Creates a newBOForecastResourceobject by calling theForecastResourceInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOForecastShiftModel> ForecastShiftModelService.get(Long id, Collection<String> fields) Retrieves the requiredBOForecastShiftModelobject by calling theForecastShiftModelLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOForecastShiftModel>> ForecastShiftModelService.getCollection(@Valid Page page, String order, Collection<String> fields, @Valid DTOForecastShiftModelSearchFilter filter) Returns the collection of all the storedBOForecastShiftModelobjects by calling theForecastShiftModelSearchEventeventorg.springframework.http.ResponseEntity<Void> ForecastShiftModelService.patch(Long id, @Valid DTOForecastShiftModelUpdate dto) Updates the requiredBOForecastShiftModelobject by calling theForecastShiftModelUpdateEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ForecastShiftModelService.post(@Valid DTOForecastShiftModelInsert dto) Creates a newBOForecastShiftModelobject by calling theForecastShiftModelInsertEventevent Automatically creates N rows, i.e. -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOForecastShiftModelDetail> ForecastShiftModelDetailService.get(Long forecastShiftModelId, Long id, Collection<String> fields) Retrieves the requiredBOForecastShiftModelDetailobject (i.e., the row of an existing shift model) by calling theForecastShiftModelDetailLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOForecastShiftModelDetail>> ForecastShiftModelDetailService.getCollection(Long forecastShiftModelId, @Valid Page page, String order, Collection<String> fields, @Valid DTOForecastShiftModelDetailSearchFilter filter) Returns the collection of all the storedBOForecastShiftModelDetailobjects (i.e., the rows of an existing shift model) by calling theForecastShiftModelDetailSearchEventeventorg.springframework.http.ResponseEntity<Void> ForecastShiftModelDetailService.patch(Long forecastShiftModelId, Long id, @Valid DTOForecastShiftModelDetailUpdate dto) Updates the required rowBOForecastShiftModelDetailobject (i.e., the row of an existing shift model) by calling theForecastShiftModelDetailUpdateEventevent -
Uses of DAException in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.skill
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.skill that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes the requiredBOResourceForecastSkillobject from a givenBOResourceForecastHeaderobject by calling theForecastResourceSkillDeleteEventeventorg.springframework.http.ResponseEntity<DTOResourceForecastSkill> ResourceForecastSkillService.get(Long forecastHeaderId, Long id, Collection<String> fields) Retrieves the requiredBOResourceForecastSkillobject by calling theForecastResourceSkillLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTOResourceForecastSkill>> ResourceForecastSkillService.getCollection(Long forecastHeaderId, @Valid Page page, String order, Collection<String> fields, @Valid DTOResourceForecastSkillSearchFilter filter) Retrieves the collection of all the storedBOResourceForecastSkillobject by calling theForecastResourceSkillSearchEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ResourceForecastSkillService.post(Long forecastHeaderId, @Valid DTOForecastResourceInsert dto) Creates a newBOResourceForecastSkillobject by calling theForecastResourceSkillInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.gpstracking.bl.resource.position.data
Methods in overit.geocallapp.wfm.gpstracking.bl.resource.position.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOResourceGPSPositionSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.data
Methods in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOResourceLastGPSPositionSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.task
Methods in overit.geocallapp.wfm.gpstracking.bl.resource.position.last.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceLastGPSPositionBatchUpsert.batchInsert(List<BOResourceLastGPSPosition> positions, PoolKit poolKit) Performs batch insert of new positions.protected voidBTResourceLastGPSPositionBatchUpsert.batchUpdate(List<BOResourceLastGPSPosition> positions, PoolKit poolKit) Performs batch update of existing positions.protected voidBTResourceLastGPSPositionInsert.checkAlreadyExists(BOResourceLastGPSPosition resourceLastPosition, PoolKit poolKit) Checks if already exists a last position for the given resource.protected voidBTResourceLastGPSPositionBatchUpsert.execute(ResourceLastGPSPositionBatchUpsertEvent event, PoolKit poolKit) protected voidBTResourceLastGPSPositionInsert.execute(ResourceLastGPSPositionInsertEvent event, PoolKit poolKit) protected voidBTResourceLastGPSPositionLoad.execute(ResourceLastGPSPositionLoadEvent event, PoolKit poolKit) protected voidBTResourceLastGPSPositionSearch.execute(ResourceLastGPSPositionSearchEvent event, PoolKit poolKit) protected voidBTResourceLastGPSPositionUpdate.execute(ResourceLastGPSPositionUpdateEvent event, PoolKit poolKit) BTResourceLastGPSPositionBatchUpsert.searchExistingResourcePositionResources(List<BOResourceLastGPSPosition> positions, PoolKit poolKit) Retrieves the set of resource IDs for the existing positions.protected voidBTResourceLastGPSPositionInsert.validate(BOResourceLastGPSPosition resourceLastPosition, PoolKit poolKit) Validates the data before the insert.protected voidBTResourceLastGPSPositionUpdate.validate(BOResourceLastGPSPosition resourceLastPosition, PoolKit poolKit) Validates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.gpstracking.bl.resource.position.task
Methods in overit.geocallapp.wfm.gpstracking.bl.resource.position.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceGPSPositionLoad.body(ResourceGPSPositionLoadEvent event, PoolKit pk) Writes the loaded resource gps position into the event journal.protected voidBTResourceGPSPositionSearch.body(ResourceGPSPositionSearchEvent event, PoolKit poolKit) Writes the searched resource gps positions into the event journal. -
Uses of DAException in overit.geocallapp.wfm.gpstracking.rc1.position.task
Methods in overit.geocallapp.wfm.gpstracking.rc1.position.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTGPSTimedPositionSearch.execute(TimedGPSPositionSearchEvent event, PoolKit poolKit) Executes the timed GPS position search operation. -
Uses of DAException in overit.geocallapp.wfm.gpstracking.rs1.resource.position
Methods in overit.geocallapp.wfm.gpstracking.rs1.resource.position that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResourcePosition> ResourcePositionService.get(Long resourcePositionId, Collection<String> fields) Retrieves the requiredDTOResourcePositionby calling theResourceGPSPositionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOResourcePosition>> ResourcePositionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOResourcePositionFilter filter) Returns the collection of all the stored resource GPS positions by calling theResourceGPSPositionSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest
Methods in overit.geocallapp.wfm.gpstracking.rs1.resource.position.latest that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResourceLatestPosition> ResourceLatestPositionService.get(Long resourceLatestPositionId, Collection<String> fields) Retrieves the requiredDTOResourceLatestPositionby calling theResourceLastGPSPositionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOResourceLatestPosition>> ResourceLatestPositionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOResourceLatestPositionFilter filter) Returns the collection of all the stored resource latest positions by calling theResourceLastGPSPositionSearchEvent.org.springframework.http.ResponseEntity<Void> ResourceLatestPositionService.patch(Long resourceLatestPositionId, @Valid DTOResourceLatestPositionUpdate dto) Updates the required resource latest position by calling theResourceLastGPSPositionUpdateEvent.org.springframework.http.ResponseEntity<Void> ResourceLatestPositionBatchService.post(@Size(min=1,max=1000) @Valid List<DTOResourceLatestPositionBatchUpsert> batchInput) Performs batch upsert of resource latest positions by calling theResourceLastGPSPositionBatchUpsertEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ResourceLatestPositionService.post(@Valid DTOResourceLatestPositionInsert dto) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.importexport.material.data
Methods in overit.geocallapp.wfm.inventory.bl.importexport.material.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSharedResourceWithLog.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.importexport.material.task
Methods in overit.geocallapp.wfm.inventory.bl.importexport.material.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidprotected WarehouseMaterialStockImportOutputBTWarehouseMaterialImport.elaborateRecords(DBView materials, PoolKit poolKit) protected voidBTSharedResourceWithLogLoad.execute(SharedResourceWithLogLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOCentralWarehouseand writes it into the event journal.protected voidBTSharedResourceWithLogSearch.execute(SharedResourceWithLogSearchEvent event, PoolKit pk) Starting from the givenSharedResourceWithLogSearchEvent, it searches the corresponding list ofSharedResourceWithLogand presents them as aPageResponsewhich is then written into the event journal.protected voidprotected voidBTWarehouseMaterialStockImport.execute(WarehouseMaterialStockImportEvent event, PoolKit poolKit) protected overit.geocallapp.docshare.docsharing.services.ResourceServiceBTWarehouseMaterialImport.getResourceService()protected voidBTWarehouseMaterialImport.openLog()protected DBViewBTWarehouseMaterialImport.readXlsxDocument() -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.util
Methods in overit.geocallapp.wfm.inventory.bl.util that throw DAExceptionModifier and TypeMethodDescriptionstatic Collection<Long> InventoryUtility.getUserVisibleWarehouses()Returns the warehouses that are visible by the current user.static Collection<Long> InventoryUtility.getWarehouseFilter(Collection<Long> currentFilter) Returns the warehouse filtered by the warehouses that are visible for the current user.static voidInventoryUtility.invalidateCurrentUserWarehouses()Reloads the warehouses that are visible to current user.static voidInventoryUtility.invalidateCurrentUserWarehouses(PoolKit poolKit) Reloads the warehouses that are visible to current user.static voidInventoryUtility.invalidateUserWarehouses(overit.geocallapp.wfm.util.WFMIdentity identity, PoolKit poolKit) Reloads the warehouses that are visible to the user related to the givenIdentity. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.central.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.central.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCentralWarehouseSearch.defineParams(CommandContext cc, PoolKit pk) protected voidDAOCentralWarehouse.defineValues(CommandContext cc, PoolKit pk) protected voidDAOCentralWarehouseSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseOperationCenterSave.deleteRelations(List<Long> newOperationCenters, List<BOWarehouseOperationCenter> currentDbRelations, PoolKit pk) Delete the old relations by calling theWarehouseOperationCenterDeleteEvent.protected voidBTWarehouseOperationCenterDelete.execute(WarehouseOperationCenterDeleteEvent event, PoolKit poolKit) Deletes the givenBOWarehouseOperationCenter.protected voidBTWarehouseOperationCenterInsert.execute(WarehouseOperationCenterInsertEvent event, PoolKit poolKit) Inserts the givenBOWarehouseOperationCenterand writes the newly generated id into the event journal.protected voidBTWarehouseOperationCenterLoad.execute(WarehouseOperationCenterLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOWarehouseOperationCenterand writes it into the event journal.protected voidBTWarehouseOperationCenterSave.execute(WarehouseOperationCenterSaveEvent event, PoolKit pk) Saves the new relations between the givenBOWarehouseand aBOOperationCenters.protected voidBTWarehouseOperationCenterSearch.execute(WarehouseOperationCenterSearchEvent event, PoolKit pk) Starting from the givenWarehouseOperationCenterSearchFilter, it searches the corresponding list ofBOWarehouseOperationCenterand presents them as aPageResponsewhich is then written into the event journal.protected voidBTWarehouseOperationCenterSave.isValidNewRelations(Long warehouseId, List<Long> newOperationCenters, PoolKit pk) protected List<BOWarehouseOperationCenter> BTWarehouseOperationCenterSave.loadCurrentRelations(Long warehouse, PoolKit pk) Loads the current relations by calling theWarehouseOperationCenterSearchEvent.protected voidValidates the data before the delete.protected voidBTWarehouseOperationCenterInsert.validate(BOWarehouseOperationCenter input, PoolKit poolKit) Validate.protected voidValidates the data before the loading. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.central.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.central.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCentralWarehouseActivate.changeStatus(BOCentralWarehouse centralWarehouse, PoolKit poolKit) Changes the state of the givenBOCentralWarehousetoBOWarehouseState.Values.OPERATIVEby calling theWarehouseStateUpdateEventprotected voidBTCentralWarehouseDeactivate.changeStatus(BOWarehouse centralWarehouse, PoolKit poolKit) Changes the state of the givenBOWarehousetoBOWarehouseState.Values.INOPERATIVEby calling theWarehouseStateUpdateEventprotected voidBTCentralWarehouseActivate.execute(CentralWarehouseActivateEvent event, PoolKit poolKit) Activates the givenBOCentralWarehouse.protected voidBTCentralWarehouseDeactivate.execute(CentralWarehouseDeactivateEvent event, PoolKit poolKit) Deactivates the givenBOWarehouse.protected voidBTCentralWarehouseInsert.execute(CentralWarehouseInsertEvent event, PoolKit pk) Inserts the givenBOCentralWarehouseand writes the newly generated id into the event journal.protected voidBTCentralWarehouseLoad.execute(CentralWarehouseLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOCentralWarehouseand writes it into the event journal.protected voidBTCentralWarehouseSearch.execute(CentralWarehouseSearchEvent event, PoolKit pk) Starting from the givenCentralWarehouseSearchFilter, it searches the corresponding list ofBOCentralWarehouseand presents them as aPageResponsewhich is then written into the event journal.protected voidBTCentralWarehouseUpdate.execute(CentralWarehouseUpdateEvent event, PoolKit pk) Updates theBOCentralWarehousewith all its needed components.protected BOCentralWarehouseBTCentralWarehouseActivate.loadCentralWarehouse(Long id, PoolKit poolKit) Loads theBOCentralWarehousestarting from its id.protected voidBTCentralWarehouseActivate.validate(BOCentralWarehouse centralWarehouse, PoolKit poolKit) Validates the given state for the update, which can only beBOWarehouseState.Values.OPERATIVE.protected voidValidates the given state for the update, which can only beBOWarehouseState.Values.INOPERATIVE.protected voidBTCentralWarehouseUpdate.validateAndComplete(BOCentralWarehouse warehouse, PoolKit pk) Validates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseCentralMobileSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseCentralMobileInsert.checkSchedulingResourceCentralWarehouseOC(BOCentralWarehouse centralWarehouse, Long schedulingResource, PoolKit poolKit) Checks if the Central Warehouse Operation Centers contain Scheduling Resource Operative Center.protected voidBTWarehouseCentralMobileUpdate.checkSchedulingResourceCentralWarehouseOC(BOCentralWarehouse centralWarehouse, Long schedulingResource, PoolKit poolKit) Checks if the Central Warehouse Operation Centers contain Scheduling Resource Operative Center.protected voidBTWarehouseCentralMobileInsert.checkUniquePreferred(BOCentralMobileWarehouse input, PoolKit poolKit) Checks if there is already a preferredBOCentralWarehousefor theBOMobileWarehouseof the current relation.protected voidBTWarehouseCentralMobileUpdate.checkUniquePreferred(BOCentralMobileWarehouse input, PoolKit poolKit) Checks if there is already a preferredBOCentralWarehousefor theBOMobileWarehouseof the current relation.protected voidBTWarehouseCentralMobileInsert.checkUniqueRelation(BOCentralMobileWarehouse input, PoolKit poolKit) Checks if the relation between the given warehouses already exists.protected voidBTWarehouseCentralMobileUpdate.checkUniqueRelation(BOCentralMobileWarehouse input, PoolKit poolKit) Checks if the relation between the given warehouses already exists.protected voidBTWarehouseCentralMobileSave.createNewRelations(BOMobileWarehouse mobileWarehouse, Long preferred, List<Long> centralWarehouseToInsert, PoolKit pk) Creates the new relations starting from the given data.protected voidBTWarehouseCentralMobileSave.deleteRelations(List<BOCentralMobileWarehouse> relationsToDelete, List<Long> currentCentralWarehouses, PoolKit pk) Deletes all the currently existingBOCentralMobileWarehouserelated to one of the givenBOCentralWarehouse.protected voidBTWarehouseCentralMobileDelete.execute(WarehouseCentralMobileDeleteEvent event, PoolKit poolKit) Execute.protected voidBTWarehouseCentralMobileInsert.execute(WarehouseCentralMobileInsertEvent event, PoolKit poolKit) Inserts the givenBOCentralMobileWarehouseand writes the newly generated id into the event journal.protected voidBTWarehouseCentralMobileSave.execute(WarehouseCentralMobileSaveEvent event, PoolKit pk) Perform the saving of all the givenBOCentralMobileWarehouserelations.protected voidBTWarehouseCentralMobileSearch.execute(WarehouseCentralMobileSearchEvent event, PoolKit pk) Starting from the givenWarehouseCentralMobileSearchFilter, it searches the corresponding list ofBOCentralMobileWarehouseand presents them as aPageResponsewhich is then written into the event journal.protected voidBTWarehouseCentralMobileUpdate.execute(WarehouseCentralMobileUpdateEvent event, PoolKit poolKit) Updates theBOCentralMobileWarehousewith all its needed components.protected List<BOCentralMobileWarehouse> BTWarehouseCentralMobileSave.loadExistingRelations(BOMobileWarehouse mobileWarehouse, PoolKit pk) Loads the currently existingBOCentralMobileWarehouserelations.protected voidBTWarehouseCentralMobileSave.updateExistingRelations(List<BOCentralMobileWarehouse> centralWarehouseToUpdate, Long preferred, PoolKit pk) Updates all the existing relations by setting the preferredBOCentralWarehouse.protected voidValidates the data before the delete.protected voidBTWarehouseCentralMobileInsert.validate(BOCentralMobileWarehouse input, PoolKit poolKit) Validates the data before the insertion.protected voidBTWarehouseCentralMobileUpdate.validate(BOCentralMobileWarehouse input, PoolKit poolKit) Validates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseSearch.defineParams(CommandContext cc, PoolKit pk) protected voidDAOWarehouseSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseAgendaMaterialSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseAgendaMaterialInsert.execute(WarehouseAgendaMaterialInsertEvent event, PoolKit poolKit) Inserts the givenBOWarehouseAgendaMaterialand writes the newly generated id into the event journal.protected voidBTWarehouseAgendaMaterialLoad.execute(WarehouseAgendaMaterialLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOWarehouseAgendaMaterialand writes it into the event journal.protected voidBTWarehouseAgendaMaterialSearch.execute(WarehouseAgendaMaterialSearchEvent event, PoolKit poolKit) Starting from the givenWarehouseAgendaMaterialSearchFilter, it searches the corresponding list ofBOWarehouseAgendaMaterialand presents them as aPageResponsewhich is then written into the event journal.protected voidBTWarehouseAgendaMaterialStockQuantityCheck.execute(WarehouseAgendaMaterialStockQuantityCheckEvent event, PoolKit poolKit) protected voidBTWarehouseAgendaMaterialUpdate.execute(WarehouseAgendaMaterialUpdateEvent event, PoolKit poolKit) Updates theBOWarehouseAgendaMaterialwith all its needed components.protected voidBTWarehouseAgendaMaterialWithOperationSearch.execute(AgendaMaterialWithOperationSearchEvent event, PoolKit poolKit) protected voidBTWarehouseAgendaMaterialInsert.validate(BOWarehouseAgendaMaterial boWarehouseAgendaMaterial, PoolKit poolKit) Validate the event input -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendaserializedmaterial.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendaserializedmaterial.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseAgendaSerializedMaterialDelete.execute(WarehouseAgendaSerializedMaterialDeleteEvent event, PoolKit poolKit) protected voidBTWarehouseAgendaSerializedMaterialInsert.execute(WarehouseAgendaSerializedMaterialInsertEvent event, PoolKit poolKit) protected voidBTWarehouseAgendaSerializedMaterialLoad.execute(WarehouseAgendaSerializedMaterialLoadEvent event, PoolKit poolKit) protected voidBTWarehouseAgendaSerializedMaterialSearch.execute(WarehouseAgendaSerializedMaterialSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.task that throw DAExceptionModifier and TypeMethodDescriptionprotected Collection<Long> BTWarehouseMaterialAccountingSave.createOperationForSerializedMaterials(BOWarehouseAgendaMaterial warehouseAgendaMaterial, List<BOSerializedMaterial> serializedMaterials, PoolKit poolKit) protected Collection<Long> BTWarehouseMaterialAccountingSave.createWarehouseOperation(BOWarehouseAgendaMaterial warehouseAgendaMaterial, Double previuosQuantity, PoolKit poolKit) protected voidBTWarehouseMaterialAccountingSave.execute(MaterialAccountingSaveEvent event, PoolKit poolKit) protected voidBTWarehouseMaterialAccountingSave.handleOperations(BOWarehouseAgendaMaterial agendaMaterial, Collection<Long> operations, PoolKit poolKit) protected Collection<Long> BTWarehouseMaterialAccountingSave.insertWarehouseOperation(PoolKit poolKit, Map.Entry<BOWarehouseAgendaMaterial, List<BOSerializedMaterial>> entry, BOWarehouseAgendaMaterial agendaMaterial, BOMaterial boMaterial) protected Collection<Long> BTWarehouseMaterialAccountingSave.updateWarehouseOperation(PoolKit poolKit, Map.Entry<BOWarehouseAgendaMaterial, List<BOSerializedMaterial>> entry, BOWarehouseAgendaMaterial agendaMaterial, BOMaterial boMaterial) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.material.availability.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.material.availability.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseMaterialAvailability.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.material.availability.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.material.availability.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseMaterialAvailabilitySearch.execute(WarehouseMaterialAvailabilitySearchEvent event, PoolKit poolKit) Starting from the givenWarehouseMaterialAvailabilitySearchFilter, it searches the corresponding list ofBOWarehouseMaterialand presents them as aPageResponsewhich is then written into the event journal.protected voidBTWarehouseMaterialAvailabilitySearch.orderWarehouseMaterials(List<BOWarehouseMaterialAvailability> warehouseMaterials, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseMaterialSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseMaterialDetailLoad.execute(WarehouseMaterialDetailLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingWarehouseMaterialDetailand writes it into the event journal.protected voidBTWarehouseMaterialDetailSearch.execute(WarehouseMaterialDetailSearchEvent event, PoolKit poolKit) Starting from the givenWarehouseMaterialDetailSearchFilter, it searches the corresponding list ofWarehouseMaterialDetailand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOExpectedMaterialSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOMaterialExpectedQuantity.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTExpectedMaterialSearch.execute(ExpectedMaterialSearchEvent event, PoolKit poolKit) Starting from the givenExpectedMaterialSearchFilter, it searches the corresponding list ofExpectedMaterialand presents them as aPageResponsewhich is then written into the event journal.protected voidBTMaterialExpectedQuantityCalculate.execute(MaterialExpectedQuantityCalculateEvent event, PoolKit poolKit) BTMaterialExpectedQuantityCalculate.getSchedulingResources(Long centralWarehouse, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.material.scheduling.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.material.scheduling.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseMaterialInsertFromScheduling.checkWarehouseMaterialInsertion(List<BOWorkOrderOperation> workOrderOperations, PoolKit poolKit) Checks whether is necessary to insert a newBOWarehouseMaterialrelation for every material that was scheduled in one of the givenBOWorkOrderOperation.protected voidBTWarehouseMaterialInsertFromScheduling.execute(WarehouseMaterialInsertFromSchedulingEvent event, PoolKit poolKit) Loads all the scheduled materials associated to anyCodes.WorkOrderOperationthat isBOWorkOrderOperationState.Values.SCHEDULEDorBOWorkOrderOperationState.Values.FIXEDand that was scheduled during the indicated interval.protected LongBTWarehouseMaterialInsertFromScheduling.getInterventionUser(BOWorkOrderOperation operation, PoolKit poolKit) Returns theInterventionscheduling user starting from the givenBOWorkOrderOperation.protected LongBTWarehouseMaterialInsertFromScheduling.getSchedulingUserCentralWarehouse(BOWorkOrderOperation woOperation, PoolKit poolKit) Returns the id of the preferredBOCentralWarehouseassociated to the scheduling user of the givenBOWorkOrderOperation.protected BOWarehouseMaterialBTWarehouseMaterialInsertFromScheduling.insertWarehouseMaterialRelation(BOMaterial material, Long centralWarehouse, PoolKit poolKit) Inserts a newBOWarehouseMaterialstarting from theBOMaterialid and the givenBOCentralWarehouseid.protected BOMaterialBTWarehouseMaterialInsertFromScheduling.loadMaterial(Long materialId, PoolKit poolKit) Loads the material by the given id.protected LongBTWarehouseMaterialInsertFromScheduling.loadPreferredCentralWarehouse(BOMobileWarehouse mobileWarehouse, PoolKit poolKit) Loads the id of the preferredBOCentralWarehousefor the givenBOMobileWarehouse.protected BOMobileWarehouseBTWarehouseMaterialInsertFromScheduling.loadUserMobileWarehouse(Long schedulingUser, PoolKit poolKit) Loads theBOMobileWarehouseassociated to the given scheduling user id.protected BOWarehouseMaterialBTWarehouseMaterialInsertFromScheduling.loadWarehouseMaterialRelation(Long materialId, Long centralWarehouse, PoolKit poolKit) Loads theBOWarehouseMaterialrelation starting from theBOMaterialid and the givenBOCentralWarehouseid.protected List<BOWorkOrderOperationMaterial> BTWarehouseMaterialInsertFromScheduling.loadWorkOrderOperationMaterials(Long workOrderOperationId, PoolKit poolKit) Loads theBOWorkOrderOperationMaterialrelations.protected List<BOWorkOrderOperation> BTWarehouseMaterialInsertFromScheduling.loadWorkOrderOperationsByState(int schedulingDaysFrom, int schedulingDaysTo, PoolKit poolKit) Loads theBOWorkOrderOperationby the given state, filtering them with the scheduling time interval defined in the configuration.protected voidBTWarehouseMaterialInsertFromScheduling.openLog() -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.material.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.material.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseMaterialActivate.execute(WarehouseMaterialActivateEvent event, PoolKit poolKit) Activate the givenBOWarehouseMaterial.protected voidBTWarehouseMaterialDeactivate.execute(WarehouseMaterialDeactivateEvent event, PoolKit poolKit) Activate the givenBOWarehouseMaterial.protected voidBTWarehouseMaterialInsert.execute(WarehouseMaterialInsertEvent event, PoolKit poolKit) Inserts the givenBOWarehouseMaterialand writes the newly generated id into the event journal.protected voidBTWarehouseMaterialLoad.execute(WarehouseMaterialLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOWarehouseMaterialand writes it into the event journal.protected voidBTWarehouseMaterialMassiveInsert.execute(WarehouseMaterialMassiveInsertEvent event, PoolKit poolKit) Inserts the givenBOWarehouseMaterialand writes the newly generated id into the event journal.protected voidBTWarehouseMaterialSearch.execute(WarehouseMaterialSearchEvent event, PoolKit poolKit) Starting from the givenWarehouseMaterialSearchFilter, it searches the corresponding list ofBOWarehouseMaterialand presents them as aPageResponsewhich is then written into the event journal.protected voidBTWarehouseMaterialUpdate.execute(WarehouseMaterialUpdateEvent event, PoolKit poolKit) Updates theBOWarehouseMaterialwith all its needed components.protected voidBTWarehouseMaterialInsert.validate(BOWarehouseMaterial boWarehouseMaterial, PoolKit poolKit) Validate the event input -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseMaterialStockSearch.defineSql(CommandContext cc, PoolKit pk) protected voidDAOWarehouseMaterialStockSearch.defineStatement(CommandContext cc, PoolKit pk, DBStatement dbs) protected voidDAOWarehouseMaterialStockSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOStockSerializedMaterialDetail.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTStockSerializedMaterialDetailSearch.execute(StockSerializedMaterialDetailSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseMaterialStockLoad.execute(WarehouseMaterialStockLoadEvent event, PoolKit poolKit) Starting from the givenWarehouseMaterialStockLoadInput, it loads the correspondingWarehouseMaterialStockand writes it into the event journal.protected voidBTWarehouseMaterialStockSearch.execute(WarehouseMaterialStockSearchEvent event, PoolKit poolKit) Starting from the givenWarehouseMaterialStockSearchFilterand theWarehouseMaterialStockType, it searches the corresponding list ofWarehouseMaterialStockand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMobileWarehouse.defineValues(CommandContext cc, PoolKit pk) protected voidDAOMobileWarehouseSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.mobile.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileWarehouseActivate.changeStatus(BOMobileWarehouse mobileWarehouse, PoolKit poolKit) Changes the state of the givenBOMobileWarehousetoBOWarehouseState.Values.OPERATIVEby calling theWarehouseStateUpdateEvent.protected voidBTMobileWarehouseDeactivate.changeStatus(BOWarehouse mobileWarehouse, PoolKit poolKit) Changes the state of the givenBOWarehousetoBOWarehouseState.Values.INOPERATIVEby calling theWarehouseStateUpdateEventprotected voidBTMobileWarehouseUpdate.checkSchedulingResourceCentralWarehouseOC(BOMobileWarehouse warehouse, PoolKit pk) Checks if the Central Warehouse Operation Centers contain Scheduling Resource Operative Center.protected voidBTMobileWarehouseActivate.execute(MobileWarehouseActivateEvent event, PoolKit poolKit) Activates the givenBOMobileWarehouse.protected voidBTMobileWarehouseDeactivate.execute(MobileWarehouseDeactivateEvent event, PoolKit poolKit) Deactivates the givenBOWarehouse.protected voidBTMobileWarehouseInsert.execute(MobileWarehouseInsertEvent event, PoolKit pk) Inserts the givenBOMobileWarehouseand writes the newly generated id into the event journal..protected voidBTMobileWarehouseLoad.execute(MobileWarehouseLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOMobileWarehouseand writes it into the event journal.protected voidBTMobileWarehouseSchedulingResourceAssociation.execute(MobileWarehouseSchedulingResourceAssociationEvent event, PoolKit pk) Associates theBOSchedulingUserto theBOMobileWarehouse.protected voidBTMobileWarehouseSchedulingResourceOCCheck.execute(MobileWarehouseSchedulingResourceOCCheckEvent event, PoolKit pk) Checks if theBOSchedulingUserand theBOCentralWarehousebelong to the same operation center.protected voidBTMobileWarehouseSchedulingResourceRemove.execute(MobileWarehouseSchedulingResourceRemoveEvent event, PoolKit pk) Removes the association between aBOSchedulingUserand aBOOperationCenter.protected voidBTMobileWarehouseSearch.execute(MobileWarehouseSearchEvent event, PoolKit pk) Starting from the givenMobileWarehouseSearchFilter, it searches the corresponding list ofBOMobileWarehouseand presents them as aPageResponsewhich is then written into the event journal.protected voidBTMobileWarehouseUpdate.execute(MobileWarehouseUpdateEvent event, PoolKit pk) Updates theBOMobileWarehousewith all its needed components.protected BOMobileWarehouseBTMobileWarehouseActivate.loadMobileWarehouse(Long id, PoolKit poolKit) Loads theBOMobileWarehousestarting from its id.protected voidBTMobileWarehouseActivate.validate(BOMobileWarehouse mobileWarehouse, PoolKit poolKit) Validates the given state for the update, which can only beBOWarehouseState.Values.OPERATIVE.protected voidValidates the given state for the update, which can only beBOWarehouseState.Values.INOPERATIVE.protected voidBTMobileWarehouseUpdate.validateAndComplete(BOMobileWarehouse warehouse, PoolKit pk) Validates the data before the update.protected voidBTMobileWarehouseSchedulingResourceAssociation.validateUser(BOSchedulingUser schedulingUser, PoolKit pk) Checks if the currentBOSchedulingUseris already associated to aBOMobileWarehouse. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.operation.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseOperationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.source.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.source.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseOperationHeaderSourceInsert.execute(WarehouseOperationHeaderSourceInsertEvent event, PoolKit poolKit) protected voidBTWarehouseOperationHeaderSourceLoad.execute(WarehouseOperationHeaderSourceLoadEvent event, PoolKit poolKit) protected voidBTWarehouseOperationHeaderSourceSearch.execute(WarehouseOperationHeaderSourceSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.state.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.state.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseOperationHeaderState.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.state.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseOperationHeaderStateLoad.execute(WarehouseOperationHeaderStateLoadEvent event, PoolKit poolKit) protected voidBTWarehouseOperationHeaderStateSearch.execute(WarehouseOperationHeaderStateSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseOperationHeaderInsert.execute(WarehouseOperationHeaderInsertEvent event, PoolKit poolKit) protected voidBTWarehouseOperationHeaderLoad.execute(WarehouseOperationHeaderLoadEvent event, PoolKit poolKit) protected voidBTWarehouseOperationHeaderSearch.execute(WarehouseOperationHeaderSearchEvent event, PoolKit poolKit) protected voidBTWarehouseOperationHeaderStateUpdate.execute(WarehouseOperationHeaderStateUpdateEvent event, PoolKit poolKit) protected voidBTWarehouseOperationHeaderUpdate.execute(WarehouseOperationHeaderUpdateEvent event, PoolKit poolKit) Updates theWarehouseOperationby switching outgoing data with the incoming ones.protected voidBTWarehouseOperationItemStateChange.execute(WarehouseOperationItemStateChangeEvent event, PoolKit poolKit) Change the state of aBOWarehouseOperationItem.protected BOWarehouseOperationHeaderBTWarehouseOperationHeaderUpdate.loadWarehouseOperationHeader(Long headerId, PoolKit poolKit) Loads theBOWarehouseOperationHeaderfrom the given id.protected voidBTWarehouseOperationHeaderStateUpdate.update(WarehouseOperationHeaderStateUpdateInput input, PoolKit poolKit) protected voidBTWarehouseOperationHeaderUpdate.update(WarehouseOperationHeaderUpdateInput input, PoolKit poolKit) Updates theBOWarehouseOperationHeader.protected voidBTWarehouseOperationHeaderInsert.validate(BOWarehouseOperationHeader input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.serializedmaterial.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.serializedmaterial.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseOperationItemSerializedMaterialInsert.execute(WarehouseOperationItemSerializedMaterialInsertEvent event, PoolKit poolKit) protected voidBTWarehouseOperationItemSerializedMaterialLoad.execute(WarehouseOperationItemSerializedMaterialLoadEvent event, PoolKit poolKit) protected voidBTWarehouseOperationItemSerializedMaterialSearch.execute(WarehouseOperationItemSerializedMaterialSearchEvent event, PoolKit poolKit) protected voidBTWarehouseOperationItemSerializedMaterialUpdate.execute(WarehouseOperationItemSerializedMaterialUpdateEvent event, PoolKit poolKit) protected voidBTWarehouseOperationItemSerializedMaterialInsert.validate(BOWarehouseOperationItemSerializedMaterial bo, PoolKit poolKit) Validates the data before the insertion. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.state.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.state.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseOperationItemState.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.state.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseOperationItemStateLoad.execute(WarehouseOperationItemStateLoadEvent event, PoolKit poolKit) protected voidBTWarehouseOperationItemStateSearch.execute(WarehouseOperationItemStateSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseOperationItemInsert.execute(WarehouseOperationItemInsertEvent event, PoolKit poolKit) protected voidBTWarehouseOperationItemLoad.execute(WarehouseOperationItemLoadEvent event, PoolKit poolKit) protected voidBTWarehouseOperationItemSearch.execute(WarehouseOperationItemSearchEvent event, PoolKit poolKit) protected voidBTWarehouseOperationItemStateUpdate.execute(WarehouseOperationItemStateUpdateEvent event, PoolKit poolKit) protected voidBTWarehouseOperationItemUpdate.execute(WarehouseOperationItemUpdateEvent event, PoolKit poolKit) protected voidBTWarehouseOperationItemStateUpdate.notifyStateChange(WarehouseOperationItemStateUpdateInput input, PoolKit poolKit) protected voidBTWarehouseOperationItemStateUpdate.update(WarehouseOperationItemStateUpdateInput input, PoolKit poolKit) protected voidBTWarehouseOperationItemInsert.validate(BOWarehouseOperationItem input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseAccountingHandle.body(WarehouseAccountingHandleEvent event, PoolKit poolKit) protected voidBTWarehouseManualOperationHandle.body(WarehouseManualOperationHandleEvent event, PoolKit poolKit) protected voidBTWarehouseOperationMovement.body(WarehouseOperationMovementEvent event, PoolKit poolKit) protected voidBTWarehouseStockChangeHandle.body(WarehouseStockChangeHandleEvent event, PoolKit poolKit) protected abstract WarehouseTransactionGenerateInputBTWarehouseOperationHandling.buildTransactionGenerationInput(WarehouseOperation warehouseOperation, WarehouseOperationItem operationItem, Date referenceDate, PoolKit poolKit) protected WarehouseTransactionGenerateInputBTWarehouseOperationReceive.buildTransactionGenerationInput(WarehouseOperation warehouseOperation, WarehouseOperationItem operationItem, Date referenceDate, PoolKit poolKit) Builds the transaction generation input.protected WarehouseTransactionGenerateInputBTWarehouseOperationSend.buildTransactionGenerationInput(WarehouseOperation warehouseOperation, WarehouseOperationItem operationItem, Date referenceDate, PoolKit poolKit) Builds the transaction generation input.protected voidBTWarehouseOperationCreation.completeOperation(PoolKit poolKit) Completes theWarehouseOperationdata.protected LongBTWarehouseAccountingHandle.createOperation(WarehouseAccountingHandleInput input, Collection<Long> serialsToAd, Collection<Long> serialsToRemove, PoolKit poolKit) Creates theWarehouseOperationby calling theWarehouseOperationCreationFromAccountingEvent.protected LongBTWarehouseStockChangeHandle.createOperation(WarehouseStockChangeHandleInput input, PoolKit poolKit) protected abstract voidBTWarehouseOperationCreation.createOperationItems(I input, PoolKit poolKit) Creates the operationBOWarehouseOperationItem.protected voidBTWarehouseOperationCreationFromAccounting.createOperationItems(WarehouseOperationCreationFromAccountingInput input, PoolKit poolKit) Creates theBOWarehouseOperationItemstarting from the givenWarehouseOperationCreationFromAccountingInput.protected voidBTWarehouseOperationCreationFromStockChange.createOperationItems(WarehouseOperationCreationFromStockChangeInput input, PoolKit poolKit) protected voidBTWarehouseOperationCreationFromTransferRequest.createOperationItems(WarehouseOperationCreationFromTransferRequestInput input, PoolKit poolKit) Creates theBOWarehouseOperationItemstarting from theTransferRequestItem.protected Collection<Long> BTWarehouseAccountingHandle.createOperations(WarehouseAccountingHandleInput input, PoolKit poolKit) protected voidBTWarehouseOperationCreationFromStockChange.evaluateStock(PoolKit poolKit) protected voidBTWarehouseOperationCreation.execute(WarehouseOperationCreationEvent<I> event, PoolKit poolKit) Executes the process of creating a newWarehouseOperation.protected voidBTWarehouseOperationCreationFromAccounting.execute(WarehouseOperationCreationEvent<WarehouseOperationCreationFromAccountingInput> event, PoolKit poolKit) protected voidprotected voidBTWarehouseOperationLoad.execute(WarehouseOperationLoadEvent event, PoolKit poolKit) protected voidBTWarehouseOperationLoadBySource.execute(WarehouseOperationLoadBySourceEvent event, PoolKit poolKit) Writes the list of loadedWarehouseOperations in the event's journal.protected voidBTWarehouseOperationSave.execute(WarehouseOperationSaveEvent event, PoolKit poolKit) Inserts or updates the givenWarehouseOperationand its components.protected voidBTWarehouseOperationSearch.execute(WarehouseOperationSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searched transferRequests into the event journal.protected voidBTWarehouseStockChangeCreateOperation.execute(WarehouseStockChangeCreateOperationEvent event, PoolKit poolKit) protected abstract LongBTWarehouseOperationCreation.getOperationType(I input, PoolKit poolKit) Returns the type that the newWarehouseOperationwill have.protected LongBTWarehouseOperationCreationFromAccounting.getOperationType(WarehouseOperationCreationFromAccountingInput input, PoolKit poolKit) Returns theWarehouseOperationtype.protected LongBTWarehouseOperationCreationFromFile.getOperationType(WarehouseOperationCreationFromFileInput input, PoolKit poolKit) protected LongBTWarehouseOperationCreationFromStockChange.getOperationType(WarehouseOperationCreationFromStockChangeInput input, PoolKit poolKit) protected LongBTWarehouseOperationCreationFromTransferRequest.getOperationType(WarehouseOperationCreationFromTransferRequestInput input, PoolKit poolKit) Returns theWarehouseOperationtype basing on theTransferRequesttype.protected LongBTWarehouseOperationCreationManual.getOperationType(WarehouseOperationCreationManualInput input, PoolKit poolKit) protected voidBTWarehouseOperationMovement.handleOperation(WarehouseOperationMovementInput input, PoolKit poolKit) protected voidBTWarehouseStockChangeHandle.handleOperation(Long operation, PoolKit poolKit) protected voidBTWarehouseStockChangeCreateOperation.handleStockChange(BOStockChange stockChange, Boolean handleOperation, PoolKit poolKit) protected voidBTWarehouseOperationCreation.initialize(I input, PoolKit poolKit) Initializes all needed element for the process.protected voidBTWarehouseOperationCreationFromStockChange.initialize(WarehouseOperationCreationFromStockChangeInput input, PoolKit poolKit) protected List<BOWarehouseOperationHeaderSource> BTWarehouseOperationLoadBySource.loadOperationSource(WarehouseOperationLoadBySourceInput input, PoolKit poolKit) Loads the list ofBOWarehouseOperationHeaderSourcefrom the given input.protected BOWarehouseAgendaMaterialBTWarehouseOperationCreationFromAccounting.loadWarehouseAgendaMaterial(Long id, PoolKit poolKit) Loads theBOWarehouseAgendaMaterialfrom the given id.protected List<WarehouseOperation> BTWarehouseOperationLoadBySource.loadWarehouseOperations(Set<Long> operationIds, PoolKit poolKit) Loads all theWarehouseOperationstarting from their ids.protected voidBTWarehouseAccountingHandle.openLog()protected voidBTWarehouseManualOperationHandle.openLog()protected voidBTWarehouseOperationMovement.openLog()protected voidBTWarehouseStockChangeHandle.openLog()protected voidBTWarehouseOperationSave.saveHeader(WarehouseOperation warehouseOperation, PoolKit poolKit) Inserts or updates theBOWarehouseOperationHeaderof the given operation.protected voidBTWarehouseOperationSave.saveItem(WarehouseOperation warehouseOperation, WarehouseOperationItem item, PoolKit poolKit) Inserts or updates the givenWarehouseOperationItemsaving also itsBOWarehouseOperationItemSerializedMaterialrelations.protected voidBTWarehouseOperationSave.saveSerializedMaterial(BOWarehouseOperationItemSerializedMaterial material, Long itemId, PoolKit poolKit) Inserts or updates the relations between the currentWarehouseOperationItemand theBOSerializedMaterial.protected voidBTWarehouseOperationCreation.saveWarehouseOperation(PoolKit poolKit) Saves the currentWarehouseOperation.protected abstract voidValidates the data before the operation creation.protected voidBTWarehouseOperationCreationFromAccounting.validate(WarehouseOperationCreationFromAccountingInput input, PoolKit poolKit) Validates the data before the creation.protected voidBTWarehouseOperationCreationFromFile.validate(WarehouseOperationCreationFromFileInput input, PoolKit poolKit) protected voidBTWarehouseOperationCreationFromStockChange.validate(WarehouseOperationCreationFromStockChangeInput input, PoolKit poolKit) protected voidBTWarehouseOperationCreationFromTransferRequest.validate(WarehouseOperationCreationFromTransferRequestInput input, PoolKit poolKit) Validates the data before the creation.protected voidBTWarehouseOperationCreationManual.validate(WarehouseOperationCreationManualInput input, PoolKit poolKit) protected voidBTWarehouseOperationCreationFromStockChange.validateMaterial(PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.operation.type.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseOperationType.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.operation.type.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.operation.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseOperationTypeLoad.execute(WarehouseOperationTypeLoadEvent event, PoolKit poolKit) protected voidBTWarehouseOperationTypeSearch.execute(WarehouseOperationTypeSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.position
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.position that throw DAExceptionModifier and TypeMethodDescriptionprotected List<BOResourceLastGPSPosition> WarehousePositionHelper.searchLastPositions(Long resourceId, PoolKit pk) Search the last positions starting from the given resource id. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.position.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.position.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseSearchByPosition.execute(WarehouseSearchByPositionEvent event, PoolKit pk) Starting from the givenBOWarehouse, it searches the corresponding list ofBOWarehouseand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.serializedmaterial.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.serializedmaterial.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSerializedMaterialSearchByStock.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.serializedmaterial.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.serializedmaterial.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSerializedMaterialSearchByStock.execute(SerializedMaterialSearchByStockEvent event, PoolKit poolKit) Starting from the givenSerializedMaterialSearchByStockFilter, it searches the corresponding list ofBOSerializedMaterialand presents them as aPageResponsewhich is then written into the event journal.protected voidBTSerializedMaterialSearchByWarehouse.execute(SerializedMaterialSearchByWarehouseEvent event, PoolKit poolKit) BTSerializedMaterialSearchByWarehouse.getSerializedMaterialsIds(List<BOStock> stocks, PoolKit poolKit) Starting from the given list ofBOStockit retrieves the set of related serialized materials ids.BTSerializedMaterialSearchByWarehouse.searchStocks(SerializedMaterialSearchByWarehouseFilter input, PoolKit poolKit) Searches the list ofBOStocks related to the input information, i.e. theBOWarehouse, theBOStockTypeand theBOMaterial.protected List<BOStockSerializedMaterial> BTSerializedMaterialSearchByWarehouse.searchStockSerializedMaterialsRelations(List<BOStock> stocks, PoolKit poolKit) Starting from the given list ofBOStockit loads the related list ofBOStockSerializedMaterial. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.state.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.state.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseState.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.state.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseStateLoad.execute(WarehouseStateLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOWarehouseStateand writes it into the event journal.protected voidBTWarehouseStateSearch.execute(WarehouseStateSearchEvent event, PoolKit pk) Starting from the givenWarehouseStateSearchFilter, it searches the corresponding list ofBOWarehouseStateand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOStockChangeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.stock.change.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTStockChangeInsert.execute(StockChangeInsertEvent event, PoolKit poolKit) Inserts the givenBOStockChangeand writes the newly generated id into the event journal.protected voidBTStockChangeLoad.execute(StockChangeLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOStockChangeand writes it into the event journal.protected voidBTStockChangeSearch.execute(StockChangeSearchEvent event, PoolKit poolKit) Starting from the givenStockChangeSearchFilter, it searches the corresponding list ofBOStockChangeand presents them as aPageResponsewhich is then written into the event journal.protected voidBTStockChangeUpdate.execute(StockChangeUpdateEvent event, PoolKit poolKit) Updates theBOStockChangewith all its needed components.protected voidBTStockChangeUpdate.update(BOStockChange boStockChange, PoolKit poolKit) Performs the update of the givenBOStockChange. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.stock.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.stock.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOStockSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.stock.history.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.stock.history.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOStockHistorySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.stock.history.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.stock.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTStockHistoryLoad.execute(StockHistoryLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOStockHistoryand writes it into the event journal.protected voidBTStockHistorySearch.execute(StockHistorySearchEvent event, PoolKit poolKit) Starting from the givenStockHistorySearchFilter, it searches the corresponding list ofBOStockHistoryand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.stock.serializedmaterial.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.stock.serializedmaterial.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTStockSerializedMaterialDelete.execute(StockSerializedMaterialDeleteEvent event, PoolKit poolKit) Deletes the givenBOStockSerializedMaterial.protected voidBTStockSerializedMaterialInsert.execute(StockSerializedMaterialInsertEvent event, PoolKit poolKit) Inserts the givenBOStockSerializedMaterialand writes the newly generated id into the event journal.protected voidBTStockSerializedMaterialLoad.execute(StockSerializedMaterialLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOStockSerializedMaterialand writes it into the event journal.protected voidBTStockSerializedMaterialSearch.execute(StockSerializedMaterialSearchEvent event, PoolKit poolKit) Starting from the givenStockSerializedMaterialSearchFilter, it searches the corresponding list ofBOStockSerializedMaterialand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.stock.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.stock.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTStockInsert.execute(StockInsertEvent event, PoolKit poolKit) Inserts the givenBOStockand writes the newly generated id into the event journal.protected voidBTStockLoad.execute(StockLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOStockand writes it into the event journal.protected voidBTStockQuantityCheck.execute(StockQuantityCheckEvent event, PoolKit poolKit) protected voidBTStockSearch.execute(StockSearchEvent event, PoolKit poolKit) Starting from the givenStockSearchFilter, it searches the corresponding list ofBOStockand presents them as aPageResponsewhich is then written into the event journal.protected voidBTStockUpdate.execute(StockUpdateEvent event, PoolKit poolKit) Updates theBOStockwith all its needed components.protected LongPerforms the insertion of the givenBOStock.protected voidPerforms the update of the givenBOStock. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.stock.type.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.stock.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTStockTypeLoad.execute(StockTypeLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOStockTypeand writes it into the event journal.protected voidBTStockTypeSearch.execute(StockTypeSearchEvent event, PoolKit pk) Starting from the givenStockTypeSearchFilter, it searches the corresponding list ofBOStockTypeand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseDeactivate.checkIfLinkedWarehouse(Long warehouseId, PoolKit poolKit) Checks if linked warehouse.protected voidBTWarehouseDeactivate.checkMaterialsInStocks(Long warehouseId, PoolKit poolKit) Checks if the warehouse have goods in stock.protected voidBTWarehouseDeactivate.checkTransferRequests(Long warehouseId, PoolKit poolKit) Checks if the warehouse have pending transfer request.protected voidBTUserVisibleWarehousesSearch.execute(UserVisibleWarehousesSearchEvent event, PoolKit poolKit) Starting from the given user id, it searches the corresponding list ofBOWarehouse, which is then written into the event journal.protected voidBTWarehouseLoad.execute(WarehouseLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOCentralWarehouseorBOMobileWarehouseand writes it into the event journal.protected voidBTWarehouseSearch.execute(WarehouseSearchEvent event, PoolKit pk) Starting from the givenBOWarehouse, it searches the corresponding list ofBOWarehouseand presents them as aPageResponsewhich is then written into the event journal.protected voidBTWarehouseStateUpdate.execute(WarehouseStateUpdateEvent event, PoolKit poolKit) Updates theBOWarehouseonly if the givenWarehouseStateUpdateInputcontains a permitted change of state.protected voidBTWarehouseWithNoVisibilityRuleLoad.execute(WarehouseWithNoVisibilityRuleLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOCentralWarehouseorBOMobileWarehouseand writes it into the event journal.protected BOWarehouseBTWarehouseDeactivate.loadWarehouse(Long id, PoolKit poolKit) Loads theBOWarehousestarting from its id.protected voidBTWarehouseStateUpdate.update(WarehouseStateUpdateInput input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseTrackingMode.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseTrackingModeLoad.execute(WarehouseTrackingModeLoadEvent event, PoolKit poolKit) protected voidBTWarehouseTrackingModeSearch.execute(WarehouseTrackingModeSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseTransactionSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.serializedmaterial.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.serializedmaterial.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseTransactionSerializedMaterialDelete.execute(WarehouseTransactionSerializedMaterialDeleteEvent event, PoolKit poolKit) Deletes the givenBOWarehouseTransactionSerializedMaterial.protected voidBTWarehouseTransactionSerializedMaterialInsert.execute(WarehouseTransactionSerializedMaterialInsertEvent event, PoolKit poolKit) Inserts the givenBOWarehouseTransactionSerializedMaterialand writes the newly generated id into the event journal..protected voidBTWarehouseTransactionSerializedMaterialLoad.execute(WarehouseTransactionSerializedMaterialLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOWarehouseTransactionSerializedMaterialand writes it into the event journal..protected voidBTWarehouseTransactionSerializedMaterialSearch.execute(WarehouseTransactionSerializedMaterialSearchEvent event, PoolKit poolKit) Starting from the givenWarehouseTransactionSerializedMaterialSearchFilter, it searches the corresponding list ofBOWarehouseTransactionSerializedMaterialand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.task that throw DAExceptionModifier and TypeMethodDescriptionprotected BOWarehouseMaterialBTWarehouseTransactionEvaluate.activateWarehouseMaterial(BOWarehouseMaterial boWarehouseMaterial, PoolKit poolKit) Activate theBOWarehouseMaterial.protected voidBTWarehouseTransactionCheckEvent.execute(WarehouseTransactionCheckEvent event, PoolKit poolKit) protected voidBTWarehouseTransactionEvaluate.execute(WarehouseTransactionEvaluateEvent event, PoolKit poolKit) protected voidBTWarehouseTransactionGenerate.execute(WarehouseTransactionGenerateEvent event, PoolKit poolKit) After inserting the newBOWarehouseTransaction, it launch its elaboration by calling theWarehouseTransactionEvaluateEvent.protected voidBTWarehouseTransactionInsert.execute(WarehouseTransactionInsertEvent event, PoolKit poolKit) Inserts the givenBOWarehouseTransactionand writes the newly generated id into the event journal.protected voidBTWarehouseTransactionLoad.execute(WarehouseTransactionLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOWarehouseTransactionand writes it into the event journal.protected voidBTWarehouseTransactionSearch.execute(WarehouseTransactionSearchEvent event, PoolKit poolKit) Starting from the givenWarehouseTransactionSearchFilter, it searches the corresponding list ofBOWarehouseTransactionand presents them as aPageResponsewhich is then written into the event journal.protected voidBTWarehouseTransactionUpdate.execute(WarehouseTransactionUpdateEvent event, PoolKit poolKit) Updates theBOWarehouseTransactionwith all its needed components.protected BOWarehouseMaterialBTWarehouseTransactionEvaluate.getWarehouseMaterial(BOWarehouseTransaction transaction, PoolKit poolKit) Loads theBOWarehouseMaterialstarting from the givenBOWarehouseTransactiondata.protected LongBTWarehouseTransactionEvaluate.insertStock(BOWarehouseMaterial boWarehouseMaterial, BOWarehouseTransaction transaction, PoolKit poolKit) protected LongBTWarehouseTransactionEvaluate.insertWarehouseMaterial(BOWarehouseTransaction transaction, Boolean isActive, PoolKit poolKit) Inserts a newBOWarehouseMaterialstarting from the givenBOWarehouseTransaction.protected voidBTWarehouseTransactionEvaluate.manageStock(BOWarehouseMaterial boWarehouseMaterial, BOWarehouseTransaction transaction, PoolKit poolKit) Manages theBOStockrelated to the givenBOWarehouseMaterial.protected voidBTWarehouseTransactionCheckEvent.manageWarehouseMaterials(List<BOWarehouseMaterial> warehouseMaterials, BOMaterial material, Long warehouse, PoolKit poolKit) protected voidBTWarehouseTransactionEvaluate.updateStock(BOStock stock, BOWarehouseTransaction transaction, PoolKit poolKit) Updates theBOStockrelated to the currentBOWarehouseTransaction.protected voidBTWarehouseTransactionGenerate.validate(WarehouseTransactionGenerateInput input, PoolKit poolKit) Validates the data before the generation.protected voidBTWarehouseTransactionInsert.validate(BOWarehouseTransaction bo, PoolKit poolKit) Validates the data before the insertion. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.type.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transaction.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseTransactionTypeLoad.execute(WarehouseTransactionTypeLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOWarehouseTransactionTypeand writes it into the event journal.protected voidBTWarehouseTransactionTypeSearch.execute(WarehouseTransactionTypeSearchEvent event, PoolKit poolKit) Starting from the givenWarehouseTransactionTypeSearchFilter, it searches the corresponding list ofBOWarehouseTransactionTypeand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTransferRequestSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.header.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTransferRequestHeaderInsert.execute(TransferRequestHeaderInsertEvent event, PoolKit poolKit) Inserts the givenBOTransferRequestHeaderand writes the newly generated id into the event journal.protected voidBTTransferRequestHeaderLoad.execute(TransferRequestHeaderLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOTransferRequestHeaderand writes it into the event journal..protected voidBTTransferRequestHeaderSearch.execute(TransferRequestHeaderSearchEvent event, PoolKit poolKit) Starting from the givenTransferRequestHeaderSearchFilter, it searches the corresponding list ofBOTransferRequestHeaderand presents them as aPageResponsewhich is then written into the event journal.protected voidBTTransferRequestHeaderUpdate.execute(TransferRequestHeaderUpdateEvent event, PoolKit poolKit) Updates theBOTransferRequestHeaderwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.serializedmaterial.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.serializedmaterial.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSerializedMaterialsByItemLoad.execute(SerializedMaterialsByItemLoadEvent event, PoolKit poolKit) Starting from the givenBOTransferRequestItemid, it loads the corresponding list of relatedBOTransferRequestItemSerializedMaterialand writes it into the event journal.protected voidBTTransferRequestItemSerializedMaterialInsert.execute(TransferRequestItemSerializedMaterialInsertEvent event, PoolKit poolKit) Inserts the givenBOTransferRequestItemSerializedMaterialand writes the newly generated id into the event journal.protected voidBTTransferRequestItemSerializedMaterialLoad.execute(TransferRequestItemSerializedMaterialLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOTransferRequestItemSerializedMaterialand writes it into the event journal..protected voidBTTransferRequestItemSerializedMaterialSearch.execute(TransferRequestItemSerializedMaterialSearchEvent event, PoolKit poolKit) Starting from the givenTransferRequestItemSerializedMaterialSearchFilter, it searches the corresponding list ofBOTransferRequestItemSerializedMaterialand presents them as aPageResponsewhich is then written into the event journal.protected voidBTTransferRequestItemSerializedMaterialUpdate.execute(TransferRequestItemSerializedMaterialUpdateEvent event, PoolKit poolKit) Updates the givenBOTransferRequestItemSerializedMaterial.protected List<BOTransferRequestItemSerializedMaterial> BTSerializedMaterialsByItemLoad.loadRelations(Long itemId, PoolKit poolKit) Loads the existing relations between the givenBOTransferRequestItemand theBOSerializedMaterials.protected List<BOSerializedMaterial> BTSerializedMaterialsByItemLoad.loadSerializedMaterials(Set<Long> serializedMaterials, PoolKit poolKit) Loads theBOSerializedMaterialstarting from their ids.protected voidBTTransferRequestItemSerializedMaterialInsert.validateData(BOTransferRequestItemSerializedMaterial input, PoolKit poolKit) Validates the transfer request header data before the insertion. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.item.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTransferRequestItemInsert.execute(TransferRequestItemInsertEvent event, PoolKit poolKit) Inserts the givenBOTransferRequestItemand writes the newly generated id into the event journal.protected voidBTTransferRequestItemLoad.execute(TransferRequestItemLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOTransferRequestItemand writes it into the event journal.protected voidBTTransferRequestItemSearch.execute(TransferRequestItemSearchEvent event, PoolKit poolKit) Starting from the givenTransferRequestItemSearchFilter, it searches the corresponding list ofBOTransferRequestItemand presents them as aPageResponsewhich is then written into the event journal.protected voidBTTransferRequestItemsLoad.execute(TransferRequestItemsLoadEvent event, PoolKit poolKit) Writes the list of the just loadedTransferRequestItemsLoadEventinto the event journal.protected voidBTTransferRequestItemUpdate.execute(TransferRequestItemUpdateEvent event, PoolKit poolKit) Updates theBOTransferRequestItemwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.notification.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.notification.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTransferRequestPushNotificationsDispatch.body(TransferRequestHeaderStateChangeEvent event, PoolKit poolKit) Creates thePushNotifications to notify that someTransferRequests were updated and dispatched the notifications to the right users.protected overit.geocallapp.replicator.basic.base.pushnotifications.PushNotificationBTTransferRequestPushNotificationsDispatch.createNotification(BOTransferRequestHeader transferRequest, BONotifiableUser notifiableUser, PoolKit poolKit) Creates thePushNotificationstarting from the givenBOTransferRequestHeader.protected LongBTTransferRequestPushNotificationsDispatch.getMobileWarehouseUser(Long warehouseId, PoolKit poolKit) Returns the mobile user related to the givenBOMobileWarehouse.protected StringBTTransferRequestPushNotificationsDispatch.getNotificationMessage(BOTransferRequestHeader transferRequest, PoolKit poolKit) Returns the notification message basing on theBOTransferRequestStateandBOTransferRequestType.protected LongBTTransferRequestPushNotificationsDispatch.getWarehouseReceiverFromTransferRequest(BOTransferRequestHeader transferRequest, PoolKit poolKit) Returns the mobile warehouse that will receive the notification.protected booleanBTTransferRequestPushNotificationsDispatch.isMobileResource(Long userId, PoolKit poolKit) Checks if the given user is a mobile resource.protected BONotifiableUserBTTransferRequestPushNotificationsDispatch.loadNotifiableUser(Long user, PoolKit poolKit) Loads theBONotifiableUserrelated to the given id.protected BOTransferRequestHeaderBTTransferRequestPushNotificationsDispatch.loadTransferRequestHeader(Long id, PoolKit poolKit) Loads theBOTransferRequestHeader.protected BOTransferRequestStateBTTransferRequestPushNotificationsDispatch.loadTransferRequestState(Long id, PoolKit poolKit) Loads theBOTransferRequestState.protected BOTransferRequestTypeBTTransferRequestPushNotificationsDispatch.loadTransferRequestType(Long id, PoolKit poolKit) Loads theBOTransferRequestType. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.state.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTransferRequestStateLoad.execute(TransferRequestStateLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOTransferRequestStateand writes it into the event journal.protected voidBTTransferRequestStateSearch.execute(TransferRequestStateSearchEvent event, PoolKit poolKit) Starting from the givenTransferRequestStateSearchFilter, it searches the corresponding list ofBOTransferRequestStateand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTransferRequestSave.checkCentralMobileAssociation(TransferRequest transferRequest, PoolKit poolKit) Checks if the association between the central and mobile warehouses is valid.protected voidBTTransferRequestCheckStockAvailabilityEvent.checkConsumptionMaterial(TransferRequestItem item, BOWarehouse warehouse, BOStockType stockType, BOMaterial material, PoolKit poolKit) Checks the quantities of the material on consumption, based on the givenBOWarehouseandBOStockType.protected voidBTTransferRequestCheckStockAvailabilityEvent.checkSerializedMaterial(TransferRequestItem item, BOStockType stockType, BOWarehouse warehouse, PoolKit poolKit) Checks the serial numbers for the given serialized material, based on the givenBOWarehouseandBOStockType.protected LongBTTransferRequestSend.createWarehouseOperation(TransferRequest transferRequest, PoolKit poolKit) Creates the warehouse operation by calling theWarehouseOperationCreationFromTransferRequestEvent.protected voidBTTransferRequestCancel.execute(TransferRequestCancelEvent event, PoolKit poolKit) Updates the state of the transfer request toBOTransferRequestState.Values.CANCELLED.protected voidBTTransferRequestCheckStockAvailabilityEvent.execute(TransferRequestCheckStockAvailabilityEvent event, PoolKit poolKit) Checks every material that has been listen in theTransferRequestin order to verify that the requested quantity is present in stock in the indicated picking warehouse.protected voidBTTransferRequestItemsLoad.execute(TransferRequestItemsLoadEvent event, PoolKit poolKit) Writes the list of the just loadedTransferRequestIteminto the event journal.protected voidBTTransferRequestLoad.execute(TransferRequestLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingTransferRequestand writes it into the event journal..protected voidBTTransferRequestReceive.execute(TransferRequestReceiveEvent event, PoolKit poolKit) Executes the receive action by updating all the necessary info on both the currentTransferRequestand the relatedWarehouseOperation.protected voidBTTransferRequestRefuse.execute(TransferRequestRefuseEvent event, PoolKit poolKit) Updates the state of the transfer request toBOTransferRequestState.Values.REFUSEDand updates the relatedWarehouseOperation.protected voidBTTransferRequestSave.execute(TransferRequestSaveEvent event, PoolKit poolKit) Updates the givenTransferRequestby updating the givenBOTransferRequestHeaderand all the givenBOTransferRequestItems.protected voidBTTransferRequestSearch.execute(TransferRequestSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searched transferRequests into the event journal.protected voidBTTransferRequestSend.execute(TransferRequestSendEvent event, PoolKit poolKit) After performing all the necessary validations, it sends theWarehouseOperationcreated from the currentTransferRequest.protected voidBTTransferRequestSubmit.execute(TransferRequestSubmitEvent event, PoolKit poolKit) Updates the state of the transfer request toBOTransferRequestState.Values.SUBMITTED.protected LongBTTransferRequestSave.insertItem(BOTransferRequestItem item, Long headerId, PoolKit poolKit) Inserts the newly addedBOTransferRequestItemby calling theTransferRequestItemInsertEvent.protected List<BOCentralMobileWarehouse> BTTransferRequestSave.loadCentralMobileRelation(Long centralWarehouse, Long mobileWarehouse, PoolKit poolKit) Loads the central and mobile warehouses association.protected BOMaterialBTTransferRequestCheckStockAvailabilityEvent.loadMaterial(Long materialId, PoolKit poolKit) Loads theBOMaterialstarting from the given id.protected DoubleBTTransferRequestCheckStockAvailabilityEvent.loadMaterialStockQuantity(Long warehouse, Long stockType, Long materialId, PoolKit poolKit) protected List<BOTransferRequestItemSerializedMaterial> BTTransferRequestItemsLoad.loadRelations(Long itemId, PoolKit poolKit) protected List<BOSerializedMaterial> BTTransferRequestCheckStockAvailabilityEvent.loadSerializedMaterialInStock(TransferRequestItem item, String serialNumber, BOStockType stockType, BOWarehouse warehouse, PoolKit poolKit) Loads the serialized material, based on the givenBOWarehouseandBOStockType.protected BOStockTypeBTTransferRequestCheckStockAvailabilityEvent.loadStockType(Long stockTypeId, PoolKit poolKit) Loads theBOStockTypestarting from the given id.protected TransferRequestBTTransferRequestSend.loadTransferRequest(TransferRequestSendInput input, PoolKit poolKit) Loads theTransferRequeststarting from its ids.protected BOWarehouseBTTransferRequestCheckStockAvailabilityEvent.loadWarehouse(Long warehouseId, PoolKit poolKit) Loads theBOWarehousestarting from the given id.protected WarehouseOperationBTTransferRequestReceive.loadWarehouseOperation(TransferRequest transferRequest, PoolKit poolKit) Loads theWarehouseOperationrelated to the currentTransferRequest.protected WarehouseOperationBTTransferRequestRefuse.loadWarehouseOperation(Long transferRequestId, PoolKit poolKit) Loads theWarehouseOperationby its source, i.e. theTransferRequest.protected voidBTTransferRequestRefuse.manageOperation(TransferRequest transferRequest, Long pickingWarehouse, PoolKit poolKit) Updates the relatedWarehouseOperationby setting the picking warehouse as both incoming/outgoing one and proceeds with the operation receiving.protected voidBTTransferRequestCancel.notifyStateChange(Long transferRequestId, PoolKit poolKit) Notifies the change of theTransferRequeststate.protected voidBTTransferRequestReceive.notifyStateChange(Long transferRequestId, PoolKit poolKit) Notifies the change of theTransferRequeststate.protected voidBTTransferRequestRefuse.notifyStateChange(TransferRequest transferRequest, PoolKit poolKit) Notifies the change of theTransferRequeststate.protected voidBTTransferRequestSend.notifyStateChange(Long transferRequestId, PoolKit poolKit) Notifies the change of theTransferRequeststate.protected voidBTTransferRequestSubmit.notifyStateChange(Long transferRequestId, PoolKit poolKit) Notifies the change of theTransferRequeststate.protected voidBTTransferRequestReceive.openLog()protected voidBTTransferRequestRefuse.openLog()protected voidBTTransferRequestSend.openLog()protected voidBTTransferRequestReceive.receiveOperation(Date receivingDate, WarehouseOperation operation, PoolKit poolKit) Calls theWarehouseOperationReceiveEventto handle the warehouse transaction.protected voidBTTransferRequestRefuse.receiveOperation(WarehouseOperation operation, PoolKit poolKit) Starts the process of receiving the operation by calling theWarehouseOperationReceiveEvent.protected voidBTTransferRequestSave.saveHeader(BOTransferRequestHeader header, PoolKit poolKit) Saves theBOTransferRequestHeader.protected voidBTTransferRequestSave.saveSerializedMaterialRelations(Long itemId, List<BOTransferRequestItemSerializedMaterial> relations, PoolKit poolKit) Saves the serialized material relations.protected voidBTTransferRequestSend.sendWarehouseOperation(Long operationId, PoolKit poolKit) Sends the givenWarehouseOperationby calling theWarehouseOperationSendEvent.protected voidBTTransferRequestCancel.update(TransferRequestCancelInput input, PoolKit poolKit) Updates the state of the currentTransferRequest.protected voidBTTransferRequestReceive.update(TransferRequestReceiveInput input, PoolKit poolKit) Updates the state of the transfer request toBOTransferRequestState.Values.RECEIVED.protected voidBTTransferRequestRefuse.update(TransferRequestRefuseInput input, PoolKit poolKit) Updates the state of the givenTransferRequest.protected voidBTTransferRequestSend.update(TransferRequestSendInput input, PoolKit poolKit) Updates the state of the givenTransferRequest.protected voidBTTransferRequestSubmit.update(TransferRequestSubmitInput input, PoolKit poolKit) Updates the state of the givenTransferRequest.protected voidBTTransferRequestSave.updateItem(BOTransferRequestItem item, PoolKit poolKit) Updates theBOTransferRequestItemby calling theTransferRequestItemUpdateEvent.protected voidBTTransferRequestRefuse.updateOperation(TransferRequest transferRequest, Long pickingWarehouse, WarehouseOperation operation, PoolKit poolKit) Updates theWarehouseOperationincoming warehouse with the transfer request's picking one.protected voidBTTransferRequestReceive.updateOperationReceivingData(TransferRequest transferRequest, WarehouseOperation operation, PoolKit poolKit) Updates theWarehouseOperationwith the receiving information, such as the receiving quantities.protected voidBTTransferRequestRefuse.updateOperationReceivingData(TransferRequest transferRequest, WarehouseOperation operation, PoolKit poolKit) Updates theWarehouseOperationwith the receiving information, such as the receiving quantities.protected voidBTTransferRequestCancel.validateData(Long transferRequestId, PoolKit poolKit) Validates the data before the state change.protected voidBTTransferRequestReceive.validateData(TransferRequest transferRequest, PoolKit poolKit) Validates the data before the state change.protected voidBTTransferRequestRefuse.validateData(TransferRequest transferRequest, PoolKit poolKit) Validates the data before the state change.protected voidBTTransferRequestSave.validateData(TransferRequest transferRequest, PoolKit poolKit) Validates the data before the update.protected voidBTTransferRequestSend.validateData(TransferRequest transferRequest, PoolKit poolKit) Validates the data before the state change.protected voidBTTransferRequestSubmit.validateData(Long transferRequestId, PoolKit poolKit) Validates the data before the state change. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.type.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTransferRequestTypeLoad.execute(TransferRequestTypeLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOTransferRequestTypeand writes it into the event journal.protected voidBTTransferRequestTypeSearch.execute(TransferRequestTypeSearchEvent event, PoolKit poolKit) Starting from the givenTransferRequestTypeSearchFilter, it searches the corresponding list ofBOTransferRequestTypeand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.type.data
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWarehouseType.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.bl.warehouse.type.task
Methods in overit.geocallapp.wfm.inventory.bl.warehouse.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWarehouseTypeLoad.execute(WarehouseTypeLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOWarehouseTypeand writes it into the event journal.protected voidBTWarehouseTypeSearch.execute(WarehouseTypeSearchEvent event, PoolKit pk) Starting from the givenWarehouseTypeSearchFilter, it searches the corresponding list ofBOWarehouseTypeand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.inventory.export.operation.task
Methods in overit.geocallapp.wfm.inventory.export.operation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewBTXlsxOperationExport.getSerialsDBView(List<WarehouseOperation> searchResults, PoolKit poolKit) protected voidBTXlsxOperationExport.writeData(List<WarehouseOperation> searchResults, WebResource resource, XlsxDocument document, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.export.stock.task
Methods in overit.geocallapp.wfm.inventory.export.stock.task that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewBTXlsxStockExport.getSerialsDBView(List<WarehouseMaterialStock> searchResults, PoolKit poolKit) protected voidBTXlsxStockExport.writeData(List<WarehouseMaterialStock> searchResults, WebResource resource, XlsxDocument document, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.export.transferrequest.task
Methods in overit.geocallapp.wfm.inventory.export.transferrequest.task that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewBTXlsxTransferRequestExport.getSerialsDBView(List<TransferRequest> searchResults, PoolKit poolKit) protected voidBTXlsxTransferRequestExport.writeData(List<TransferRequest> searchResults, WebResource resource, XlsxDocument document, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.login.task
Methods in overit.geocallapp.wfm.inventory.login.task that throw DAException -
Uses of DAException in overit.geocallapp.wfm.inventory.replicator.data
Methods in overit.geocallapp.wfm.inventory.replicator.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAInventoryWarehouse.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) protected voidDAOWarehouseCentralMobile.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.inventory.replicator.listener.inventory
Methods in overit.geocallapp.wfm.inventory.replicator.listener.inventory that throw DAExceptionModifier 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 DAException in overit.geocallapp.wfm.inventory.replicator.task
Methods in overit.geocallapp.wfm.inventory.replicator.task that throw DAExceptionModifier 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 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 voidBTReplicatorSerializedMaterialGetData.execute(overit.geocallapp.wfm.core.replicator.serializedmaterial.event.ReplicatorSerializedMaterialGetDataEvent event, PoolKit poolKit) protected voidBTReplicatorSerializedMaterialInsert.execute(overit.geocallapp.wfm.core.replicator.serializedmaterial.event.ReplicatorSerializedMaterialInsertEvent event, PoolKit poolKit) 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) 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 DAException in overit.geocallapp.wfm.inventory.rs2.warehouse
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWarehouseTypeId> Retrieves the required warehouse type by calling theWarehouseLoadEvent.org.springframework.http.ResponseEntity<List<DTOWarehouseDetail>> WarehouseService.getByPosition(@Valid @NotNull DTOWarehouseDetailFilter filter) Retrieves the required warehouse type by calling theWarehouseLoadEvent.org.springframework.http.ResponseEntity<Void> WarehouseService.warehouseManualOperation(Long id, @Valid DTOWarehouseManualOperationInsert dto) Action to process a new warehouse manual operation. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.central
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.central that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Activates the required central warehouse by calling theCentralWarehouseActivateEvent.org.springframework.http.ResponseEntity<DTOCentralWarehouse> Retrieves the required central warehouse by calling theCentralWarehouseLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOCentralWarehouse>> CentralWarehouseService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOCentralWarehouseSearchFilter filter) Returns the collection of all the stored central warehouses by calling theCentralWarehouseSearchEvent.org.springframework.http.ResponseEntity<Void> CentralWarehouseService.patch(Long id, @Valid DTOCentralWarehouseUpdate dto) Updates the required central warehouse by calling theCentralWarehouseUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> CentralWarehouseService.post(@Valid DTOCentralWarehouseInsert dto) Create a new central warehouse by calling theCentralWarehouseInsertEvent -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.central.operationcenter
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.central.operationcenter that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WarehouseOperationCenterService.addOperationCenters(Long id, @Valid DTOWarehouseOperationCenterInsert dto) Create a new operation center.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationCenter>> WarehouseOperationCenterService.getOperationCenters(Long id) Retrieves all the stored operation centers.org.springframework.http.ResponseEntity<Void> WarehouseOperationCenterService.removeOperationCenters(Long id, @Valid DTOWarehouseOperationCenterDelete dto) Action to delete a required operation center. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.centralmobile
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.centralmobile that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Action to delete the required central-mobile warehouse association by calling theWarehouseCentralMobileDeleteEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseCentralMobile>> WarehouseCentralMobileService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWarehouseCentralMobileSearchFilter filter) Returns the collection of all the stored warehouse central-mobile associations by calling theWarehouseCentralMobileSearchEvent.org.springframework.http.ResponseEntity<Void> WarehouseCentralMobileService.patch(Long mobileId, Long centralId, @Valid DTOWarehouseCentralMobileUpdate dto) Updates the central-mobile warehouse association by calling theWarehouseCentralMobileUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WarehouseCentralMobileService.post(@Valid DTOWarehouseCentralMobileInsert dto) Creates a new central warehouse mobile association by calling theWarehouseCentralMobileInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.intervention.material
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.intervention.material that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWarehouseAgendaMaterial> Retrieves the required warehouse agenda material.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseAgendaMaterial>> WarehouseAgendaMaterialService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWarehouseAgendaMaterialSearchFilter filter) Returns the collection of all the stored warehouse agenda material. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.mobile
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.mobile that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Activates the required mobile warehouse.org.springframework.http.ResponseEntity<Void> MobileWarehouseService.associateSchedulingResource(Long id, Long idSchedulingResource) Associates the scheduling resource to the mobile warehouse.org.springframework.http.ResponseEntity<Void> MobileWarehouseService.dissociateSchedulingResource(Long id) Dissociate scheduling resource.org.springframework.http.ResponseEntity<DTOMobileWarehouse> Retrieves the required mobile warehouse.org.springframework.http.ResponseEntity<PageResponse<DTOMobileWarehouse>> MobileWarehouseService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOMobileWarehouseSearchFilter filter) Retrieves all the stored mobile warehouses.org.springframework.http.ResponseEntity<Void> MobileWarehouseService.patch(Long id, @Valid DTOMobileWarehouseUpdate dto) Modifies the required mobile warehouse.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> MobileWarehouseService.post(@Valid DTOMobileWarehouseInsert dto) Create a new mobile warehouse. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.header
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.header that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWarehouseOperationHeader> Retrieves the requiredDTOWarehouseOperationHeaderby calling from theWarehouseOperationHeaderLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationHeader>> WarehouseOperationHeaderService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWarehouseOperationHeaderFilter filter) Returns the collection of all the stored warehouse operation headers by calling theWarehouseOperationHeaderSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationHeaderSource>> Returns the source of the warehouse operation related to the given id. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.header.state
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.header.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWarehouseOperationHeaderState> Retrieves the requiredDTOWarehouseOperationHeaderStateby calling from theWarehouseOperationHeaderStateLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationHeaderState>> WarehouseOperationHeaderStateService.getCollection(@NotNull @Valid Page page, @Valid DTOWarehouseOperationHeaderStateFilter filter) Returns the collection of all the stored warehouse operation header states by calling theWarehouseOperationHeaderStateSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.item
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.item that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWarehouseOperationItem> Retrieves the requiredDTOWarehouseOperationItemby calling from theWarehouseOperationItemLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationItem>> WarehouseOperationItemService.getCollection(Long id, @Valid @NotNull DTOWarehouseOperationItemFilter filter) Returns the collection of all the stored warehouse operation items by calling theWarehouseOperationItemSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationItemSerializedMaterial>> WarehouseOperationItemService.getSerializedMaterials(Long id, Long itemId, @Valid @NotNull DTOWarehouseOperationItemSerializedMaterialFilter filter) Returns the collection of all the stored serialized materials by calling theWarehouseOperationItemSerializedMaterialSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.item.state
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.item.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWarehouseOperationItemState> Retrieves the requiredDTOWarehouseOperationItemStateby calling from theWarehouseOperationItemStateLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationItemState>> WarehouseOperationItemStateService.getCollection(@NotNull @Valid Page page, @Valid DTOWarehouseOperationItemStateFilter filter) Returns the collection of all the stored warehouse operation item states by calling theWarehouseOperationItemStateSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.operation.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWarehouseOperationType> Retrieves the requiredDTOWarehouseOperationTypeby calling from theWarehouseOperationTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseOperationType>> WarehouseOperationTypeService.getCollection(@NotNull @Valid Page page, @Valid DTOWarehouseOperationTypeFilter filter) Returns the collection of all the stored warehouse operation types by calling theWarehouseOperationTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.state
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWarehouseState> Retrieves the requiredDTOWarehouseStateby calling from theWarehouseStateLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseState>> WarehouseStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWarehouseStateSearchFilter filter) Returns the collection of all the stored warehouse states by calling theWarehouseStateSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.stock
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.stock that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOStock> Retrieves the requiredDTOStockby calling from theStockLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOStock>> StockService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOStockSearchFilter filter) Retrieves all the stored stocks by calling theStockSearchEvent.org.springframework.http.ResponseEntity<DTOStockHistory> StockService.getHistory(Long stockId, Long id) Retrieves the required stock history by calling theStockHistoryLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMaterialStock>> StockService.getMaterialStocks(@NotNull @Valid Page page, @Valid @NotNull DTOMaterialStockSearchFilter filter) Retrieves the required stock grouping as required by calling theWarehouseMaterialStockSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOStockSerializedMaterial>> StockService.getSerializedMaterials(Long id) Retrieves the required stock serialized materials by calling theStockSerializedMaterialSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOStockHistory>> StockService.getStockHistories(Long stockId, @NotNull @Valid Page page, @Valid @NotNull DTOStockHistorySearchFilter filter) Retrieves all the stored stock history by calling theStockHistorySearchEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.stock.change
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.stock.change that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOStockChange> Retrieves the requiredDTOStockChangeby calling from theStockChangeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOStockChange>> StockChangeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOStockChangeSearchFilter filter) Returns the collection of all the stored stock changes by calling theStockChangeSearchEvent.org.springframework.http.ResponseEntity<Void> StockChangeService.warehouseManualOperation(@Valid DTOStockChangeCreateOperationInsert dto) Action to perform a stock change, calling theWarehouseStockChangeCreateOperationEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.stock.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.stock.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOStockType> Retrieves the requiredDTOStockTypeby calling from theStockTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOStockType>> StockTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOStockTypeSearchFilter filter) Returns the collection of all the stored stock types by calling theStockTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.trackingmode
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.trackingmode that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWarehouseTrackingMode> Retrieves the requiredDTOWarehouseTrackingModeby calling from theWarehouseTrackingModeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseTrackingMode>> WarehouseTrackingModeService.getCollection(@NotNull @Valid Page page, @Valid DTOWarehouseTrackingModeFilter filter) Returns the collection of all the stored warehouse tracking modes by calling theWarehouseTrackingModeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTransaction> Retrieves the required transaction by calling theWarehouseTransactionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTransaction>> TransactionService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOTransactionSearchFilter filter) Retrieves all the stored transactions by calling theWarehouseTransactionSearchEvent.org.springframework.http.ResponseEntity<PageResponse<BOWarehouseTransactionSerializedMaterial>> TransactionService.getSerializedMaterials(Long id) Retrieves the required stock serialized materials by calling theWarehouseTransactionSerializedMaterialSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transaction.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTransactionType> Retrieves the required warehouse transaction type by calling theWarehouseTransactionTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTransactionType>> TransactionTypeService.getCollection(@NotNull @Valid Page page, @Valid DTOTransactionTypeSearchFilter filter) Retrieves all the stored transaction type by calling theWarehouseTransactionTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Cancels the given transfer request by calling theTransferRequestCancelEvent.org.springframework.http.ResponseEntity<Void> Receives the given transfer request by calling theTransferRequestReceiveEvent.org.springframework.http.ResponseEntity<Void> Refuses the given transfer request by calling theTransferRequestRefuseEvent.org.springframework.http.ResponseEntity<Void> Sends the given transfer request by calling theTransferRequestSendEvent.org.springframework.http.ResponseEntity<Void> Submits the given transfer request by calling theTransferRequestSubmitEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.header
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.header that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTransferRequestHeader> Retrieves the requiredDTOTransferRequestHeaderby calling from theTransferRequestHeaderLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTransferRequestHeader>> TransferRequestHeaderService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOTransferRequestHeaderFilter filter, String ordering) Returns the collection of all the stored transfer request headers by calling theTransferRequestHeaderSearchEvent.org.springframework.http.ResponseEntity<Void> TransferRequestHeaderService.patch(Long id, @Valid DTOTransferRequestHeaderUpdate dto) Updates the required transfer request header by calling from theTransferRequestHeaderUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> TransferRequestHeaderService.post(@Valid DTOTransferRequestHeaderInsert dto) Creates a new transfer request header by calling from theTransferRequestHeaderInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.item
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.item that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTransferRequestItem> Retrieves the requiredDTOTransferRequestItemby calling from theTransferRequestItemLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTransferRequestItem>> TransferRequestItemService.getCollection(Long id, @NotNull @Valid Page page, @Valid @NotNull DTOTransferRequestItemFilter filter) Returns the collection of all the stored transfer request items by calling theTransferRequestItemSearchEvent.org.springframework.http.ResponseEntity<PageResponse<BOTransferRequestItemSerializedMaterial>> TransferRequestItemService.getSerializedMaterials(Long id, Long itemId) Retrieves the required stock serialized materials starting from the item id.org.springframework.http.ResponseEntity<Void> TransferRequestItemService.patch(Long id, Long itemId, @Valid DTOTransferRequestItemUpdate dto) Updates the required transfer request item by calling from theTransferRequestItemUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> TransferRequestItemService.post(Long id, @Valid DTOTransferRequestItemInsert dto) Creates a new transfer request item by calling from theTransferRequestItemInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.item.serializedmaterial
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.item.serializedmaterial that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> TransferRequestItemSerializedMaterialService.patch(Long id, Long itemId, Long serializedMaterialId, @Valid DTOTransferRequestItemSerializedMaterialUpdate dto) Updates the required transfer request item serialized material by calling from theTransferRequestItemSerializedMaterialUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> TransferRequestItemSerializedMaterialService.post(Long id, Long itemId, @Valid DTOTransferRequestItemSerializedMaterialInsert dto) Creates a new transfer request item serialized material by calling from theTransferRequestItemSerializedMaterialInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.state
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTransferRequestState> Retrieves the requiredDTOTransferRequestStateby calling from theTransferRequestStateLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTransferRequestState>> TransferRequestStateService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOTransferRequestStateSearchFilter filter) Returns the collection of all the stored transfer request states by calling theTransferRequestStateSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.transfer.request.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTransferRequestType> Retrieves the requiredDTOTransferRequestTypeby calling from theTransferRequestTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTransferRequestType>> TransferRequestTypeService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOTransferRequestTypeSearchFilter filter) Returns the collection of all the stored transfer request types by calling theTransferRequestTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.type
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWarehouseType> Retrieves the required warehouse type by calling theWarehouseTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseType>> WarehouseTypeService.getCollection(@NotNull @Valid Page page, @Valid DTOWarehouseTypeSearchFilter filter) Retrieves all the stored warehouse types by calling theWarehouseTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.rs2.warehouse.warehousematerial
Methods in overit.geocallapp.wfm.inventory.rs2.warehouse.warehousematerial that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> WarehouseMaterialService.activateWarehouseMaterial(Long id) Activates the warehouse material by calling theWarehouseMaterialActivateEvent.org.springframework.http.ResponseEntity<Void> WarehouseMaterialService.deactivateWarehouseMaterial(Long id) Deactivates the warehouse material by calling theWarehouseMaterialDeactivateEvent.org.springframework.http.ResponseEntity<DTOWarehouseMaterial> Retrieves the required warehouse material by calling theWarehouseMaterialLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseMaterial>> WarehouseMaterialService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTOWarehouseMaterialSearchFilter filter) Retrieves all the stored warehouse material by calling theWarehouseMaterialSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWarehouseMaterialAvailability>> WarehouseMaterialService.getMaterialAvailability(@Valid @NotNull DTOWarehouseMaterialAvailabilitySearchFilter filter) Retrieves the required Warehouse Material Availability as requiredWarehouseMaterialAvailabilitySearchEvent.org.springframework.http.ResponseEntity<Void> WarehouseMaterialService.patch(Long id, @Valid DTOWarehouseMaterialUpdate dto) Modifies the required warehouse material by calling theWarehouseMaterialUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WarehouseMaterialService.post(@Valid DTOWarehouseMaterialInsert dto) Creates a new warehouse material by calling theWarehouseMaterialInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.importmaterial
Methods in overit.geocallapp.wfm.inventory.ux.importmaterial that throw DAExceptionModifier and TypeMethodDescriptionprotected overit.geocallapp.docshare.docsharing.services.ResourceServiceImportWarehouseMaterial.getResourceService() -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.material.expected.detail
Methods in overit.geocallapp.wfm.inventory.ux.material.expected.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewExpectedMaterial.completeRowData(DBView dbv, int rowNumber, ExpectedMaterial expectedMaterial, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.operation.detail
Methods in overit.geocallapp.wfm.inventory.ux.operation.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected overit.geocallapp.docshare.docsharing.services.ResourceServiceWarehouseOperationDetail.getResourceService()protected InterventionWarehouseOperationDetail.loadIntervention(Long agendaId) protected BOMaterialWarehouseOperationDetail.loadMaterial(Long materialId) protected BOOperationActivityWarehouseOperationDetail.loadOperationActivity(Long activityId) protected DBViewWarehouseOperationDetail.loadSerializedMaterials(List<BOWarehouseOperationItemSerializedMaterial> serializedMaterials) protected BOWorkOrderHeaderWarehouseOperationDetail.loadWorkOrder(Long workOrderId) protected BOWorkOrderOperationWarehouseOperationDetail.loadWorkOrderOperation(Long woId) protected voidWarehouseOperationDetail.preparePage()protected voidWarehouseOperationDetail.setAccountingInformation(Map<String, Object> data) protected voidWarehouseOperationDetail.setFileInformation(Map<String, Object> data) protected voidWarehouseOperationDetail.setItemInformation()protected voidWarehouseOperationDetail.setStockChangeInformation(Map<String, Object> data) protected voidWarehouseOperationDetail.setTransferRequestInformation(Map<String, Object> data) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.operation.search
Methods in overit.geocallapp.wfm.inventory.ux.operation.search that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewWarehouseOperation.completeRowData(DBView dbv, int rowNumber, WarehouseOperation operation, PoolKit poolKit) protected voidServerTableViewWarehouseOperation.getTransferRequestSource(WarehouseOperation operation, Map<String, Object> data, PoolKit poolKit) ServerTableViewWarehouseOperation.getXlsxReport()Launches theXlsxOperationExportEventto perform the export. -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material
Methods in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewWarehouseMaterialAccounting.buildInterventionMaterialsDBView(List<WOAgendaMaterial> agendaMaterials) booleanWarehouseMaterialAccounting.checkDataBeforeSave()protected voidWarehouseMaterialAccounting.saveWarehouseAgendaMaterial(WarehouseWOAgendaMaterial warehouseWOAgendaMaterial, boolean isNew) protected voidWarehouseMaterialAccounting.setupWindow()protected WOAgendaMaterialWarehouseMaterialAccounting.updateWOAgendaMaterial(BOAgendaMaterial updatedAgendaMaterial, boolean isNew) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.edit
Methods in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.edit that throw DAExceptionModifier and TypeMethodDescriptionvoidInventoryEditMaterialAccountingPanel.prepareInputMultiDecoderWarehouses(Long foremanId) Prepares the user filter forInputMultiDecoderWarehouse. -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.serialized
Methods in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.serialized that throw DAExceptionModifier and TypeMethodDescriptionprotected List<BOSerializedMaterial> protected voidInventorySerializedMaterialAssociation.searchSerializedMaterials(Map<String, Object> filterMap) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.used
Methods in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.used that throw DAException -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.withdrawn
Methods in overit.geocallapp.wfm.inventory.ux.schedule.intervention.material.withdrawn that throw DAExceptionModifier and TypeMethodDescriptionprotected voidInventoryWithdrawnMaterialAccounting.setupWindow() -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.stock.detail
Methods in overit.geocallapp.wfm.inventory.ux.stock.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewStockDetail.completeRowData(DBView dbv, int rowNumber, StockSerializedMaterialDetail object, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.stock.history
Methods in overit.geocallapp.wfm.inventory.ux.stock.history that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewStockHistory.completeRowData(DBView dbv, int rowNumber, BOStockHistory stockHistory, PoolKit poolKit) protected BOStockStockHistory.loadStock(StockHistoryInput input) protected voidStockHistory.setUnmodifiableFilters(StockHistoryInput input) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.stock.search
Methods in overit.geocallapp.wfm.inventory.ux.stock.search that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewStock.completeRowData(DBView dbv, int rowNumber, WarehouseMaterialStock object, PoolKit poolKit) ServerTableViewStock.getXlsxReport()Launches theXlsxOperationExportEventto perform the export.protected BOMaterialServerTableViewStock.loadMaterial(Long materialId, PoolKit poolKit) protected BOStockTypeServerTableViewStock.loadStockType(Long stockTypeId, PoolKit poolKit) protected BOWarehouseServerTableViewStock.loadWarehouse(Long warehouseId, PoolKit poolKit) protected BOWarehouseMaterialServerTableViewStock.loadWarehouseMaterial(Long warehouse, Collection<Long> warehouses, Long material, PoolKit poolKit) boolean -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.stock.serializedmaterial.detail
Methods in overit.geocallapp.wfm.inventory.ux.stock.serializedmaterial.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidStockSerializedMaterialSelection.searchSerializedMaterials(Map<String, Object> filterMap) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.central.create
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.central.create that throw DAExceptionModifier and TypeMethodDescriptionprotected LongCreateCentralWarehouse.insertWarehouse(BOCentralWarehouse warehouse) protected voidCreateCentralWarehouse.saveWarehouse() -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.central.detail
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.central.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCentralWarehouseDetail.loadAdditionalData(BOWarehouse warehouse) protected BOOperationCenterCentralWarehouseDetail.loadOperationCenter(Long id) protected List<BOWarehouseOperationCenter> CentralWarehouseDetail.loadOperationCenterRelations(BOWarehouse warehouse) protected List<BOOperationCenter> CentralWarehouseDetail.loadOperationCentersData(BOWarehouse warehouse) protected voidCentralWarehouseDetail.manageAddress()protected voidCentralWarehouseDetail.saveWarehouse(Map<String, Object> formValues) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.centralmobile
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.centralmobile that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCentralMobileWarehouseAssociation.checkPreferredSelection() -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.create
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.create that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCreateWarehouse.checkBeforeSaving()protected abstract voidCreateWarehouse.saveWarehouse() -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.detail
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidWarehouseDetail.checkBeforeSaving()protected abstract voidWarehouseDetail.loadAdditionalData(BOWarehouse warehouse) protected voidWarehouseDetail.preparePage()protected abstract voidWarehouseDetail.saveWarehouse(Map<String, Object> formValues) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.material.search
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.material.search that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewWarehouseMaterial.completeRowData(DBView dbv, int rowNumber, WarehouseMaterialDetail warehouseMaterialDetail, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.mobile.create
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.mobile.create that throw DAExceptionModifier and TypeMethodDescriptionprotected LongCreateMobileWarehouse.insertWarehouse(BOMobileWarehouse warehouse) protected voidCreateMobileWarehouse.saveWarehouse() -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.mobile.detail
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.mobile.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidMobileWarehouseDetail.loadAdditionalData(BOWarehouse warehouse) protected List<BOCentralMobileWarehouse> MobileWarehouseDetail.loadAssociatedCentralWarehouseRealations(BOWarehouse warehouse) protected BOCentralWarehouseMobileWarehouseDetail.loadCentralWarehouse(Long id) protected Map<BOCentralWarehouse, Boolean> MobileWarehouseDetail.loadPreferredWarehouseData(BOWarehouse warehouse) protected BOSchedulingUserMobileWarehouseDetail.loadSchedulingUserData(Long schedulingUserId) protected voidMobileWarehouseDetail.saveWarehouse(Map<String, Object> formValues) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.search
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.search that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewWarehouse.buildOperationCenterList(BOWarehouse warehouse, Map<String, Object> newValues, PoolKit poolKit) protected voidServerTableViewWarehouse.completeRowData(DBView dbv, int rowNumber, BOWarehouse warehouse, PoolKit poolKit) protected voidSearchWarehouse.initSelectionPanelCentralWarehouse() -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.select
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.select that throw DAExceptionModifier and TypeMethodDescriptionprotected voidSelectWarehouse.initSelectionPanelCentralWarehouse() -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.transaction.generation
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.transaction.generation that throw DAExceptionModifier and TypeMethodDescriptionprotected booleanGenerateTransaction.checkStockQuantity(Map<String, Object> formValues, Double quantity) protected voidGenerateTransaction.executeChecks() -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request that throw DAExceptionModifier and TypeMethodDescriptionprotected DBViewManageTransferRequest.buildSerializedMaterialDBView(Set<Long> serializedMaterialIds, TransferRequestItem item) protected voidManageTransferRequest.changeCurrentStockQuantity()protected voidManageTransferRequest.checkBeforeItemSaving(Map<String, Object> itemData) protected voidManageTransferRequest.checkBeforeSaving(Map<String, Object> data) protected voidManageTransferRequest.deleteItemSerial(int row) protected voidManageTransferRequest.editItemRow(TransferRequestItem item) protected BOMaterialManageTransferRequest.loadMaterial(Long materialId) protected voidManageTransferRequest.refreshSerialsDBView(TransferRequestItem item) protected abstract voidManageTransferRequest.saveTransferRequest(TransferRequest transferRequest) protected List<BOTransferRequestHeader> ManageTransferRequest.searchTransferRequests(TransferRequestHeaderSearchFilter filter) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.create
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.create that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCreateTransferRequest.checkBeforeSaving(Map<String, Object> data) protected voidCreateTransferRequest.saveTransferRequest(TransferRequest transferRequest) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.detail
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidTransferRequestDetail.checkBeforeItemSaving(Map<String, Object> itemData) protected voidTransferRequestDetail.deleteItemSerial(int row) protected voidTransferRequestDetail.saveTransferRequest(TransferRequest transferRequest) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.search
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.search that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewTransferRequest.completeRowData(DBView dbv, int rowNumber, TransferRequest request, PoolKit poolKit) ServerTableViewTransferRequest.getXlsxReport()Launches theXlsxOperationExportEventto perform the export.protected voidSearchTransferRequest.prepareDataBeforeReceiving(TransferRequest transferRequest) -
Uses of DAException in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.serializedmaterial.selection
Methods in overit.geocallapp.wfm.inventory.ux.warehouse.transfer.request.serializedmaterial.selection that throw DAExceptionModifier and TypeMethodDescriptionprotected List<BOSerializedMaterial> protected voidTransferRequestSerializedMaterialSelection.searchSerializedMaterials(Map<String, Object> filterMap) -
Uses of DAException in overit.geocallapp.wfm.locations.bl
Methods in overit.geocallapp.wfm.locations.bl that throw DAExceptionModifier and TypeMethodDescriptionstatic voidLocationUtils.notifyAddressInsert(BOAddress address, PoolKit poolKit) Notifies the system about an address insertion.static voidLocationUtils.notifyAddressUpdate(Long addressId) Notifies the system about an address update.static voidLocationUtils.notifyAddressUpdate(Long addressId, PoolKit poolKit) Notifies the system about an address update.static voidLocationUtils.notifyAddressUpdate(Long addressId, PooledConnection connection) Notifies the system about an address update.static voidLocationUtils.notifyTechnicalObjectAddressInsert(Long addressId, PoolKit poolKit) Notifies the system about a technical object address insertion.static voidLocationUtils.notifyTechnicalObjectAddressInsert(BOAddress address, PoolKit poolKit) Notifies the system about a technical object address insertion. -
Uses of DAException in overit.geocallapp.wfm.locations.bl.address.data
Methods in overit.geocallapp.wfm.locations.bl.address.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAddressSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOSchedulingAddressCoordinatesSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.locations.bl.address.task
Methods in overit.geocallapp.wfm.locations.bl.address.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAddressNotification.body(AddressNotificationEvent event, PoolKit poolKit) protected voidBTAddressGeocodingSave.execute(AddressGeocodingSaveEvent event, PoolKit pk) protected voidBTAddressInsert.execute(AddressInsertEvent event, PoolKit pk) Writes the inserted address id into the event journal.protected voidBTAddressLoad.execute(AddressLoadEvent event, PoolKit pk) Writes the loaded address into the event journal.protected voidBTAddressSearch.execute(AddressSearchEvent event, PoolKit poolKit) Writes the searched addresses into the event journal.protected voidBTAddressUpdate.execute(AddressUpdateEvent event, PoolKit pk) Updates aBOAddresswith all its needed components.protected voidBTSchedulingAddressCoordinatesSearch.execute(SchedulingAddressCoordinatesSearchEvent event, PoolKit poolKit) Writes the searched addresses into the event journal.protected voidBTAddressInsert.launchNotificationEvents(BOAddress address, PoolKit poolKit) Launches notification events after an address has been inserted.protected voidBTAddressUpdate.notifyAddressUpdate(BOAddress oldAddress, BOAddress address, PoolKit pk) Notifies the system about an address update, handling different notification types based on whether a technical object association has been created.protected voidBTAddressHistory.preElaboration(PoolKit pk) protected voidValidate the data before the insertion.protected voidValidate the data before the update. -
Uses of DAException in overit.geocallapp.wfm.locations.bl.address.type.data
Methods in overit.geocallapp.wfm.locations.bl.address.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAddressTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.locations.bl.address.type.task
Methods in overit.geocallapp.wfm.locations.bl.address.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAddressTypeInsert.execute(AddressTypeInsertEvent event, PoolKit poolKit) Inserts the givenBOAddressTypeand writes the newly generated id into the event journal.protected voidBTAddressTypeLoad.execute(AddressTypeLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOAddressTypeand writes it into the event journal.protected voidBTAddressTypeSearch.execute(AddressTypeSearchEvent event, PoolKit poolKit) Starting from the givenBOAddressType, it searches the corresponding list ofAddressTypeSearchFilterand presents them as aPageResponsewhich is then written into the event journal.protected voidBTAddressTypeUpdate.execute(AddressTypeUpdateEvent event, PoolKit poolKit) Updates theBOAddressTypewith all its needed components.protected voidBTAddressTypeInsert.validate(BOAddressType addressType, PoolKit poolKit) Validate the data before the insertion.protected voidBTAddressTypeUpdate.validate(BOAddressType addressType, PoolKit poolKit) Validate the data before the update. -
Uses of DAException in overit.geocallapp.wfm.locations.bl.country.task
Methods in overit.geocallapp.wfm.locations.bl.country.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCountryLoad.body(CountryLoadEvent event, PoolKit pk) Writes the loaded country into the event journal.protected voidBTCountrySearch.body(CountrySearchEvent event, PoolKit poolKit) Writes the searched countries into the event journal. -
Uses of DAException in overit.geocallapp.wfm.locations.bl.district.task
Methods in overit.geocallapp.wfm.locations.bl.district.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDistrictLoad.body(DistrictLoadEvent event, PoolKit pk) Writes the loaded district into the event journal.protected voidBTDistrictSearch.body(DistrictSearchEvent event, PoolKit poolKit) Writes the searched districts into the event journal. -
Uses of DAException in overit.geocallapp.wfm.locations.bl.geocoding.status.data
Methods in overit.geocallapp.wfm.locations.bl.geocoding.status.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOGeocodingStatusSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.locations.bl.geocoding.status.task
Methods in overit.geocallapp.wfm.locations.bl.geocoding.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTGeocodingStatusLoad.body(GeocodingStatusLoadEvent event, PoolKit pk) Writes the loaded geocoding status into the event journal.protected voidBTGeocodingStatusSearch.body(GeocodingStatusSearchEvent event, PoolKit pk) Writes the searched geocoding status into the event journal. -
Uses of DAException in overit.geocallapp.wfm.locations.bl.municipality.data
Methods in overit.geocallapp.wfm.locations.bl.municipality.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMunicipalitySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.locations.bl.municipality.task
Methods in overit.geocallapp.wfm.locations.bl.municipality.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMunicipalityInsert.execute(MunicipalityInsertEvent event, PoolKit pk) Writes the inserted municipality id into the event journal.protected voidBTMunicipalityLoad.execute(MunicipalityLoadEvent event, PoolKit pk) Writes the loaded municipality into the event journal.protected voidBTMunicipalitySearch.execute(MunicipalitySearchEvent event, PoolKit poolKit) Writes the searched municipalities into the event journal.protected voidBTMunicipalityUpdate.execute(MunicipalityUpdateEvent event, PoolKit pk) Updates a newBOMunicipalitywith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.locations.integration
Methods in overit.geocallapp.wfm.locations.integration that throw DAExceptionModifier and TypeMethodDescriptionLocationEventProvider.getAddress(Long addressId) LocationProvider.getAddress(Long addressId) LocationEventProvider.insertAddress(BOAddress address) LocationProvider.insertAddress(BOAddress address) LocationEventProvider.searchAddress(AddressSearchFilter filter) LocationProvider.searchAddress(AddressSearchFilter filter) -
Uses of DAException in overit.geocallapp.wfm.locations.rs1.address
Methods in overit.geocallapp.wfm.locations.rs1.address that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> AddressService.batchPatch(@Size(min=1,max=200) @Valid List<DTOAddressBatchUpdate> batchInput) Update a batch of addresses by calling theAddressUpdateBatchEventorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> Create a batch of addresses by calling theAddressInsertBatchEventorg.springframework.http.ResponseEntity<Void> Geocodes the given address by calling theAddressGeocodeEventorg.springframework.http.ResponseEntity<Void> AddressService.geocodingBatchSave(@Size(min=1,max=10) Collection<Long> ids) Geocodes the given set of addresses by calling theAddressGeocodingBatchSaveEventorg.springframework.http.ResponseEntity<DTOAddress> AddressService.get(Long id, Collection<String> fields) Retrieves the required address.org.springframework.http.ResponseEntity<PageResponse<DTOAddress>> AddressService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAddressSearchFilter filter) Retrieve the all stored addresses.org.springframework.http.ResponseEntity<Void> AddressService.patch(Long id, @Valid DTOAddressUpdate input) Modifies the required address.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> AddressService.post(@Valid DTOAddressInsert input) Create a new address. -
Uses of DAException in overit.geocallapp.wfm.locations.rs1.addresstype
Methods in overit.geocallapp.wfm.locations.rs1.addresstype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAddressType> AddressTypeService.get(Long id, Collection<String> fields) Retrieves the required address type.org.springframework.http.ResponseEntity<PageResponse<DTOAddressType>> AddressTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAddressTypeSearchFilter filter) Retrieve all the stored address types.org.springframework.http.ResponseEntity<Void> AddressTypeService.patch(Long id, @Valid DTOAddressTypeUpdate input) Modifies the required address type.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> AddressTypeService.post(@Valid DTOAddressTypeInsert input) Create a new address type. -
Uses of DAException in overit.geocallapp.wfm.locations.rs1.country
Methods in overit.geocallapp.wfm.locations.rs1.country that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCountry> CountryService.get(String id, Collection<String> fields) Retrieves the required country.org.springframework.http.ResponseEntity<PageResponse<DTOCountry>> CountryService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCountrySearchFilter filter) Retrieve the all stored countries. -
Uses of DAException in overit.geocallapp.wfm.locations.rs1.district
Methods in overit.geocallapp.wfm.locations.rs1.district that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODistrict> DistrictService.get(String id, Collection<String> fields) Retrieves the required district.org.springframework.http.ResponseEntity<PageResponse<DTODistrict>> DistrictService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTODistrictSearchFilter filter) Retrieve the all stored districts. -
Uses of DAException in overit.geocallapp.wfm.locations.rs1.municipality
Methods in overit.geocallapp.wfm.locations.rs1.municipality that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMunicipality> MunicipalityService.get(Long id, Collection<String> fields) Retrieves the required municipality.org.springframework.http.ResponseEntity<PageResponse<DTOMunicipality>> MunicipalityService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMunicipalitySearchFilter filter) Retrieve the all stored municipalities. -
Uses of DAException in overit.geocallapp.wfm.materials
Methods in overit.geocallapp.wfm.materials that throw DAExceptionModifier and TypeMethodDescriptionvoidMaterialHelper.checkUniqueCode(BOMaterial currentMaterial, PoolKit pk) Check whether the given code is unique. -
Uses of DAException in overit.geocallapp.wfm.materials.bl.goodsgroup.data
Methods in overit.geocallapp.wfm.materials.bl.goodsgroup.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOGoodsGroupSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.materials.bl.goodsgroup.task
Methods in overit.geocallapp.wfm.materials.bl.goodsgroup.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTGoodsGroupInsert.checkCode(BOGoodsGroup goodsGroup, PoolKit poolKit) Validate the code of the goods groupprotected voidBTGoodsGroupUpdate.checkCode(BOGoodsGroup goodsGroup, PoolKit poolKit) Validate the code of the goods groupprotected voidBTGoodsGroupInsert.execute(GoodsGroupInsertEvent event, PoolKit pk) Inserts the givenBOGoodsGroupand writes the newly generated id into the event journal.protected voidBTGoodsGroupLoad.execute(GoodsGroupLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOGoodsGroupand writes it into the event journal.protected voidBTGoodsGroupSearch.execute(GoodsGroupSearchEvent event, PoolKit pk) Starting from the givenGoodsGroupSearchFilter, it searches the corresponding list ofBOGoodsGroupand presents them as aPageResponsewhich is then written into the event journal.protected voidBTGoodsGroupUpdate.execute(GoodsGroupUpdateEvent event, PoolKit pk) Updates theBOGoodsGroupwith all its needed components.protected voidBTGoodsGroupInsert.validateData(BOGoodsGroup goodsGroup, PoolKit poolKit) Validates the goods group data before the update.protected voidBTGoodsGroupUpdate.validateData(BOGoodsGroup goodsGroup, PoolKit poolKit) Validates the goods group data before the insertion. -
Uses of DAException in overit.geocallapp.wfm.materials.bl.item.data
Methods in overit.geocallapp.wfm.materials.bl.item.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMaterialItemSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.materials.bl.item.task
Methods in overit.geocallapp.wfm.materials.bl.item.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialItemInsert.checkCode(BOMaterialItem materialItem, PoolKit poolKit) Validate the code of the material itemprotected voidBTMaterialItemUpdate.checkCode(BOMaterialItem materialItem, PoolKit poolKit) Validate the code of the material itemprotected voidBTMaterialItemInsert.execute(MaterialItemInsertEvent event, PoolKit pk) Inserts the givenBOMaterialItemand writes the newly generated id into the event journal.protected voidBTMaterialItemLoad.execute(MaterialItemLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOMaterialItemand writes it into the event journal.protected voidBTMaterialItemSearch.execute(MaterialItemSearchEvent event, PoolKit pk) Starting from the givenMaterialItemSearchFilter, it searches the corresponding list ofBOMaterialItemand presents them as aPageResponsewhich is then written into the event journal.protected voidBTMaterialItemUpdate.execute(MaterialItemUpdateEvent event, PoolKit pk) Updates theBOMaterialItemwith all its needed components.voidBTMaterialItemInsert.validateData(BOMaterialItem materialItem, PoolKit poolKit) Validates the material item data before the insertion.voidBTMaterialItemUpdate.validateData(BOMaterialItem materialItem, PoolKit poolKit) Validates the material item data before the update. -
Uses of DAException in overit.geocallapp.wfm.materials.bl.managementtype.data
Methods in overit.geocallapp.wfm.materials.bl.managementtype.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMaterialManagementTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.materials.bl.managementtype.task
Methods in overit.geocallapp.wfm.materials.bl.managementtype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialManagementTypeLoad.execute(MaterialManagementTypeLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOMaterialManagementTypeand writes it into the event journal.protected voidBTMaterialManagementTypeSearch.execute(MaterialManagementTypeSearchEvent event, PoolKit pk) Starting from the givenMaterialManagementTypeSearchFilter, it searches the corresponding list ofBOMaterialManagementTypeand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.materials.bl.material.data
Methods in overit.geocallapp.wfm.materials.bl.material.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMaterialSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.materials.bl.material.history.data
Methods in overit.geocallapp.wfm.materials.bl.material.history.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMaterialHistorySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.materials.bl.material.history.task
Methods in overit.geocallapp.wfm.materials.bl.material.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialHistoryLoad.execute(MaterialHistoryLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOMaterialHistoryand writes it into the event journal.protected voidBTMaterialHistorySearch.execute(MaterialHistorySearchEvent event, PoolKit poolKit) Starting from the givenMaterialHistorySearchFilter, it searches the corresponding list ofBOMaterialHistoryand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.materials.bl.material.task
Methods in overit.geocallapp.wfm.materials.bl.material.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialInsert.execute(MaterialInsertEvent event, PoolKit pk) Inserts the givenBOMaterialand writes the newly generated id into the event journal..protected voidBTMaterialLoad.execute(MaterialLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOMaterialand writes it into the event journal..protected voidBTMaterialSearch.execute(MaterialSearchEvent event, PoolKit pk) Starting from the givenMaterialSearchFilter, it searches the corresponding list ofBOMaterialand presents them as aPageResponsewhich is then written into the event journal.protected voidBTMaterialUpdate.execute(MaterialUpdateEvent event, PoolKit pk) Updates theBOMaterialwith all its needed components.protected LongBTMaterialInsert.insert(BOMaterial boMaterial, PoolKit poolKit) Performs the insertion of the givenBOMaterialtogether with the correspondingBOMaterialHistory.protected voidBTMaterialUpdate.update(BOMaterial boMaterial, PoolKit poolKit) Performs the update of the givenBOMaterialtogether with the correspondingBOMaterialHistory.voidBTMaterialInsert.validateData(BOMaterial material, PoolKit pk) Validates the material data before the insertion.voidBTMaterialUpdate.validateData(BOMaterial material, PoolKit pk) Validates the material data before the update. -
Uses of DAException in overit.geocallapp.wfm.materials.bl.materialclass.data
Methods in overit.geocallapp.wfm.materials.bl.materialclass.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMaterialClassSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.materials.bl.materialclass.task
Methods in overit.geocallapp.wfm.materials.bl.materialclass.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialClassInsert.checkCode(BOMaterialClass materialClass, PoolKit poolKit) Validate the code of the material itemprotected voidBTMaterialClassUpdate.checkCode(BOMaterialClass materialClass, PoolKit poolKit) Validate the code of the material itemprotected voidBTMaterialClassInsert.execute(MaterialClassInsertEvent event, PoolKit pk) Inserts the givenBOMaterialClassand writes the newly generated id into the event journal.protected voidBTMaterialClassLoad.execute(MaterialClassLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOMaterialClassand writes it into the event journal.protected voidBTMaterialClassSearch.execute(MaterialClassSearchEvent event, PoolKit pk) Starting from the givenMaterialClassSearchFilter, it searches the corresponding list ofBOMaterialClassand presents them as aPageResponsewhich is then written into the event journal.protected voidBTMaterialClassUpdate.execute(MaterialClassUpdateEvent event, PoolKit pk) Updates theBOMaterialClasswith all its needed components.voidBTMaterialClassInsert.validateData(BOMaterialClass materialClass, PoolKit poolKit) Validates the material class data before the insertion.voidBTMaterialClassUpdate.validateData(BOMaterialClass materialClass, PoolKit poolKit) Validates the material class data before the update. -
Uses of DAException in overit.geocallapp.wfm.materials.bl.type.data
Methods in overit.geocallapp.wfm.materials.bl.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMaterialTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.materials.bl.type.task
Methods in overit.geocallapp.wfm.materials.bl.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMaterialTypeLoad.execute(MaterialTypeLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOMaterialTypeand writes it into the event journal.protected voidBTMaterialTypeSearch.execute(MaterialTypeSearchEvent event, PoolKit pk) Starting from the givenMaterialTypeSearchFilter, it searches the corresponding list ofBOMaterialTypeand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.materials.rs1.goodsgroup
Methods in overit.geocallapp.wfm.materials.rs1.goodsgroup that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOGoodsGroup> GoodsGroupService.get(Long id, Collection<String> fields, String language) Retrieves the requiredDTOGoodsGroupby calling from theGoodsGroupLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOGoodsGroup>> GoodsGroupService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid DTOGoodsGroupSearchFilter filter) Returns the collection of all the stored goods groups by calling theGoodsGroupSearchEvent.org.springframework.http.ResponseEntity<Void> GoodsGroupService.patch(Long id, @Valid DTOGoodsGroupUpdate dto) Updates the required material by calling theGoodsGroupUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> GoodsGroupService.post(@Valid DTOGoodsGroupInsert dto) Creates a new goods group by calling theGoodsGroupInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.materials.rs1.item
Methods in overit.geocallapp.wfm.materials.rs1.item that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMaterialItem> MaterialItemService.get(Long id, Collection<String> fields, String language) Retrieves the requiredDTOMaterialItemby calling from theMaterialItemLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMaterialItem>> MaterialItemService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid DTOMaterialItemSearchFilter filter) Returns the collection of all the stored material item types by calling theMaterialItemSearchEvent.org.springframework.http.ResponseEntity<Void> MaterialItemService.patch(Long id, @Valid DTOMaterialItemUpdate dto) Updates the required material by calling theMaterialItemUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> MaterialItemService.post(@Valid DTOMaterialItemInsert dto) Creates a new item type by calling theMaterialItemInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.materials.rs1.managementtype
Methods in overit.geocallapp.wfm.materials.rs1.managementtype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMaterialManagementType> MaterialManagementTypeService.get(Long id, Collection<String> fields) Retrieves the requiredDTOMaterialManagementTypeby calling from theMaterialManagementTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMaterialManagementType>> MaterialManagementTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMaterialManagementTypeSearchFilter filter) Returns the collection of all the stored material management types by calling theMaterialManagementTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.materials.rs1.material
Methods in overit.geocallapp.wfm.materials.rs1.material that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMaterial> MaterialService.get(Long id, Collection<String> fields, String language) Retrieves the requiredDTOMaterialby calling from theMaterialLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMaterial>> MaterialService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid DTOMaterialSearchFilter filter) Returns the collection of all the stored materials by calling theMaterialSearchEvent.org.springframework.http.ResponseEntity<Void> MaterialService.patch(Long id, @Valid DTOMaterialUpdate dto) Updates the required material by calling theMaterialUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> MaterialService.post(@Valid DTOMaterialInsert dto) Creates a new material by calling theMaterialInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.materials.rs1.materialclass
Methods in overit.geocallapp.wfm.materials.rs1.materialclass that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMaterialClass> MaterialClassService.get(Long id, Collection<String> fields, String language) Retrieves the requiredDTOMaterialClassby calling from theMaterialClassLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMaterialClass>> MaterialClassService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid DTOMaterialClassSearchFilter filter) Returns the collection of all the stored material classes by calling theMaterialClassSearchEvent.org.springframework.http.ResponseEntity<Void> MaterialClassService.patch(Long id, @Valid DTOMaterialClassUpdate dto) Updates the required material by calling theMaterialClassUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> MaterialClassService.post(@Valid DTOMaterialClassInsert dto) Creates a new material class by calling theMaterialClassInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.materials.rs1.type
Methods in overit.geocallapp.wfm.materials.rs1.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMaterialType> MaterialTypeService.get(Long id, Collection<String> fields) Retrieves the requiredDTOMaterialTypeby calling from theMaterialTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMaterialType>> MaterialTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMaterialTypeSearchFilter filter) Returns the collection of all the stored material types by calling theMaterialTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.measuringelements.bl.counterdirection.task
Methods in overit.geocallapp.wfm.measuringelements.bl.counterdirection.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCounterDirectionLoad.execute(CounterDirectionLoadEvent event, PoolKit poolKit) protected voidBTCounterDirectionSearch.execute(CounterDirectionSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.measuringelements.bl.measuringelement.data
Methods in overit.geocallapp.wfm.measuringelements.bl.measuringelement.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeasuringElement.defineParams(CommandContext cc, PoolKit pk) protected voidDAOMeasuringElementSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.data
Methods in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeasureSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.task
Methods in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeasureModeLoad.execute(MeasureModeLoadEvent event, PoolKit poolKit) protected voidBTMeasureModeSearch.execute(MeasureModeSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.task
Methods in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeasureStatusLoad.body(MeasureStatusLoadEvent event, PoolKit pk) Writes the loaded measure status into the event journal.protected voidBTMeasureStatusSearch.body(MeasureStatusSearchEvent event, PoolKit pk) Writes the searched measure status into the event journal. -
Uses of DAException in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.task
Methods in overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeasureCalculateCounterAlign.body(MeasureCalculateCounterAlignEvent measureCheckCounterAlignEvent, PoolKit pk) protected voidBTMeasureLoad.execute(MeasureLoadEvent event, PoolKit poolKit) Writes the searched measuring element measure into the event journal.protected voidBTMeasureSearch.execute(MeasureSearchEvent event, PoolKit poolKit) Writes the searched measuring element measures into the event journal.protected voidBTNextMeasureSearch.execute(NextMeasureSearchEvent event, PoolKit pk) Writes the measuring element's next measure into the event journal.protected voidBTPreviousMeasureSearch.execute(PreviousMeasureSearchEvent event, PoolKit pk) Writes the measuring element's previous measure into the event journal.protected BOMeasureBTNextMeasureSearch.findNextChronologicalMeasure(NextMeasureSearchEventInput input, PoolKit pk) Finds the next chronological measure for a measuring element after a specified target date.protected BOMeasureBTPreviousMeasureSearch.findPreviousChronologicalMeasure(PreviousMeasureSearchEventInput input, PoolKit pk) Finds the most recent chronological measure for a measuring element before a target date. -
Uses of DAException in overit.geocallapp.wfm.measuringelements.bl.measuringelement.status.task
Methods in overit.geocallapp.wfm.measuringelements.bl.measuringelement.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeasuringElementStatusLoad.execute(MeasuringElementStatusLoadEvent event, PoolKit pk) Writes the loaded measuring element status into the event journal.protected voidBTMeasuringElementStatusSearch.execute(MeasuringElementStatusSearchEvent event, PoolKit pk) Writes the searched measuring element status into the event journal. -
Uses of DAException in overit.geocallapp.wfm.measuringelements.bl.measuringelement.task
Methods in overit.geocallapp.wfm.measuringelements.bl.measuringelement.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeasuringElementLastMeasureUpdate.execute(MeasureNotificationEvent event, PoolKit pk) Updates theBOMeasuringElementlast measure with the latest validBOMeasure. -
Uses of DAException in overit.geocallapp.wfm.measuringelements.integration
Methods in overit.geocallapp.wfm.measuringelements.integration that throw DAExceptionModifier and TypeMethodDescriptionMeasuringElementsEventProvider.checkCounterAlign(BOMeasure measure) MeasuringElementsProvider.checkCounterAlign(BOMeasure measure) MeasuringElementsEventProvider.insertMeasure(BOMeasure measure) MeasuringElementsProvider.insertMeasure(BOMeasure measure) MeasuringElementsEventProvider.loadCounterDirection(Long counterDirectionId) MeasuringElementsProvider.loadCounterDirection(Long counterDirectionId) MeasuringElementsEventProvider.loadMeasure(Long measureId) MeasuringElementsProvider.loadMeasure(Long measureId) MeasuringElementsEventProvider.loadMeasureMode(Long measureModeId) MeasuringElementsProvider.loadMeasureMode(Long measureModeId) MeasuringElementsEventProvider.loadMeasureStatus(Long measureStatusId) MeasuringElementsProvider.loadMeasureStatus(Long measureStatusId) MeasuringElementsEventProvider.loadMeasuringElement(Long measuringElementId) MeasuringElementsProvider.loadMeasuringElement(Long measuringElementId) MeasuringElementsEventProvider.loadMeasuringElementStatus(Long measuringElementStatusId) MeasuringElementsProvider.loadMeasuringElementStatus(Long measuringElementStatusId) voidMeasuringElementsEventProvider.notifyMeasure(MeasureNotificationInput input) voidMeasuringElementsProvider.notifyMeasure(MeasureNotificationInput input) MeasuringElementsEventProvider.searchMeasures(MeasureSearchFilter filter) MeasuringElementsProvider.searchMeasures(MeasureSearchFilter filter) MeasuringElementsEventProvider.searchMeasuringElements(MeasuringElementSearchFilter filter) MeasuringElementsProvider.searchMeasuringElements(MeasuringElementSearchFilter filter) MeasuringElementsEventProvider.searchNextMeasure(NextMeasureSearchEventInput input) MeasuringElementsProvider.searchNextMeasure(NextMeasureSearchEventInput input) MeasuringElementsEventProvider.searchPreviousMeasure(PreviousMeasureSearchEventInput input) MeasuringElementsProvider.searchPreviousMeasure(PreviousMeasureSearchEventInput input) voidMeasuringElementsEventProvider.updateMeasure(BOMeasure measure) voidMeasuringElementsProvider.updateMeasure(BOMeasure measure) -
Uses of DAException in overit.geocallapp.wfm.measuringelements.rs1.counterdirection
Methods in overit.geocallapp.wfm.measuringelements.rs1.counterdirection that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCounterDirection> CounterDirectionService.get(Long counterDirectionId, Collection<String> fields) Retrieves the requiredDTOCounterDirectionby calling theCounterDirectionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOCounterDirection>> CounterDirectionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOCounterDirectionFilter filter) Retrieve the all stored counter direction. -
Uses of DAException in overit.geocallapp.wfm.measuringelements.rs1.measuremode
Methods in overit.geocallapp.wfm.measuringelements.rs1.measuremode that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeasureMode> MeasureModeService.get(Long measureModeId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOMeasureMode>> MeasureModeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOMeasureModeFilter filter) -
Uses of DAException in overit.geocallapp.wfm.measuringelements.rs1.measurestatus
Methods in overit.geocallapp.wfm.measuringelements.rs1.measurestatus that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeasureStatus> MeasureStatusService.get(Long measureStatusId, String language, Collection<String> fields) Returns the required measure status by calling theMeasureStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMeasureStatus>> MeasureStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOMeasureStatusFilter filter) Returns the collection of all the stored measure status by calling theMeasureStatusSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.measuringelements.rs1.status
Methods in overit.geocallapp.wfm.measuringelements.rs1.status that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeasuringElementStatus> MeasuringElementStatusService.get(Long measuringElementStatusId, Collection<String> fields) Retrieves the requiredDTOMeasuringElementStatusby calling theMeasuringElementStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOMeasuringElementStatus>> MeasuringElementStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOMeasuringElementStatusFilter filter) Returns the collection of all the stored measuring elements status by calling theMeasuringElementStatusSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.attachment.task
Methods in overit.geocallapp.wfm.mobile.core.bl.attachment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAttachmentLoad.body(AttachmentLoadEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.bundle.action.accept.task
Methods in overit.geocallapp.wfm.mobile.core.bl.bundle.action.accept.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileBundleAccept.execute(MobileBundleAcceptEvent event, PoolKit poolKit) It accepts the given bundle. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.bundle.action.acceptincharge.task
Methods in overit.geocallapp.wfm.mobile.core.bl.bundle.action.acceptincharge.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileBundleAcceptInCharge.execute(MobileBundleAcceptInChargeEvent event, PoolKit poolKit) It accepts and takes in charge the given bundle. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.datacollection.sheet.task
Methods in overit.geocallapp.wfm.mobile.core.bl.datacollection.sheet.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileDataCollectionSheetInsert.completeDataCollectionSheetData(BODataCollectionSheet dataCollectionSheet, PoolKit poolKit) Completes the data collection sheet data with additional information.protected voidBTMobileDataCollectionSheetInsert.execute(MobileDataCollectionSheetInsertEvent dataCollectionSheetInsertEvent, PoolKit poolKit) Inserts the givenBODataCollectionSheetand writes the newly generated id into the event journal.protected voidBTMobileDataCollectionSheetUpdate.execute(MobileDataCollectionSheetUpdateEvent event, PoolKit poolKit) Updates theBODataCollectionSheetwith all its needed components.protected voidBTMobileDataCollectionSheetUpdate.validate(BODataCollectionSheet dataCollectionSheet, PoolKit poolKit) Validates the data collection sheet before update. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.errorlog.data
Methods in overit.geocallapp.wfm.mobile.core.bl.errorlog.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMobileErrorLogSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.errorlog.task
Methods in overit.geocallapp.wfm.mobile.core.bl.errorlog.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileErrorLogDelete.execute(MobileErrorLogDeleteEvent event, PoolKit poolKit) Deletes theBOMobileErrorLogwith the ID provided in the input.protected voidBTMobileErrorLogInsert.execute(MobileErrorLogInsertEvent event, PoolKit poolKit) protected voidBTMobileErrorLogLoad.execute(MobileErrorLogLoadEvent event, PoolKit poolKit) protected voidBTMobileErrorLogSearch.execute(MobileErrorLogSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.data
Methods in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMobileInterventionToAcceptSearch.defineParams(CommandContext cc, PoolKit pk) protected voidDAOMobileInterventionToAcceptSearch.defineSql(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.task
Methods in overit.geocallapp.wfm.mobile.core.bl.intervention.toaccept.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileInterventionToAcceptAction.body(MobileInterventionToAcceptActionEvent<MobileInterventionToAcceptActionInput> event, PoolKit poolKit) protected voidBTMobileInterventionToAcceptSearch.body(MobileInterventionToAcceptSearchEvent event, PoolKit poolKit) protected voidBTMobileInterventionToAcceptAction.executeAction(MobileInterventionToAcceptActionInput input, PoolKit poolKit) protected abstract <T extends overit.geocallapp.wfm.schedulazione.odl.accettazioneodlpda.DATAccettaAssegnazioneRigaOdlPda>
voidBTMobileInterventionToAcceptAction.executeTask(T task, PoolKit poolKit) protected <T extends overit.geocallapp.wfm.schedulazione.odl.accettazioneodlpda.DATAccettaAssegnazioneRigaOdlPda>
voidBTMobileInterventionToAcceptConfirm.executeTask(T task, PoolKit poolKit) protected <T extends overit.geocallapp.wfm.schedulazione.odl.accettazioneodlpda.DATAccettaAssegnazioneRigaOdlPda>
voidBTMobileInterventionToAcceptConfirmInCharge.executeTask(T task, PoolKit poolKit) protected <T extends overit.geocallapp.wfm.schedulazione.odl.accettazioneodlpda.DATAccettaAssegnazioneRigaOdlPda>
voidBTMobileInterventionToAcceptRefuse.executeTask(T task, PoolKit poolKit) protected <T extends overit.geocallapp.wfm.schedulazione.odl.accettazioneodlpda.DATAccettaAssegnazioneRigaOdlPda>
voidBTMobileInterventionToAcceptAction.initializeTaskParameters(T task, MobileInterventionToAcceptActionInput input, PoolKit poolKit) protected <T extends overit.geocallapp.wfm.schedulazione.odl.accettazioneodlpda.DATAccettaAssegnazioneRigaOdlPda>
voidBTMobileInterventionToAcceptRefuse.initializeTaskParameters(T task, MobileInterventionToAcceptActionInput input, PoolKit poolKit) protected InterventionBTMobileInterventionToAcceptAction.loadIntervention(MobileInterventionToAcceptActionInput input, PoolKit poolKit) protected WorkOrderBTMobileInterventionToAcceptAction.loadWorkOrder(PoolKit poolKit, Intervention intervention) protected voidBTMobileInterventionToAcceptSearch.updateInterventionToAccept(Long idOC, Long idAage, PooledConnection conn) protected voidBTMobileInterventionToAcceptSearch.updateWorkOrderOperation(Long workOrderOperationId, PooledConnection conn) protected voidBTMobileInterventionToAcceptSearch.updateWorkOrderStatus(Long workOrderId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.multistage.task
Methods in overit.geocallapp.wfm.mobile.core.bl.multistage.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMultistageComputeDependentOperations.body(MultistageComputeDependentOperationsEvent event, PoolKit poolKit) protected voidBTMultistageComputeDependentOperations.execute(MultistageComputeDependentOperationsEvent event, PoolKit poolKit) Creates the map that associates each multistage group operation with its dependent operations.protected Map<Long, HashGetter> BTMultistageComputeDependentOperations.getOperationsExtendedData(PoolKit poolKit) Obtains the extended data of the multistage group operations associated with the multistage groups previously retrieved in the "prepare" method. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.notification.task
Methods in overit.geocallapp.wfm.mobile.core.bl.notification.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileNotificationLoad.body(MobileNotificationLoadEvent event, PoolKit pk) Writes the loaded notification into the event journal. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.data
Methods in overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMobileTechnicalObjectAttachmentsSearch.defineParams(CommandContext cc, PoolKit pk) protected voidDAOMobileTechnicalObjectAttachmentsSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.task
Methods in overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileTechnicalObjectAttachmentsSearch.body(MobileTechnicalObjectAttachmentsSearchEvent event, PoolKit poolKit) Writes the searched technical objects into the event journal. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.technicalobject.data
Methods in overit.geocallapp.wfm.mobile.core.bl.technicalobject.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMobileTechnicalObjectSearch.defineParams(CommandContext cc, PoolKit pk) protected voidDAOMobileTechnicalObjectSearch.defineValues(CommandContext cc, PoolKit pk) protected voidDAOMobileTechnicalObjectSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.data
Methods in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMobileInterventionsHistorySearch.defineValues(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.task
Methods in overit.geocallapp.wfm.mobile.core.bl.technicalobject.interventionshistory.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileInterventionsHistorySearch.body(MobileInterventionsHistorySearchEvent event, PoolKit poolKit) Writes the searched interventions histories into the event journal. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.technicalobject.notification.task
Methods in overit.geocallapp.wfm.mobile.core.bl.technicalobject.notification.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileNotificationSearch.body(MobileNotificationSearchEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.technicalobject.task
Methods in overit.geocallapp.wfm.mobile.core.bl.technicalobject.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileTechnicalObjectSearch.body(MobileTechnicalObjectSearchEvent event, PoolKit poolKit) Writes the searched technical objects into the event journal. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.user
Methods in overit.geocallapp.wfm.mobile.core.bl.user that throw DAExceptionModifier and TypeMethodDescriptionoverit.geocallapp.wfm.replicator.common.MobileUserVisibilitySettingsMobileUserVisibilityHelper.getMobileUserVisibilitySettings(Long userId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.util.address
Methods in overit.geocallapp.wfm.mobile.core.bl.util.address that throw DAExceptionModifier and TypeMethodDescriptionActivityAddressHelper.getWorkOrderOperationAddress(List<T> resultsList, Function<T, Long> addressIdExtractor, PoolKit poolKit) Retrieves work order operation addresses for the given search results.voidActivityAddressHelper.replaceActivityAddressForInterventions(List<MobileInterventionToAcceptSearchResult> resultsList, PoolKit poolKit) Replaces activity address with work order operation address for MobileInterventionToAcceptSearchResult.voidActivityAddressHelper.replaceActivityAddressForWorkOrders(List<MobileWorkOrderSearchResult> resultsList, PoolKit poolKit) Replaces activity address with work order operation address for MobileWorkOrderSearchResult.protected voidActivityAddressHelper.updateInterventionWithAddress(MobileInterventionToAcceptSearchResult result, BOAddress workOrderOperationAddress, PoolKit poolKit) Updates MobileInterventionToAcceptSearchResult with work order operation address data.protected voidActivityAddressHelper.updateWorkOrderWithAddress(MobileWorkOrderSearchResult result, BOAddress workOrderOperationAddress, PoolKit poolKit) Updates MobileWorkOrderSearchResult with work order operation address data. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.workorder.action.accept.task
Methods in overit.geocallapp.wfm.mobile.core.bl.workorder.action.accept.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileWorkOrderAccept.areWorkOrderPermitsValid(Long workOrderId, PoolKit poolKit) protected voidBTMobileWorkOrderAccept.body(MobileWorkOrderAcceptEvent event, PoolKit poolKit) It accepts the given work order (operation).protected WorkOrderBTMobileWorkOrderAccept.loadWorkOrder(Long workOrderId, PoolKit poolKit) Load theWorkOrderby the given id. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.workorder.action.acceptincharge.task
Methods in overit.geocallapp.wfm.mobile.core.bl.workorder.action.acceptincharge.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileWorkOrderAcceptInCharge.areWorkOrderPermitsValid(Long workOrderId, PoolKit poolKit) protected voidBTMobileWorkOrderAcceptInCharge.body(MobileWorkOrderAcceptInChargeEvent event, PoolKit poolKit) It accepts and takes in charge the given work order (operation).protected WorkOrderBTMobileWorkOrderAcceptInCharge.loadWorkOrder(Long workOrderId, PoolKit poolKit) Load theWorkOrderby the given id. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.workorder.data
Methods in overit.geocallapp.wfm.mobile.core.bl.workorder.data that throw DAExceptionModifier and TypeMethodDescriptionDAOMobileWorkOrders.buildSelect(CommandContext cc, PoolKit pk) protected voidDAOMobileWorkOrderSearch.defineSql(CommandContext cc, PoolKit pk) protected voidDAOMobileWorkOrderSearch.defineValues(CommandContext cc, PoolKit pk) protected voidDAOMobileWorkOrderSearch.feedback(CommandContext cc, PoolKit pk, DBStatement dbs) DAOMobileWorkOrders.getFieldsExcludingClobAndDatastampActionLogin(PoolKit pk, List<String> tables) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.workorder.task
Methods in overit.geocallapp.wfm.mobile.core.bl.workorder.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileWorkOrderSearch.areWorkOrderPermitsValid(PageResponse<MobileWorkOrderSearchResult> response, PoolKit poolKit) protected voidBTMobileWorkOrderCreateFromCreationRequest.body(MobileWorkOrderCreateFromCreationRequestEvent event, PoolKit poolKit) protected voidBTMobileWorkOrderSearch.body(MobileWorkOrderSearchEvent event, PoolKit poolKit) BTMobileWorkOrderSearch.getWorkOrderFilterClauses(List<HashGetter> workOrderForwardingRules) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.state.data
Methods in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.state.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMobileWorkOrderCreationRequestState.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.state.task
Methods in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileWorkOrderCreationRequestStateLoad.body(MobileWorkOrderCreationRequestStateLoadEvent event, PoolKit pk) protected voidBTMobileWorkOrderCreationRequestStateSearch.body(MobileWorkOrderCreationRequestStateSearchEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.task
Methods in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileWorkOrderCreationRequestHeaderInsert.body(MobileWorkOrderCreationRequestHeaderInsertEvent event, PoolKit pk) protected voidBTMobileWorkOrderCreationRequestHeaderLoad.body(MobileWorkOrderCreationRequestHeaderLoadEvent event, PoolKit pk) protected voidBTMobileWorkOrderCreationRequestHeaderSearch.body(MobileWorkOrderCreationRequestHeaderSearchEvent event, PoolKit pk) protected voidBTMobileWorkOrderCreationRequestHeaderUpdate.body(MobileWorkOrderCreationRequestHeaderUpdateEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.operation.task
Methods in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.operation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileWorkOrderCreationRequestOperationInsert.body(MobileWorkOrderCreationRequestOperationInsertEvent event, PoolKit pk) protected voidBTMobileWorkOrderCreationRequestOperationLoad.body(MobileWorkOrderCreationRequestOperationLoadEvent event, PoolKit pk) protected voidBTMobileWorkOrderCreationRequestOperationSearch.body(MobileWorkOrderCreationRequestOperationSearchEvent event, PoolKit pk) protected voidBTMobileWorkOrderCreationRequestOperationUpdate.body(MobileWorkOrderCreationRequestOperationUpdateEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.task
Methods in overit.geocallapp.wfm.mobile.core.bl.workordercreationrequest.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileWorkOrderCreationRequestLoad.body(MobileWorkOrderCreationRequestLoadEvent event, PoolKit poolKit) protected voidBTMobileWorkOrderCreationRequestSave.body(MobileWorkOrderCreationRequestSaveEvent event, PoolKit poolKit) protected voidBTMobileWorkOrderCreationRequestSave.saveHeader(BOMobileWorkOrderCreationRequestHeader header, PoolKit poolKit) protected voidBTMobileWorkOrderCreationRequestSave.saveOperation(BOMobileWorkOrderCreationRequestOperation operation, Long headerId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.attachment.task
Methods in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.attachment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileWorkOrderAttachmentSearch.body(MobileWorkOrderAttachmentSearchEvent event, PoolKit poolKit) Writes the searched mobile work order attachments into the event journal. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.task
Methods in overit.geocallapp.wfm.mobile.core.bl.workorderdetails.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileWorkOrderDetailLoad.body(MobileWorkOrderDetailLoadEvent event, PoolKit poolKit) Writes the loaded work order detail into the event journal.protected List<Intervention> BTMobileWorkOrderDetailLoad.loadInterventions(Long workOrderId, Page page, PoolKit poolKit) Load the list of interventions associated to the work order operations.protected WorkOrderBTMobileWorkOrderDetailLoad.loadWorkOrder(Long workOrderId, PoolKit poolKit) Load the work order with all its components. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.replicator.bundler.data
Methods in overit.geocallapp.wfm.mobile.core.replicator.bundler.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAMobileBundler.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.replicator.bundler.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.bundler.task that throw DAExceptionModifier 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 List<BOWorkOrderOperation> DATRABundle.loadCancelledWorkOrderOperations(PooledConnection connApplication, List<Long> closedBundleOperationsWOOperationIds) protected voidDATRABundle.setAdditionalData(DBView data, PooledConnection connApplication) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.replicator.datacollection.outcomerule.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.datacollection.outcomerule.task that throw DAExceptionModifier 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 DAException in overit.geocallapp.wfm.mobile.core.replicator.datacollection.sheet.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.datacollection.sheet.task that throw DAExceptionModifier 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 DAException in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.header.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.header.task that throw DAExceptionModifier 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 DAException in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.release.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.release.task that throw DAExceptionModifier 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 DAException in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.structure.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.datacollection.template.structure.task that throw DAExceptionModifier 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 DAException in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.data
Methods in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDARMeasureMediaFile.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.measuringelement.attachment.task that throw DAExceptionModifier 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) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.replicator.message.attachment.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.message.attachment.task that throw DAExceptionModifier 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) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.replicator.multistage.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.multistage.task that throw DAExceptionModifier 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.buildRow(DBView userMultistageGroupOperations, int row, ObjectMapper mapper) 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) protected voidDATRAMultistageGroupOperation.setDependentOperations(DBView userMultistageGroupOperations, int row, ObjectMapper mapper) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.replicator.outcome.data
Methods in overit.geocallapp.wfm.mobile.core.replicator.outcome.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOOutcomeReasonEncodedNote.defineParams(CommandContext cc, PoolKit pk) protected voidDAOOutcomeReasonEncodedNote.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.replicator.outcome.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.outcome.task that throw DAExceptionModifier 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 DAException in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.data
Methods in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDARTechnicalObjectMediaFile.appendCustomTombstone(ArrayList<String> alTombstones, HashGetter filter, Date lastSync, Long idPda, PooledConnection conn, PooledConnection externalConn) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.technicalobject.attachment.task that throw DAExceptionModifier 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 DAException in overit.geocallapp.wfm.mobile.core.replicator.usertypefunction.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.usertypefunction.task that throw DAExceptionModifier 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 DAException in overit.geocallapp.wfm.mobile.core.replicator.workorder.task
Methods in overit.geocallapp.wfm.mobile.core.replicator.workorder.task that throw DAExceptionModifier 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 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 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.updateAccounting(BOAgenda agenda, HashGetter currentRecord, HashGetter accounting, boolean fromDoInsert, PooledConnection externalConn) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.rs3.attachment
Methods in overit.geocallapp.wfm.mobile.core.rs3.attachment that throw DAExceptionModifier and TypeMethodDescriptionprotected org.springframework.core.io.InputStreamResourceAttachmentService.createInputStreamResource(WebResource webResource) Creates an InputStreamResource for the given WebResource.org.springframework.http.ResponseEntity<org.springframework.core.io.InputStreamResource> AttachmentService.getAttachment(String uuid) Returns the required attachment. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.rs3.bundle
Methods in overit.geocallapp.wfm.mobile.core.rs3.bundle that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> MobileBundleService.acceptBundle(Long bundleId, @Valid DTOMobileBundleAccept dto) Accept the given bundle from mobile.org.springframework.http.ResponseEntity<Void> MobileBundleService.acceptInChargeBundle(Long bundleId, @Valid DTOMobileBundleAcceptInCharge dto) Accept and take in charge the given bundle from mobile. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.rs3.errorlog
Methods in overit.geocallapp.wfm.mobile.core.rs3.errorlog that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> MobileErrorLogService.batchPost(@Size(min=1,max=200) @Valid List<DTOMobileErrorLogInsert> batchInput) org.springframework.http.ResponseEntity<DTOMobileErrorLog> MobileErrorLogService.get(Long mobileErrorLogId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOMobileErrorLog>> MobileErrorLogService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid @NotNull DTOMobileErrorLogFilter filter) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> MobileErrorLogService.post(@Valid DTOMobileErrorLogInsert dto) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.rs3.gisauthtoken
Methods in overit.geocallapp.wfm.mobile.core.rs3.gisauthtoken that throw DAException -
Uses of DAException in overit.geocallapp.wfm.mobile.core.rs3.intervention.resource
Methods in overit.geocallapp.wfm.mobile.core.rs3.intervention.resource that throw DAExceptionModifier and TypeMethodDescriptionprotected List<DTOMobileInterventionResource> MobileInterventionService.buildMobileInterventionResources(List<BOAgendaResource> agendaResources) Builds the mobile intervention resources list.org.springframework.http.ResponseEntity<List<DTOMobileInterventionResource>> MobileInterventionService.getInterventionResources(Long id) Retrieve the required intervention resources. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.rs3.intervention.toaccept
Methods in overit.geocallapp.wfm.mobile.core.rs3.intervention.toaccept that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> MobileInterventionToAcceptService.confirm(Long id, @Valid DTOMobileInterventionToAcceptConfirm userIdFilter) Confirm the given intervention to accept from mobile.org.springframework.http.ResponseEntity<Void> MobileInterventionToAcceptService.confirmInCharge(Long id, @Valid DTOMobileInterventionToAcceptConfirmInCharge userIdFilter) Confirm and take in charge the given intervention to accept from mobile.org.springframework.http.ResponseEntity<PageResponse<DTOMobileInterventionToAccept>> MobileInterventionToAcceptService.getCollection(@Valid Page page, @Valid @NotNull DTOMobileInterventionToAcceptSearchFilter filter) Retrieve all the stored interventions to accept.org.springframework.http.ResponseEntity<Void> MobileInterventionToAcceptService.refuse(Long id, @Valid DTOMobileInterventionToAcceptRefuse input) Refuse the given intervention to accept from mobile. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.rs3.notification
Methods in overit.geocallapp.wfm.mobile.core.rs3.notification that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMobileNotification> Retrieves the notifications matching the specified filter. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.rs3.technicalobject
Methods in overit.geocallapp.wfm.mobile.core.rs3.technicalobject that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMobileAttachment>> MobileTechnicalObjectService.getAttachments(Long technicalObjectId, @Valid Page page) Retrieve the attachments related to a specific technical object.org.springframework.http.ResponseEntity<PageResponse<DTOMobileTechnicalObjectSearchResult>> MobileTechnicalObjectService.getCollection(@Valid Page page, String order, @Valid @NotNull DTOMobileTechnicalObjectSearchFilter filter) Retrieve the all stored mobile technical object search results.org.springframework.http.ResponseEntity<PageResponse<DTOMobileInterventionsHistorySearchResult>> MobileTechnicalObjectService.getInterventionsHistory(Long technicalObjectId, @Valid Page page, @Valid @NotNull DTOMobileInterventionsHistorySearchFilter filter) Retrieve the all stored mobile interventions history search results.org.springframework.http.ResponseEntity<PageResponse<DTOMobileNotificationSearchResult>> MobileTechnicalObjectService.getNotificationHistory(Long technicalObjectId, @Valid Page page, @Valid @NotNull DTOMobileNotificationSearchFilter filter) Retrieve the all stored notification history for a specific technical object. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.rs3.timesheet
Methods in overit.geocallapp.wfm.mobile.core.rs3.timesheet that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMobileTimesheet> Retrieves the required mobile timesheet detail.org.springframework.http.ResponseEntity<Collection<DTOMobileUserTasks>> MobileTimesheetService.getByIntervention(@Valid @NotNull DTOMobileUserTasksSearchFilter filter) Retrieves the user tasks filtered by an intervention.protected BOWorkOrderHeaderMobileTimesheetService.loadWorkOrderHeader(Long workOrderId) protected BOWorkOrderOperationMobileTimesheetService.loadWorkOrderOperation(Long operationId) -
Uses of DAException in overit.geocallapp.wfm.mobile.core.rs3.workcalendar.resourceshiftexceptionrequest
Methods in overit.geocallapp.wfm.mobile.core.rs3.workcalendar.resourceshiftexceptionrequest that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOMobileResourceShiftExceptionRequest>> MobileResourceShiftExceptionRequestService.getCollection(@Valid Page page, @Valid @NotNull DTOMobileResourceShiftExceptionRequestSearchFilter filter) Retrieve the all stored work calendar work shift. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.rs3.workorder
Methods in overit.geocallapp.wfm.mobile.core.rs3.workorder that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> MobileWorkOrderService.accept(Long id, @Valid DTOMobileWorkOrderAccept dto) Accept the given work order (operation) from mobile.org.springframework.http.ResponseEntity<Void> MobileWorkOrderService.acceptInCharge(Long id, @Valid DTOMobileWorkOrderAcceptInCharge dto) Accept and take in charge the given work order (operation) from mobile.org.springframework.http.ResponseEntity<PageResponse<DTOMobileWorkOrderSearchResult>> MobileWorkOrderService.getCollection(@Valid Page page, @NotNull @Valid DTOMobileWorkOrderSearchFilter filter, String ordering) Retrieves the work orders matching the specified filter. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.rs3.workordercreationrequest
Methods in overit.geocallapp.wfm.mobile.core.rs3.workordercreationrequest that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MobileWorkOrderCreationRequestService.post(@Valid DTOMobileWorkOrderCreationRequestInsert dto) Create a work order creation request. -
Uses of DAException in overit.geocallapp.wfm.mobile.core.rs3.workorderdetails
Methods in overit.geocallapp.wfm.mobile.core.rs3.workorderdetails that throw DAExceptionModifier and TypeMethodDescriptionMobileWorkOrderDetailService.buildDependentOperations(List<MobileMultistageGroupOperationDependentOperation> dependentOperations) Builds the list of multistage dependent operations.protected List<DTOMobileIntervention> MobileWorkOrderDetailService.buildInterventionList(List<Intervention> interventions) Sets the data of each work order operation intervention.protected List<DTOMobileWorkOrderOperation> MobileWorkOrderDetailService.buildOperationList(WorkOrder workOrder, String language) Sets the data of each work order operations.protected List<DTOMobileWorkOrderAttachment> MobileWorkOrderDetailService.buildWorkOrderAttachments(List<BOMobileWorkOrderAttachment> attachments) Builds the list of work order attachments.protected DTOMobileWorkOrderDetailMobileWorkOrderDetailService.buildWorkOrderDetail(MobileWorkOrderDetail workOrderDetail, WorkOrder workOrder, String language) Builds the work order detail, by loading its components.protected DTOMobileWorkOrderHeaderMobileWorkOrderDetailService.buildWorkOrderHeader(WorkOrder workOrder, String language) Sets the work order header data.protected List<DTOMobileWorkOrderOperationMaterial> MobileWorkOrderDetailService.buildWorkOrderOperationMaterials(List<BOWorkOrderOperationMaterial> woMaterials) Sets the work order operation materials data.org.springframework.http.ResponseEntity<DTOMobileWorkOrderDetail> Retrieves the required mobile work order detail.org.springframework.http.ResponseEntity<List<DTOMobileWorkOrderAttachment>> MobileWorkOrderDetailService.getWorkOrderAttachments(Long workOrderId) Returns the work order attachments.org.springframework.http.ResponseEntity<List<DTOMobileWorkOrderOperationMaterial>> MobileWorkOrderDetailService.getWorkOrderOperationMaterials(Long workOrderId, Long operationId) Retrieves the required mobile work order operation materials.org.springframework.http.ResponseEntity<DTOMobileMultistageGroupOperation> MobileWorkOrderDetailService.getWorkOrderOperationMultistage(Long workOrderId, Long operationId) Retrieves the multistage dependent operations related to the work order operation.protected BOMaterialMobileWorkOrderDetailService.loadMaterialData(Long id) Loads the material data.protected StringMobileWorkOrderDetailService.loadWOOperationStateDescription(Long id) Loads the work order operation state description.protected LocalizedStringMobileWorkOrderDetailService.loadWOOperationTypeDescription(Long id, String language) Loads the work order operation type description.protected StringMobileWorkOrderDetailService.loadWorkOrderStateDescription(Long id) Loads the work order state description.protected LocalizedStringMobileWorkOrderDetailService.loadWorkOrderTypeDescription(Long id, String language) Loads work order type description. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl
Methods in overit.geocallapp.wfm.mobileforms.bl that throw DAExceptionModifier and TypeMethodDescriptionstatic voidMobileFormsUtils.notifyDataCollectionTemplateAfterVisibilityRuleChange(Long templateId, PoolKit poolKit) Notify that something is changed in the visibility rule of the data collection template.static voidMobileFormsUtils.notifyDataCollectionTemplateStructureOutcomeRuleInsert(Long outcomeRuleId, PoolKit poolKit) Notifies theBODataCollectionTemplateStructureOutcomeRuleinsert.static voidMobileFormsUtils.notifyDataCollectionTemplateStructureOutcomeRuleUpdate(Long outcomeRuleId, PoolKit poolKit) Notifies theBODataCollectionTemplateStructureOutcomeRuleupdate.static voidMobileFormsUtils.notifyDataCollectionVisibilityRuleHeaderDelete(Long visibilityRuleHeaderId, Long templateId, boolean notifyTemplate, PoolKit poolKit) Notifies theBODCTemplateVisibilityRuleHeaderdelete.static voidMobileFormsUtils.notifyDataCollectionVisibilityRuleHeaderInsert(Long visibilityRuleHeaderId, boolean notifyTemplate, PoolKit poolKit) Notifies theBODCTemplateVisibilityRuleHeaderinsert.static voidMobileFormsUtils.notifyDataCollectionVisibilityRuleHeaderUpdate(Long visibilityRuleHeaderId, boolean notifyTemplate, PoolKit poolKit) Notifies theBODCTemplateVisibilityRuleHeaderupdate.static voidMobileFormsUtils.notifyDataCollectionVisibilityRuleRowDelete(Long visibilityRuleRowId, Long visibilityRuleHeader, boolean notifyTemplate, PoolKit poolKit) Notifies theBODCTemplateVisibilityRuleRowdelete.static voidMobileFormsUtils.notifyDataCollectionVisibilityRuleRowInsert(Long visibilityRuleRowId, boolean notifyTemplate, PoolKit poolKit) Notifies theBODCTemplateVisibilityRuleRowinsert.static voidMobileFormsUtils.notifyMobileFormSheetInsert(Long mobileFormSheetId, PoolKit poolKit) Notifies theBODataCollectionSheetinsert.static voidMobileFormsUtils.notifyMobileFormSheetStatusUpdate(Long mobileFormSheetId, PoolKit poolKit) Notifies theBODataCollectionSheetstatus update.static voidMobileFormsUtils.notifyMobileFormSheetUpdate(Long mobileFormSheetId, PoolKit poolKit) Notifies theBODataCollectionSheetupdate.static voidMobileFormsUtils.notifyMobileFormTemplateStructureReleaseInsert(Long templateStructureReleaseId, PoolKit poolKit) Notifies theBODataCollectionTemplateStructureReleaseinsert. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.instance.task
Methods in overit.geocallapp.wfm.mobileforms.bl.instance.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionSheetInstanceFixSchedulingResourceSheet.checkCanFix(DataCollectionSheetInstance sheetInstance) Checks whether the fix can be made.protected voidBTDataCollectionSheetInstanceFillIn.checkNodesConstraints(TreeModel<DataCollectionNode> treeModel, PoolKit poolKit) Checks the nodes constraints.protected voidBTDataCollectionSheetInstanceRequestUnlock.checkSheet(Long sheetId, PoolKit poolKit) Validates that the sheet meets all requirements for requesting unlock.protected voidBTDataCollectionSheetInstanceUnlock.checkSheet(Long sheetId, PoolKit poolKit) Validates that the sheet meets all requirements for unlocking.protected voidBTDataCollectionSheetInstanceLock.closeSheet(BODataCollectionSheet sheet, PoolKit poolKit) Closes the data collection sheet to lock it.protected List<CheckIssue> BTDataCollectionSheetInstanceCheckMandatoryNodes.computeCheckIssues(DataCollectionSheetInstanceCheckMandatoryNodesInput input, PoolKit poolKit) Computes the check issues.protected List<CheckIssue> BTDataCollectionSheetInstanceCheckNodesConstraints.computeCheckIssues(TreeModel<DataCollectionNode> treeModel, PoolKit poolKit) Computes the check issues.protected List<CheckIssue> BTDataCollectionSheetInstanceCheckNodesConstraintsThreshold.computeCheckIssues(TreeModel<DataCollectionNode> treeModel, PoolKit poolKit) Computes the check issues.protected List<CheckerEvent<?>> BTDataCollectionSheetInstanceCloseSchedulingResourceSheet.defineCheckerEvents(Long sheetId, PoolKit poolKit) Defines the checker events.protected voidBTDataCollectionSheetInstanceClose.execute(DataCollectionSheetInstanceCloseEvent event, PoolKit poolKit) Closes the data collection sheet instance.protected voidBTDataCollectionSheetInstanceFillIn.execute(DataCollectionSheetInstanceFillInEvent event, PoolKit poolKit) Fills in the data collection sheet instance.protected voidBTDataCollectionSheetInstanceFix.execute(DataCollectionSheetInstanceFixEvent event, PoolKit poolKit) Fixes the data collection sheet instance by setting the new state.protected voidBTDataCollectionSheetInstanceFixSchedulingResourceSheet.execute(DataCollectionSheetInstanceFixSchedulingResourceSheetEvent event, PoolKit poolKit) Fixes the scheduling resource sheet.protected voidBTDataCollectionSheetInstanceInsert.execute(DataCollectionSheetInstanceInsertEvent event, PoolKit poolKit) Inserts the new data collection sheet instance.protected voidBTDataCollectionSheetInstanceLoad.execute(DataCollectionSheetInstanceLoadEvent event, PoolKit poolKit) Loads the required data collection sheet instance.protected voidBTDataCollectionSheetInstanceLock.execute(DataCollectionSheetInstanceLockEvent event, PoolKit poolKit) Executes the data collection sheet locking process.protected voidBTDataCollectionSheetInstanceReopen.execute(DataCollectionSheetInstanceReopenEvent event, PoolKit poolKit) Reopens the required data collection sheet instance.protected voidBTDataCollectionSheetInstanceRequestUnlock.execute(DataCollectionSheetInstanceRequestUnlockEvent event, PoolKit poolKit) Executes the request unlock workflow.protected voidBTDataCollectionSheetInstanceResetUnlock.execute(DataCollectionSheetInstanceResetUnlockEvent event, PoolKit poolKit) Executes the reset unlock workflow.protected voidBTDataCollectionSheetInstanceUnlock.execute(DataCollectionSheetInstanceUnlockEvent event, PoolKit poolKit) protected VoidBTDataCollectionSheetInstanceCloseSchedulingResourceSheet.executeProcess(Long sheetId, PoolKit poolKit) Closes the data collection sheet instance.protected voidFixes the sheet by launching a fix event.protected voidBTDataCollectionSheetInstanceRequestUnlock.launchUpdateEvent(BODataCollectionSheet sheet, PoolKit poolKit) protected BODataCollectionSheetLoads the sheet.protected BODataCollectionSheetLoads the sheet.protected BODataCollectionSheetLoads the sheet.protected BODataCollectionSheetLoads a data collection sheet by its ID.protected BODataCollectionSheetLoads the sheet.protected BODataCollectionSheetLoads a data collection sheet by its ID.protected BODataCollectionSheetLoads a data collection sheet by its ID.protected BODataCollectionSheetLoads a data collection sheet by its ID.protected DataCollectionSheetInstanceBTDataCollectionSheetInstanceCloseSchedulingResourceSheet.loadSheetInstance(Long sheetId, PoolKit poolKit) Loads the sheet instance.protected DataCollectionSheetInstanceBTDataCollectionSheetInstanceFillIn.loadSheetInstance(Long sheetId, PoolKit poolKit) Loads the sheet instance.protected voidBTDataCollectionSheetInstanceResetUnlock.resetSheet(BODataCollectionSheet sheet, PoolKit poolKit) Resets the unlock request flag on the sheet to false.protected voidBTDataCollectionSheetInstanceUnlock.resetUnlockSheet(Long sheetId, PoolKit poolKit) Resets the unlock request flag on the sheet to false.protected voidBTDataCollectionSheetInstanceFillIn.saveSheetInstance(DataCollectionSheetInstance sheetInstance, PoolKit poolKit) Saves the sheet instance.protected LongBTDataCollectionSheetInstanceInsert.saveSheetInstance(DataCollectionSheetInstance sheetInstance, PoolKit poolKit) Saves the sheet instance.protected voidBTDataCollectionSheetInstanceUnlock.sendPushNotification(Long sheetId, PoolKit poolKit) Sends a push notification to the user about the sheet unlock.protected voidBTDataCollectionSheetInstanceClose.updateSheet(BODataCollectionSheet sheet, PoolKit poolKit) Updates the sheet.protected voidBTDataCollectionSheetInstanceFix.updateSheet(BODataCollectionSheet sheet, PoolKit poolKit) Updates the sheet.protected voidBTDataCollectionSheetInstanceReopen.updateSheet(BODataCollectionSheet sheet, PoolKit poolKit) Updates the sheet.protected voidBTDataCollectionSheetInstanceRequestUnlock.updateSheet(Long sheetId, PoolKit poolKit) Updates the sheet by setting the unlock request flag to true. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.node
Methods in overit.geocallapp.wfm.mobileforms.bl.node that throw DAExceptionModifier and TypeMethodDescriptionDataCollectionNodeHelper.getRealPathDataCollectionNodeSchema()Returns the real path data collection node schema. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.task
Methods in overit.geocallapp.wfm.mobileforms.bl.optionsgroup.task that throw DAExceptionModifier and TypeMethodDescriptionprotected List<CheckerEvent<?>> BTDataCollectionOptionsGroupImportModel.defineCheckerEvents(DataCollectionOptionsGroupImportModelInput input, PoolKit poolKit) Defines the checker events.protected voidBTDataCollectionOptionGroupExportModel.execute(DataCollectionOptionGroupExportModelEvent event, PoolKit poolKit) Exports the model of theBODataCollectionOptionsGroup.protected voidBTDataCollectionOptionsGroupDelete.execute(DataCollectionOptionsGroupDeleteEvent event, PoolKit poolKit) Deletes all theBODataCollectionOptionsGroup.protected voidBTDataCollectionOptionsGroupInsert.execute(DataCollectionOptionsGroupInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionOptionsGroupand writes the newly generated id into the event journal.protected voidBTDataCollectionOptionsGroupLoad.execute(DataCollectionOptionsGroupLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBODataCollectionOptionsGroupand writes it into the event journal.protected voidBTDataCollectionOptionsGroupSearch.execute(DataCollectionOptionsGroupSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionOptionsGroupinto the event journal.protected voidBTDataCollectionOptionsGroupUpdate.execute(DataCollectionOptionsGroupUpdateEvent event, PoolKit poolKit) Updates theBODataCollectionOptionsGroupwith all its needed components.protected VoidBTDataCollectionOptionsGroupImportModel.executeProcess(DataCollectionOptionsGroupImportModelInput input, PoolKit poolKit) Execute the import process and update the requiredBODataCollectionOptionsGroupwith the imported model.protected BODataCollectionOptionsGroupBTDataCollectionOptionGroupExportModel.loadOptionGroup(Long optionGroupId, PoolKit poolKit) Loads the requiredBODataCollectionOptionsGroup.protected BODataCollectionOptionsGroupBTDataCollectionOptionsGroupImportModel.loadOptionGroup(Long optionGroupId, PoolKit poolKit) Loads the requiredBODataCollectionOptionsGroup.protected voidBTDataCollectionOptionsGroupInsert.validateInput(BODataCollectionOptionsGroup dataCollectionOptionsGroup, PoolKit poolKit) Validates the input data for the data collection options group before inserting.protected voidBTDataCollectionOptionsGroupUpdate.validateInput(BODataCollectionOptionsGroup dataCollectionOptionsGroup, PoolKit poolKit) Validates the input data for the data collection options group before updating. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.outcomerule.task
Methods in overit.geocallapp.wfm.mobileforms.bl.outcomerule.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateStructureOutcomeRuleNotification.body(DataCollectionTemplateStructureOutcomeRuleNotificationEvent event, PoolKit poolKit) protected voidBTDataCollectionTemplateStructureOutcomeRuleAlign.deleteOutcomeRule(Long outcomeRuleId, PoolKit poolKit) Deletes a single outcome rule.protected voidBTDataCollectionTemplateStructureOutcomeRuleAlign.deleteOutcomeRules(Set<Long> outcomeRuleIds, PoolKit poolKit) Deletes the removed template outcome rules.protected voidBTDataCollectionTemplateStructureOutcomeRuleAlign.execute(DataCollectionTemplateStructureOutcomeRuleAlignEvent event, PoolKit poolKit) Deletes the removed template structure outcome rules, inserts the new associations, and updates the existing associations.protected voidBTDataCollectionTemplateStructureOutcomeRuleDelete.execute(DataCollectionTemplateStructureOutcomeRuleDeleteEvent event, PoolKit poolKit) Deletes theBODataCollectionTemplateStructureOutcomeRule.protected voidBTDataCollectionTemplateStructureOutcomeRuleDeleteByFilter.execute(DataCollectionTemplateStructureOutcomeRuleDeleteByFilterEvent event, PoolKit poolKit) Deletes all the data collection template structure outcome rule retrieved using a specified filter.protected voidBTDataCollectionTemplateStructureOutcomeRuleInsert.execute(DataCollectionTemplateStructureOutcomeRuleInsertEvent event, PoolKit poolKit) Inserts the new data collection template structure outcome rule.protected voidBTDataCollectionTemplateStructureOutcomeRuleLoad.execute(DataCollectionTemplateStructureOutcomeRuleLoadEvent event, PoolKit poolKit) Loads the data collection template structure outcome rule.protected voidBTDataCollectionTemplateStructureOutcomeRuleSearch.execute(DataCollectionTemplateStructureOutcomeRuleSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionTemplateStructureOutcomeRuleinto the event journal.protected voidBTDataCollectionTemplateStructureOutcomeRuleUpdate.execute(DataCollectionTemplateStructureOutcomeRuleUpdateEvent event, PoolKit poolKit) Updates the data collection template structure outcome rule.protected voidBTDataCollectionTemplateStructureOutcomeRuleAlign.insertOutcomeRule(BODataCollectionTemplateStructureOutcomeRule outcomeRule, PoolKit poolKit) Inserts a single template structure outcome rule.protected voidBTDataCollectionTemplateStructureOutcomeRuleAlign.insertOutcomeRules(List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToInsert, Long newTemplateStructure, PoolKit poolKit) Inserts new template structure outcome rules.protected voidBTDataCollectionTemplateStructureOutcomeRuleAlign.updateOutcomeRule(BODataCollectionTemplateStructureOutcomeRule outcomeRule, PoolKit poolKit) Updates a single template structure outcome rule.protected voidBTDataCollectionTemplateStructureOutcomeRuleAlign.updateOutcomeRules(List<BODataCollectionTemplateStructureOutcomeRule> outcomeRulesToUpdate, PoolKit poolKit) Updates existing template structure outcome rules.protected voidBTDataCollectionTemplateStructureOutcomeRuleInsert.validate(BODataCollectionTemplateStructureOutcomeRule outcomeRule, PoolKit poolKit) Validates the outcome rule.protected voidBTDataCollectionTemplateStructureOutcomeRuleUpdate.validate(BODataCollectionTemplateStructureOutcomeRule outcomeRule, PoolKit poolKit) Validates the outcome rule. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.rule
Methods in overit.geocallapp.wfm.mobileforms.bl.rule that throw DAExceptionModifier and TypeMethodDescriptionstatic voidDataCollectionTemplateWOCreationRuleUtils.checkWOCreationRule(BODataCollectionTemplateWOCreationRule rule, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.rule.data
Methods in overit.geocallapp.wfm.mobileforms.bl.rule.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataCollectionTemplateWOCreationRuleSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.rule.task
Methods in overit.geocallapp.wfm.mobileforms.bl.rule.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateWOCreationRuleInsert.checkExistTemplate(Long template, PoolKit poolKit) Verifies that the specified template exists by attempting to load it.protected voidBTDataCollectionTemplateWOCreationRuleUpdate.checkExistTemplate(Long template, PoolKit poolKit) Checks if the specified data collection template exists in the database.protected voidBTDataCollectionTemplateWOCreationRuleBatchInsert.execute(DataCollectionTemplateWOCreationRuleBatchInsertEvent event, PoolKit poolKit) Inserts the given list ofBODataCollectionTemplateWOCreationRuleand writes the newly generated id into the event journal.protected voidBTDataCollectionTemplateWOCreationRuleInsert.execute(DataCollectionTemplateWOCreationRuleInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionTemplateWOCreationRuleand writes the newly generated id into the event journal.protected voidBTDataCollectionTemplateWOCreationRuleLoad.execute(DataCollectionTemplateWOCreationRuleLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBODataCollectionTemplateWOCreationRuleand writes it into the event journal.protected voidBTDataCollectionTemplateWOCreationRuleSearch.execute(DataCollectionTemplateWOCreationRuleSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionTemplateWOCreationRuleinto the event journal.protected voidBTDataCollectionTemplateWOCreationRuleUpdate.execute(DataCollectionTemplateWOCreationRuleUpdateEvent event, PoolKit poolKit) Updates theBODataCollectionTemplateWOCreationRulewith all its needed components.protected voidBTDataCollectionTemplateWOCreationRuleInsert.validateInput(BODataCollectionTemplateWOCreationRule dataCollectionTemplateWOCreationRule, PoolKit poolKit) Validates the input data collection template WO creation rule.protected voidBTDataCollectionTemplateWOCreationRuleUpdate.validateInput(BODataCollectionTemplateWOCreationRule dataCollectionTemplateWOCreationRule, PoolKit poolKit) Validates the input data for updating a data collection template WO creation rule. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.sheet.data
Methods in overit.geocallapp.wfm.mobileforms.bl.sheet.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataCollectionSheetSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.sheet.scope.task
Methods in overit.geocallapp.wfm.mobileforms.bl.sheet.scope.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionSheetScopeLoad.execute(DataCollectionSheetScopeLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBODataCollectionSheetScopeand writes it into the event journal.protected voidBTDataCollectionSheetScopeSearch.execute(DataCollectionSheetScopeSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionSheetScopeinto the event journal. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.sheet.state.task
Methods in overit.geocallapp.wfm.mobileforms.bl.sheet.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionSheetStateLoad.execute(DataCollectionSheetStateLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBODataCollectionSheetStateand writes it into the event journal.protected voidBTDataCollectionSheetStateSearch.execute(DataCollectionSheetStateSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionSheetStateinto the event journal. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.sheet.task
Methods in overit.geocallapp.wfm.mobileforms.bl.sheet.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileFormsSheetNotification.body(MobileFormsSheetNotificationEvent event, PoolKit poolKit) protected voidBTDataCollectionSheetInsert.completeDataCollectionSheetData(BODataCollectionSheet dataCollectionSheet, PoolKit poolKit) Completes the data collection sheet data with the user information and generated code.protected voidBTDynamicFormsSheetAutomaticInitializationFromOutcome.createAndAssociateSheet(BODataCollectionTemplateHeader template, DynamicFormsSheetAutomaticInitializationFromOutcomeInput input, PoolKit poolKit) Creates a new Dynamic Forms Sheet and associates it with the work order operation.protected voidBTDynamicFormsSheetAutomaticInitializationFromOutcome.createSheetsForTemplates(Collection<DataCollectionTemplateRelease> templates, DynamicFormsSheetAutomaticInitializationFromOutcomeInput input, PoolKit poolKit) Creates sheets for all the given templates.protected voidBTDataCollectionSheetExportModel.execute(DataCollectionSheetExportModelEvent event, PoolKit poolKit) Starting from the data collection sheet id, it loads the data collection sheet and exports the stored model.protected voidBTDataCollectionSheetInsert.execute(DataCollectionSheetInsertEvent dataCollectionSheetInsertEvent, PoolKit poolKit) Inserts the givenBODataCollectionSheetand writes the newly generated id into the event journal.protected voidBTDataCollectionSheetSearch.execute(DataCollectionSheetSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionSheetinto the event journal.protected voidBTDynamicFormsSheetAutomaticInitializationFromOutcome.execute(DynamicFormsSheetAutomaticInitializationFromOutcomeEvent event, PoolKit poolKit) Automatically initialize Dynamic Forms Sheets for missing auto generable templates.protected voidBTDynamicFormsSheetAutomaticInitializationFromOutcome.insertSheetFromWorkOrderOperation(DataCollectionTemplateInsertSheetFromWOOperationInput insertInput, PoolKit poolKit) Inserts a sheet from work order operation.protected Collection<DataCollectionTemplateRelease> BTDynamicFormsSheetAutomaticInitializationFromOutcome.launchTemplateSearch(DynamicFormsTemplateAutoGenerableRequiredSearchInput searchInput, PoolKit poolKit) Launches the template search event.protected Collection<DataCollectionTemplateRelease> BTDynamicFormsSheetAutomaticInitializationFromOutcome.searchMissingAutoGenerableTemplates(DynamicFormsSheetAutomaticInitializationFromOutcomeInput input, PoolKit poolKit) Searches for missing auto generable templates that need to be initialized. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.header
Methods in overit.geocallapp.wfm.mobileforms.bl.template.header that throw DAExceptionModifier and TypeMethodDescriptionstatic voidDataCollectionTemplateHeaderUtils.checkTemplate(BODataCollectionTemplateHeader template, PoolKit poolKit) Checks the template. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.header.data
Methods in overit.geocallapp.wfm.mobileforms.bl.template.header.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataCollectionTemplateHeaderSearch.defineSql(CommandContext cc, PoolKit pk) protected voidDAODataCollectionTemplateHeaderSearch.defineValues(CommandContext cc, PoolKit pk) protected voidDAODataCollectionWOTemplateHeaderSearch.defineValues(CommandContext cc, PoolKit pk) protected voidDAODataCollectionTemplateHeaderSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.header.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateHeaderNotification.body(DataCollectionTemplateHeaderNotificationEvent event, PoolKit poolKit) protected voidBTDataCollectionTemplateHeaderInsert.execute(DataCollectionTemplateHeaderInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionTemplateHeaderand writes the newly generated id into the event journal.protected voidBTDataCollectionTemplateHeaderLoad.execute(DataCollectionTemplateHeaderLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBODataCollectionTemplateHeaderand writes it into the event journal.protected voidBTDataCollectionTemplateHeaderSearch.execute(DataCollectionTemplateHeaderSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionTemplateHeaderinto the event journal.protected voidBTDataCollectionTemplateHeaderUpdate.execute(DataCollectionTemplateHeaderUpdateEvent event, PoolKit poolKit) Updates theBODataCollectionTemplateHeaderwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.release.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.release.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateReleaseLoad.execute(DataCollectionTemplateReleaseLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingDataCollectionTemplateReleaseand writes it into the event journal.protected voidBTDataCollectionTemplateReleaseSave.execute(DataCollectionTemplateReleaseSaveEvent event, PoolKit poolKit) Saves the givenDataCollectionTemplateRelease.protected BODataCollectionTemplateStructureReleaseBTDataCollectionTemplateReleaseLoad.loadRelease(BODataCollectionTemplateStructure structure, PoolKit poolKit) Load release.protected LongBTDataCollectionTemplateReleaseSave.upsert(DataCollectionTemplate template, PoolKit poolKit) Updates the data collection template release. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.structure.data
Methods in overit.geocallapp.wfm.mobileforms.bl.template.structure.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataCollectionTemplateStructureSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.structure.release
Methods in overit.geocallapp.wfm.mobileforms.bl.template.structure.release that throw DAExceptionModifier and TypeMethodDescriptionstatic voidDataCollectionTemplateStructureReleaseUtils.checkTemplateReleaseDate(BODataCollectionTemplateStructureRelease release, PoolKit poolKit) Checks the template release date.static LongDataCollectionTemplateStructureReleaseUtils.createSequenceNumber(Long templateID, PoolKit poolKit) Creates the sequence number. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.structure.release.data
Methods in overit.geocallapp.wfm.mobileforms.bl.template.structure.release.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataCollectionTemplateStructureReleaseSearch.defineValues(CommandContext cc, PoolKit pk) protected voidDAODataCollectionTemplateStructureReleaseSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.structure.release.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.structure.release.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMobileFormsTemplateStructureReleaseNotification.body(MobileFormsTemplateStructureReleaseNotificationEvent event, PoolKit poolKit) protected voidBTDataCollectionTemplateStructureReleaseInsert.execute(DataCollectionTemplateStructureReleaseInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionTemplateStructureReleaseand writes the newly generated id into the event journal.protected voidBTDataCollectionTemplateStructureReleaseLoad.execute(DataCollectionTemplateStructureReleaseLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBODataCollectionTemplateStructureReleaseand writes it into the event journal.protected voidBTDataCollectionTemplateStructureReleaseSearch.execute(DataCollectionTemplateStructureReleaseSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionTemplateStructureReleaseinto the event journal.protected voidBTDataCollectionTemplateStructureReleaseUpdate.execute(DataCollectionTemplateStructureReleaseUpdateEvent event, PoolKit poolKit) Updates theBODataCollectionTemplateStructureReleasewith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.structure.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.structure.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateStructureInsert.execute(DataCollectionTemplateStructureInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionTemplateStructureand writes the newly generated id into the event journal.protected voidBTDataCollectionTemplateStructureLoad.execute(DataCollectionTemplateStructureLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBODataCollectionTemplateStructureand writes it into the event journal.protected voidBTDataCollectionTemplateStructureSearch.execute(DataCollectionTemplateStructureSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionTemplateStructureinto the event journal.protected voidBTDataCollectionTemplateStructureUpdate.execute(DataCollectionTemplateStructureUpdateEvent event, PoolKit poolKit) Updates theBODataCollectionTemplateStructurewith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateSave.alignExpressionsEvaluationOrder(TreeModel<DataCollectionNode> treeModel, PoolKit poolKit) Aligns the expressions evaluation order.protected voidBTDataCollectionSheetInsertFromWOOperation.associateToWOOperation(Long woOperation, Long sheetId, PoolKit poolKit) Associates a WO operation to aBODataCollectionSheet.protected List<CheckIssue> BTDataCollectionTemplateCheckJSONModel.computeCheckIssues(String model, PoolKit poolKit) Computes the check issues.protected voidBTDataCollectionTemplateInsertRelease.copyOutcomeRules(Long structureReleaseId, DataCollectionTemplateWorkingCopy workingCopy, PoolKit poolKit) Copies the outcome rules.protected List<CheckerEvent<?>> BTDataCollectionTemplateImportModel.defineCheckerEvents(DataCollectionTemplateImportModelInput input, PoolKit poolKit) Defines the checker events.protected List<CheckerEvent<?>> BTDataCollectionTemplateImportRelease.defineCheckerEvents(DataCollectionTemplateImportReleaseInput input, PoolKit poolKit) Defines the checker events.protected voidBTDataCollectionSheetInsertFromWOOperation.execute(DataCollectionTemplateInsertSheetFromWOOperationEvent event, PoolKit poolKit) Inserts the givenBODataCollectionSheetand it associates a work order operation and writes the newly generated id into the event journal.protected voidBTDataCollectionTemplateAlignWorkingCopyToRelease.execute(DataCollectionTemplateAlignWorkingCopyToReleaseEvent event, PoolKit poolKit) Aligns the working copy to the release.protected voidBTDataCollectionTemplateEmptyWorkingCopy.execute(DataCollectionTemplateEmptyWorkingCopyEvent event, PoolKit poolKit) Creates a new empty data collection template working copy.protected voidBTDataCollectionTemplateExportModel.execute(DataCollectionTemplateExportModelEvent event, PoolKit poolKit) Exports the template model.protected voidBTDataCollectionTemplateExportRelease.execute(DataCollectionTemplateExportReleaseEvent event, PoolKit poolKit) Exports the template active release.protected voidBTDataCollectionTemplateInsert.execute(DataCollectionTemplateInsertEvent event, PoolKit poolKit) Inserts a new data collection template.protected voidBTDataCollectionTemplateInsertRelease.execute(DataCollectionTemplateInsertReleaseEvent event, PoolKit poolKit) Inserts a new data collection template release starting from the working copy.protected voidBTDataCollectionTemplateInsertSheet.execute(DataCollectionTemplateInsertSheetEvent event, PoolKit poolKit) Inserts into a sheet into data collection template.protected voidBTDataCollectionTemplateLoadCurrentRelease.execute(DataCollectionTemplateLoadCurrentReleaseEvent event, PoolKit poolKit) Starting from the template, it loads the current release.protected voidBTDataCollectionTemplateLoadWorkingCopy.execute(DataCollectionTemplateLoadWorkingCopyEvent event, PoolKit poolKit) Starting from the template, it loads the working copy.protected voidBTDataCollectionTemplateSearchMatchingWOCreationRules.execute(DataCollectionTemplateSearchMatchingWOCreationRulesEvent event, PoolKit poolKit) Searches for matching wo creation rules.protected VoidBTDataCollectionTemplateImportModel.executeProcess(DataCollectionTemplateImportModelInput input, PoolKit poolKit) Starting from the uploaded file, it imports the model into the template.protected VoidBTDataCollectionTemplateImportRelease.executeProcess(DataCollectionTemplateImportReleaseInput input, PoolKit poolKit) Starting from the uploaded JSON file, it imports the complete template.protected LongBTDataCollectionTemplateSave.executeSave(DataCollectionTemplate template, PoolKit poolKit) Saves the data collection template.protected List<BODataCollectionTemplateWOCreationRule> BTDataCollectionTemplateSearchMatchingWOCreationRules.filterRules(List<BODataCollectionTemplateWOCreationRule> rules, PoolKit poolKit) Filters the rules.protected BODataCollectionTemplateStructureReleaseBTDataCollectionTemplateInsertRelease.getDataCollectionTemplateRelease(DataCollectionTemplateInsertReleaseEvent event, PoolKit poolKit) Returns the data collection template release.protected LongBTDataCollectionSheetInsertFromWOOperation.insertSheet(BODataCollectionSheet sheet, BODataCollectionTemplateHeader templateHeader, PoolKit poolKit) Inserts a sheet into a template.protected LongBTDataCollectionTemplateImportRelease.insertTemplate(BODataCollectionTemplateHeader templateHeader, BODataCollectionTemplateStructure templateStructure, PoolKit poolKit) Inserts the template using the insert event.protected DataCollectionTemplateReleaseBTDataCollectionTemplateExportRelease.loadCurrentRelease(Long templateId, PoolKit poolKit) Loads the current release for a template.protected BODataCollectionTemplateStructureBTDataCollectionTemplateLoad.loadStructure(Long structureId, PoolKit poolKit) Loads the structure.protected BODataCollectionTemplateHeaderBTDataCollectionTemplateLoad.loadTemplate(BODataCollectionTemplateStructure structure, PoolKit poolKit) Loads the template.protected DataCollectionTemplateWorkingCopyBTDataCollectionTemplateImportRelease.loadWorkingCopy(Long templateId, PoolKit poolKit) Loads the working copy for the template.protected voidBTDataCollectionTemplateImportRelease.saveWorkingCopy(DataCollectionTemplateWorkingCopy workingCopy, PoolKit poolKit) Saves the working copy.protected List<BODataCollectionTemplateWOCreationRule> BTDataCollectionTemplateSearchMatchingWOCreationRules.searchRules(Set<Long> workCycleOperations, PoolKit poolKit) Searches the rules.protected LongBTDataCollectionTemplateSave.upsert(DataCollectionTemplate template, PoolKit poolKit) Upserts the data collection template.protected voidBTDataCollectionTemplateSave.upsertStructure(BODataCollectionTemplateStructure templateStructure, PoolKit poolKit) Upserts the structure.protected voidBTDataCollectionTemplateInsert.validate(DataCollectionTemplateInsertInput input, PoolKit poolKit) Validates the template insert input. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.data
Methods in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODCTemplateVisibilityRuleHeaderSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateVisibilityRuleHeaderNotification.body(DCTemplateVisibilityRuleHeaderNotificationEvent event, PoolKit poolKit) protected voidBTDCTemplateVisibilityRuleHeaderUpdate.checkUnmodifiableFields(BODCTemplateVisibilityRuleHeader dcTemplateVisibilityRuleHeader, PoolKit poolKit) Validates that unmodifiable fields are not changed.protected voidBTDCTemplateVisibilityRuleHeaderDelete.execute(DCTemplateVisibilityRuleHeaderDeleteEvent event, PoolKit poolKit) Executes the deletion of a template visibility rule header.protected voidBTDCTemplateVisibilityRuleHeaderInsert.execute(DCTemplateVisibilityRuleHeaderInsertEvent event, PoolKit poolKit) Inserts the givenBODCTemplateVisibilityRuleHeaderand writes the newly generated id into the event journal.protected voidBTDCTemplateVisibilityRuleHeaderLoad.execute(DCTemplateVisibilityRuleHeaderLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBODCTemplateVisibilityRuleHeaderand writes it into the event journal.protected voidBTDCTemplateVisibilityRuleHeaderSearch.execute(DCTemplateVisibilityRuleHeaderSearchEvent event, PoolKit poolKit) Searches theBODCTemplateVisibilityRuleHeaderbasing on the event's input.protected voidBTDCTemplateVisibilityRuleHeaderUpdate.execute(DCTemplateVisibilityRuleHeaderUpdateEvent event, PoolKit poolKit) protected voidValidates the deletion.protected voidBTDCTemplateVisibilityRuleHeaderInsert.validate(BODCTemplateVisibilityRuleHeader dcTemplateVisibilityRuleHeader, PoolKit poolKit) Validates the input data for the template visibility rule header before inserting.protected voidBTDCTemplateVisibilityRuleHeaderUpdate.validate(BODCTemplateVisibilityRuleHeader dcTemplateVisibilityRuleHeader, PoolKit poolKit) Validates the input data for the template visibility rule header before updating.protected voidBTDCTemplateVisibilityRuleHeaderDelete.validateNoAssociatedRows(Long id, PoolKit poolKit) Validates that theBODCTemplateVisibilityRuleHeaderhas no associated rows.protected voidBTDCTemplateVisibilityRuleHeaderInsert.validateUniqueCode(BODCTemplateVisibilityRuleHeader dcTemplateVisibilityRuleHeader, PoolKit poolKit) Validates that the code is unique within the template scope.protected voidBTDCTemplateVisibilityRuleHeaderUpdate.validateUniqueCode(BODCTemplateVisibilityRuleHeader dcTemplateVisibilityRuleHeader, PoolKit poolKit) Validates that the code is unique within the template scope (excluding current record). -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.data
Methods in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODCTemplateVisibilityRuleRowSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.rows.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateVisibilityRuleRowNotification.body(DCTemplateVisibilityRuleRowNotificationEvent event, PoolKit poolKit) protected voidBTDCTemplateVisibilityRuleRowDelete.execute(DCTemplateVisibilityRuleRowDeleteEvent event, PoolKit poolKit) Deletes theBODCTemplateVisibilityRuleRowwith the ID provided in the input.protected voidBTDCTemplateVisibilityRuleRowInsert.execute(DCTemplateVisibilityRuleRowInsertEvent event, PoolKit poolKit) Inserts the givenBODCTemplateVisibilityRuleRowand writes the newly generated id into the event journal.protected voidBTDCTemplateVisibilityRuleRowLoad.execute(DCTemplateVisibilityRuleRowLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBODCTemplateVisibilityRuleRowand writes it into the event journal.protected voidBTDCTemplateVisibilityRuleRowSearch.execute(DCTemplateVisibilityRuleRowSearchEvent event, PoolKit poolKit) Searches theBODCTemplateVisibilityRuleRowbasing on the event's input.protected voidValidates the deletion.protected voidBTDCTemplateVisibilityRuleRowInsert.validate(BODCTemplateVisibilityRuleRow visibilityRuleRow, PoolKit poolKit) Validates the input data for the data collection visibility rule row before inserting.protected voidBTDCTemplateVisibilityRuleRowInsert.validateOrganizationalStructuresSelection(BODCTemplateVisibilityRuleRow visibilityRuleRow, PoolKit poolKit) Validates that there isn't configurations for different organizational structures in the same ruleprotected voidBTDCTemplateVisibilityRuleRowInsert.validateRuleHeader(BODCTemplateVisibilityRuleRow visibilityRuleRow, PoolKit poolKit) Validates that the rule header is not null and exists.protected voidBTDCTemplateVisibilityRuleRowInsert.validateUniqueConfiguration(BODCTemplateVisibilityRuleRow visibilityRuleRow, PoolKit poolKit) Validates that the given configuration does not already exist. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.visibilityrules.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateVisibilityRuleDelete.deleteAssociatedRows(Long ruleHeaderId, PoolKit poolKit) Deletes all rows associated with the given rule header.protected voidBTDataCollectionTemplateVisibilityRuleDelete.deleteHeader(Long ruleHeaderId, PoolKit poolKit) Deletes the rule header.protected voidBTDataCollectionTemplateVisibilityRuleDelete.execute(DataCollectionTemplateVisibilityRuleDeleteEvent event, PoolKit poolKit) Executes the deletion of a template visibility rule with all its rows.protected voidBTDataCollectionTemplateVisibilityRuleSave.execute(DataCollectionTemplateVisibilityRuleSaveEvent event, PoolKit poolKit) protected LongBTDataCollectionTemplateVisibilityRuleSave.insertHeader(BODCTemplateVisibilityRuleHeader header, PoolKit poolKit) Inserts the givenBODCTemplateVisibilityRuleHeaderand writes the newly generated id into the event journal.protected voidBTDataCollectionTemplateVisibilityRuleSave.manageRows(Long headerId, List<BODCTemplateVisibilityRuleRow> newRows, PoolKit poolKit) Manages the rows for the given header id.protected List<BODCTemplateVisibilityRuleRow> BTDataCollectionTemplateVisibilityRuleSave.retrieveExistingRows(Long headerId, PoolKit poolKit) Retrieves all existing rows for the given header id.protected List<BODCTemplateVisibilityRuleRow> BTDataCollectionTemplateVisibilityRuleDelete.searchRows(Long ruleHeaderId, PoolKit poolKit) Searches for all rows associated with the given rule header.protected voidBTDataCollectionTemplateVisibilityRuleSave.updateHeader(BODCTemplateVisibilityRuleHeader header, PoolKit poolKit) Updates the givenBODCTemplateVisibilityRuleHeader.protected voidValidates the input. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.template.workingcopy.task
Methods in overit.geocallapp.wfm.mobileforms.bl.template.workingcopy.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTemplateWorkingCopyLoad.execute(DataCollectionTemplateWorkingCopyLoadEvent event, PoolKit poolKit) Starting from the structure it loads the working copy.protected voidBTDataCollectionTemplateWorkingCopySave.execute(DataCollectionTemplateWorkingCopySaveEvent event, PoolKit poolKit) Saves the working copy. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.type
Methods in overit.geocallapp.wfm.mobileforms.bl.type that throw DAExceptionModifier and TypeMethodDescriptionstatic voidDataCollectionTypeUtils.checkTypeCode(BODataCollectionType dataCollectionType, PoolKit poolKit) Checks the type code. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.type.task
Methods in overit.geocallapp.wfm.mobileforms.bl.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataCollectionTypeInsert.execute(DataCollectionTypeInsertEvent event, PoolKit poolKit) Inserts the givenBODataCollectionTypeand writes the newly generated id into the event journal.protected voidBTDataCollectionTypeLoad.execute(DataCollectionTypeLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBODataCollectionTypeand writes it into the event journal.protected voidBTDataCollectionTypeSearch.execute(DataCollectionTypeSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBODataCollectionTypeinto the event journal.protected voidBTDataCollectionTypeUpdate.execute(DataCollectionTypeUpdateEvent event, PoolKit poolKit) Updates theBODataCollectionTypewith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.mobileforms.bl.utils
Methods in overit.geocallapp.wfm.mobileforms.bl.utils that throw DAExceptionModifier and TypeMethodDescriptionstatic overit.geocallapp.docshare.docsharing.bl.ResourceDataCollectionResourceUtils.createOrLoadFolder(overit.geocallapp.docshare.docsharing.bl.ResourceManager rm, overit.geocallapp.docshare.docsharing.bl.Resource root, String path, Long author) DataCollectionResourceUtils.getFileNameByUUID(String fileUUID) Returns the file name by UUID.DataCollectionResourceUtils.getInputStreamByUUID(String fileUUID) Returns the input stream by UUID.protected static overit.geocallapp.docshare.docsharing.bl.ResourceDataCollectionResourceUtils.getResourceInFolder(String name, overit.geocallapp.docshare.docsharing.bl.Resource folder, overit.geocallapp.docshare.docsharing.bl.ResourceManager manager) overit.geocallapp.docshare.docsharing.services.ResourceServiceDataCollectionResourceUtils.getResourceService()Returns the resource service.DataCollectionResourceUtils.getWebResourceByUUID(String fileUUID) Returns the web resource by UUID.DataCollectionResourceUtils.uploadFile(UpFile uf, String directoryPath) Uploads the file. -
Uses of DAException in overit.geocallapp.wfm.notifications
Methods in overit.geocallapp.wfm.notifications that throw DAExceptionModifier and TypeMethodDescriptionprotected NotificationCFindNotifications.loadNotification(Long notificationId, DATLoadNotification.LoadMode loadingMode) -
Uses of DAException in overit.geocallapp.wfm.notifications.dashboard.failureinvestigation
Methods in overit.geocallapp.wfm.notifications.dashboard.failureinvestigation that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDATLoadFailureInvestigation.body()voidDATLoadFailureInvestigation.execute(PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.notifications.dashboard.failuresdeepdive
Methods in overit.geocallapp.wfm.notifications.dashboard.failuresdeepdive that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDATLoadFailureDD.body()voidDATLoadFailureDD.execute(PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.notifications.dashboard.machinereliability
Methods in overit.geocallapp.wfm.notifications.dashboard.machinereliability that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDATLoadMRelChartData.body()voidDATLoadMRelChartData.execute(PooledConnection conn) protected voidDATLoadMRelChartData.loadAverageTimeData(PooledConnection conn) Load average time dbviews -
Uses of DAException in overit.geocallapp.wfm.notifications.dashboard.strugglefailures
Methods in overit.geocallapp.wfm.notifications.dashboard.strugglefailures that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDATLoadStruggleFailure.body()voidDATLoadStruggleFailure.execute(PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.notifications.notification.da
Methods in overit.geocallapp.wfm.notifications.notification.da that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAONotifications.defineSql(CommandContext cc, PooledConnection pc) -
Uses of DAException in overit.geocallapp.wfm.notifications.notification.dat
Methods in overit.geocallapp.wfm.notifications.notification.dat that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDATSaveNotification.addChild(Long parentId, Long childId, PooledConnection pc) protected voidDATBindNotificationsToOdl.body()protected voidDATCalculateNotificationsStatuses.body()protected voidDATCalculateNotificationStatus.body()protected voidDATChangeNotificationsStatus.body()protected voidDATCheckNotificationNotModified.body()protected voidDATCreateOdlInSapFromNotification.body()protected voidDATFindNotificationProfiloCatalogo.body()protected voidDATLoadNotification.body()protected voidDATManageBatchNotificationsIntegration.body()protected voidDATManageNotificationSapIntegration.body()protected voidDATNewNotificationCode.body()protected voidDATSaveNotification.body()protected voidDATTakeInChargeNotification.body()protected voidDATUnbindNotificationsFromOdl.body()protected StringDATNewNotificationCode.buildCode(Long typeId, Long progressivo, PooledConnection pc) protected voidDATCalculateNotificationsStatuses.calculateStatuses(PooledConnection conn) protected booleanDATTakeInChargeNotification.checkNotificationNotModified(Notification notification, 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 LongDATNewNotificationCode.getLastProgressivo(PooledConnection pc) protected StringDATSaveNotification.getNewNotificationCode(Long typeId, PooledConnection pc) protected voidDATSaveNotification.inizializzaTransazioneStorico(PooledConnection conn) protected booleanDATTakeInChargeNotification.isUserSafety(Long idAute) 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 HashGetterDATCalculateNotificationStatus.loadNotificationHeader(HashGetter notificationHeader) protected NotificationDATCheckNotificationNotModified.loadNotificationHeader(Long notificationId, PooledConnection pc) protected NotificationDATSaveNotification.loadNotificationHeader(Long notificationId, PooledConnection pc) protected overit.geocallapp.docshare.docsharing.bl.ResourceDATSaveNotification.loadResourceFather(String baseDir, Long notificationId) 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 voidDATSaveNotification.saveNotificationHeader(Notification notification, PooledConnection pc) voidDATCalculateNotificationsStatuses.setParams(List<HashGetter> notificationsHeaders, Long notificationEventID) voidvoidDATCalculateNotificationStatus.setParams(HashGetter notificationHeader, Long notificationEventID, boolean loadNotification) voidDATCalculateNotificationStatus.setParams(Notification notification, Long notificationEventID) 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 DAException in overit.geocallapp.wfm.orchestrator.assets
Methods in overit.geocallapp.wfm.orchestrator.assets that throw DAExceptionModifier and TypeMethodDescriptionstatic voidAssetsUtils.processAddressInsertNotifications(Long addressId, PoolKit poolKit) Notifies the system about an address insertion.static voidAssetsUtils.processAddressInsertNotifications(Long addressId, PooledConnection connection) Notifies the system about an address insertion.static voidAssetsUtils.processTechnicalObjectNotifications(Long technicalObjectId, PoolKit poolKit, boolean isUpdate) Notifies the system about the insertion or update of a technical object. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.account.attachment.task
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.account.attachment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAccountAttachmentInsert.execute(AccountAttachmentInsertEvent event, PoolKit poolKit) Executes the account attachment insert operation.protected voidBTAccountAttachmentInsert.validate(AccountAttachmentInsertInput input, PoolKit poolKit) Validates the input for the account attachment insert operation. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.account.task
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.account.task that throw DAExceptionModifier and TypeMethodDescriptionprotected TimeZoneBTAccountTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Long> input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.attachments
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.attachments that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetAttachmentInsert.execute(AssetAttachmentInsertEvent event, PoolKit poolKit) Executes the asset attachment insert operation.protected voidBTAssetAttachmentInsert.validate(AssetAttachmentInsertInput input, PoolKit poolKit) Validates the input for the asset attachment insert operation. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic that throw DAExceptionModifier and TypeMethodDescriptionprotected static voidCharacteristicUtils.checkGenericTypeValues(BOCharacteristic characteristic, Long dataType, PoolKit pk) CharacteristicUtils.getListValue(PoolKit poolKit) static voidCharacteristicUtils.validateCharacteristicTypeValue(BOCharacteristic characteristic, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.task
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCharacteristicUpdate.checkAlreadyUsed(BOCharacteristic characteristic, BOCharacteristic dbCharacteristic, PoolKit pk) Checks if the given characteristic is already used, when the data type is changedprotected voidBTCharacteristicInsert.checkUnique(BOCharacteristic characteristic, PoolKit poolKit) Checks if the given characteristic has a unique code-class.protected voidBTCharacteristicUpdate.checkUnique(BOCharacteristic characteristic, PoolKit poolKit) Checks if the given characteristic has a unique code-class.protected voidBTCharacteristicInsert.execute(CharacteristicInsertEvent event, PoolKit pk) Writes the inserted characteristic id into the event journal.protected voidBTCharacteristicUpdate.execute(CharacteristicUpdateEvent event, PoolKit pk) Updates a newBOCharacteristicwith all its needed components.protected voidBTCharacteristicInsert.validate(BOCharacteristic characteristic, PoolKit pk) Validate the data before the insertion.protected voidBTCharacteristicUpdate.validate(BOCharacteristic characteristic, PoolKit poolKit) Validate the data before the insertion. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.value.task
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.characteristic.value.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetCharacteristicValueInsert.execute(AssetCharacteristicValueInsertEvent event, PoolKit poolKit) Writes the inserted characteristic value id into the event journal.protected voidBTAssetCharacteristicValueUpdate.execute(AssetCharacteristicValueUpdateEvent event, PoolKit poolKit) Updates a newBOAssetCharacteristicValuewith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement that throw DAExceptionModifier and TypeMethodDescriptionstatic BOAddressMeasuringElementUtils.loadAddress(Long technicalObjectId, PoolKit pk) Loads the address associated with a technical object (asset or account).static voidMeasuringElementUtils.setTechnicalObject(BOMeasuringElement measuringElement, PoolKit pk) Sets the technical object for a measuring element based on its address. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.task
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.measure.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeasureInsert.alignNextMeasure(BOMeasure inputMeasure, PoolKit poolKit) Aligns the next chronological measure after a measure has been updated, specifically for quantitative measures of non-counter measuring elements.protected voidBTMeasureUpdate.alignNextMeasure(BOMeasure inputMeasure, PoolKit poolKit) Aligns the next chronological measure after a measure has been updated, specifically for quantitative measures of non-counter measuring elements.protected voidBTMeasureInsert.execute(MeasureInsertEvent event, PoolKit poolKit) protected voidBTMeasureUpdate.execute(MeasureUpdateEvent event, PoolKit pk) Updates theBOMeasureobject.protected voidExecutes the status change operation on a measure.protected voidBTMeasureUpdate.handleUnreadableMeasure(BOMeasure measure, BOMeasure previousMeasure, PoolKit pk) Handles an unreadable measure by setting appropriate default values based on measuring element characteristics.protected LongBTMeasureInsert.insertMeasure(BOMeasure measure, PoolKit poolKit) Inserts the given measure.protected BOMeasureBTMeasureInsert.loadPreviousMeasure(BOMeasure measure, PoolKit poolKit) Method that loads the previous measure related to the current measuring element and the date on which the current measure was taken.protected BOMeasureBTMeasureUpdate.loadPreviousMeasure(BOMeasure measure, PoolKit pk) Loads the previous measure for a given measuring element and date.protected voidBTMeasureInsert.notifyInsert(BOMeasure measure, PoolKit poolKit) Notifies the insertion of a new measure.protected voidBTMeasureUpdate.notifyUpdate(BOMeasure measure, PoolKit pk) Notifies the measure update.voidBTMeasureInsert.setImpossibleToRead(BOMeasure inputMeasure, PoolKit poolKit) Sets a measure as impossible to read and aligns its values based on measuring element characteristics.protected voidBTMeasureUpdate.updateMeasure(BOMeasure measure, PoolKit pk) Updates the measure.protected voidBTMeasureUpdate.validateCatalogCode(BOMeasure measure, PoolKit pk) Method that checks if the catalog code is allowed for the catalog group.protected voidBTMeasureUpdate.validateCharacteristic(BOMeasure measure, PoolKit pk) Validates the measure's characteristic and its associated properties.protected voidBTMeasureInsert.validateCounterRotations(BOMeasure inputMeasure, PoolKit poolKit) Validates counter rotations for a measure and applies alignment calculations.protected voidBTMeasureInsert.validateInput(BOMeasure measure, PoolKit poolKit) Validates theBOMeasureobject data before its insertion.protected voidBTMeasureUpdate.validateMeasure(BOMeasure measure, PoolKit pk) Validates theBOMeasureobject data before its update.protected voidBTMeasureInsert.validateMeasureFeatures(BOMeasure inputMeasure, PoolKit poolKit) Method that validates the data related to the measuring features, i.e. the characteristic and the catalog group.protected voidBTMeasureInsert.validateMeasureValueConstraints(BOMeasure measure, PoolKit poolKit) Validates that measure values comply with characteristic-defined constraints. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.task
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.measuringelement.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeasuringElementInsert.checkUniqueness(BOMeasuringElement measuringElement, PoolKit pk) Validates that no measuring element exists with the same code for the given technical object.protected voidBTMeasuringElementUpdate.checkUniqueness(BOMeasuringElement measuringElement, PoolKit pk) Validates that no other measuring element exists with the same code for the given technical object.protected voidBTMeasuringElementInsert.execute(MeasuringElementInsertEvent event, PoolKit pk) Inserts theBOMeasuringElementobject and writes the newly generated id into the event journal.protected voidBTMeasuringElementLoad.execute(MeasuringElementLoadEvent event, PoolKit pk) Writes the loaded measuring element into the event journal.protected voidBTMeasuringElementSearch.execute(MeasuringElementSearchEvent event, PoolKit pk) Writes the searched measuring elements into the event journal.protected voidBTMeasuringElementUpdate.execute(MeasuringElementUpdateEvent event, PoolKit pk) Updates theBOMeasuringElementobject.protected voidBTMeasuringElementUpdate.validateForUpdate(BOMeasuringElement measuringElement, PoolKit pk) Validates a measuring element for update when no measures exist.protected voidBTMeasuringElementInsert.validateInput(BOMeasuringElement measuringElement, PoolKit pk) Validates theBOMeasuringElementobject data before its insertion.protected voidBTMeasuringElementUpdate.validateInput(BOMeasuringElement measuringElement, PoolKit pk) Validates theBOMeasuringElementobject data before its update. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.meter.task
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.meter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected TimeZoneBTMeterTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Long> input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.operationcenter.task
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.operationcenter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetOperationCenterInsert.checkValidRelationWorkOrderTypeStructure(BOAssetOperationCenter input, PoolKit poolKit) Checks if there are any relations between the structure and the work order typeprotected voidBTAssetOperationCenterInsert.execute(AssetOperationCenterInsertEvent event, PoolKit poolKit) protected voidBTAssetOperationCenterInsert.validateInput(BOAssetOperationCenter input, PoolKit poolKit) Validates the data before performing any action that require the input -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.task
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTechnicalObjectTypeSave.checkUnique(BOTechnicalObjectType boTechnicalObjectType, PoolKit pk) Checks if the asset type has a unique code.protected voidBTTechnicalObjectTypeSave.execute(TechnicalObjectTypeSaveEvent event, PoolKit poolKit) Insert or update the technical object type.protected TimeZoneBTAssetTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Long> input, PoolKit poolKit) protected voidBTTechnicalObjectTypeSave.updateAssetOperationCenter(Set<Long> selectedOperationCenterIds, long technicalObjectId, PoolKit poolKit) Updates theBOAssetTypeOperationCenterrelations.protected voidBTTechnicalObjectTypeSave.updatedAssetAllowedStatus(Set<Long> selectedAssetAllowedStatusIds, long technicalObjectId, PoolKit poolKit) Updates theBOAssetTypeAdmittedStatusrelations.protected voidBTTechnicalObjectTypeSave.validate(BOTechnicalObjectType boTechnicalObjectType, PoolKit poolKit) Validates the input. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.type.data
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTechnicalObjectTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.type.task
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTechnicalObjectTypeLoad.execute(TechnicalObjectTypeLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOTechnicalObjectTypeand writes it into the event journal.protected voidBTTechnicalObjectTypeSearch.execute(TechnicalObjectTypeSearchEvent event, PoolKit poolKit) Writes the searched technical object type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.bl.type.template.characteristic.task
Methods in overit.geocallapp.wfm.orchestrator.assets.bl.type.template.characteristic.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAssetTypeTemplateCharacteristicInsert.execute(AssetTypeTemplateCharacteristicInsertEvent event, PoolKit poolKit) protected voidBTAssetTypeTemplateCharacteristicUpdate.execute(AssetTypeTemplateCharacteristicUpdateEvent event, PoolKit poolKit) Updates a newBOAssetTypeTemplateCharacteristicwith all its needed components.protected voidBTAssetTypeTemplateCharacteristicInsert.validate(BOAssetTypeTemplateCharacteristic assetTypeTemplateCharacteristic, PoolKit poolKit) protected voidBTAssetTypeTemplateCharacteristicUpdate.validate(BOAssetTypeTemplateCharacteristic assetTypeTemplateCharacteristic, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccountAttachment> OrchestratorAccountAttachmentByAccountService.get(Long accountId, Long attachmentId, Collection<String> fields) Retrieves the requiredDTOAccountAttachmentby calling theAttachmentLoadEvent, considering only attachments related to a asset.org.springframework.http.ResponseEntity<DTOAccountAttachment> OrchestratorAccountAttachmentsService.get(Long attachmentId, Collection<String> fields) Retrieves the requiredDTOAccountAttachmentby calling theAttachmentLoadEvent, considering only attachments related to an account.org.springframework.http.ResponseEntity<PageResponse<DTOAccountAttachment>> OrchestratorAccountAttachmentByAccountService.getCollection(Long accountId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAccountAttachmentFilter filter) Retrieves the requiredDTOAccountAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<PageResponse<DTOAccountAttachment>> OrchestratorAccountAttachmentsService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAccountAttachmentFilter filter) Retrieves the requiredDTOAccountAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAccountAttachmentByAccountService.post(Long accountId, @Valid DTOAccountAttachmentInsert dto) Attach an existing file to an account by calling theAccountAttachmentInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAccountMeasuringElement> OrchestratorAccountMeasuringElementService.get(Long accountId, Long measuringElementId, Collection<String> fields) Retrieves the requiredDTOAccountMeasuringElementby calling theMeasuringElementLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAccountMeasuringElement>> OrchestratorAccountMeasuringElementService.getCollection(Long accountId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAccountMeasuringElementFilter filter) Returns the collection of all the stored measuring elements related to the account by calling theMeasuringElementSearchEvent.Instantiates a newAccountMeasuringElementValidator.org.springframework.http.ResponseEntity<Void> OrchestratorAccountMeasuringElementService.patch(Long accountId, Long measuringElementId, @Valid DTOAccountMeasuringElementUpdate dto) Modifies the requiredDTOAccountMeasuringElementby calling theMeasuringElementUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAccountMeasuringElementService.post(Long accountId, @Valid DTOAccountMeasuringElementInsert dto) Creates a newDTOAccountMeasuringElementby calling theMeasuringElementInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> OrchestratorAccountMeasuringElementMeasureService.batchPatch(Long accountId, Long measuringElementId, @Size(min=1,max=50) @Valid List<DTOAccountMeasuringElementMeasureBatchUpdate> batchInput) Updates multiple measures for an account's measuring element in a single batch operation.org.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> OrchestratorAccountMeasuringElementMeasureService.batchPost(@Size(min=1,max=50) @Valid List<DTOAccountMeasuringElementMeasureBatchInsert> dtos, Long accountId, Long measuringElementId) Creates multiple measures for an account's measuring element in a single batch operation.org.springframework.http.ResponseEntity<Void> OrchestratorAccountMeasuringElementMeasureService.batchReject(Long accountId, Long measuringElementId, @Size(min=1,max=50) @Valid List<DTOAccountMeasuringElementMeasureBatchStatusChange> batchInput) Rejects a batch of measures for a specific account's measuring element.org.springframework.http.ResponseEntity<Void> OrchestratorAccountMeasuringElementMeasureService.batchValidate(Long accountId, Long measuringElementId, @Size(min=1,max=50) @Valid List<DTOAccountMeasuringElementMeasureBatchStatusChange> batchInput) Validates a batch of measures for a specific account's measuring element.org.springframework.http.ResponseEntity<DTOAccountMeasuringElementMeasure> OrchestratorAccountMeasuringElementMeasureService.get(Long accountId, Long measuringElementId, Long measureId, Collection<String> fields) Retrieves a specific measure for an account's measuring element.org.springframework.http.ResponseEntity<PageResponse<DTOAccountMeasuringElementMeasure>> OrchestratorAccountMeasuringElementMeasureService.getCollection(Long accountId, Long measuringElementId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAccountMeasuringElementMeasureFilter filter) Retrieves a paginated collection of measures for a specific account's measuring element.org.springframework.http.ResponseEntity<Void> OrchestratorAccountMeasuringElementMeasureService.patch(Long accountId, Long measuringElementId, Long measureId, @Valid DTOAccountMeasuringElementMeasureUpdate dto) Updates an existing measure for an account's measuring element.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAccountMeasuringElementMeasureService.post(Long accountId, Long measuringElementId, @Valid DTOAccountMeasuringElementMeasureInsert dto) Creates a new measure for an account's measuring element.org.springframework.http.ResponseEntity<Void> OrchestratorAccountMeasuringElementMeasureService.reject(Long accountId, Long measuringElementId, Long measureId) Rejects an existing measure for an account's measuring element.org.springframework.http.ResponseEntity<Void> OrchestratorAccountMeasuringElementMeasureService.validate(Long accountId, Long measuringElementId, Long measureId) Validates an existing measure for an account's measuring element. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.attachment
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.attachment that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAssetAttachment> OrchestratorAssetAttachmentByAssetService.get(Long assetId, Long attachmentId, Collection<String> fields) Retrieves the requiredDTOAssetAttachmentby calling theAttachmentLoadEvent, considering only attachments related to an asset.org.springframework.http.ResponseEntity<DTOAssetAttachment> OrchestratorAssetAttachmentsService.get(Long attachmentId, Collection<String> fields) Retrieves the requiredDTOAssetAttachmentby calling theAttachmentLoadEvent, considering only attachments related to a asset.org.springframework.http.ResponseEntity<PageResponse<DTOAssetAttachment>> OrchestratorAssetAttachmentByAssetService.getCollection(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAssetAttachmentFilter filter) Retrieves the requiredDTOAssetAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<PageResponse<DTOAssetAttachment>> OrchestratorAssetAttachmentsService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAssetAttachmentFilter filter) Retrieves the requiredDTOAssetAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAssetAttachmentByAssetService.post(Long assetId, @Valid DTOAssetAttachmentInsert dto) Attach an existing file to an asset by calling theAssetAttachmentInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> OrchestratorAssetCharacteristicValueService.batchPatch(Long assetId, @Size(min=1,max=400) @Valid List<DTOAssetCharacteristicValueBatchUpdate> dtos) Update the required set of asset characteristic values by calling theAssetCharacteristicValueUpdateBatchEvent.org.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> OrchestratorAssetCharacteristicValueService.batchPost(Long assetId, @Size(min=1,max=400) @Valid List<DTOAssetCharacteristicValueInsert> dtos) Creates a set of new asset characteristic values by calling theAssetCharacteristicValueInsertBatchEventorg.springframework.http.ResponseEntity<Void> OrchestratorAssetCharacteristicValueService.patch(Long assetId, Long characteristicId, @Valid DTOAssetCharacteristicValueUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAssetCharacteristicValueService.post(Long assetId, @Valid DTOAssetCharacteristicValueInsert dto) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAssetMeasuringElement> OrchestratorAssetMeasuringElementService.get(Long assetId, Long measuringElementId, Collection<String> fields) Retrieves the requiredDTOAssetMeasuringElementby calling theMeasuringElementLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOAssetMeasuringElement>> OrchestratorAssetMeasuringElementService.getCollection(Long assetId, @Valid Page page, Collection<String> fields, String order, @Valid DTOAssetMeasuringElementFilter filter) Returns the collection of all the stored measuring elements related to the asset by calling theMeasuringElementSearchEvent.Instantiates a newAssetMeasuringElementValidator.org.springframework.http.ResponseEntity<Void> OrchestratorAssetMeasuringElementService.patch(Long assetId, Long measuringElementId, @Valid DTOAssetMeasuringElementUpdate dto) Modifies the requiredDTOAssetMeasuringElementby calling theMeasuringElementUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAssetMeasuringElementService.post(Long assetId, @Valid DTOAssetMeasuringElementInsert dto) Creates a newDTOAssetMeasuringElementby calling theMeasuringElementInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement.measure that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> OrchestratorAssetMeasuringElementMeasureService.batchPatch(Long assetId, Long measuringElementId, @Size(min=1,max=50) @Valid List<DTOAssetMeasuringElementMeasureBatchUpdate> batchInput) Updates multiple measures for an asset's measuring element in a single batch operation.org.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> OrchestratorAssetMeasuringElementMeasureService.batchPost(@Size(min=1,max=50) @Valid List<DTOAssetMeasuringElementMeasureBatchInsert> dtos, Long assetId, Long measuringElementId) Creates multiple measures for an asset's measuring element in a single batch operation.org.springframework.http.ResponseEntity<Void> OrchestratorAssetMeasuringElementMeasureService.batchReject(Long assetId, Long measuringElementId, @Size(min=1,max=50) @Valid List<DTOAssetMeasuringElementMeasureBatchStatusChange> batchInput) Rejects a batch of measures for a specific asset's measuring element.org.springframework.http.ResponseEntity<Void> OrchestratorAssetMeasuringElementMeasureService.batchValidate(Long assetId, Long measuringElementId, @Size(min=1,max=50) @Valid List<DTOAssetMeasuringElementMeasureBatchStatusChange> batchInput) Validates a batch of measures for a specific asset's measuring element.org.springframework.http.ResponseEntity<DTOAssetMeasuringElementMeasure> OrchestratorAssetMeasuringElementMeasureService.get(Long assetId, Long measuringElementId, Long measureId, Collection<String> fields) Retrieves a specific measure for an asset's measuring element.org.springframework.http.ResponseEntity<PageResponse<DTOAssetMeasuringElementMeasure>> OrchestratorAssetMeasuringElementMeasureService.getCollection(Long assetId, Long measuringElementId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOAssetMeasuringElementMeasureFilter filter) Retrieves a paginated collection of measures for a specific asset's measuring element.org.springframework.http.ResponseEntity<Void> OrchestratorAssetMeasuringElementMeasureService.patch(Long assetId, Long measuringElementId, Long measureId, @Valid DTOAssetMeasuringElementMeasureUpdate dto) Updates an existing measure for an asset's measuring element.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorAssetMeasuringElementMeasureService.post(Long assetId, Long measuringElementId, @Valid DTOAssetMeasuringElementMeasureInsert dto) Creates a new measure for an asset's measuring element.org.springframework.http.ResponseEntity<Void> OrchestratorAssetMeasuringElementMeasureService.reject(Long assetId, Long measuringElementId, Long measureId) Rejects an existing measure for an asset's measuring element.org.springframework.http.ResponseEntity<Void> OrchestratorAssetMeasuringElementMeasureService.validate(Long assetId, Long measuringElementId, Long measureId) Validates an existing measure for an asset's measuring element. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.rs1.type.template.characteristic
Methods in overit.geocallapp.wfm.orchestrator.assets.rs1.type.template.characteristic that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> OrchestratorAssetTypeTemplateCharacteristicService.batchPatch(Long typeId, Long templateId, @Size(min=1,max=400) @Valid List<DTOAssetTypeTemplateCharacteristicBatchUpdate> dtos) Update the required set of relations from asset type template and characteristic by calling theAssetTypeTemplateCharacteristicUpdateBatchEvent.org.springframework.http.ResponseEntity<Void> OrchestratorAssetTypeTemplateCharacteristicService.batchPost(Long typeId, Long templateId, @Size(min=1,max=400) @Valid List<DTOAssetTypeTemplateCharacteristicInsert> dtos) Create new relations from asset type template and characteristics.org.springframework.http.ResponseEntity<Void> OrchestratorAssetTypeTemplateCharacteristicService.patch(Long typeId, Long templateId, Long characteristicId, @Valid DTOAssetTypeTemplateCharacteristicUpdate dto) Modifies the required relation from asset type template and characteristic.org.springframework.http.ResponseEntity<Void> OrchestratorAssetTypeTemplateCharacteristicService.post(Long typeId, Long templateId, @Valid DTOAssetTypeTemplateCharacteristicInsert dto) Create a new relation from asset type template and characteristic. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.assets.ux.type.edit
Methods in overit.geocallapp.wfm.orchestrator.assets.ux.type.edit that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBaseEditTechnicalObjectType.initAllowedStatusInputMultiDecoder()Initializes the allowed status input multi decoder.protected voidBaseEditTechnicalObjectType.initOperationCenterInputMultiDecoder()Initializes the operation center input multi decoder.protected voidBaseEditTechnicalObjectType.setSelectedOperationCenter()Sets the selected rows for the operation center table.protected voidBaseEditTechnicalObjectType.setSelectedTechnicalObjectAllowedStatus()Sets the selected rows for the asset allowed status table. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.documents.mobileforms
Methods in overit.geocallapp.wfm.orchestrator.documents.mobileforms that throw DAExceptionModifier and TypeMethodDescriptionMobileFormsHelper.buildDataCollectionSheetCode(BODataCollectionSheet sheet, PoolKit poolKit) Builds the unique code by concatenating: Operation Center code Separator (-) Current timestamp (yyMMddHHmmssSSSS) A random number (0-9) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.documents.mobileforms.bl.instance.task
Methods in overit.geocallapp.wfm.orchestrator.documents.mobileforms.bl.instance.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidExecutes the massive code generation for all data collection sheets without a code.protected voidBTDataCollectionSheetInstanceUnlockCheckBase.checkSheet(BODataCollectionSheet sheet, PoolKit poolKit) Performs comprehensive validation checks on the sheet before unlocking.protected voidBTDataCollectionSheetInstanceUnlockCheckBase.checkWorkorderOpen(BODataCollectionSheet sheet, PoolKit poolKit) Validates that the associated work order is open.protected voidBTDataCollectionSheetMassiveCodeGeneration.closeLog()Closes the log for the process.protected voidBTDataCollectionSheetInstanceDissociateFromAccount.execute(DataCollectionSheetInstanceDissociateFromAccountEvent event, PoolKit poolKit) Dissociates the account from the data collection sheet.protected voidBTDataCollectionSheetInstanceDissociateFromAsset.execute(DataCollectionSheetInstanceDissociateFromAssetEvent event, PoolKit poolKit) Dissociates the asset from the data collection sheet.protected voidBTDataCollectionSheetInstanceDissociateFromSchedulingUser.execute(DataCollectionSheetInstanceDissociateFromSchedulingUserEvent event, PoolKit poolKit) Dissociates the scheduling user to the data collection sheet.protected voidBTDataCollectionSheetInstanceUnlockCheck.execute(DataCollectionSheetInstanceUnlockCheckEvent event, PoolKit poolKit) Executes the unlock validation workflow.protected voidBTDataCollectionSheetInstanceUnlockingRequestCheck.execute(DataCollectionSheetInstanceUnlockingRequestCheckEvent event, PoolKit poolKit) Executes the unlock validation workflow.protected BOOperationCenterBTDataCollectionSheetMassiveCodeGeneration.getOperationCenter(BODataCollectionSheet sheet, PoolKit poolKit) protected voidBTDataCollectionSheetMassiveCodeGeneration.initializeLog()Initializes the log for the process.protected voidBTDataCollectionSheetInstanceDissociateFromAccount.loadAccount(Long accountId, PoolKit poolKit) Loads the account.protected voidLoads the asset.protected BODataCollectionSheetLoads the sheet.protected BODataCollectionSheetLoads a data collection sheet by its ID.protected List<BODataCollectionSheet> BTDataCollectionSheetMassiveCodeGeneration.loadSheetsWithoutCode(PoolKit poolKit) Loads data collection sheets without a code.protected voidBTDataCollectionSheetMassiveCodeGeneration.processBatch(List<BODataCollectionSheet> sheets, PoolKit poolKit) Processes a batch of sheets, generating and updating their codes.protected voidBTDataCollectionSheetInstanceDissociateBase.updateSheet(BODataCollectionSheet sheet, PoolKit poolKit) Updates the sheet. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.planning.bl.activity.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.activity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTActivityLoad.execute(ActivityLoadEvent event, PoolKit poolKit) protected voidBTActivitySearch.execute(ActivitySearchEvent event, PoolKit poolKit) Writes the searched resources into the event journal. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.planning.bl.capacityplanning.scenario
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.capacityplanning.scenario that throw DAExceptionModifier and TypeMethodDescriptionprotected TimeZoneBTScenarioTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Long> input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.planning.bl.coveragealgorithm
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.coveragealgorithm that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCapacityPlanningAlgorithmSolutionCall.execute(CapacityPlanningAlgorithmSolutionCallEvent event, PoolKit poolKit) protected voidBTCapacityPlanningAlgorithmStatusCall.execute(CapacityPlanningAlgorithmStatusCallEvent event, PoolKit poolKit) protected voidBTCapacityPlanningAlgorithmSubmitCall.execute(CapacityPlanningAlgorithmInputCallEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistribution
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.forecastcapacity.workloaddistribution that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkLoadDistributionSearch.execute(WorkLoadDistributionSearchEvent event, PoolKit poolKit) Writes the searched work loads into the event journal.protected voidBTWorkLoadDistributionSearch.getTimeframes(List<BOWorkLoadDistribution> workLoadDistributionsByActivity, List<overit.geocall.wfm.planning.bl.workloaddistribution.Timeframe> targetTimeframes, PoolKit poolKit) Distributes workload across target timeframes for a given set of work load distributions.protected voidBTWorkLoadDistributionSearch.groupedActivity(WorkLoadDistributionSearchFilter filter, List<BOWorkLoadDistribution> workLoadDistributions, PoolKit poolKit) Groups and processes work load distributions by activity.protected List<BOActivity> BTWorkLoadDistributionSearch.searchActivities(WorkLoadDistributionSearchFilter filter, PoolKit poolKit) Searches for activities based on the provided filter. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.planning.bl.resource.skill.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.resource.skill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceSkillSearch.execute(ResourceSkillSearchEvent event, PoolKit poolKit) Writes the searched work loads into the event journal. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.planning.bl.resource.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceLoad.execute(ResourceLoadEvent event, PoolKit poolKit) protected voidBTResourceSearch.execute(ResourceSearchEvent event, PoolKit poolKit) Writes the searched resources into the event journal. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.activity.result.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.activity.result.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRoughPlanningActivityImport.body(RoughPlanningActivityImportEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.resource.result.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.resource.result.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRoughPlanningResourceRunAnalysis.body(RoughPlanningResourceRunAnalysisEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.result.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.result.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRoughPlanningRunAnalysis.body(RoughPlanningRunAnalysisEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.workloadmovement.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.workloadmovement.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkloadProvide.body(WorkloadProvideEvent event, PoolKit poolKit) protected voidBTWorkloadUpdate.body(WorkloadUpdateEvent event, PoolKit poolKit) protected voidBTWorkloadProvide.execute(WorkloadProvideEvent event, PoolKit poolKit) protected voidBTWorkloadUpdate.execute(WorkloadUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.planning.bl.skill.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.skill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillSearch.execute(SkillSearchEvent event, PoolKit poolKit) Writes the searched skills into the event journal. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.exception.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.exception.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftExceptionSearch.execute(WorkShiftExceptionSearchEvent event, PoolKit poolKit) Writes the searched work shift into the event journal. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.task
Methods in overit.geocallapp.wfm.orchestrator.planning.bl.workshift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftSearch.execute(WorkShiftsSearchEvent event, PoolKit poolKit) Writes the searched work shift into the event journal. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.address
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.address that throw DAExceptionModifier and TypeMethodDescriptionstatic SchedulingAddressSchedulingAddress.getInstance(Long addressId, PoolKit poolKit) protected voidSchedulingAddress.initialize(Long addressId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingCoordinatesPathCalculation.addTimeAndDistanceInformation(PoolKit poolKit) Calculates the times and the distance between the current scheduling and the previous/next.protected voidBTBaseActivityManualAssignment.alignAgenda(PoolKit poolKit) Method that calls the align agenda task, this task will do some checks and modify values related to the agendas of the scheduling.protected voidBTActivityManualAssignment.assignActivity(PoolKit poolKit) Schedule the current activity in the work shift of the resource, aligning previous and next activities.protected voidBTActivityManualTeamAssignment.assignActivity(PoolKit poolKit) Schedule the current activity in the work shift of the resource, aligning previous and next activities.protected abstract voidBTBaseActivityManualAssignment.assignActivity(PoolKit poolKit) protected voidBTActivityManualTeamAssignment.buildTravelData(PoolKit poolKit) Calculated the travel data needed to assign the activity to the teamprotected voidBTBaseActivityManualAssignment.calculateMissingSkills(PoolKit poolKit) Calculates the resource/team missing skills for the current work order operation.protected voidBTBaseActivityManualAssignment.calculateTimeAndDistanceInformation(SchedulingTeamResource resource, PoolKit poolKit) Calculates the time and distance values for the current scheduling.protected voidBTWorkShiftTourDataCalculator.calculateTourInformation(BOResourceWorkShiftTour tourData, PoolKit poolKit) This method calculates tour information for a resource's work shift.protected voidBTBaseActivityManualAssignment.checkActivity(PoolKit poolKit) Checks the status of the work-order operation before start the scheduling process.protected voidBTActivityManualTeamAssignment.checkCrewShell(PoolKit poolKit) Evaluate if the assignation of the activity can be done checking the resource configuration.protected abstract voidBTBaseActivityManualAssignment.checkCrewShell(PoolKit poolKit) protected voidBTBaseActivityManualAssignment.checkFreezingDay(PoolKit poolKit) Check if the activity can be pasted evaluating the freezing days defined in the operation center.protected voidBTBaseActivityManualAssignment.checkScheduledTimeOnWorkshift(SchedulingTeamResource resource, PoolKit poolKit) Checks if the pasted activity is contained in the work shift time (considering also the overtime).protected voidBTBaseActivityManualAssignment.checkSchedulingsOfAgendas(Set<Long> agendas, PoolKit poolKit) Check if the activity is already planned in the current appointment.protected voidBTWorkShiftTourDataCalculator.checkTourTime(Date tourEndDate, PoolKit poolKit) Checks if the tour time of the resource is contained into the resource workshift time.protected BOAgendaBTBaseActivityManualAssignment.createNewAgenda(PoolKit poolKit) Create a new record on Agenda table for the current appointment.protected org.locationtech.jts.geom.CoordinateBTActivityManualTeamAssignment.defineCoordinatesFromWorkShift(PoolKit poolKit) Define the start coordinate of each team resources using the work shift or the team configuration.protected voidBTActivityManualTeamAssignment.defineResourceCoordianteFromWorkShift(SchedulingTeamResource resource, PoolKit poolKit) Define the start and end coordinates of the resourceprotected voidBTWorkShiftTourDataCalculator.defineStartWorkingTime(PoolKit poolKit) Return the start working time of the resourceprotected voidBTActivityManualTeamAssignment.defineTransferTime(org.locationtech.jts.geom.Coordinate defaultTeamCoordinate, PoolKit poolKit) protected voidBTAgendaAlignFromScheduling.execute(AgendaAlignFromSchedulingEvent event, PoolKit poolKit) protected voidBTBaseActivityManualAssignment.execute(SimpleBusinessEvent<T, ActivityManualAssignmentOutput> event, PoolKit poolKit) protected voidBTSchedulingCoordinatesPathCalculation.execute(SchedulingCoordinatesPathCalculationEvent event, PoolKit poolKit) protected voidBTUpdateStatusManualScheduling.execute(UpdateStatusManualSchedulingEvent event, PoolKit poolKit) protected voidBTWorkShiftMissingSkillCalculation.execute(WorkShiftMissingSkillCalculationEvent event, PoolKit poolKit) Calculate the missing skills.protected voidBTWorkShiftTourDataCalculator.execute(ResourceWorkShiftTourCalculationEvent event, PoolKit poolKit) protected org.locationtech.jts.geom.CoordinateBTSchedulingCoordinatesPathCalculation.getActivityCoordinates(BOScheduling previousScheduling, BOScheduling nextScheduling, boolean isStartPoint, PoolKit poolKit) Returns the start or endCoordinateof the input schedulingprotected SchedulingLockBTBaseActivityManualAssignment.getLock()protected LongBTSchedulingCoordinatesPathCalculation.getScheduledActivityAddress(BOScheduling scheduling, PoolKit poolKit) Returns the address Id of the input schedulingprotected DoubleBTActivityManualTeamAssignment.getTimeBetweenCoordiates(Long ossSpace, Long operationCenter, org.locationtech.jts.geom.Coordinate startCoordinate, org.locationtech.jts.geom.Coordinate endCoordinate, PoolKit poolKit) Calls the VRP for calculate the movement time between the two input coordinatesBTWorkShiftMissingSkillCalculation.getWorkshiftSchedulingResources(Set<Long> workShiftsId, PoolKit poolKit) Gets the resources related to the work shift.protected voidBTActivityManualTeamAssignment.initialChecks(PoolKit poolKit) Initial checks that evaluate if the operations is assignable to a resource.protected voidBTBaseActivityManualAssignment.initialChecks(PoolKit poolKit) Initial checks that evaluate if the operations is assignable to a resource.protected voidBTBaseActivityManualAssignment.initializeContext(PoolKit poolKit) Initialize the context object that will store all the data and configurations of the task.protected LongBTBaseActivityManualAssignment.insertBasicScheduling(SchedulingTeamResource resource, PoolKit poolKit) Insert the scheduling record for the activity.protected booleanBTSchedulingCoordinatesPathCalculation.isCoordinatesPathCalculationEnabled(PoolKit poolKit) Return a boolean that says if the time-distance calculation is enabledprotected voidBTBaseActivityManualAssignment.launchCompleteManualActionEvent(PoolKit poolKit) LaunchSchedulingNotificationEventto notify that the scheduling action is completed.protected voidBTBaseActivityManualAssignment.launchSchedulingCheckEvent(SchedulingTeamResource resource, PoolKit poolKit) Event for notify that a new scheduling has been just created.protected voidBTSchedulingCoordinatesPathCalculation.loadRequiredEntities(PoolKit poolKit) protected voidBTWorkShiftTourDataCalculator.loadRequiredEntities(PoolKit poolKit) protected SchedulingTeamprotected SchedulingTeamprotected abstract SchedulingTeamLoads the team on which the activity will be assignedprotected voidBTBaseActivityManualAssignment.loadWorkShiftDays(PoolKit poolKit) Retrieves the work shift days for the specified workShiftTimeLine.protected voidBTBaseActivityManualAssignment.notifyActivityScheduled(SchedulingTeamResource resource, PoolKit poolKit) Notify that an activity has been scheduled.protected voidBTUpdateStatusManualScheduling.notifyActivityScheduled(PoolKit poolKit) Notify that the agenda has been automatically validatedprotected voidBTBaseActivityManualAssignment.notifyInsert(BOAppointment appointment, PoolKit poolKit) protected voidBTUpdateStatusManualScheduling.notifyWorkOrderOperationScheduled(PoolKit poolKit) Notify that the work order/operation status must be updatedprotected voidBTBaseActivityManualAssignment.prepareTeam(PoolKit poolKit) Loads the team and execute some checks on it.protected voidBTBaseActivityManualAssignment.reloadSchedulings(SchedulingTeamResource resource, Long newSchedulingId) Reloads the schedulings for a specified SchedulingTeamResourceprotected voidBTBaseActivityManualAssignment.retrieveAgenda(PoolKit poolKit) Retrieve the agenda for the appointment.protected voidBTBaseActivityManualAssignment.retrieveAppointment(PoolKit poolKit) Retrieve the appointment for the assignment.protected voidBTBaseActivityManualAssignment.savePlanningHistory(PoolKit poolKit) LaunchPlanningActionHistorySaveEventto save a planning action history.protected voidBTUpdateStatusManualScheduling.updateAgendaStatus(PoolKit poolKit) Update the status of the agendaprotected voidBTUpdateStatusManualScheduling.updateAppointmentStatus(PoolKit poolKit) Update the status of the appointmentprotected voidBTBaseActivityManualAssignment.updateSchedulings(PoolKit poolKit) Save all the schedulings of the work shifts.protected voidBTActivityManualAssignment.updateStatus(PoolKit poolKit) protected voidBTBaseActivityManualAssignment.updateStatus(PoolKit poolKit) Method that callsUpdateStatusManualSchedulingEventand updates the status of the appointment, agenda, work order and operation entities related to the scheduling.protected voidBTBaseActivityManualAssignment.updateWorkshiftTourData(SchedulingTeamResource resource, PoolKit poolKit) Calculates the new tour data for the current work shift and updates all the schedulings. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityremoval.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTActivityRemoval.alignAgenda(PoolKit poolKit) Method that calls the align agenda task, this task will do some checks and modify values related to the agendas of the scheduling.protected voidBTActivityRemoval.calculateMissingSkills(PoolKit poolKit) Calculates the resource/team missing skills for the current work order operation.protected voidBTUpdateStatusRemovalScheduling.cancelAgenda(BOAgenda agenda, PoolKit poolKit) Cancels the specified agenda by setting its status to CANCELLED, clearing the start and end dates, and removing any associated foreman, team resources, foreman scheduling, and team shift.protected voidBTActivityRemoval.checkFreezingDay(PoolKit poolKit) Check if the activity can be removed evaluating the freezing days defined in the operation center.protected voidBTActivityRemoval.execute(ActivityRemovalEvent event, PoolKit poolKit) protected voidBTUpdateStatusRemovalScheduling.execute(UpdateStatusRemovalSchedulingEvent event, PoolKit poolKit) protected List<BOScheduling> BTActivityRemoval.findActivitySchedulings(PoolKit poolKit) Loads the schedulings related to the activity to removeprotected SchedulingLockBTActivityRemoval.getLock()Gets the timeslot for the activity removalprotected LongBTActivityRemoval.getScheduledActivityAddress(BOScheduling scheduling, PoolKit poolKit) Returns the address Id of the input schedulingprotected List<BOWorkShift> BTActivityRemoval.getWorkShiftFromScheduling(List<BOScheduling> schedulings, PoolKit poolKit) Retrieves the work shifts associated with the team members in the provided list of schedulings.protected voidBTActivityRemoval.initializeContext(PoolKit poolKit) Initialize the context object that will store all the data and configurations of the task.protected voidBTActivityRemoval.launchCompleteRemovalActionEvent(PoolKit poolKit) LaunchSchedulingNotificationEventto notify that the scheduling removal action is completed.protected voidBTActivityRemoval.launchPlanningAction(PoolKit poolKit) Notify the activity removal in order to launch the planning actionprotected voidBTActivityRemoval.launchSchedulingCheckEvent(PoolKit poolKit) Event for notify that some schedulings has been removed.protected voidBTUpdateStatusRemovalScheduling.notifyWorkOrderOperationRemoved(Long operationId, PoolKit poolKit) Notify the work order operation scheduled eventprotected voidBTActivityRemoval.prepareTeam(PoolKit poolKit) The method distinguishes between two main scenarios: 1.protected voidBTActivityRemoval.removeActivity(PoolKit poolKit) Remove all the schedulings of the input activity.protected voidBTActivityRemoval.retrieveAgenda(PoolKit poolKit) Retrieve the agenda related to the activity to remove.protected voidBTActivityRemoval.retrieveAppointment(PoolKit poolKit) Retrieve the appointment related to the activity to remove.protected voidBTActivityRemoval.savePlanningHistory(PoolKit poolKit) LaunchPlanningActionHistorySaveEventto save a planning action history.protected voidBTUpdateStatusRemovalScheduling.updateAppointmentStatus(PoolKit poolKit, Long status) Updates the status of the appointment to closed.protected voidBTActivityRemoval.updatedPreviousAndNextSchedulings(SchedulingTeamResource resource, PoolKit poolKit) Calculates the new time and space distance for the previous and the next schedulings.protected voidBTActivityRemoval.updateSchedulings(PoolKit poolKit) Save all the schedulings of the work shifts.protected voidBTActivityRemoval.updateStatus(PoolKit poolKit) Method that callsUpdateStatusRemovalSchedulingEventand updates the status of the appointment, agenda, work order and operation entities related to the scheduling.protected voidBTUpdateStatusRemovalScheduling.updateStatus(PoolKit poolKit) This method updates the status of the appointment and the related agendas.protected voidBTActivityRemoval.updateWorkshiftTourData(SchedulingTeamResource resource, PoolKit poolKit) Calculates the new tour data for the current work shift and updates all the schedulings. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityvalidation.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityvalidation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftActivityValidation.associateOperationWithWorkShift(List<BOWorkShift> workShifts, PoolKit poolKit) Creates the map containing the link between operation and work shifts (key: operation id and value: all the related work shifts for that operation id).protected voidBTWorkShiftActivityValidation.checkCrewShellWorkShifts(List<BOWorkShift> workShifts, PoolKit poolKit) Validate the work shifts in input, the steps are the following: 1.protected voidBTWorkShiftActivityValidation.execute(WorkShiftActivityValidationEvent event, PoolKit poolKit) BTWorkShiftActivityValidation.getValidAgendas(BOWorkOrderOperation validOperation, PoolKit poolKit) Method that returns the valid agendas related to the operation in input.protected List<BOWorkOrderOperation> BTWorkShiftActivityValidation.getValidOperations(PoolKit poolKit) Method that returns a list of valid work order operations(where status is not CANCELLED or CLOSED).BTWorkShiftActivityValidation.getWorkShiftDays(PoolKit poolKit, Long workShiftId) Retrieves the list of work shift days for a specific work shift.protected voidBTWorkShiftActivityValidation.launchCompleteManualActionEvent(PoolKit poolKit) Method that calls theSchedulingNotificationEventat the end of the validation.protected voidBTWorkShiftActivityValidation.notifyActivityValidated(BOWorkOrderOperation validOperation, List<BOWorkShift> workShifts, PoolKit poolKit) Notifies the validation of an activity.protected voidBTWorkShiftActivityValidation.recalculateWorkOrderOperationStatus(Long operationId, PoolKit poolKit) Recalculates the work order operation status.protected voidBTWorkShiftActivityValidation.updateAgendaStatus(List<BOAgenda> validAgendas, PoolKit poolKit) Update the status of the agenda if its status is equal to OPEN.protected voidBTWorkShiftActivityValidation.updateStatus(BOWorkOrderOperation validOperation, List<BOAgenda> validAgendas, PoolKit poolKit) Method that updates the operation and agenda status.protected voidValidates the data before performing the work shift activity validation. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.bl.appointment.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.appointment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleAppointmentsUpdate.alignAppointments(Bundle bundle, List<BOAppointment> appointments, PoolKit poolKit) Aligns the appointments related to the bundle with the ID of the related bundle operation.protected voidBTBundleOperationAppointmentUpdate.alignAppointments(BOBundleOperation bundleOperation, List<BOAppointment> appointments, PoolKit poolKit) Aligns the appointments related to the work order operation with the ID of the related bundle operation.protected voidBTBundleAppointmentsUpdate.execute(BundleNotificationEvent event, PoolKit poolKit) Retrieves theBOAppointments related to theBundleand updates them with the newBOBundleOperationid.protected voidBTBundleOperationAppointmentUpdate.execute(BundleOperationNotificationEvent event, PoolKit poolKit) Retrieves theBOAppointments related to theBundleand updates them with the newBOBundleOperationid.protected List<BOAppointment> BTBundleAppointmentsUpdate.loadAppointments(List<Long> workOrderOperations, PoolKit poolKit) Loads theBOAppointments related to the given list ofBOWorkOrderOperationids.protected List<BOAppointment> BTBundleOperationAppointmentUpdate.loadAppointments(BOBundleOperation bundleOperation, BundleOperationNotificationAction action, PoolKit poolKit) Loads theBOAppointments related to the givenBOBundleOperation.protected voidBTBundleAppointmentsUpdate.unlinkAppointments(Bundle bundle, List<BOAppointment> appointments, PoolKit poolKit) Removes the link between aBOBundleOperationand each relatedBOAppointment.protected voidBTBundleOperationAppointmentUpdate.unlinkAppointments(BOBundleOperation bundleOperation, List<BOAppointment> appointments, PoolKit poolKit) Removes the link between aBOBundleOperationand each relatedBOAppointment. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.bl.freezingday.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.freezingday.task that throw DAExceptionModifier and TypeMethodDescriptionprotected DateBTOperationCenterFreezingDateCalculation.calculateFreezingDate(OperationCenterFreezingDateCalculationInput input, PoolKit poolKit) Performs the calculations to retrieve the freezing date.protected voidBTFreezingDayValidation.checkIsFreezingDay(BOWorkShift workShift, BOOperationCenterSchedulingConfiguration schedulingConfiguration, PoolKit poolKit) Checks whether the daily freezing is active or not.protected voidBTFreezingDayValidation.execute(FreezingDayValidationEvent event, PoolKit poolKit) Checks whether whether is possible to perform a scheduling action.protected voidBTOperationCenterFreezingDateCalculation.execute(OperationCenterFreezingDateCalculationEvent event, PoolKit poolKit) Calculates the freezing date for the given operation center.protected DateBTOperationCenterFreezingDateCalculation.skipStartHolidays(Date date, Boolean skipStartHolidays, BOOperationCenterSchedulingConfiguration schedulingConfiguration, PoolKit poolKit) Skips the holidays start date. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.teamexclusion.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.teamexclusion.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingTeamExclusion.body(ImmediateSchedulingTeamExclusionEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingTeamExclusionByShift.excludeByUnavailability(ImmediateSchedulingTeamExclusionOutput output, Long shiftEndExclTimeInterval, ImmediateSchedulingTeamExclusionInput input, Date date, PoolKit poolKit) protected abstract voidBTImmediateSchedulingTeamExclusion.filter(ImmediateSchedulingTeamExclusionOutput output, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) Applies the specific exclusion filter logic.protected voidBTImmediateSchedulingTeamExclusionByAssignedWO.filter(ImmediateSchedulingTeamExclusionOutput output, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) protected voidBTImmediateSchedulingTeamExclusionByClockingType.filter(ImmediateSchedulingTeamExclusionOutput output, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) protected voidBTImmediateSchedulingTeamExclusionByCrewShell.filter(ImmediateSchedulingTeamExclusionOutput output, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) protected voidBTImmediateSchedulingTeamExclusionByDistance.filter(ImmediateSchedulingTeamExclusionOutput output, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) protected voidBTImmediateSchedulingTeamExclusionByLastSync.filter(ImmediateSchedulingTeamExclusionOutput output, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) protected voidBTImmediateSchedulingTeamExclusionByShift.filter(ImmediateSchedulingTeamExclusionOutput output, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) protected voidBTImmediateSchedulingTeamExclusionBySkill.filter(ImmediateSchedulingTeamExclusionOutput output, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) protected voidBTImmediateSchedulingTeamExclusionByWORequirement.filter(ImmediateSchedulingTeamExclusionOutput output, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) BTImmediateSchedulingTeamExclusionBySkill.filterTeamsBySkills(ImmediateSchedulingTeamExclusionOutput output, Map<Long, List<Long>> teamResources, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) Filters teams by skills and updates the team-work order compatibility matrix.BTImmediateSchedulingTeamExclusionByDistance.getAddressCoordinates(Map<Long, Long> operationAddresses, PoolKit poolKit) Load addresses in batch and build map: operationId -> BOAddress.protected List<BOWorkShift> BTImmediateSchedulingTeamExclusionByShift.getAssistantWorkshifts(Map<Long, Long> foremanByTeam, Map<Long, List<Long>> teamCompositionByTeamId, List<BOWorkShift> foremanWorkShifts, Date maxShiftStart, Date minShiftEnd, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) Loads workshifts for all assistant resources.BTImmediateSchedulingTeamExclusionByDistance.getResourceStartingPoints(List<Long> aliveTeams, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) Get resource starting points for all resources in alive teams.BTImmediateSchedulingTeamExclusionByDistance.getStartingAddressesFromTeams(List<Long> teamsWithoutAddress, PoolKit poolKit) Get starting addresses from team master data (AWTEID_AADD).BTImmediateSchedulingTeamExclusionByDistance.getStartingAddressesFromTeamShifts(List<Long> aliveTeams, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) Get starting addresses from team shifts (calendar level).protected List<BOWorkShiftException> BTImmediateSchedulingTeamExclusionByShift.getUnavailabilities(List<Long> foremenIds, Date date, Date maxUnavailabilityEnd, PoolKit poolKit) protected List<BOWorkShift> BTImmediateSchedulingTeamExclusionByShift.getWorkshifts(List<Long> foremenIds, Date maxShiftStart, Date minShiftEnd, ImmediateSchedulingTeamExclusionInput input, PoolKit poolKit) protected voidBTImmediateSchedulingTeamExclusion.recordResourceExclusions(List<Long> excludedTeams, Map<Long, List<Long>> teamCompositionByTeamId, Long processingId, Long reasonId, PoolKit poolKit) Records resource exclusions for excluded teams. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.woexclusion.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.woexclusion.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingWorkOrderExclusion.body(ImmediateSchedulingWorkOrderExclusionEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.workorder.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.workorder.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingWorkOrderAlign.body(WorkOrderHeaderNotificationEvent event, PoolKit poolKit) protected List<BOWorkOrderOperation> BTImmediateSchedulingWorkOrderAlign.getWorkOrderOperations(Long workOrderHeaderId, PoolKit poolKit) Loads all work order operations for a work order header using WorkOrderProvider.protected voidBTImmediateSchedulingWorkOrderAlign.updateImmediateSchedulingWorkOrder(Long workOrderOperationId, Long newOperationCenter, PoolKit poolKit) Updates the operation center for an immediate scheduling work order. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.bl.lock.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.lock.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingLockAcquire.body(SchedulingLockAcquireEvent schedulingLockAcquireEvent, PoolKit pk) protected voidBTSchedulingLockAddOperations.body(SchedulingLockAddOperationsEvent schedulingLockAddOperationsEvent, PoolKit pk) protected voidBTSchedulingLockAddResources.body(SchedulingLockAddResourcesEvent schedulingLockAddResourcesEvent, PoolKit pk) protected voidBTSchedulingLockExtend.body(SchedulingLockExtendEvent schedulingLockExtendEvent, PoolKit pk) protected voidBTSchedulingLockRelease.body(SchedulingLockReleaseEvent schedulingLockReleaseEvent, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.bl.outcome.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.outcome.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingOnInterventionOutcomeNotification.arrivalOnSiteAgenda(BOAgenda agenda, PoolKit poolKit) Arrival at the site an agenda by updating its status toBOAgendaStatus.Values.IN_EXECUTIONand launching anAgendaUpdateEvent.protected voidBTSchedulingOnInterventionOutcomeNotification.body(InterventionOutcomeNotificationEvent event, PoolKit poolKit) If the notification is an update for an intervention outcome, it updates the related agenda and appointment and eventually cancels all the future schedulings on the notified intervention.protected voidBTSchedulingOnInterventionOutcomeNotification.cancelFutureSchedulings(Long workOrderOperation, Date limitDate, PoolKit poolKit) Cancels all the future schedulings related to the intervention's work order operation.protected voidBTSchedulingOnInterventionOutcomeNotification.deleteEmptyAgendaResource(Set<Long> agendaIds, Set<Long> currentAssigneesIds, PoolKit poolKit) Deletes empty agenda resources based on the given agenda ids, current assignees ids by callingEmptyInterventionResourceDeleteEventprotected List<BOScheduling> BTSchedulingOnInterventionOutcomeNotification.loadFutureCancellableSchedulings(Long workOrderOperation, Date followingSlotLimitDate, PoolKit poolKit) Loads all the future schedulings related to the intervention's work order operation.protected voidBTSchedulingOnInterventionOutcomeNotification.startAgenda(BOAgenda agenda, PoolKit poolKit) Save agenda by launching anAgendaUpdateEvent.protected voidBTSchedulingOnInterventionOutcomeNotification.submitAgenda(InterventionOutcomeNotificationInput input, PoolKit poolKit) Submits the agenda based on the givenInterventionOutcomeNotificationInput.protected voidBTSchedulingOnInterventionOutcomeNotification.takeInChargeAppointment(InterventionOutcomeNotificationInput input, PoolKit poolKit) Takes in charge the appointment associated with theInterventionOutcomeNotificationInput's appointment.protected voidBTSchedulingOnInterventionOutcomeNotification.updateAgenda(InterventionOutcomeNotificationInput input, PoolKit poolKit) Updates the agenda related to the notified intervention.protected voidBTSchedulingOnInterventionOutcomeNotification.updateAppointment(Long outcomeType, Long appointmentId, boolean lastAppointment, PoolKit poolKit) Update appointment related to the notified intervention. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.bl.planningactionhistory.task
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.planningactionhistory.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPlanningActionHistorySave.execute(PlanningActionHistorySaveEvent event, PoolKit poolKit) protected voidBTPlanningActionHistorySave.insertPlanningActionHistory(BOScheduling scheduling, Long actionType, BOWorkShift workshift, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.bl.schedulingteam
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.schedulingteam that throw DAExceptionModifier and TypeMethodDescriptionprotected static voidSchedulingTeamResourceBuilder.addCrewShellData(SchedulingTeamResource resource) protected voidSchedulingTeamResource.calculateExpectedArrivalHour()Calculates the arrival hour for the inputSchedulingTeamResourceprotected org.locationtech.jts.geom.CoordinateSchedulingTeamResource.calculateResourceEndCoordinate()Calculate the resource end coordinate using the team configuration and workshiftvoidSchedulingTeam.calculateResourcesCoordinates()Calculate the starting coordinate of the day of each team resource.voidSchedulingTeamResource.calculateResourcesCoordinates()Calculate the starting coordinate of the day.protected org.locationtech.jts.geom.CoordinateSchedulingTeamResource.calculateResourceStartCoordinate()Calculate the resource start coordinate using the team configuration and work shiftvoidSchedulingTeam.calculateTeamExpectedArrivalDate()Calculates the common arrival hour for each team membervoidSchedulingTeam.checkGenericQualifications()Check generic qualification on all the resources.protected DateSchedulingTeamResource.getResourceStartWorkDate(Long workshift) Return the start working time of a resource evaluating his work shiftprotected LongSchedulingTeamResource.getScheduledActivityAddress(BOScheduling scheduling) Returns the address Id of the input schedulingprotected voidSchedulingTeamResource.loadTeamShift()Loads theBOTeamShiftand theBOTeamof the resource for the workshift dayvoidSchedulingTeamResource.loadWorkShiftSchedulings()Loads the schedulings of the work shift, ordered by execution order.static SchedulingTeamCrewShellSchedulingTeamBuilder.makeInstance(BOCrewShell crewShell, Date referenceDate, PoolKit poolKit) Creates a newSchedulingTeaminstance based on the providedBOCrewShell, reference date, andPoolKit.static SchedulingTeamResourceCrewShellSchedulingTeamResourceBuilder.makeInstance(Long resourceId, Date referenceDate, PoolKit poolKit) Creates an instance of aSchedulingTeamResourcebased on the provided resource ID, reference date, and pool kit.static SchedulingTeamSchedulingTeamBuilder.makeInstance(Long foremanWorkShift, Collection<Long> assistantsWorkShifts, PoolKit poolKit) Create a new instance ofSchedulingTeamstatic SchedulingTeamResourceSchedulingTeamResourceBuilder.makeInstance(Long workshiftId, boolean worksInTeam, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.rs1.activityassignment
Methods in overit.geocallapp.wfm.orchestrator.scheduling.rs1.activityassignment that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOActivityAssignmentResponse> OrchestratorActivityAssignmentService.post(@Valid DTOActivityAssignment dto) Assign an activity to a resourceActivityManualAssignmentEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.rs1.activityremoval
Methods in overit.geocallapp.wfm.orchestrator.scheduling.rs1.activityremoval that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOActivityRemovalResponse> OrchestratorActivityRemovalService.post(@Valid DTOActivityRemoval dto) Remove an activity from a resource by callingActivityRemovalEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.rs1.activityvalidation
Methods in overit.geocallapp.wfm.orchestrator.scheduling.rs1.activityvalidation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> OrchestratorActivityValidationService.post(@Valid DTOActivityValidation dto) Validate one or more activitiesWorkShiftActivityValidationEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.utils
Methods in overit.geocallapp.wfm.orchestrator.scheduling.utils that throw DAExceptionModifier and TypeMethodDescriptionSchedulingCoordinatesPathHelper.calculateCoordinatesPath(org.locationtech.jts.geom.Coordinate[] coordinates, PoolKit poolKit) static org.locationtech.jts.geom.CoordinateSchedulingUtils.getAddressCoordinate(SchedulingIntegrationService service, Long addressId, boolean isStart) Returns the address coordinates starting from an address idstatic org.locationtech.jts.geom.CoordinateSchedulingUtils.getCoordianteFromTeamAddress(SchedulingIntegrationService service, SchedulingTeamResource resource, boolean isStartPoint) Return the start or endCoordinatestarting from the team configurationstatic org.locationtech.jts.geom.CoordinateSchedulingUtils.getCoordinateFromWorkshiftAddress(SchedulingIntegrationService service, SchedulingTeamResource resource, boolean isStartPoint) Return the start or endCoordinatestarting from the work shift configurationSchedulingCoordinatesPathHelper.getNextSchedulingCoordinatesPath(boolean isNextAddressInverted, boolean invertSchedulingDirection, PoolKit poolKit) SchedulingCoordinatesPathHelper.getPreviousSchedulingCoordinatesPath(boolean isPreviousAddressInverted, boolean invertAssetDirection, PoolKit poolKit) static List<BOScheduling> SchedulingUtils.loadSchedulingFromWorkShift(SchedulingIntegrationService integrationService, Long workShiftId, PoolKit poolKit) This method loads the scheduling starting from a work shift id, it gets the scheduling ids for the scheduling that are not in statusBOSchedulingStatus.Values.CANCELLED -
Uses of DAException in overit.geocallapp.wfm.orchestrator.scheduling.ux.rs1.schedulableactivities
Methods in overit.geocallapp.wfm.orchestrator.scheduling.ux.rs1.schedulableactivities that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOSchedulableActivities>> SchedulableActivitiesService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOSchedulableActivitiesSearchFilter filter) Retrieves a paginated collection of schedulable activities based on the provided filter criteria. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.bl.qualification.task
Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.qualification.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTEvaluateGenericQualification.checkRequiredQualifications(BOResource resource, List<BOQualification> genericQualifications, List<Long> resourceQualifications, PoolKit poolKit) Checks if the resource has generic qualificationsprotected voidBTEvaluateGenericQualification.execute(EvaluateGenericQualificationEvent event, PoolKit poolKit) Evaluate the generic qualification for resource.protected List<BOQualification> BTEvaluateGenericQualification.getGenericQualifications(PoolKit poolKit) Return a list of generic qualificationsBTEvaluateGenericQualification.getResourceQualifications(PoolKit poolKit, Date referenceDate, Long resourceId) Return a list of resource qualificationsprotected voidValidate the input -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.bl.resource.task
Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected TimeZoneBTResourceTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Long> input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.bl.skill.task
Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.skill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceSkillConfigurationEvaluation.body(ResourceSkillConfigurationEvaluationEvent event, PoolKit poolKit) protected voidBTResourceSkillQualificationLoad.body(ResourceSkillQualificationLoadEvent event, PoolKit poolKit) protected voidBTResourceSkillConfigurationEvaluation.checkSkillOverrideConfiguration(SkillConfigurationAggregate skillConfigurationAggregate, BOWorkOrderOperation workOrderOperation, PoolKit poolKit) Checks if a skill override configuration is present and, if so, updates the SkillConfigurationAggregate object's skillsprotected SkillConfigurationAggregateBTResourceSkillConfigurationEvaluation.getSkillConfiguration(PoolKit poolKit) Loads the skill configuration associated to the work order activity.protected voidBTResourceSkillConfigurationEvaluation.initialize(PoolKit poolKit) Initialize all the data necessary for check the resources skills.protected voidBTResourceSkillConfigurationEvaluation.loadResourcesSkills(Collection<Long> resources, PoolKit poolKit) Load all the skill of all usersprotected Map<Long, BOSkillLevel> BTResourceSkillQualificationLoad.loadSkillsLevels(PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.bl.skilloverride.task
Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.skilloverride.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillOverrideConfigurationSave.body(SkillOverrideConfigurationSaveEvent event, PoolKit pk) Performs the necessary steps for the saving of a complete skill override configuration.protected voidBTSkillOverrideConfigurationSave.checkWorkOrderOperationInBundle(Collection<Long> operationIds, PoolKit pk) Check that no activeBundles are related to the operations involved.protected LongBTSkillOverrideConfigurationSave.insertSkillOverrideConfiguration(BOSkillOverrideConfiguration skillOverrideConfiguration, PoolKit pk) Insert a new skill override configuration.protected voidBTSkillOverrideConfigurationSave.insertSkillOverrideConfigurationSkill(Long skillOverrideConfigurationId, Collection<BOSkillOverrideConfigurationSkill> associatedSkills, PoolKit pk) Insert the relationships between skills and skill override configuration.protected voidBTSkillOverrideConfigurationSave.unlockWorkOrderOperation(Collection<Long> operationIds, PoolKit pk) Unlock the operations involved.protected voidBTSkillOverrideConfigurationSave.updateWorkOrderOperation(Long skillOverrideConfigurationId, Collection<Long> operationIds, PoolKit pk) Update the skill override configuration reference for the operations involved.protected voidBTSkillOverrideConfigurationSave.validateInput(SkillOverrideConfigurationSaveEventInput input, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.bl.task
Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected LongBTSingleTeamResourceInsert.createResource(BOResource resource, PoolKit poolKit) Creates the resource.protected LongBTSingleTeamResourceInsert.createSingleTeam(BOResource resourceData, PoolKit poolKit) Creates the single team.protected LongBTSingleTeamResourceInsert.createTeamMember(BOResource resource, Long teamId, PoolKit poolKit) Creates the member representing the single resource for the given team.protected voidBTResourceAddressStartEndUpdate.execute(ResourceAddressStartEndUpdateEvent event, PoolKit poolKit) protected voidBTSingleTeamResourceInsert.execute(SingleTeamResourceInsertEvent event, PoolKit poolKit) Inserts the givenBOResourceand writes the newly generated id into the event journal.protected BOTeamTypeBTSingleTeamResourceInsert.searchSingleTeamType(PoolKit poolKit) Searches the single team type. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.bl.team.formation.task
Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.team.formation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTFormationSkillDivisionByConfigurationDelete.body(SkillConfigurationDivisionNotificationEvent event, PoolKit poolKit) Deletes all the needed formation-skill division relations, basing on the formations that currently have a division which derives from the given configuration.protected voidBTFormationSkillDivisionByConfigurationInsert.body(SkillConfigurationDivisionNotificationEvent event, PoolKit poolKit) Adds all the needed formation-skill division relations, basing on the formations that currently have a division which derives from the given configuration.protected voidBTFormationSkillDivisionByConfigurationDelete.delete(BOFormationSkillDivision formationSkillDivision, PoolKit poolKit) Delete the givenBOFormationSkillDivision.protected voidBTFormationSkillDivisionByConfigurationInsert.insertFormationSkillDivisions(Long formation, BOSkillConfigurationDivision relation, PoolKit poolKit) Inserts the relation between the given formation, skill division and skill configuration.BTFormationSkillDivisionByConfigurationInsert.loadFormations(BOSkillConfigurationDivision relation, PoolKit poolKit) Loads the formation starting from the currentBOSkillConfigurationDivision.protected List<BOFormationSkillConfiguration> BTFormationSkillDivisionByConfigurationInsert.loadFormationSkillConfiguration(BOSkillConfigurationDivision relation, PoolKit poolKit) Loads the formation skill configurations starting from the given skill configuration.protected List<BOFormationSkillDivision> BTFormationSkillDivisionByConfigurationDelete.loadFormationSkillDivisions(BOSkillConfigurationDivision relation, PoolKit poolKit) Loads the formation skill divisions.protected List<BOFormationSkillDivision> BTFormationSkillDivisionByConfigurationInsert.loadFormationSkillDivisions(BOSkillConfigurationDivision relation, PoolKit poolKit) Loads the formation skill divisions starting from the given skill configuration. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.bl.team.shift.task
Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.team.shift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSingleResourceTeamShiftDelete.deleteTeamShift(Long teamShiftId, PoolKit poolKit) Deletes theBOTeamShiftrelated to the given id.protected voidBTSingleResourceTeamShiftDelete.deleteTeamShiftResourceRelation(Long teamShiftId, Long resourceId, PoolKit poolKit) protected voidBTSingleResourceTeamShiftDelete.execute(SingleResourceTeamShiftDeleteEvent event, PoolKit poolKit) Deleted theBOTeamShiftand the relatedBOResource.protected voidBTSingleResourceTeamShiftUpsert.execute(SingleResourceTeamShiftUpsertEvent event, PoolKit poolKit) Insert/updates theBOTeamShiftand the relatedBOResource.protected LongBTSingleResourceTeamShiftUpsert.insertTeamShift(BOWorkShift workShift, BOResource resource, PoolKit poolKit) protected LongBTSingleResourceTeamShiftUpsert.insertTeamShiftResourceRelation(Long teamShiftId, BOResource resource, PoolKit poolKit) BTSingleResourceTeamShiftUpsert.loadNotSingleTeam(PoolKit poolKit) Loads all the team that have a cardinality grater than 1.protected List<BOTeamShiftResource> BTSingleResourceTeamShiftUpsert.loadNotSingleTeamShiftRelations(BOWorkShift workShift, BOResource resource, PoolKit poolKit) Loads all the team shift related to a non-single team that the resource is part of.protected BOTeamShiftBTSingleResourceTeamShiftDelete.loadTeamShift(BOWorkShift workShift, BOResource resource, PoolKit poolKit) protected List<BOTeamShiftResource> BTSingleResourceTeamShiftDelete.loadTeamShiftResourceRelations(Long teamShiftId, Long resourceId, PoolKit poolKit) protected List<BOTeamShiftResource> BTSingleResourceTeamShiftUpsert.loadTeamShiftResourceRelations(Collection<Long> teamShifts, BOResource resource, PoolKit poolKit) protected List<BOTeamShift> BTSingleResourceTeamShiftUpsert.loadTeamShifts(BOWorkShift workShift, Collection<Long> teamIds, PoolKit poolKit) Loads theBOTeamShiftrelated to the givenBOWorkShiftand team.protected voidBTSingleResourceTeamShiftUpsert.updateTeamShift(BOTeamShift teamShift, BOWorkShift workShift, BOResource resource, PoolKit poolKit) Updates theBOTeamShiftwith the given data. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.exception.task
Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.exception.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftExceptionUpdate.completeWorkShiftExceptionData(BOWorkShiftException workShiftException, PoolKit poolKit) Validates the start day and the end day.protected voidBTWorkShiftExceptionUpdate.deleteDummyWorkShift(List<BOWorkShiftExceptionWorkShift> relations, PoolKit poolKit) Deletes dummy work shiftprotected voidBTWorkShiftExceptionUpdate.execute(WorkShiftExceptionUpdateEvent event, PoolKit poolKit) protected List<BOWorkShift> BTWorkShiftExceptionUpdate.getWorkShifts(BOWorkShiftException workShiftException, PoolKit poolKit) Extracts the list ofBOWorkShiftrelated to a given resource for a certain day.protected List<BOWorkShift> BTWorkShiftExceptionUpdate.loadDummyWorkShifts(List<BOWorkShiftExceptionWorkShift> workShiftExceptionWorkShiftList, PoolKit poolKit) protected List<BOWorkShift> BTWorkShiftExceptionUpdate.loadOverlappingWorkShift(BOWorkShiftException workShiftException, PoolKit poolKit) Loads all the work shifts that overlap with the given work shift exception.protected List<BOWorkShift> BTWorkShiftExceptionUpdate.loadOverlappingWorkShifts(BOWorkShiftException workShiftException, PoolKit poolKit) Loads the list of specificBOWorkShiftby using aBOWorkShiftException.protected List<BOWorkShiftExceptionWorkShift> BTWorkShiftExceptionUpdate.loadRelations(WorkShiftExceptionWorkShiftSearchFilter workShiftExceptionWorkShiftSearchFilter, PoolKit poolKit) protected BOResourceBTWorkShiftExceptionUpdate.loadResource(Long resourceId, PoolKit poolKit) Loads the resource related to the work shift exception.protected BOWorkShiftExceptionClassBTWorkShiftExceptionUpdate.loadWorkShiftExceptionClass(PoolKit poolKit, BOWorkShiftExceptionType workShiftExceptionType) protected BOWorkShiftExceptionClassBTWorkShiftExceptionUpdate.loadWorkShiftExceptionClass(BOWorkShiftExceptionType workShiftExceptionType, PoolKit poolKit) protected BOWorkShiftExceptionTypeBTWorkShiftExceptionUpdate.loadWorkShiftExceptionType(BOWorkShiftException workShiftException, PoolKit poolKit) protected voidBTWorkShiftExceptionUpdate.manageDummyWorkShift(BOWorkShiftException workShiftException, PoolKit poolKit) Management of dummy work shifts.protected voidBTWorkShiftExceptionUpdate.notifyResourceShiftException(BOWorkShiftException workShiftException, PoolKit poolKit) Notify the cancellation of the current work shift exception.protected voidBTWorkShiftExceptionUpdate.updateDummyWorkShift(BOWorkShiftException workShiftException, List<BOWorkShiftExceptionWorkShift> relations, PoolKit poolKit) Updates dummy work shiftprotected voidBTWorkShiftExceptionUpdate.updateWorkShiftExceptionWorkShiftRelation(BOWorkShiftException workShiftException, PoolKit poolKit) Update the work shift exception - work shift relationsprotected voidBTWorkShiftExceptionUpdate.validate(BOWorkShiftException input, List<BOWorkShift> workShiftList, PoolKit poolKit) Checks whether the insertion is possible by performing some validations on the givenBOWorkShiftException. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.task
Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkShiftInsert.checkWorkShiftOverlaps(BOWorkShift workShift, PoolKit poolKit) Checks if any overlapping work shifts already exists.protected voidBTWorkShiftUpdate.checkWorkShiftOverlaps(BOWorkShift workShift, PoolKit poolKit) Checks if any overlapping work shifts already exists.protected voidBTWorkShiftInsert.completeWorkShiftData(BOWorkShift workShift, PoolKit poolKit) Completes the data of theBOWorkShiftto be inserted.protected voidBTWorkShiftUpdate.completeWorkShiftDataFromType(BOWorkShift workShift, BOWorkShift previousWorkShift, boolean sameStartEndDate, boolean sameBreakStartEndDate, BOWorkShiftType workShiftType, PoolKit poolKit) Completes the data of theBOWorkShiftto be updated from work shift type.protected voidBTWorkShiftDelete.deleteSingleTeamShift(BOWorkShift workShift, BOResource resource, PoolKit poolKit) Deletes the single team shift related to theBOWorkShiftthat was just deleted.protected voidBTWorkShiftDelete.deleteWorkShift(Long workShiftId, PoolKit poolKit) Delete the work shift.protected voidBTWorkShiftDelete.deleteWorkShiftExceptionWorkShiftRelation(Long workShiftId, PoolKit poolKit) Delete the work shift exception work shift if exists.protected voidBTWorkShiftDelete.execute(WorkShiftDeleteEvent event, PoolKit poolKit) Deletes the givenBOWorkShifttogether with the relatedBOWorkShiftExceptionWorkShiftrelations and the related team shift.protected voidBTWorkShiftInsert.execute(WorkShiftInsertEvent event, PoolKit poolKit) Writes the ID of the insertedBOWorkShiftinto the event journal.protected voidBTWorkShiftUpdate.execute(WorkShiftUpdateEvent event, PoolKit poolKit) protected List<BOWorkShift> BTWorkShiftInsert.getExistingWorkShifts(BOWorkShift workShift, PoolKit poolKit) Returns the existing work shifts that occur during the givenBOWorkShiftstart date and for the given resource.protected List<BOWorkShift> BTWorkShiftUpdate.getExistingWorkShifts(BOWorkShift workShift, PoolKit poolKit) Returns the existing work shifts that occur during the givenBOWorkShiftstart date and for the given resource.protected BOWorkShiftBTWorkShiftUpdate.loadPreviousWorkShift(BOWorkShift workShift, PoolKit poolKit) Loads theBOWorkShift.protected BOResourceBTWorkShiftDelete.loadResource(Long resourceId, PoolKit poolKit) Loads the resource related to the work shift.protected BOResourceBTWorkShiftInsert.loadResource(Long resourceId, PoolKit poolKit) Loads the resource related to the work shift.protected BOResourceBTWorkShiftUpdate.loadResource(Long resourceId, PoolKit poolKit) Loads the resource related to the work shift.protected BOWorkShiftBTWorkShiftDelete.loadWorkShift(Long workShiftId, PoolKit poolKit) Loads the needed work shift.protected BOWorkShiftTypeBTWorkShiftInsert.loadWorkShiftType(Long type, PoolKit poolKit) Loads theBOWorkShiftTyperelated to theBOWorkShiftto be inserted.protected BOWorkShiftTypeBTWorkShiftUpdate.loadWorkShiftType(Long type, PoolKit poolKit) Loads theBOWorkShiftTyperelated to theBOWorkShiftto be inserted.protected voidBTWorkShiftUpdate.makeWorkShift(BOWorkShift workShift, PoolKit poolKit) Make theBOWorkShiftfrom the input data, depending on type or modified date.protected voidBTWorkShiftInsert.manageTeamShift(BOWorkShift workShift, BOResource resource, PoolKit poolKit) Manages the team shift.protected voidBTWorkShiftUpdate.manageTeamShift(BOWorkShift workShift, BOResource resource, PoolKit poolKit) Manages the team shift.protected voidBTWorkShiftDelete.notifyWorkShift(BOWorkShift workShift, PoolKit poolKit) Notifies the delete of the current work shift.protected voidBTWorkShiftInsert.notifyWorkShift(BOWorkShift workShift, PoolKit poolKit) Notifies the insertion of the current work shift.protected voidBTWorkShiftUpdate.notifyWorkShift(BOWorkShift workShift, PoolKit poolKit) Notifies the updates of the current work shift.protected voidBTWorkShiftInsert.updateWorkShiftExceptionRelations(BOWorkShift workShift, PoolKit poolKit) Updates the relation between the current work shift and the existing work shift exceptions.protected voidBTWorkShiftUpdate.updateWorkShiftExceptionRelations(BOWorkShift workShift, PoolKit poolKit) Updates the relation between the current work shift and the existing work shift exceptions.protected voidValidates the data before delete.protected voidBTWorkShiftInsert.validate(BOWorkShift workShift, BOResource resource, PoolKit poolKit) Checks if the insertion is possible by performing some validations on the givenBOWorkShift.protected voidBTWorkShiftUpdate.validate(BOWorkShift workShift, BOResource resource, PoolKit poolKit) Checks if the update is possible by performing some validations on the givenBOWorkShift.protected voidBTWorkShiftDelete.validateAccounting(Long workShiftId, PoolKit poolKit) Checks the presence of accountings related to the work shift we want to delete.protected voidBTWorkShiftDelete.validateClocking(Long workShiftId, PoolKit poolKit) Checks the presence of clockings related to the work shift we want to delete.protected voidBTWorkShiftDelete.validateScheduling(Long workShiftId, PoolKit poolKit) Checks the presence of schedules related to the work shift we want to delete, both in the real and virtual plan. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.workshiftexceptionworkshift.task
Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.workshift.workshiftexceptionworkshift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected BOWorkShiftBTWorkShiftExceptionWorkShiftUpdate.createWorkShiftDummyRecord(List<BOWorkShift> workShifts, BOWorkShiftException workShiftException, PoolKit poolKit) Creates a dummy shift to associate with work shift exceptions if it is a work shift exception for attendance and overtime extension.protected voidBTWorkShiftExceptionWorkShiftUpdate.execute(WorkShiftExceptionWorkShiftUpdateEvent event, PoolKit poolKit) Writes the updatedBOWorkShiftExceptionWorkShiftinto the event journal.protected BOWorkShiftBTWorkShiftExceptionWorkShiftUpdate.insertDummyWorkShift(BOWorkShiftException workShiftException, PoolKit poolKit) Completes dummy work shift data.protected List<BOWorkShift> BTWorkShiftExceptionWorkShiftUpdate.loadOverlappingWorkShift(BOWorkShiftException workShiftException, boolean dummyWorkShiftSearch, PoolKit poolKit) Loads all the work shifts that overlap with the given work shift exception.protected List<BOWorkShiftException> BTWorkShiftExceptionWorkShiftUpdate.loadOverlappingWorkShiftException(BOWorkShift workShift, PoolKit poolKit) Loads all the work shift exceptions that overlap with the given work shift.protected BOResourceBTWorkShiftExceptionWorkShiftUpdate.loadResource(Long resourceId, PoolKit poolKit) Loads the resource related to the work shift exception.protected List<BOWorkShiftExceptionWorkShift> BTWorkShiftExceptionWorkShiftUpdate.searchOldRelations(Long workShiftId, Long workShiftExceptionId, PoolKit poolKit) Searches for existing relationships between the given work shift or work shift exception.protected voidBTWorkShiftExceptionWorkShiftUpdate.updateForWorkShiftExceptionInsert(BOWorkShiftException workShiftException, WorkShiftExceptionWorkShiftAction action, PoolKit poolKit) Updates the relation between aBOWorkShiftand aBOWorkShiftException.protected voidBTWorkShiftExceptionWorkShiftUpdate.updateForWorkShiftInsert(BOWorkShift workShift, PoolKit poolKit) Updates the relation between aBOWorkShiftand aBOWorkShiftException. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource
Methods in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorResourceService.post(@Valid DTOResourceInsert dto) Create a new resource by calling theSingleTeamResourceInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource.missingskill
Methods in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource.missingskill that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResourceMissingSkills> OrchestratorResourceMissingSkillService.getMissingSkills(@Valid DTOResourceMissingSkillsSearch inputDto) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource.skill
Methods in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource.skill that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> org.springframework.http.ResponseEntity<DTOResourceSkill> OrchestratorResourceSkillService.get(Long resourceId, Long skillId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOResourceSkill>> OrchestratorResourceSkillService.getCollection(Long resourceId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOResourceSkillFilter filter) org.springframework.http.ResponseEntity<Void> OrchestratorResourceSkillService.patch(Long resourceId, Long skillId, @Valid DTOResourceSkillUpdate dto) org.springframework.http.ResponseEntity<Void> OrchestratorResourceSkillService.post(Long resourceId, @Valid DTOResourceSkillInsert dto) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.rs1.workshift
Methods in overit.geocallapp.wfm.orchestrator.workforce.rs1.workshift that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> org.springframework.http.ResponseEntity<Void> OrchestratorWorkShiftService.patch(Long workShiftId, @Valid DTOWorkShiftUpdate dto) Updates the required work shift by calling theWorkShiftUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorWorkShiftService.post(@Valid DTOWorkShiftInsert dto) Creates a new work shift exception by calling theWorkShiftInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workforce.rs1.workshiftexception
Methods in overit.geocallapp.wfm.orchestrator.workforce.rs1.workshiftexception that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> OrchestratorWorkShiftExceptionService.patch(Long workShiftExceptionId, @Valid DTOWorkShiftExceptionUpdate dto) Updates the required work shift exception by calling theWorkShiftExceptionUpdateEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.activity.skillconfiguration.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.activity.skillconfiguration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTActivitySkillConfigurationInsert.checkUniqueTriplet(Long skillConfiguration, Long activity, Long operationCenter, PoolKit poolKit) protected voidBTActivitySkillConfigurationUpdate.checkUniqueTriplet(Long skillConfiguration, Long activity, Long operationCenter, Long activitySkillConfigurationId, PoolKit poolKit) protected voidBTActivitySkillConfigurationInsert.execute(ActivitySkillConfigurationInsertEvent event, PoolKit poolKit) Inserts the givenBOActivitySkillConfigurationand writes the newly generated id into the event journal.protected voidBTActivitySkillConfigurationUpdate.execute(ActivitySkillConfigurationUpdateEvent event, PoolKit poolKit) Updates theBOActivitySkillConfigurationwith all its needed components.protected voidBTActivitySkillConfigurationInsert.validate(BOActivitySkillConfiguration activitySkillConfiguration, PoolKit poolKit) protected voidBTActivitySkillConfigurationUpdate.validate(BOActivitySkillConfiguration activitySkillConfiguration, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.attachment.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.attachment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderAttachmentInsert.execute(WorkOrderAttachmentInsertEvent event, PoolKit poolKit) Executes the work order attachment insert operation.protected BOAddressBTWorkOrderAttachmentInsert.loadAddress(Long addressId, PoolKit poolKit) Loads an address by its ID.protected BOWorkOrderHeaderBTWorkOrderAttachmentInsert.loadWorkOrderHeader(Long workOrderId, PoolKit poolKit) Loads a work order header by its id.voidBTWorkOrderAttachmentInsert.validate(WorkOrderAttachmentInsertInput input, PoolKit poolKit) Validates the input parameters for the work order attachment insert operation. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler that throw DAExceptionModifier and TypeMethodDescriptionprotected List<BOAppointment> BundleEntitiesCache.loadAppointments(List<Long> woOperationIds, PoolKit poolKit) Loads the list of all theBOAppointments related to the a list of work order operations. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.header.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected TimeZoneBTBundlerHeaderTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Long> input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTBundleOperationAdd.calculateBundleAttributes(Bundle bundle, PoolKit poolKit) Calculates the scheduling attributes for the currentBundle.protected voidBTBundleOperationCancel.calculateBundleAttributes(Bundle bundle, PoolKit poolKit) Calculates all theBundleattributes.protected voidBTBundleOperationCancel.cancelBundleOperations(Bundle bundle, Collection<BOBundleOperation> bundleOperations, PoolKit poolKit) Cancels the givenBOBundleOperations, unlinks the relatedBOAppointment, recalculates the links between the remainingBOBundleOperations and finally updates the relatedBundle.protected voidBTBundleOperationCancel.changeBundleOperationStatus(BOBundleOperation bundleOperation, PoolKit poolKit) Updates the status of the givenBOBundleOperationtoBOBundleOperationStatus.Values.CANCELLED.protected List<BOBundleOperation> BTBundleOperationAdd.createBundleOperations(Bundle bundle, List<Long> workOrderOperationIds, PoolKit poolKit) Creates a newBOBundleOperationfor everyBOWorkOrderOperationof the given list.protected voidBTBundleCreateFromPartialOperations.createNewBundle(List<Long> workOrderOperationIds, BundlingRule bundlingRule, Bundle parentBundle, PoolKit poolKit) Creates a new bundle from work order operations with partial outcomes.protected voidBTBundleOperationAdd.deleteSkillDivisions(Bundle bundle, PoolKit poolKit) Deletes all the existing relation between the skill divisions and the givenBundle.protected voidBTBundleOperationCancel.deleteSkillDivisions(Bundle bundle, PoolKit poolKit) Deletes all the existing relation between the skill divisions and the givenBundle.protected voidBTBundleOperationAdd.deleteSkills(Bundle bundle, PoolKit poolKit) Deletes all the existing relation between the skills and the givenBundle.protected voidBTBundleOperationCancel.deleteSkills(Bundle bundle, PoolKit poolKit) Deletes all the existing relation between the skills and the givenBundle.protected voidBTBundleCreateFromPartialOperations.execute(BundleNotificationEvent event, PoolKit poolKit) Creates a new bundle from operations with partial outcomes when a bundle is closed.protected voidBTBundleLoadByAppointment.execute(BundleLoadByAppointmentEvent event, PoolKit poolKit) Starting from the id of aBOAppointment, the corresponding activeBundleis loaded and then written into the event's journal.protected voidBTBundleLoadByWorkOrderOperation.execute(BundleLoadByWorkOrderOperationEvent event, PoolKit poolKit) Starting from the id of aBOWorkOrderOperation, the corresponding activeBundleis loaded and then written into the event's journal.protected voidBTBundleOperationAdd.execute(BundleOperationAddEvent event, PoolKit poolKit) Starting from the givenBundleOperationAddEventinput, the correspondingBOBundleOperationis created and added to theBundle.protected voidBTBundleOperationCancel.execute(BundleOperationCancelEvent event, PoolKit poolKit) Cancels the specifiedBOBundleOperationassociated to the givenBundle.protected LongBTBundleLoadByWorkOrderOperation.getRelatedBundleId(Long workOrderOperationId, PoolKit poolKit) Returns the id of the activeBOBundleHeaderrelated to the givenBOWorkOrderOperation.BTBundleCreateFromPartialOperations.getWorkOrderOperationsWithPartialOutcome(Collection<Long> bundleOperationIds, PoolKit poolKit) Gets work order operations with partial outcomes from the bundle.protected BOBundleOperationBTBundleOperationAdd.insertBundleOperation(Bundle bundle, Long workOrderOperationId, PoolKit poolKit) Inserts a newBOBundleOperationfor the givenBOWorkOrderOperation.protected LongBTBundleOperationAdd.insertSkill(BOBundleSkill bundleSkill, PoolKit poolKit) Inserts the relation between the currentBundleand a skill.protected LongBTBundleOperationCancel.insertSkill(BOBundleSkill bundleSkill, PoolKit poolKit) Inserts the relation between the currentBundleand a skill.protected LongBTBundleOperationAdd.insertSkillDivision(BOBundleSkillDivision bundleSkillDivision, PoolKit poolKit) Inserts the relation between the currentBundleand a skill division.protected LongBTBundleOperationCancel.insertSkillDivision(BOBundleSkillDivision bundleSkillDivision, PoolKit poolKit) Inserts the relation between the currentBundleand a skill division.protected voidBTBundleOperationAdd.linkWorkOrderOperations(Bundle bundle, PoolKit poolKit) Creates the new links for theBOWorkOrderOperations of the givenBundle.protected voidBTBundleOperationCancel.linkWorkOrderOperations(List<Long> woOperationIds, PoolKit poolKit) Creates the new links between the given theBOWorkOrderOperations.protected List<BOBundleOperation> BTBundleLoadByWorkOrderOperation.loadActiveBundleOperations(Long workOrderOperationId, PoolKit poolKit) Loads all the existingBOBundleOperationwith an active state that are related to the givenBOWorkOrderOperationid.protected BOAppointmentBTBundleLoadByAppointment.loadAppointment(Long appointmentId, PoolKit poolKit) Loads theBOAppointmentby the given id.BTBundleCreateFromPartialOperations.loadAppointments(Collection<Long> bundleOperationIds, PoolKit poolKit) Loads the list of all theBOAppointments related to the given list of bundle operations.protected BundleBTBundleOperationAdd.loadBundle(Long bundleId, PoolKit poolKit) Loads theBundlerelated to the given id.protected BundleBTBundleOperationCancel.loadBundle(Long bundleId, PoolKit poolKit) Loads theBundlerelated to the given id.protected BOBundleOperationBTBundleLoadByAppointment.loadBundleOperation(Long appointmentId, PoolKit poolKit) Loads theBOBundleOperationrelated to the givenBOAppointment.protected List<BOBundleOperation> BTBundleOperationCancel.loadBundleOperations(Bundle bundle, Collection<Long> bundleOperations, PoolKit poolKit) Loads theBOBundleOperations from theBundle.protected BundlingRuleBTBundleCreateFromPartialOperations.loadBundlingRule(Long bundlingRuleId, PoolKit poolKit) Loads the bundling rule from the given id.protected BOOutcomeReasonBTBundleCreateFromPartialOperations.loadOutcomeReason(Long outcomeReason, PoolKit poolKit) Loads the outcome reason from the given id.protected BOOutcomeReasonTypeBTBundleCreateFromPartialOperations.loadReasonType(Long outcomeReasonType, PoolKit poolKit) Loads the reason type from the given id.protected List<BOWorkOrderOperation> BTBundleOperationAdd.loadValidWorkOrderOperations(List<Long> workOrderOperationIds, PoolKit poolKit) Loads theBOWorkOrderOperations related to the given ids and checks if they are valid for bundling.protected List<BOWorkOrderOperation> BTBundleOperationCancel.loadWorkOrderOperations(List<Long> ids, PoolKit poolKit) Loads all theBOWorkOrderOperations related to the give list of ids.protected voidBTBundleOperationAdd.notifyBundleOperation(BOBundleOperation bundleOperation, PoolKit poolKit) Notifies the addition of the givenBOBundleOperation.protected voidBTBundleOperationCancel.notifyBundleOperationCancel(BOBundleOperation bundleOperation, PoolKit poolKit) Notifies the cancellation of the givenBOBundleOperation.protected voidBTBundleOperationAdd.recalculateLinks(Bundle bundle, PoolKit poolKit) Recalculates the links between theBOWorkOrderOperations by unlinking them and relinking them together with the newly added one.protected voidBTBundleOperationCancel.recalculateLinks(Bundle bundle, Collection<BOBundleOperation> bundleOperations, PoolKit poolKit) Recalculates the links of the remainingBOBundleOperations.protected LongBTBundleOperationAdd.saveBundle(Bundle bundle, PoolKit poolKit) Saves theBundleand adds the relation with the skills and skill divisions.protected LongBTBundleOperationCancel.saveBundle(Bundle bundle, PoolKit poolKit) Saves theBundleand adds the relation with the skills and skill divisions.protected List<InterventionAggregate> BTBundleCreateFromPartialOperations.searchInterventionAggregate(Collection<Long> appointmentIds, PoolKit poolKit) Search the list ofInterventionAggregateby the given filter.protected List<BOWorkOrderOperation> BTBundleOperationAdd.searchWorkOrderOperations(List<Long> workOrderOperationIds, PoolKit poolKit) Loads the list ofBOWorkOrderOperationrelated to the given list of ids.protected voidUnbundles the specifiedBundle.protected voidBTBundleOperationAdd.unlinkWorkOrderOperations(Bundle bundle, PoolKit poolKit) Unlinks of the parentBOWorkOrderOperationfrom all its children.protected voidBTBundleOperationCancel.unlinkWorkOrderOperations(Bundle bundle, PoolKit poolKit) Unlinks all theBOWorkOrderOperations associated to the givenBundle.protected voidBTBundleOperationAdd.updateBundle(Bundle bundle, PoolKit poolKit) Updates theBundle, recalculates all its attributes, including the skills and skill divisions.protected voidBTBundleOperationCancel.updateBundle(Bundle bundle, PoolKit poolKit) Updates theBundle, recalculates all its attributes, including the skills and skill divisions.protected voidBTBundleOperationCancel.updateHeader(BOBundleHeader bundleHeader, PoolKit poolKit) Updates the givenBOBundleHeader. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task that throw DAExceptionModifier and TypeMethodDescriptionprotected Map<BOBundleCriterion, List<BOWorkOrderOperation>> BTBundling.applyBundlingCriteria(BundlingInput bundlingInput, BundlingRule rule, List<BOWorkOrderOperation> woOperations, PoolKit poolKit) Applies the bundling criteria.protected BundlingOperationComparatorBTBundlingOperationSort.buildComparator(BundlingOperationSortInput operationSortInput, PoolKit poolKit) Builds the object used to sort the list ofBOWorkOrderOperation.BTAutomaticBundling.bundle(List<BundlingRule> rules, BundleEntitiesCache cache, PoolKit poolKit) Creates newBundles starting from the given rules.protected voidBTBundleCreate.calculateBundleAttributes(Bundle bundle, BundleEntitiesCache cache, PoolKit poolKit) Performs the calculation of theBundleattributes.protected voidBTBundleReorder.calculateBundleAttributes(Bundle bundle, PoolKit poolKit) Recalculates the attributes for the currentBundle.protected voidBTBundleAttributesCalculate.calculateSchedulingAttributes(Bundle bundle, List<BOWorkOrderOperation> woOperations, BundleEntitiesCache cache, PoolKit poolKit) Calculates the scheduling attributes for the currentBundle.protected voidBTUnbundling.cancelBundleOperations(Bundle bundle, PoolKit poolKit) Cancels all the not yet cancelledBOBundleOperationby changing their status and breaking the link between them and the relatedBOWorkOrderOperation.protected voidBTUnbundling.changeBundleOperationsStatus(BOBundleOperation bundleOperation, PoolKit poolKit) Changes the status of everyBOBundleOperationtoBOBundleOperationStatus.Values.CANCELLEDby callingBundleOperationStatusUpdateEvent.protected LongBTBundling.createBundle(BOBundleCriterion bundleCriterion, List<BOWorkOrderOperation> woOperations, BundlingInput bundlingInput, PoolKit poolKit) Creates a newBundlewith all obtained characteristics by callingBundleCreateEvent.protected List<BOBundleOperation> BTBundleCreate.createBundleOperations(Bundle bundle, List<Long> workOrderOperationsId, PoolKit poolKit) For everyBOWorkOrderOperationof the given list, a newBOBundleOperationis created (respecting the original work order list order).protected AggregateBundleRequirementBTBundleCreate.createBundleRequirements(Bundle bundle, List<Long> workOrderOperationsId, PoolKit poolKit) Creates theAggregateBundleRequirementby aggregating all theBOOperationRequirements that are related to the given work order operations.BTBundling.createBundlesByCriterion(BundlingRule rule, BOBundleCriterion bundleCriterion, List<BOWorkOrderOperation> workOrderOperations, BundlingInput bundlingInput, PoolKit poolKit) Creates theBundles starting from the givenBOBundleCriterionand the list ofBOWorkOrderOperationto aggregate.protected BOBundleHeaderBTBundleCreate.createHeader(BundleCreateInput input, PoolKit poolKit) Creates a newBOBundleHeaderwith the stateBOBundleStatus.Values.SCHEDULABLEand all the other basic informations.protected voidBTBundleAttributesCalculate.createSkillAndSkillDivision(Bundle bundle, List<BOWorkOrderOperation> woOperations, BundleEntitiesCache cache, PoolKit poolKit) protected voidBTBundleAttributesCalculate.createSkillAndSkillDivisionByConfiguration(Bundle bundle, Long skillConfigurationId, BundleEntitiesCache cache, PoolKit poolKit) Starting from theBOSkillConfiguration, it creates all the skills and skill divisions for the currentBundle.protected voidBTBundleAttributesCalculate.createSkillAndSkillDivisionByConfigurationOverride(Bundle bundle, Long skillOverrideConfigurationId, PoolKit poolKit) Starting from theBOSkillOverrideConfiguration, it creates all the skills for the currentBundle.protected voidBTAutomaticBundling.execute(AutomaticBundlingEvent event, PoolKit poolKit) Unbundles all the existing schedulable and not lockedBundles and creates newBundles starting from the active and automaticBundlingRules.protected voidBTBundleAttributesCalculate.execute(BundleAttributesCalculateEvent event, PoolKit poolKit) Starting from the givenBundleAttributesCalculateEventinput, it calculates the scheduling attributes for the currentBundleand creates theBOSkills andBOSkillDivisions.protected voidBTBundleCreate.execute(BundleCreateEvent event, PoolKit poolKit) Creates a newBundlestarting from theBundleCreateInputand writes the id of the newly createdBOBundleHeaderinto the event journal.protected voidBTBundleReorder.execute(BundleReorderEvent event, PoolKit poolKit) Reorders theBOWorkOrderOperations and the relatedBOBundleOperations.protected voidBTBundling.execute(BundlingEvent event, PoolKit poolKit) Starting from a list of givenBundlingRules, it tries to create as manyBundlethat meet the requirements.protected voidBTBundlingCriteriaApply.execute(BundlingCriteriaApplyEvent event, PoolKit poolKit) Applies every requestedBOBundleCriterionto the list of givenBOWorkOrderOperations and writes into the journal the map between the applied criterion and its aggregated operations.protected voidBTBundlingOperationSort.execute(BundlingOperationSortEvent event, PoolKit poolKit) Starting from a list ofBOBundleOperationOrdering, sorts the given list ofBOWorkOrderOperation.protected voidBTElaborationUnbundling.execute(ElaborationUnbundlingEvent event, PoolKit poolKit) Executes the unbundling process for the allBundles that areBOBundleStatus.Values.SCHEDULABLEand that are related to the given elaboration.protected voidBTUnbundling.execute(UnbundlingEvent event, PoolKit poolKit) Executes the unbundling process for the all givenBundles that areBOBundleStatus.Values.SCHEDULABLE, by calling the canceling process on all the relatedBOBundleOperation.protected List<BundlingRule> BTAutomaticBundling.getActiveAndAutomaticRules(PoolKit poolKit) Retrieves all the active and automatic rules.protected LongBTBundleAttributesCalculate.getBundleDefaultDuration(List<BOWorkOrderOperation> woOperations, PoolKit poolKit) Returns theBundledefault duration based on the related list ofBOWorkOrderOperations.BundlerMessageHelper.getBundlingRuleLog(BundlingRule bundlingRule) Returns theBundlingRulelog message.protected List<BOBundleHeader> BTAutomaticBundling.getSchedulableBundles(PoolKit poolKit) Retrieves the existing schedulable and not lockedBundles.protected BOSkillOverrideConfigurationBTBundleAttributesCalculate.getSkillOverrideConfiguration(Long skillOverrideConfigurationId, PoolKit poolKit) Returns theBOSkillOverrideConfigurationwhich corresponds to the given id.protected List<BOSkillOverrideConfigurationSkill> BTBundleAttributesCalculate.getSkillOverrideConfigurationSkills(Long skillOverrideConfigurationId, PoolKit poolKit) Returns the list ofBOSkillOverrideConfigurationSkillfiltering by the correspondingBOSkillOverrideConfigurationid.protected List<BOWorkOrderOperation> BTBundleReorder.getSortedWorkOrderOperations(List<BOWorkOrderOperation> workOrderOperations, BundleReorderInput input, PoolKit poolKit) Returns the sorted list ofBOWorkOrderOperations based on the given orderings.protected List<BOWorkOrderOperation> BTBundling.getWorkOrderOperations(BundlingInput input, BundlingRule rule, PoolKit poolKit) Returns the sorted list of all theBOWorkOrderOperations that are valid for the aggregation.protected voidBTAutomaticBundling.initializeLog(BundleEntitiesCache cache) Initializes the log for the process.protected voidBTBundling.initializeLog(BundlingInput input) Initializes the log for the current process.protected LongBTBundling.insertBundleCriterion(BOBundleCriterion bundleCriterion, PoolKit poolKit) Inserts the givenBOBundleCriterion.protected LongBTBundleCreate.insertHeader(BOBundleHeader bundleHeader, PoolKit poolKit) Performs the insertion of the preparedBOBundleHeader.protected LongBTBundleCreate.insertOperation(BOBundleOperation bundleOperation, PoolKit poolKit) Performs the insertion of the preparedBOBundleOperation.protected LongBTBundleCreate.insertSkill(BOBundleSkill bundleSkill, PoolKit poolKit) Performs the insertion of the preparedBOBundleSkill.protected LongBTBundleCreate.insertSkillDivision(BOBundleSkillDivision bundleSkillDivision, PoolKit poolKit) Performs the insertion of the preparedBOBundleSkillDivision.protected booleanBTBundleAttributesCalculate.isBundleBooking(List<BOWorkOrderHeader> workOrders, PoolKit poolKit) Checks whether any of theBOWorkOrderHeaderrelated to the currentBundleis considered as booking.protected voidBTBundleReorder.linkWorkOrderOperations(List<BOWorkOrderOperation> workOrderOperations, PoolKit poolKit) Links the parentBOWorkOrderOperationto all its children.protected BundleBTUnbundling.loadBundle(Long bundleId, PoolKit poolKit) Loads theBundlerelated to the given id.protected List<BOWorkOrderOperation> BTBundleAttributesCalculate.loadWorkOrderOperations(Bundle bundle, PoolKit poolKit) Loads the list of all theBOWorkOrderOperations related to the currentBundle.protected List<BOWorkOrderOperation> BTBundleReorder.loadWorkOrderOperations(List<Long> ids, PoolKit poolKit) Loads the list ofBOWorkOrderOperationrelated to the given list of ids.protected List<BOWorkOrderOperation> BTBundling.loadWorkOrderOperations(BundlingRule rule, List<Long> workOrderOperationIds, BundleEntitiesCache cache, PoolKit poolKit) Loads the list ofBOWorkOrderOperationfrom the given input, using also the work order filters set on theBundlingRuleprotected voidBTBundleCreate.notifyBundleCreation(Bundle bundle, PoolKit poolKit) Notifies the creation of theBundle.protected voidBTUnbundling.notifyUnbundling(Bundle bundle, PoolKit poolKit) Notifies the unbundling process by callingBundleNotificationEventwithBundleNotificationAction.UNBUNDLEaction.BTBundling.processBundlingRule(BundlingInput input, BundlingRule rule, PoolKit poolKit) Creates the bundles starting from the givenBundlingRuleand theBundlingInput.protected voidBTBundleReorder.reorderBundleOperations(Bundle bundle, List<BOWorkOrderOperation> workOrderOperations, PoolKit poolKit) Reorders theBOBundleOperations based on the new order of theBOWorkOrderOperations.protected LongBTBundleCreate.saveBundle(Bundle bundle, PoolKit poolKit) Performs the insertion of the preparedBOBundleHeaderand all theBOBundleOperations.protected voidBTBundleCreate.saveBundleRequirements(AggregateBundleRequirement aggregate, PoolKit poolKit) Saves the aggregate bundle requirements by converting them to individualBOBundleRequirementobjects and inserting them usingBundleRequirementInsertEvent.BTElaborationUnbundling.searchBundleCriteria(Long elaboration, PoolKit poolKit) BTElaborationUnbundling.searchBundles(Long elaboration, PoolKit poolKit) Searches for the allBundles that areBOBundleStatus.Values.SCHEDULABLEand that are related to the given elaboration.protected voidBTBundleAttributesCalculate.setOperationsRequirements(Bundle bundle, List<BOWorkOrderOperation> woOperations, PoolKit poolKit) Sets the aggregated requirements for the bundle based on all its operations.protected List<BOWorkOrderOperation> BTBundling.sortWorkOrderOperations(List<BOWorkOrderOperation> woOperations, BundlingRule bundlingRule, BundlingInput input, PoolKit poolKit) Sorts the list ofBOWorkOrderOperation.protected List<BOWorkOrderOperation> BTBundlingOperationSort.sortWorkOrderOperations(BundlingOperationSortInput operationSortInput, PoolKit poolKit) Sorts the given list ofBOWorkOrderOperation.protected voidUnbundles theBundles having the given ids.Unbundles all the validBundles that are related to the given elaboration.protected voidBTAutomaticBundling.unbundleSchedulableBundles(PoolKit poolKit) Unbundles the existing schedulableBundles.protected voidBTUnbundling.unlinkBundleOperations(List<BOBundleOperation> bundleOperationList, PoolKit poolKit) Removes the link between the list of currentBOBundleOperationand each relatedBOWorkOrderOperation.protected voidBTBundleReorder.unlinkWorkOrderOperations(List<BOWorkOrderOperation> workOrderOperations, PoolKit poolKit) Unlinks the parentBOWorkOrderOperationfrom all its children.protected voidBTBundleReorder.updateHeader(Bundle bundle, PoolKit poolKit) Updates theBOBundleHeader.protected voidBTBundleCreate.updateWorkOrderOperations(Bundle bundle, PoolKit poolKit) Saves the id of theBOBundleHeaderinto eachBOWorkOrderOperationof the list by and callingWorkOrderOperationLinkEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering that throw DAExceptionModifier and TypeMethodDescriptionBundlingOperationComparatorBuilder.build(BundlingOperationSortInput operationSortInput, PoolKit poolKit) Builds theBundlingOperationComparatorstarting from the list ofBOBundleOperationOrderingids.protected BaseComparatorBundlingOperationComparatorBuilder.buildComparator(Long orderingId, BundlingOperationSortInput operationSortInput, PoolKit poolKit) Instantiates the rightBaseComparatorstarting from the givenBOBundlingRuleOrderingid.protected List<BaseComparator> BundlingOperationComparatorBuilder.buildComparators(BundlingOperationSortInput operationSortInput, PoolKit poolKit) Builds the list ofBaseComparators that will used in the bundling process.protected voidBaseComparator.initialize(BundlingOperationSortInput operationSortInput, PoolKit poolKit) static <T extends BaseComparator>
TBaseComparator.make(Class<T> criterionClass, BundlingOperationSortInput operationSortInput, PoolKit poolKit) Instantiates a new comparator. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location that throw DAExceptionModifier and TypeMethodDescriptionprotected List<BOLinearAssetLocation> TopologicalComparator.getLinearAssetLocation(BundlingOperationSortInput operationSortInput) Retrieves linear asset locations associated with the addresses of work order operations.protected voidTopologicalComparator.initialize(BundlingOperationSortInput operationSortInput, PoolKit poolKit) Initializes the comparator by performing topological sorting on the linear asset locations.protected TopologicalSortInput<BOLinearAssetLocation, LinearAsset> TopologicalComparator.makeTopologicalSortInput(BundlingOperationSortInput operationSortInput) Creates a topological sort input configuration from the bundling operation sort input. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.ordering.location.topologicalsorting that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTopologicalSort.execute(TopologicalSortEvent<T, I> event, PoolKit poolKit) Executes the topological sorting algorithm on the provided linear items. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.header.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.header.task that throw DAExceptionModifier and TypeMethodDescriptionBTWorkOrderHeaderStatusDeductionFromOperations.calculateWorkOrderHeaderStatus(List<BOWorkOrderOperation> operations, PoolKit poolKit) Work Order state automaton.protected voidBTWorkOrderHeaderStatusDeductionFromOperations.execute(WorkOrderHeaderStatusDeductionFromOperationsEvent event, PoolKit poolKit) Updates the status of aBOWorkOrderHeader.BTWorkOrderHeaderStatusDeductionFromOperations.getSchedulableOperationsStatus(List<BOWorkOrderOperation> operations, PoolKit poolKit) Loads the work order operations status related to schedulable operationsprotected booleanBTWorkOrderHeaderStatusDeductionFromOperations.isWaitingForTechnicalValidation(List<BOWorkOrderOperation> operations, PoolKit poolKit) Returns true if exists at least one work order operation that requires validation, false otherwiseprotected List<InterventionAggregate> BTWorkOrderHeaderStatusDeductionFromOperations.loadWorkOrderInterventions(Set<Long> operations, PoolKit poolKit) Loads the not cancelled interventions related to the work order operations.protected List<BOWorkOrderOperation> BTWorkOrderHeaderStatusDeductionFromOperations.loadWorkOrderOperations(Long workOrderId, PoolKit poolKit) Loads the operations of a Work Orderprotected TimeZoneBTWorkOrderHeaderTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Long> input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.censusrule.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.censusrule.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionCensusRuleSearch.body(InterventionCensusRuleSearchEvent event, PoolKit pk) Writes the searched census rules associated to the givenBOInterventioninto the event journal. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.measure.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionMeasureCheck.body(InterventionMeasureCheckEvent event, PoolKit pk) Validates the intervention measures according to census rules.protected voidBTInterventionMeasureCheck.checkMandatoryMeasures(BOIntervention intervention, List<BOMeasuringElement> measuringElements, List<BOCensusRule> rules, PoolKit poolKit) Checks if all mandatory measuring elements have at least one validated measure for the intervention.protected voidBTInterventionMeasureLink.execute(InterventionMeasureLinkEvent event, PoolKit pk) Updates theBOMeasureobject linking the intervention.protected List<BOCensusRule> BTInterventionMeasureCheck.getInterventionMeasureCensusRules(BOIntervention intervention, PoolKit poolKit) Loads the active census rules of type measures associated with the given intervention.protected List<BOMeasuringElement> BTInterventionMeasureCheck.getInterventionMeasuringElements(BOIntervention intervention, PoolKit pk) Loads all measuring elements associated with the intervention's address.protected voidValidates the measure data. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.resource.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionResourceDelete.checkWorkOrderStatus(BOInterventionResource interventionResource, PoolKit poolKit) Checks the status of the work order associated with the providedBOInterventionResource.protected voidBTInterventionResourceInsert.checkWorkOrderStatus(BOInterventionResource interventionResource, PoolKit poolKit) Checks the status of the work order associated with the providedBOInterventionResource.protected voidBTInterventionResourceUpdate.checkWorkOrderStatus(BOInterventionResource interventionResource, PoolKit poolKit) Checks the status of the work order associated with the providedBOInterventionResource.protected voidBTInterventionResourceDelete.deleteInterventionResource(BOInterventionResource interventionResource, PoolKit poolKit) Deletes anBOInterventionResource.protected voidBTInterventionResourceDelete.execute(InterventionResourceDeleteEvent event, PoolKit poolKit) protected voidBTInterventionResourceInsert.execute(InterventionResourceInsertEvent event, PoolKit poolKit) Executes the intervention resource insertion process.protected voidBTInterventionResourceUpdate.execute(InterventionResourceUpdateEvent event, PoolKit poolKit) Executes the intervention resource update process.protected BOInterventionResourceBTInterventionResourceUpdate.getExistingInterventionResource(BOInterventionResource interventionResource, PoolKit poolKit) Retrieves the existingBOInterventionResourceto be updated.protected BOInterventionResourceBTInterventionResourceDelete.getInterventionResource(InterventionResourceDeleteInput interventionResourceDeleteInput, PoolKit poolKit) Retrieves a list ofBOInterventionResourceobjects based on the providedBOInterventionResource.protected List<BOInterventionResource> BTInterventionResourceInsert.getInterventionResources(BOInterventionResource interventionResource, PoolKit poolKit) Retrieves a list ofBOInterventionResourceobjects based on the providedBOInterventionResource.protected LongBTInterventionResourceInsert.getNearestWorkShift(BOInterventionResource interventionResource, PoolKit poolKit) Retrieves the nearest work shift for the given intervention resource.protected LongBTInterventionResourceUpdate.getNearestWorkShift(BOInterventionResource interventionResource, PoolKit poolKit) Retrieves the nearest work shift for the given intervention resource.protected BOWorkOrderOperationBTInterventionResourceDelete.getWorkOrderOperation(BOInterventionResource interventionResource, PoolKit poolKit) Retrieves theBOWorkOrderOperationassociated with the providedBOInterventionResource.protected BOWorkOrderOperationBTInterventionResourceInsert.getWorkOrderOperation(BOInterventionResource interventionResource, PoolKit poolKit) Retrieves theBOWorkOrderOperationassociated with the providedBOInterventionResource.protected BOWorkOrderOperationBTInterventionResourceUpdate.getWorkOrderOperation(BOInterventionResource interventionResource, PoolKit poolKit) Retrieves theBOWorkOrderOperationassociated with the providedBOInterventionResource.protected voidBTInterventionResourceInsert.insertInterventionResource(BOInterventionResource interventionResource, PoolKit poolKit) Inserts a newBOInterventionResource.protected voidBTInterventionResourceInsert.insertWorkOrderOperationResource(BOInterventionResource interventionResource, PoolKit poolKit) Inserts a newBOWorkOrderOperationResourcebased on the providedBOInterventionResource.protected voidBTInterventionResourceDelete.manageWorkOrderOperationResource(BOInterventionResource interventionResource, PoolKit poolKit) Manages the work order operation resource associated with the providedBOInterventionResource.protected voidBTInterventionResourceUpdate.manageWorkOrderOperationResource(BOInterventionResource interventionResource, BOInterventionResource existingInterventionResource, PoolKit poolKit) Updates aBOWorkOrderOperationResourcebased on the providedBOInterventionResource.protected voidBTInterventionResourceDelete.notifyInterventionResource(BOInterventionResource interventionResource, PoolKit poolKit) Sends an intervention resource notification.protected voidBTInterventionResourceInsert.notifyInterventionResource(BOInterventionResource interventionResource, PoolKit poolKit) Sends an intervention resource notification.protected voidBTInterventionResourceUpdate.notifyInterventionResource(BOInterventionResource interventionResource, PoolKit poolKit) Sends an intervention resource notification.protected voidBTInterventionResourceDelete.notifyWorkOrderOperationResource(BOWorkOrderOperationResource workOrderOperationResource, PoolKit poolKit) Sends a work order operation resource notification.protected voidBTInterventionResourceDelete.removeWorkOrderOperationResource(BOWorkOrderOperationResource workOrderOperationResource, PoolKit poolKit) Remove an existingBOWorkOrderOperationResource.protected List<BOWorkOrderOperationResource> BTInterventionResourceDelete.searchWorkOrderOperationResources(BOInterventionResource interventionResource, PoolKit poolKit) Searches forBOWorkOrderOperationResourceentities based on the providedBOInterventionResource.protected voidBTInterventionResourceUpdate.updateInterventionResource(BOInterventionResource interventionResource, PoolKit poolKit) Updates aBOInterventionResource.protected voidBTInterventionResourceDelete.updateValidationStatus(PoolKit poolKit) Updates the validation status by calling theInterventionOutcomeValidationStatusUpdateEventprotected voidBTInterventionResourceInsert.updateValidationStatus(PoolKit poolKit) Updates the validation status by calling theInterventionOutcomeValidationStatusUpdateEventprotected voidBTInterventionResourceUpdate.updateValidationStatus(PoolKit poolKit) Updates the validation status by calling theInterventionOutcomeValidationStatusUpdateEventprotected voidBTInterventionResourceDelete.updateWorkOrder(PoolKit poolKit) Updates the work order header after an intervention resource has been inserted.protected voidBTInterventionResourceInsert.updateWorkOrder(PoolKit poolKit) Updates the work order header after an intervention resource has been inserted.protected voidBTInterventionResourceUpdate.updateWorkOrder(PoolKit poolKit) Updates the work order header after an intervention resource has been inserted.protected voidBTInterventionResourceDelete.updateWorkOrderOperationResource(BOWorkOrderOperationResource workOrderOperationResource, PoolKit poolKit) Updates an existingBOWorkOrderOperationResource.protected voidBTInterventionResourceInsert.updateWorkOrderOperationResource(BOInterventionResource interventionResource, List<BOWorkOrderOperationResource> workOrderOperationResources, PoolKit poolKit) Updates the spent time of an existingBOWorkOrderOperationResourcebased on the providedBOInterventionResource.protected voidBTInterventionResourceUpdate.updateWorkOrderOperationResource(BOWorkOrderOperationResource workOrderOperationResource, PoolKit poolKit) Updates an existingBOWorkOrderOperationResource.protected voidBTInterventionResourceInsert.upsertWorkOrderOperationResource(BOInterventionResource interventionResource, PoolKit poolKit) Upserts aBOWorkOrderOperationResourcebased on the providedBOInterventionResource.protected voidBTInterventionResourceDelete.validate(BOInterventionResource interventionResource, PoolKit poolKit) Check on mandatory fields and visibility of properties.protected voidBTInterventionResourceInsert.validate(BOInterventionResource interventionResource, PoolKit poolKit) Check on mandatory fields and visibility of properties.protected voidBTInterventionResourceUpdate.validate(BOInterventionResource interventionResource, BOInterventionResource existingInterventionResource, PoolKit poolKit) Check on mandatory fields and visibility of properties.protected voidBTInterventionResourceInsert.validateDates(BOInterventionResource interventionResource, PoolKit poolKit) Validates the date-related properties of the providedBOInterventionResource. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.intervention.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceInterventionSearch.execute(ResourceInterventionSearchEvent event, PoolKit poolKit) It first checks if the resource is a team leader OR if it's not a team leader but has associated interventions.protected Collection<Long> BTResourceInterventionSearch.getInterventionsFromResources(ResourceInterventionSearchFilter filter, PoolKit poolKit) Retrieves the interventions from resources based on the provided search filter.protected Collection<Long> BTResourceInterventionSearch.getWoOperations(ResourceInterventionSearchFilter input, PoolKit poolKit) Retrieves the collection of work order operations based on the provided input.BTResourceInterventionSearch.searchInterventionResources(ResourceInterventionSearchFilter filter, PoolKit poolKit) Retrieves a list of intervention resource IDs based on the provided search filter.protected PageResponse<BOIntervention> BTResourceInterventionSearch.searchInterventions(ResourceInterventionSearchEvent event, PoolKit poolKit, InterventionSearchFilter interventionSearchFilter, Collection<Long> woOperations, ResourceInterventionSearchFilter filter) Searches for interventions based on the provided search filter.BTResourceInterventionSearch.searchScheduling(List<BOWorkShift> workShiftList, PoolKit poolKit) Searches for scheduling based on the providedBOWorkShiftlist.protected Collection<Long> BTResourceInterventionSearch.searchWorkOrderOperations(ResourceInterventionSearchFilter input, PoolKit poolKit) Retrieves the collection of work order operations based on the provided input.protected List<BOWorkShift> BTResourceInterventionSearch.searchWorkShifts(ResourceInterventionSearchFilter filter, PoolKit poolKit) Searches for work shifts based on the provided filter.protected voidBTResourceInterventionSearch.validate(ResourceInterventionSearchFilter filter, PoolKit poolKit) Validates the input for resource intervention search event. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.attachment.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.attachment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationAttachmentInsert.execute(WorkOrderOperationAttachmentInsertEvent event, PoolKit poolKit) Executes the work order operation attachment insert operation.protected BOAddressBTWorkOrderOperationAttachmentInsert.loadAddress(Long addressId, PoolKit poolKit) Loads an address by its ID.protected BOWorkOrderHeaderBTWorkOrderOperationAttachmentInsert.loadWorkOrderHeader(Long workOrderId, PoolKit poolKit) Loads a work order header by its id.protected BOWorkOrderOperationBTWorkOrderOperationAttachmentInsert.loadWorkOrderOperation(Long workOrderOperationId, PoolKit poolKit) Loads a work order operation by its id.voidBTWorkOrderOperationAttachmentInsert.validate(WorkOrderOperationAttachmentInsertInput input, PoolKit poolKit) Validates the input parameters for the work order operation attachment insert process. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.immediatescheduling.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.immediatescheduling.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationImmediateSchedulingCheck.execute(WorkOrderOperationNotificationEvent event, PoolKit poolKit) protected BooleanBTWorkOrderOperationImmediateSchedulingCheck.isImmediateSchedulingRequired(BOWorkOrderOperation operation, BOWorkOrderHeader header, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationInterventionGroupLoad.body(WorkOrderOperationInterventionGroupLoadEvent event, PoolKit poolKit) Writes the needed intervention group andBOActivityfor the givenBOWorkOrderOperation.protected List<BOWorkOrderOperationTypeActivity> BTWorkOrderOperationInterventionGroupLoad.loadWorkOrderOperationTypeActivity(WorkOrderOperationInterventionGroupLoadInput input, PoolKit poolKit) Loads the work order operation type activity relations starting from the given work order type and work order operation type.protected TimeZoneBTWorkOrderOperationTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Long> input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.type.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.operation.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationTypeGenerateCodeDescription.body(WorkOrderOperationTypeGenerateCodeDescriptionEvent event, PoolKit pk) Updates the work order type with the newly generated code and description.protected voidBTWorkOrderOperationTypeGenerateCodeDescription.updateFields(BOWorkOrderOperationType bo, PoolKit poolKit) Generates code and description for the givenBOWorkOrderOperationType -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.operationcenter.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.operationcenter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected LongBTOperationCenterDeductionFromAsset.deduceOperationCenter(PoolKit poolKit) This method tries to find the operation center by loading the address and finding if it is associated with an asset or an account.protected LongBTOperationCenterDeductionFromTerritory.deduceOperationCenter(List<BOStructureValidityPeriod> validityPeriodList, PoolKit poolKit) This method tries to find the operation center by loading the zones from the micro cluster associated to the address.protected LongBTOperationCenterDeductionFromWorkOrderType.deduceOperationCenter(Set<Long> structureIds, PoolKit poolKit) This method tries to find the operation center by loading the operation center from asset operation centers.protected voidBTOperationCenterDeductionFromAsset.execute(OperationCenterDeductionFromAssetEvent event, PoolKit poolKit) protected voidBTOperationCenterDeductionFromTerritory.execute(OperationCenterDeductionFromTerritoryEvent event, PoolKit poolKit) protected voidBTOperationCenterDeductionFromWorkOrderType.execute(OperationCenterDeductionFromWorkOrderTypeEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationCenterDeduction.execute(WorkOrderOperationCenterDeductionEvent event, PoolKit poolKit) protected List<BOStructureValidityPeriod> BTOperationCenterDeductionFromTerritory.findValidityPeriods(Date referenceDate, Set<Long> structureIds, PoolKit poolKit) Finds the validity periods for the given reference date, structuresBTOperationCenterDeductionFromWorkOrderType.getActiveStructures(PoolKit poolKit, Set<Long> structureIds) Method that given a Set of structures ids it checks if the ids are related to active structures.BTOperationCenterDeductionFromWorkOrderType.getStructureFromWorkOrderTypeStructure(PoolKit poolKit) Load the structures that are associated with a work order typeBTOperationCenterDeductionFromWorkOrderType.loadStructure(PoolKit poolKit) Load the structure starting from work order type, and it returns its id if it is active.BTOperationCenterDeductionFromTerritory.loadStructures(PoolKit poolKit) Loads the structures associated with the given workOrderType.protected voidBTOperationCenterDeductionFromAsset.validateInput(OperationCenterDeductionFromAssetInput input, PoolKit poolKit) Validates the data before performing any action that require the inputprotected voidBTOperationCenterDeductionFromTerritory.validateInput(OperationCenterDeductionFromTerritoryInput input, PoolKit poolKit) Validates the data before performing any action that require the inputprotected voidBTOperationCenterDeductionFromWorkOrderType.validateInput(OperationCenterDeductionFromWorkOrderTypeInput input, PoolKit poolKit) Validates the data before performing any action that require the inputprotected voidBTWorkOrderOperationCenterDeduction.validateInput(WorkOrderOperationCenterDeductionInput input, PoolKit poolKit) Validates the data before performing any action that require the input -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.outcome.intervention.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTInterventionOutcomeCompleteNotification.body(InterventionOutcomeCompleteNotificationEvent event, PoolKit poolKit) Executes the business task to handle the intervention outcome complete notification.protected voidBTInterventionOutcomeSave.body(InterventionOutcomeSaveEvent event, PoolKit poolKit) Saves theBOInterventionOutcome.protected voidBTInterventionOutcomeValidate.body(InterventionOutcomeValidateEvent event, PoolKit poolKit) Checks that all the data of theBOInterventionOutcomeare coherent and valid.protected voidBTInterventionOutcomeSave.checkMeasures(BOIntervention intervention, PoolKit poolKit) Validates the measures for the intervention outcome by calling theInterventionMeasureCheckEvent.protected voidBTInterventionOutcomeSave.checkMeterReadings(Long reasonTypeId, Long interventionGroup, PoolKit poolKit) Checks if the meter readings are mandatory for this outcome.protected booleanBTInterventionOutcomeSave.checkTotalOutcomesForWorkOrder(BOWorkOrderHeader workOrder, BOWorkOrderOperation workOrderOperation, PoolKit poolKit) Checks if the total outcomes for the work order is being respected or not.protected voidBTInterventionExecution.execute(SimpleBusinessEvent<T, Void> event, PoolKit poolKit) protected voidBTInterventionExecutionDelete.execute(InterventionExecutionDeleteEvent event, PoolKit poolKit) protected List<BOIntervention> BTInterventionExecution.findInterventionsToBeRemoved(PoolKit poolKit) This method finds the interventions that are associated with the same foreman id and with a different work order operation.protected LongBTInterventionOutcomeSave.getForcedClosureType(BOWorkOrderHeader workOrder, Long outcomeType, BOWorkOrderOperation workOrderOperation, boolean isLastAppointment, PoolKit poolKit) Returns the forced closure type basing on the outcome data.protected LongBTInterventionOutcomeSave.getInterventionGroup(PoolKit poolKit) Returns the intervention group.protected List<InterventionAggregate> BTInterventionOutcomeSave.getSameAppointmentInterventions(PoolKit poolKit) Returns the all the interventions that have the same appointment of the intervention we are saving.protected LongBTInterventionOutcomeSave.getWorkOrderOperationStatus(BOWorkOrderOperation workOrderOperation, Long outcomeType, PoolKit poolKit) Returns the calculated work order operation status.protected voidBTInterventionOutcomeSave.initialize(InterventionOutcomeSaveInput input, PoolKit poolKit) Initializes the needed entity for the saving.protected voidBTInterventionOutcomeSave.insertInterventionOutcome(boolean isLastAppointment, Long outcomeType, PoolKit poolKit) Inserts the new intervention outcome.protected BOAppointmentBTInterventionOutcomeSave.loadAppointment(Long appointment, PoolKit poolKit) Loads the appointment.protected InterventionAggregateBTInterventionOutcomeSave.loadInterventionAggregate(Long id, PoolKit poolKit) Loads theInterventionAggregate.protected BOOutcomeReasonBTInterventionOutcomeSave.loadOutcomeReason(Long outcomeReason, PoolKit poolKit) Loads the outcome reason from the given id.protected BOOutcomeReasonTypeBTInterventionOutcomeSave.loadReasonType(Long outcomeReasonType, PoolKit poolKit) Loads the reason type from the given id.protected BOWorkOrderHeaderBTInterventionOutcomeSave.loadWorkOrder(Long workOrder, PoolKit poolKit) Loads the work order from the given id.protected BOWorkOrderOperationBTInterventionOutcomeSave.loadWorkOrderOperation(Long workOrderOperation, PoolKit poolKit) Loads the work order operation from the given id.protected voidBTInterventionExecution.notifyInterventionOutcome(BOInterventionOutcome interventionOutcome, PoolKit poolKit, InterventionOutcomeNotificationAction action) Notifies that the intervention outcome was modified by callingInterventionOutcomeNotificationEventprotected voidBTInterventionOutcomeSave.notifyInterventionOutcome(InterventionOutcomeNotificationAction action, boolean isLastAppointment, Long outcomeType, Date limitDate, PoolKit poolKit) Notifies the intervention outcome update.protected voidBTInterventionArrivalOnSite.performInterventionAction(InterventionExecutionInput input, PoolKit poolKit) Arrival at the site an intervention by updating the intervention outcome and sending a notification that will update the agenda status.protected abstract voidBTInterventionExecution.performInterventionAction(InterventionExecutionInput input, PoolKit poolKit) protected voidBTInterventionStart.performInterventionAction(InterventionExecutionInput input, PoolKit poolKit) Start an intervention by updating the intervention outcome and sending a notification that will update the agenda status.protected voidBTInterventionTakeInCharge.performInterventionAction(InterventionExecutionInput input, PoolKit poolKit) Takes in charge an intervention by updating the intervention outcome and sending a notification that will update the agenda status.protected voidBTInterventionExecution.recalculateWorkOrderOperationStatus(PoolKit poolKit) Recalculates the work order operation status.protected voidBTInterventionExecutionDelete.recalculateWorkOrderOperationStatus(BOWorkOrderOperation workOrderOperation, PoolKit poolKit) Recalculates the work order operation status.protected voidBTInterventionExecution.recalculateWorkOrderStatus(PoolKit poolKit) Recalculate work order status.protected voidBTInterventionExecutionDelete.recalculateWorkOrderStatus(Long workOrderId, PoolKit poolKit) Recalculates the work order status by calling theWorkOrderHeaderStatusRecalculateEvent.protected voidBTInterventionOutcomeSave.recalculateWorkOrderStatus(PoolKit poolKit) Recalculates the work order status by calling theWorkOrderHeaderStatusRecalculateEvent.protected voidBTInterventionExecution.removeOtherInterventionsFromForeman(List<BOIntervention> interventionsToBeRemoved, PoolKit poolKit) Removes other interventions from foreman by callingInterventionExecutionDeleteEventprotected voidBTInterventionExecutionDelete.resetInterventionOutcomeDates(BOIntervention intervention, PoolKit poolKit) Reset the intervention outcome dates for the given intervention.protected voidBTInterventionExecutionDelete.resetInterventionResource(List<BOIntervention> interventionsList, PoolKit poolKit) Resets the agenda resources for a list of interventions.protected List<BOWorkOrderOperation> BTInterventionOutcomeSave.searchWorkOrderOperations(PoolKit poolKit) Searches for the work order operations related to the given work order, sorting them by last outcome date.protected voidBTInterventionOutcomeSave.updateInterventionOutcome(PoolKit poolKit) Updates the current intervention outcome.protected voidBTInterventionOutcomeSave.updateValidationStatus(PoolKit poolKit) Updates the validation status by calling theInterventionOutcomeValidationStatusUpdateEventand theInterventionOutcomeValidationStatusByRuleUpdateEvent.protected voidBTInterventionOutcomeSave.updateWOByOrderInterventions(PoolKit poolKit) Updates all the intervention that have the current one as parent.protected voidBTInterventionOutcomeSave.updateWorkOrder(PoolKit poolKit) Updates the work order and updates its status.protected voidBTInterventionExecution.updateWorkOrderOperation(PoolKit poolKit) Updates the work order operation by launchingWorkOrderOperationUpdateEvent.protected voidBTInterventionOutcomeSave.updateWorkOrderOperation(boolean isLastAppointment, Long outcomeType, List<InterventionAggregate> sameAppointmentIntervention, PoolKit poolKit) Updates the work order operation with its status.protected voidBTInterventionOutcomeCompleteNotification.updateWorkOrderRequirement(InterventionOutcomeCompleteNotificationInput input, PoolKit poolKit) Updates resource requirements for a work order operation based on the outcome cause configuration.protected voidBTInterventionOutcomeSave.validate(InterventionOutcomeSaveInput input, PoolKit poolKit) Validates the outcome and the intervention before the saving process.protected voidBTInterventionOutcomeValidate.validateEncodedNotes(BOInterventionOutcome outcome, PoolKit poolKit) Checks that the encoded notes are correct based on the current outcome reason.protected voidBTInterventionExecution.validateInput(InterventionExecutionInput input, PoolKit poolKit) Validates the input for the intervention execution task.protected voidBTInterventionOutcomeValidate.validateRelatedEntities(BOInterventionOutcome outcome, PoolKit poolKit) Validates the entities related to theBOInterventionOutcome. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.resourcewithintervention.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceWithInterventionSearch.execute(ResourceWithInterventionSearchEvent event, PoolKit poolKit) Executes the main task logic for searching resources with interventions.protected voidBTResourceWithInterventionSearch.loadAssistantsInterventions(PoolKit poolKit, ResourceWithInterventionSearchFilter filter) Finds and loads interventions assigned to assistant resources (non-team leaders).protected voidBTResourceWithInterventionSearch.loadResources(ResourceWithInterventionSearchFilter filter, PoolKit poolKit) Retrieves the collection of resources based on the provided input.protected voidBTResourceWithInterventionSearch.loadTeamLeaderInterventions(PoolKit poolKit, ResourceWithInterventionSearchFilter filter) Finds and loads interventions assigned to team leaders (foremen).protected voidBTResourceWithInterventionSearch.loadWorkOrderOperations(ResourceWithInterventionSearchFilter input, PoolKit poolKit) Retrieves and processes work order operations based on the provided filter criteria.protected List<BOIntervention> BTResourceWithInterventionSearch.searchInterventions(PoolKit poolKit, ResourceWithInterventionSearchFilter filter, boolean teamLeader) Searches for interventions based on the provided filter criteria.protected PageResponse<BOResource> BTResourceWithInterventionSearch.searchPaginatedResources(Set<Long> resourceIds, ResourceWithInterventionSearchEvent event, PoolKit poolKit) Searches for resources based on the provided resource IDs and additional filter criteria.BTResourceWithInterventionSearch.searchWorkOrderOperations(Collection<Long> workOrders, PoolKit poolKit) Searches for work order operations associated with the specified work orders. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderCreationFromWorkCycle.activateWorkOrder(Long workOrderHeaderId, PoolKit poolKit) Activate the work orderprotected voidBTWorkOrderCreationFromWorkCycle.createRepeatableOperation(BOWorkOrderHeader woHeader, BOWorkCycleStructure workCycleStructure, List<BOWorkOrderOperation> woOperations, PoolKit poolKit) Creation of aBOWorkOrderOperationstarting from a repeatableBOWorkCycleStructure.protected voidBTWorkOrderCreationFromWorkCycle.createSingleOperation(BOWorkOrderHeader woHeader, BOWorkCycleStructure workCycleStructure, List<BOWorkOrderOperation> woOperations, PoolKit poolKit) Creation of aBOWorkOrderOperationstarting from a non-repeatableBOWorkCycleStructure.protected List<BOWorkOrderOperation> BTWorkOrderCreationFromWorkCycle.createWoOperations(BOWorkOrderHeader woHeader, PoolKit poolKit) Creates a list ofBOWorkOrderOperationbased on the provided work order header and work cycle structures.protected voidBTWorkOrderCreationFromWorkCycle.execute(WorkOrderCreationFromWorkCycleEvent event, PoolKit poolKit) protected voidBTWorkOrderGenerateCode.execute(WorkOrderGenerateCodeEvent event, PoolKit pk) protected StringBTWorkOrderGenerateCode.generateCode(Long operationCenterId, PoolKit poolKit) Method that generates work order's code by concatenating operation center's code and sequential number, ex. given operation center's code C01 and sequential number 1 -> CO100001.protected LongBTWorkOrderCreationFromWorkCycle.getTechnicalObjectType(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the technical object type for work order operation type or work order typeprotected voidBTWorkOrderCreationFromWorkCycle.insertOperations(Long workOrderHeaderId, List<BOWorkOrderOperation> woOperations, PoolKit poolKit) Insert the list ofBOWorkOrderOperation.BTWorkOrderCreationFromWorkCycle.searchAssetDescendants(BOWorkCycleStructure workCycleStructure, Long assetId, PoolKit poolKit) Searches for the descendants of an asset based on the provided asset id and asset status from work cycle structure.protected List<BOWorkCycleStructure> BTWorkOrderCreationFromWorkCycle.searchWorkCycleStructure(BOWorkOrderHeader woHeader, PoolKit poolKit) Searches for work cycle structures based on the provided work order header.protected voidBTWorkOrderCreationFromWorkCycle.validateWorkOrderHeader(BOWorkOrderHeader woHeader, PoolKit poolKit) Check on mandatory fields and visibility of properties.protected voidBTWorkOrderCreationFromWorkCycle.validateWorkOrderOperation(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Check on the visibility of the properties of theBOWorkOrderOperation -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.type.ocassignmentcritera.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.type.ocassignmentcritera.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderTypeOperationCenterAssignmentCriteriaLoad.execute(WorkOrderTypeOperationCenterAssignmentCriteriaLoadEvent event, PoolKit poolKit) Writes the searched assignment criteria into the event journalprotected voidBTWorkOrderTypeOperationCenterAssignmentCriteriaSave.execute(WorkOrderTypeOperationCenterAssignmentCriteriaSaveEvent event, PoolKit poolKit) Writes the inserted work order type id into the event journal. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.type.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderTypeGenerateCodeDescription.body(WorkOrderTypeGenerateCodeDescriptionEvent event, PoolKit poolKit) Updates the work order type with the newly generated code and description.protected voidBTWorkOrderTypeSave.body(WorkOrderTypeSaveEvent event, PoolKit poolKit) Updates the work order type with the newly generated code and description.protected voidBTWorkOrderTypeSave.checkExistenceOfInChargeWO(PoolKit poolKit) protected voidBTWorkOrderTypeSave.evaluateOtherStructureRelations(PoolKit poolKit) protected voidBTWorkOrderTypeSave.evaluateTypeComponents(PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.repeatableoperationfilter.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.repeatableoperationfilter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCycleRepeatableOperationFilterUpdate.execute(WorkCycleRepeatableOperationFilterUpdateEvent event, PoolKit poolKit) protected LongBTWorkCycleRepeatableOperationFilterUpdate.getTechnicalObjectType(BOWorkCycle workCycle, BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the technical object type for work order operation type or work order typeprotected voidBTWorkCycleRepeatableOperationFilterUpdate.validate(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Validates the data before the insertion. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.workcycle.structure.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCycleStructureInsert.completeWorkCycleStructure(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Complete the structure with the duration and team cardinality data taken from the work cycle, and the repeatability of the operation is based on the type of technical object associated with the structure or work cycle.protected voidBTWorkCycleStructureUpdate.completeWorkCycleStructure(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Complete the structure with the duration and team cardinality data taken from the work cycle, and the repeatability of the operation is based on the type of technical object associated with the structure or work cycle.protected voidBTWorkCycleStructureInsert.execute(WorkCycleStructureInsertEvent event, PoolKit poolKit) Inserts the givenBOWorkCycleStructureand writes the newly generated id into the event journal.protected voidBTWorkCycleStructureUpdate.execute(WorkCycleStructureUpdateEvent event, PoolKit poolKit) Inserts the givenBOWorkCycleStructureand writes the newly generated id into the event journal.protected List<BOWorkCycleStructure> BTWorkCycleStructureInsert.getStructures(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Get the list ofBOWorkCycleStructureassociated to the sameBOWorkCycleprotected List<BOWorkCycleStructure> BTWorkCycleStructureUpdate.getStructures(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Get the list ofBOWorkCycleStructureassociated to the sameBOWorkCycleprotected LongBTWorkCycleStructureInsert.getTechnicalObjectType(BOWorkCycle workCycle, BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the technical object type for work order operation type or work order typeprotected LongBTWorkCycleStructureUpdate.getTechnicalObjectType(BOWorkCycle workCycle, BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the technical object type for work order operation type or work order typeprotected BOWorkCycleBTWorkCycleStructureInsert.getWorkCycle(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the work cycleprotected BOWorkCycleBTWorkCycleStructureUpdate.getWorkCycle(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Return the work cycleprotected List<BOAccountType> BTWorkCycleStructureInsert.loadAccountType(Long technicalObjectTypeId, PoolKit poolKit) Method that load the account typeprotected List<BOAccountType> BTWorkCycleStructureUpdate.loadAccountType(Long technicalObjectTypeId, PoolKit poolKit) Method that load the account typeprotected List<BOAssetType> BTWorkCycleStructureInsert.loadAssetType(Long technicalObjectTypeId, PoolKit poolKit) Method that load the asset typeprotected List<BOAssetType> BTWorkCycleStructureUpdate.loadAssetType(Long technicalObjectTypeId, PoolKit poolKit) Method that load the asset typeprotected voidBTWorkCycleStructureInsert.notifyWorkCycleInsert(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Notifies the insertion of a work cycle structure.protected voidBTWorkCycleStructureUpdate.notifyWorkCycleUpdate(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Notifies the update of a work cycle structure.protected voidBTWorkCycleStructureInsert.validate(BOWorkCycleStructure workCycleStructure, List<BOWorkCycleStructure> workCycleStructures, PoolKit poolKit) Validates the data before the insertion.protected voidBTWorkCycleStructureUpdate.validate(BOWorkCycleStructure workCycleStructure, List<BOWorkCycleStructure> workCycleStructures, PoolKit poolKit) Validates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.rs1.bundleoperation
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.bundleoperation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorBundleOperationService.post(Long bundleId, @Valid DTOBundleOperationInsert dto) Creates a new bundle operation in order to add a work order operation to a bundle by calling theBundleOperationAddEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.rs1.bundling
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.bundling that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> OrchestratorBundlingService.post(@Valid DTOBundling dto) Starts a new bundling process by calling theBundlingEvent.org.springframework.http.ResponseEntity<Void> OrchestratorUnbundlingService.unbundling(Long bundleId) Unbundles an existing bundle by calling theUnbundlingEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.rs1.interventionmeasure
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.interventionmeasure that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> OrchestratorInterventionMeasureService.createLinkMeasureIntervention(Long interventionId, @Valid DTOInterventionMeasureLink interventionMeasureLink) Associates a measure to an intervention by calling theInterventionMeasureLinkEvent.org.springframework.http.ResponseEntity<DTOInterventionMeasure> OrchestratorInterventionMeasureService.get(Long interventionId, Long measureId, Collection<String> fields) Retrieves a specific measure for an intervention by calling theMeasureLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOInterventionMeasure>> OrchestratorInterventionMeasureService.getCollection(Long interventionId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOInterventionMeasureFilter filter) Retrieves a paginated collection of measures for a specific intervention by calling theMeasureSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.rs1.resourcewithintervention
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.resourcewithintervention that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOResourceWithInterventionResponse>> OrchestratorResourceWithInterventionService.getCollection(@Valid Page page, @NotNull @Valid DTOResourceWithInterventionFilter dto) Returns a list of resources and their related interventionsResourceWithInterventionSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.rs1.workcycle
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.workcycle that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorWorkCycleService.workOrderCreationFromWorkCycle(Long workCycleId, @Valid DTOWorkOrderCreationFromWorkCycle dto) -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.rs1.workcyclestructure
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.workcyclestructure that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> OrchestratorWorkCycleStructureService.patch(Long workCycleId, Long workCycleStructureId, @Valid DTOWorkCycleStructureUpdate dto) Update a work cycle structure by calling theWorkCycleStructureUpdateEventorg.springframework.http.ResponseEntity<Void> OrchestratorWorkCycleStructureService.patchRepeatableOperations(Long workCycleId, Long workCycleStructureId, @Valid DTORepeatableOperationFilterUpdate dto) Update a work cycle structure's fields for repeatable operation filters by calling theWorkCycleRepeatableOperationFilterUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorWorkCycleStructureService.post(Long workCycleId, @Valid DTOWorkCycleStructureInsert dto) Create a new work cycle structure by calling theWorkCycleStructureInsertEvent -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorder.attachment
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorder.attachment that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderAttachment> OrchestratorWorkOrderAttachmentByWorkOrderService.get(Long workOrderId, Long attachmentId, Collection<String> fields) Retrieves the requiredDTOWorkOrderAttachmentby calling theAttachmentLoadEvent, considering only attachments related to a work order.org.springframework.http.ResponseEntity<DTOWorkOrderAttachment> OrchestratorWorkOrderAttachmentsService.get(Long attachmentId, Collection<String> fields) Retrieves the requiredDTOWorkOrderAttachmentby calling theAttachmentLoadEvent, considering only attachments related to a work order.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderAttachment>> OrchestratorWorkOrderAttachmentByWorkOrderService.getCollection(Long workOrderId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkOrderAttachmentFilter filter) Retrieves the requiredDTOWorkOrderAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderAttachment>> OrchestratorWorkOrderAttachmentsService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkOrderAttachmentFilter filter) Retrieves the requiredDTOWorkOrderAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorWorkOrderAttachmentByWorkOrderService.post(Long workOrderId, @Valid DTOWorkOrderAttachmentInsert dto) Attach an existing file to a work order by calling theWorkOrderAttachmentInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorderoperation.attachment
Methods in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorderoperation.attachment that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderOperationAttachment> OrchestratorWorkOrderOperationAttachmentByWorkOrderService.get(Long operationId, Long attachmentId, Collection<String> fields) Retrieves the requiredDTOWorkOrderOperationAttachmentby calling theAttachmentLoadEvent, considering only attachments related to a work order operation.org.springframework.http.ResponseEntity<DTOWorkOrderOperationAttachment> OrchestratorWorkOrderOperationAttachmentsService.get(Long attachmentId, Collection<String> fields) Retrieves the requiredDTOWorkOrderOperationAttachmentby calling theAttachmentLoadEvent, considering only attachments related to a work order operation.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperationAttachment>> OrchestratorWorkOrderOperationAttachmentByWorkOrderService.getCollection(Long operationId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkOrderOperationAttachmentFilter filter) Retrieves the requiredDTOWorkOrderOperationAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperationAttachment>> OrchestratorWorkOrderOperationAttachmentsService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkOrderOperationAttachmentFilter filter) Retrieves the requiredDTOWorkOrderOperationAttachmentby calling theAttachmentSearchEventwith the right clause.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OrchestratorWorkOrderOperationAttachmentByWorkOrderService.post(Long operationId, @Valid DTOWorkOrderOperationAttachmentInsert dto) Attach an existing file to a work order operation by calling theWorkOrderOperationAttachmentInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.ux.operation.type
Methods in overit.geocallapp.wfm.orchestrator.workorders.ux.operation.type that throw DAExceptionModifier and TypeMethodDescriptionprotected voidWorkOrderOperationType.search()Right now we need this method to display the count in the table title. -
Uses of DAException in overit.geocallapp.wfm.orchestrator.workorders.ux.type.search
Methods in overit.geocallapp.wfm.orchestrator.workorders.ux.type.search that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewWorkOrderType.completeRowData(DBView dbv, int rowNumber, BOWorkOrderType workOrderType, PoolKit poolKit) protected voidServerTableViewWorkOrderType.loadCachedData(List<BOWorkOrderType> object, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures
Methods in overit.geocallapp.wfm.organizationalstructures that throw DAExceptionModifier and TypeMethodDescriptionstatic List<BOOperationCenter> OrganizationalStructuresUtils.searchOperationCenter(OperationCenterSearchFilter filter) Searches for operation centers based on the provided filter. -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.data
Methods in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOOperationCenterAddressSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.task
Methods in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.address.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOperationCenterAddressSearch.body(OperationCenterAddressSearchEvent event, PoolKit poolKit) Writes the searched operation center addresses into the event journal.protected voidBTOperationCenterAddressUpdate.checkExistingRelation(BOOperationCenterAddress operationCenterAddress, PoolKit pk) protected voidBTOperationCenterMainAddress.checkExistingRelation(OperationCenterMainAddressInput input, PoolKit pk) protected voidBTOperationCenterAddressInsert.completeAndValidate(BOOperationCenterAddress operationCenterAddress, PoolKit pk) protected voidBTOperationCenterAddressUpdate.completeAndValidate(BOOperationCenterAddress operationCenterAddress, PoolKit pk) protected voidBTOperationCenterAddressInsert.execute(OperationCenterAddressInsertEvent event, PoolKit pk) Inserts the relation between the given operation center and address.protected voidBTOperationCenterAddressLoad.execute(OperationCenterAddressLoadEvent event, PoolKit poolKit) Writes the loaded Operation Center Address into the event journal.protected voidBTOperationCenterAddressUpdate.execute(OperationCenterAddressUpdateEvent event, PoolKit pk) Updates a newBOOperationCenterAddresswith all its needed components.protected voidBTOperationCenterMainAddress.execute(OperationCenterMainAddressEvent event, PoolKit poolKit) Updates the main address for the related operation center.protected voidBTOperationCenterMainAddress.update(CommandContext cc, PoolKit poolKit) protected voidBTOperationCenterMainAddress.updateMainRelation(OperationCenterMainAddressInput input, PoolKit poolKit) Sets the given address as the main one for the operation center.protected voidBTOperationCenterMainAddress.updateOtherRelations(OperationCenterMainAddressInput input, PoolKit poolKit) Sets all the other addresses related to the operation center as not 'main'.protected voidBTOperationCenterMainAddress.validate(OperationCenterMainAddressInput input, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.assignmentcriteria.task
Methods in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.assignmentcriteria.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOperationCenterAssignmentCriteriaLoad.execute(OperationCenterAssignmentCriteriaLoadEvent event, PoolKit poolKit) Writes the loaded assignment criteria into the event journal.protected voidBTOperationCenterAssignmentCriteriaSearch.execute(OperationCenterAssignmentCriteriaSearchEvent event, PoolKit poolKit) Writes the searched assignment criteria into the event journal. -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.data
Methods in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOOperationCenterSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.task
Methods in overit.geocallapp.wfm.organizationalstructures.bl.operationcenter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOperationCenterInsert.checkUniqueCode(BOOperationCenter operationCenter, PoolKit poolKit) Checks if the code of the given operation center is unique.protected voidBTOperationCenterUpdate.checkUniqueCode(BOOperationCenter operationCenter, PoolKit poolKit) Checks if the code of the given operation center is unique.protected voidBTOperationCenterInsert.execute(OperationCenterInsertEvent event, PoolKit pk) Writes the inserted operation center id into the event journal.protected voidBTOperationCenterLoad.execute(OperationCenterLoadEvent event, PoolKit poolKit) Writes the loaded operation center into the event journal.protected voidBTOperationCenterSearch.execute(OperationCenterSearchEvent event, PoolKit poolKit) Writes the searched operation centers into the event journal.protected voidBTOperationCenterUpdate.execute(OperationCenterUpdateEvent event, PoolKit pk) Updates a newBOOperationCenterwith all its needed components.protected voidBTOperationCenterInsert.insertZone(BOOperationCenter operationCenter, PoolKit pk) protected voidBTOperationCenterInsert.notifyInsert(BOOperationCenter operationCenter, PoolKit poolKit) protected voidBTOperationCenterUpdate.notifyUpdate(BOOperationCenter operationCenter, PoolKit poolKit) protected TimeZoneBTOperationCenterTimeZoneResolver.resolveTimeZone(TimeZoneResolverInput<Long> input, PoolKit poolKit) protected voidBTOperationCenterUpdate.updateOperationCenter(BOOperationCenter operationCenter, PoolKit pk) Updates the givenBOOperationCenter.protected voidBTOperationCenterUpdate.updateZone(BOOperationCenter operationCenter, PoolKit pk) Updates theBOZoneassociated to the givenBOOperationCenter.protected voidBTOperationCenterInsert.validate(BOOperationCenter operationCenter, PoolKit poolKit) protected voidBTOperationCenterUpdate.validate(BOOperationCenter operationCenter, PoolKit poolKit) Validates the givenBOOperationCenter. -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.structure.data
Methods in overit.geocallapp.wfm.organizationalstructures.bl.structure.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOStructureSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.structure.task
Methods in overit.geocallapp.wfm.organizationalstructures.bl.structure.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTStructureInsert.checkActiveBookingExists(BOStructure structure, PoolKit pk) protected voidBTStructureUpdate.checkActiveBookingExists(BOStructure structure, PoolKit pk) protected voidBTStructureInsert.checkCodeUnique(BOStructure structure, PoolKit pk) protected voidBTStructureUpdate.checkCodeUnique(BOStructure structure, PoolKit pk) protected voidBTStructureInsert.completeAndValidate(BOStructure structure, PoolKit pk) protected voidBTStructureUpdate.completeAndValidate(BOStructure structure, PoolKit pk) protected voidBTStructureInsert.execute(StructureInsertEvent event, PoolKit poolKit) protected voidBTStructureLoad.execute(StructureLoadEvent event, PoolKit poolKit) protected voidBTStructureSearch.execute(StructureSearchEvent event, PoolKit poolKit) protected voidBTStructureUpdate.execute(StructureUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.data
Methods in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOStructureValidityPeriodSearch.defineParams(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.task
Methods in overit.geocallapp.wfm.organizationalstructures.bl.structure.validityperiod.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTStructureActiveValidityPeriodsSearch.execute(StructureActiveValidityPeriodsSearchEvent event, PoolKit poolKit) protected voidBTStructureValidityPeriodDelete.execute(StructureValidityPeriodDeleteEvent event, PoolKit poolKit) protected voidBTStructureValidityPeriodInsert.execute(StructureValidityPeriodInsertEvent event, PoolKit pk) Writes the inserted structure validity period id into the event journal.protected voidBTStructureValidityPeriodLoad.execute(StructureValidityPeriodLoadEvent event, PoolKit pk) Writes the loaded structure validity period into the event journal.protected voidBTStructureValidityPeriodSearch.execute(StructureValidityPeriodSearchEvent event, PoolKit pk) Writes the searched structure validity periods into the event journal.protected voidBTStructureValidityPeriodUpdate.execute(StructureValidityPeriodUpdateEvent event, PoolKit pk) protected voidBTStructureValidityPeriodInsert.validateAndCompleteInput(BOStructureValidityPeriod boStructureValidityPeriod, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOStructureValidityPeriodprotected voidBTStructureValidityPeriodUpdate.validateAndCompleteInput(BOStructureValidityPeriod boStructureValidityPeriod, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.workcenter.data
Methods in overit.geocallapp.wfm.organizationalstructures.bl.workcenter.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkCenterSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.workcenter.task
Methods in overit.geocallapp.wfm.organizationalstructures.bl.workcenter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCenterInsert.checkUniqueCode(BOWorkCenter workCenter, PoolKit poolKit) protected voidBTWorkCenterUpdate.checkUniqueCode(BOWorkCenter workCenter, PoolKit poolKit) protected voidBTWorkCenterInsert.execute(WorkCenterInsertEvent event, PoolKit pk) Writes the inserted work center id into the event journal.protected voidBTWorkCenterLoad.execute(WorkCenterLoadEvent event, PoolKit pk) Writes the loaded work center into the event journal.protected voidBTWorkCenterSearch.execute(WorkCenterSearchEvent event, PoolKit poolKit) Writes the searched work centers into the event journal.protected voidBTWorkCenterUpdate.execute(WorkCenterUpdateEvent event, PoolKit pk) Updates a newBOWorkCenterwith all its needed components.protected voidBTWorkCenterInsert.validate(BOWorkCenter workCenter, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOWorkCenterprotected voidBTWorkCenterUpdate.validate(BOWorkCenter workCenter, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOWorkCenter -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.zone.data
Methods in overit.geocallapp.wfm.organizationalstructures.bl.zone.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOZoneSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.data
Methods in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAddressMicroClusterZones.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.task
Methods in overit.geocallapp.wfm.organizationalstructures.bl.zone.microcluster.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTZonesSearchFromMicroCluster.execute(ZonesSearchFromMicroClusterEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.bl.zone.task
Methods in overit.geocallapp.wfm.organizationalstructures.bl.zone.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTZoneInsert.execute(ZoneInsertEvent event, PoolKit pk) Writes the inserted zone id into the event journal.protected voidBTZoneLoad.execute(ZoneLoadEvent event, PoolKit poolKit) Writes the loaded zone into the event journal.protected voidBTZoneSearch.execute(ZoneSearchEvent event, PoolKit poolKit) Writes the searched zones into the event journal.protected voidBTZoneUpdate.execute(ZoneUpdateEvent event, PoolKit pk) Updates aBOZone.protected void -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.integration
Methods in overit.geocallapp.wfm.organizationalstructures.integration that throw DAExceptionModifier and TypeMethodDescriptionOrganizationalStructuresEventProvider.getOperationCenter(Long operationCenterId) OrganizationalStructuresProvider.getOperationCenter(Long operationCenterId) OrganizationalStructuresEventProvider.getStructure(Long structureId) OrganizationalStructuresProvider.getStructure(Long structureId) OrganizationalStructuresEventProvider.getStructureActiveValidityPeriods(StructureActiveValidityPeriodsSearchInput input) OrganizationalStructuresProvider.getStructureActiveValidityPeriods(StructureActiveValidityPeriodsSearchInput input) OrganizationalStructuresEventProvider.getTimeZone(TimeZoneResolverInput<Long> input) OrganizationalStructuresProvider.getTimeZone(TimeZoneResolverInput<Long> input) OrganizationalStructuresEventProvider.getZonesFromMicroCluster(ZonesSearchFromMicroClusterFilter filter) OrganizationalStructuresProvider.getZonesFromMicroCluster(ZonesSearchFromMicroClusterFilter filter) OrganizationalStructuresEventProvider.searchOperationCenterAddresses(OperationCenterAddressSearchFilter filter) OrganizationalStructuresProvider.searchOperationCenterAddresses(OperationCenterAddressSearchFilter filter) OrganizationalStructuresEventProvider.searchStructure(StructureSearchFilter input) OrganizationalStructuresProvider.searchStructure(StructureSearchFilter input) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.rs1.assignmentcriteria
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.assignmentcriteria that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOperationCenterAssignmentCriteria> OperationCenterAssignmentCriteriaService.get(Long id, String language, Collection<String> fields) Retrieves the required operation center assignment criteria.org.springframework.http.ResponseEntity<List<DTOOperationCenterAssignmentCriteria>> OperationCenterAssignmentCriteriaService.getCollection(Collection<String> fields, @Valid DTOOperationCenterAssignmentCriteriaSearchFilter filter) Retrieve the all stored operation center assignment criteria. -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenter
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenter that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOperationCenter> OperationCenterService.get(Long id, String language, Collection<String> fields) Retrieves the required operation center.org.springframework.http.ResponseEntity<PageResponse<DTOOperationCenter>> OperationCenterService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOOperationCenterSearchFilter filter) Retrieve the all stored operation centers.org.springframework.http.ResponseEntity<Void> OperationCenterService.patch(Long id, @Valid overit.geocallapp.wfm.organizationalstructures.rs1.operationcenter.DTOOperationCenterUpdate dto) Modifies the required operation center.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OperationCenterService.post(@Valid DTOOperationCenterInsert dto) Create a new operation center. -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOperationCenterAddress> OperationCenterAddressService.get(Long operationCenterId, Long addressId, Collection<String> fields) Retrieves the required operation center address.org.springframework.http.ResponseEntity<PageResponse<DTOOperationCenterAddress>> OperationCenterAddressService.getAddresses(Long operationCenterId, @Valid Page page, Collection<String> fields, String order, @Valid DTOOperationCenterAddressFilter filter) Returns the collection of all the stored operation center addresses by calling theOperationCenterAddressSearchEvent.org.springframework.http.ResponseEntity<Void> OperationCenterAddressService.patch(Long operationCenterId, Long addressId, @Valid DTOOperationCenterAddressUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OperationCenterAddressService.post(Long operationCenterId, @Valid DTOOperationCenterAddressInsert dto) Create a new operation center address.org.springframework.http.ResponseEntity<Void> OperationCenterAddressService.setMainAddress(Long operationCenterId, @Valid DTOOperationCenterMainAddress dto) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.rs1.structure
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.structure that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOStructure> StructureService.get(Long structureId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOStructure>> StructureService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOStructureFilter filter) org.springframework.http.ResponseEntity<Void> StructureService.patch(Long structureId, @Valid DTOStructureUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> StructureService.post(@Valid DTOStructureInsert dto) -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.rs1.structurevalidityperiod
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.structurevalidityperiod that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Delete the required structure validity period.org.springframework.http.ResponseEntity<DTOStructureValidityPeriod> StructureValidityPeriodService.get(Long structureId, Long structureValidityPeriodId, Collection<String> fields) Retrieves the requiredDTOStructureValidityPeriodby calling theStructureValidityPeriodLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOStructureValidityPeriod>> StructureValidityPeriodService.getCollection(Long structureId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOStructureValidityPeriodFilter filter) Returns the collection of all the stored structure validity periods by calling theStructureValidityPeriodSearchEvent.org.springframework.http.ResponseEntity<Void> StructureValidityPeriodService.patch(Long structureId, Long structureValidityPeriodId, @Valid DTOStructureValidityPeriodUpdate dto) Update an structure validity period by calling theStructureValidityPeriodUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> StructureValidityPeriodService.post(Long structureId, @Valid DTOStructureValidityPeriodInsert dto) Create a new structure validity period by calling theStructureValidityPeriodInsertEvent -
Uses of DAException in overit.geocallapp.wfm.organizationalstructures.rs1.workcenter
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.workcenter that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkCenter> WorkCenterService.get(Long workCenterId, String language, Collection<String> fields) Retrieves the requiredDTOWorkCenterby calling theWorkCenterLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkCenter>> WorkCenterService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOWorkCenterFilter filter) Returns the collection of all the stored work centers by calling theWorkCenterSearchEvent.org.springframework.http.ResponseEntity<Void> WorkCenterService.patch(Long id, @Valid DTOWorkCenterUpdate dto) Update a work center by calling theWorkCenterUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkCenterService.post(@Valid DTOWorkCenterInsert dto) Create a new work center by calling theWorkCenterInsertEvent -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.edit
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.edit that throw DAExceptionModifier and TypeMethodDescriptionprotected voidEditCapacityPlanningScenario.updateCapacityPlanningScenario(BOCapacityPlanningScenario capacityPlanningScenario) UI event handler to update the capacity planning scenario. -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewCapacityPlanningActivityDetailResult.completeRowData(DBView dbv, int rowNumber, CapacityPlanningActivityDetailResult capacityPlanningDetailResult, PoolKit poolKit) protected voidServerTableViewCapacityPlanningResourceDetailResult.completeRowData(DBView dbv, int rowNumber, CapacityPlanningResourceDetailResult capacityPlanningDetailResult, PoolKit poolKit) protected StringCapacityPlanningCoverageResult.getActivityDescription(Long activityId) protected LongCapacityPlanningCoverageResult.getResourceAvailableOvertime(Long resourceForecastHeader, Long resourceId, Date startDate, Date endDate) protected StringCapacityPlanningCoverageResult.getResourceName(Long resourceId) -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewCapacityPlanningActivityResultGantt.completeDbv(Long forecastHeaderId, DBView dbv) -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.excel.importForecast
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.excel.importForecast that throw DAExceptionModifier and TypeMethodDescriptionprotected overit.geocallapp.docshare.docsharing.services.ResourceServiceImportForecast.getResourceService() -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.add
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.add that throw DAExceptionModifier and TypeMethodDescriptionprotected LongAddForecastActivity.insertForecastActivity(BOForecastActivity forecastActivity) Insert a new forecast activity. -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.copy
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.copy that throw DAExceptionModifier and TypeMethodDescriptionprotected LongCopyActivityForecast.insertActivityForecastHeader(BOActivityForecastHeader forecastHeader) UI event handler to insert/paste newly created/pasted activity forecast header. -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewForecastActivityDetailGantt.completeDbv(Long forecastHeaderId, DBView dbv) ServerTableViewForecastActivityDetailGantt.getAllSkills()Returns a list that contains all Skills (TSKILL rows)BOSkill -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.edit
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.edit that throw DAExceptionModifier and TypeMethodDescriptionprotected LongEditActivityForecastHeader.insertActivityForecastHeader(BOActivityForecastHeader activityForecastHeader) Insert a new activity forecast header.protected voidEditActivityForecastHeader.updateActivityForecastHeader(BOActivityForecastHeader activityForecastHeader) Update an existing activity forecast header. -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.importoperationactivityfromwo
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.importoperationactivityfromwo that throw DAExceptionModifier and TypeMethodDescriptionprotected voidImportOperationActivityFromWo.createWorkLoadDistributionFilter(WorkLoadDistributionSearchFilter searchFilter) Creates a workload distribution filter based on the provided search filter. -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.priority.edit
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.priority.edit that throw DAExceptionModifier and TypeMethodDescriptionprotected booleanEditForecastActivityPriorityPanel.isDefaultPriorityChanged(BOForecastActivityPriority priority) Checks if the default priority is being changed from its previous value. -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.timeframe.add
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.timeframe.add that throw DAExceptionModifier and TypeMethodDescriptionprotected LongAddActivityTimeframe.insertForecastActivityDetail(BOForecastActivityDetail forecastActivityDetail) Insert a new forecast activity detail.protected voidAddActivityTimeframe.updateForecastActivityDetail(BOForecastActivityDetail forecastActivityDetail) -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.copy
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.copy that throw DAExceptionModifier and TypeMethodDescriptionprotected LongCopyResourceForecast.insertResourceForecastHeader(BOResourceForecastHeader forecastHeader) UI event handler to insert/paste newly created/pasted resource forecast header. -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail that throw DAExceptionModifier and TypeMethodDescriptionResourceForecastAvailabilityBuilder.build()protected DBViewResourceForecastCalendarView.buildCalendarView(ResourceForecastViewConfiguration viewConfiguration) ResourceForecastAvailabilityBuilder.findResourceConstraints(Long resourceId) ResourceForecastAvailabilityBuilder.findResourceSkills(Long resourceId, List<BOSkill> skills) Returns a list of skills assigned to resource identified by resourceId value taken in inputResourceForecastCalendarView.getAllSkills()Returns a list that contains all Skills (TSKILL rows)BOSkillprotected List<BOForecastResourceDetail> ResourceForecastCalendarView.getForecastResourceDetails()Returns the detail data of resources related to the forecast headerprotected List<BOForecastResource> ResourceForecastCalendarView.getForecastResources()Returns all resources (eventually filtered) related to the forecast header -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.comparator
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.comparator that throw DAExceptionModifier and TypeMethodDescriptionResourceForecastComparatorBuilder.build()protected DBViewResourceForecastComparatorCalendarView.buildCalendarView(ResourceForecastViewConfiguration viewConfiguration) protected List<BOForecastResource> ResourceForecastComparatorCalendarView.getForecastResources()Returns all resources (eventually filtered) related to the list of forecast headers -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.copydetail
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.copydetail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCopyForecastResourceDetail.applyCopiedDetail(Collection<Long> targetResourcesIds) -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.edit
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.edit that throw DAExceptionModifier and TypeMethodDescriptionprotected voidAddForecastResourceDetail.buildPreview()protected voidEditForecastResourceDetail.buildPreview()protected abstract voidForecastResourceDetailManagement.buildPreview()voidForecastResourceDetailPreviewBuilder.buildPreview(HashGetter hgFormValues) Build the preview based on the entered form values without aggregation (DAILY view mode)voidForecastResourceDetailPreviewBuilder.buildPreviewByEdit(HashGetter hgFormValues) Build the preview based on the edit form values without aggregation (DAILY view mode)voidForecastResourceDetailPreviewBuilder.buildPreviewByTemplate(HashGetter hgFormValues) Build the preview based on the input template without aggregation (DAILY view mode)protected voidEditForecastResourceDetail.setDurationFields(Date startDate, Date endDate, Long forecastResouce) -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.edit.template
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.edit.template that throw DAExceptionModifier and TypeMethodDescriptionprotected voidApplyForecastResourceDetailTemplate.buildPreview() -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.edit
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.edit that throw DAExceptionModifier and TypeMethodDescriptionprotected LongEditResourceForecastHeader.insertResourceForecastHeader(BOResourceForecastHeader forecastHeader) UI event handler to save the forecast header.protected voidEditResourceForecastHeader.updateResourceForecastHeader(BOResourceForecastHeader forecastHeader) UI event handler to update the forecast header. -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.forecastresource.importfromoperationcenter
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.forecastresource.importfromoperationcenter that throw DAExceptionModifier and TypeMethodDescriptionprotected voidImportForecastResources.insertForecastResource(Collection<Long> usersId, boolean importWorkshifts, boolean importSkills) Insert a new forecast resource. -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.copy
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.copy that throw DAExceptionModifier and TypeMethodDescriptionprotected LongCopyForecastShiftModel.copyForecastShiftModel(BOForecastShiftModel forecastShiftModel) Copy the forecast shift model data (header and related details). -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.detail
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidServerTableViewForecastShiftModelDetail.completeRowData(DBView dbv, int rowNumber, BOForecastShiftModelDetail forecastShiftModelDetail, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.detail.edit
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.detail.edit that throw DAExceptionModifier and TypeMethodDescriptionprotected voidEditForecastShiftModelDetail.massiveUpdateForecastShiftModelDetail(BOForecastShiftModelDetail forecastShiftModelDetail) Update multiple forecast shift model detail at the same time.protected voidEditForecastShiftModelDetail.updateForecastShiftModelDetail(BOForecastShiftModelDetail forecastShiftModelDetail) Update an existing forecast shift model detail. -
Uses of DAException in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.edit
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.edit that throw DAExceptionModifier and TypeMethodDescriptionprotected LongEditForecastShiftModel.insertForecastShiftModel(BOForecastShiftModel forecastShiftModel) Insert a new forecast shift model.protected voidEditForecastShiftModel.updateForecastShiftModel(BOForecastShiftModel forecastShiftModel) Update an existing forecast shift model. -
Uses of DAException in overit.geocallapp.wfm.planning.ux.roughplanning.configuration.activity
Methods in overit.geocallapp.wfm.planning.ux.roughplanning.configuration.activity that throw DAExceptionModifier and TypeMethodDescriptionprotected voidRoughPlanningActivities.createWorkLoadDistributionFilter(WorkLoadDistributionSearchFilter searchFilter) Creates a workload distribution filter based on the provided search filter. -
Uses of DAException in overit.geocallapp.wfm.planning.ux.roughplanning.edit
Methods in overit.geocallapp.wfm.planning.ux.roughplanning.edit that throw DAExceptionModifier and TypeMethodDescriptionprotected voidEditRoughPlanning.updateRoughPlanning(BORoughPlanning roughPlanning) UI event handler to update the rough planning. -
Uses of DAException in overit.geocallapp.wfm.planning.ux.roughplanning.weight.detail
Methods in overit.geocallapp.wfm.planning.ux.roughplanning.weight.detail that throw DAExceptionModifier and TypeMethodDescriptionprotected voidWorkloadDistributionDetail.addWeightCheckColumn(DBView dbvWorkloadRuleCombination) Adds a weight check column to the workload rule combination DBView.protected voidWorkloadDistributionDetail.configurationRowsRefresh()Refreshes the configuration rows and weight tables.protected voidWorkloadDistributionDetail.initPage()protected List<overit.geocall.wfm.planning.bl.workloaddistribution.weight.workloaddistributionweight.BOWorkloadDistributionWeight> WorkloadDistributionDetail.searchWorkloadDistributionWeight(Long workloadRuleWOCombinationId) Searches forBOWorkloadDistributionWeightobjects associated with a specific WorkloadRuleWOCombination.protected List<overit.geocall.wfm.planning.bl.workloaddistribution.weight.wocombination.BOWorkloadRuleWOCombination> WorkloadDistributionDetail.searchWorkloadRuleWoCombination()Searches forBOWorkloadRuleWOCombinations associated with the current rule.protected voidWorkloadDistributionDetail.weightRowsRefresh()Refreshes the weight rows in the weights table view. -
Uses of DAException in overit.geocallapp.wfm.project.bl.activity.da
Methods in overit.geocallapp.wfm.project.bl.activity.da that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchProjectActivity.defineSql(CommandContext cc, PoolKit pk) protected voidDAOSearchProjectActivity.defineValues(CommandContext cc, PoolKit pk) protected voidDAOSearchProjectActivity.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.activity.task
Methods in overit.geocallapp.wfm.project.bl.activity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTActivityWoCreation.body(ProjectActivityWoCreationEvent event, PoolKit pk) protected voidBTProjectActivityLoad.body(ProjectActivityLoadEvent event, PoolKit poolKit) protected voidBTProjectActivityLoadTimeRangeConfiguration.body(ProjectActivityLoadTimeRangeConfigurationEvent event, PoolKit pk) protected LongDATGenerateWOFromActivity.calculateWoCycle(Long woType, Long afilId, Long addressId, PooledConnection conn) protected voidBTProjectActivityCreate.convertCalendarUnitFields(BOProjectActivity activity, PoolKit pk) protected voidBTProjectActivityUpdate.convertCalendarUnitFields(BOProjectActivity activity, PoolKit pk) protected voidBTProjectActivityCreate.execute(ProjectActivityCreateEvent event, PoolKit pk) protected voidBTProjectActivityUpdate.execute(ProjectActivityUpdateEvent event, PoolKit pk) voidDATGenerateWOFromActivity.execute(PooledConnection conn) protected voidBTProjectActivityCreate.fillActivityData(BOProjectActivity activity, Project project, PoolKit pk) protected LongBTActivityWoCreation.getOperationCenter(BOProjectActivity projectActivity, Long technicalObject, PoolKit pk) protected BOProjectProfileBTProjectActivityCreate.getProjectProfile(Long projectId, PoolKit pk) protected BOProjectProfileBTProjectActivityUpdate.getProjectProfile(Long projectId, PoolKit pk) protected LongBTActivityWoCreation.getTechincalObject(ProjectActivityWoCreationEvent event, PoolKit pk) protected LongBTProjectActivityLoadTimeRangeConfiguration.getTimeRangeConfigurationId(BOProjectActivity projectActivity, PoolKit pk) protected BOProjectActivityBTProjectActivityCreate.insertActivity(BOProjectActivity activity, PoolKit pk) protected WorkOrderBTActivityWoCreation.insertWO(BOProjectActivity projectActivity, Long woType, Long technicalObject, Long operationCenter, PoolKit pk) BTActivityWoCreation.loadDefaultTechnicalObject(PoolKit pk) protected HashGetterDATGenerateWOFromActivity.loadTechnicalObjectData(Long technicalObjectId, PooledConnection conn) protected LongBTActivityWoCreation.loadTechObjOperationCenter(Long technicalObject, PoolKit pk) protected overit.geocallapp.wfm.timerange.configuration.bl.TimeRangeConfigurationBTProjectActivityLoadTimeRangeConfiguration.loadTimeRangeConfiguration(Long id, PoolKit pk) protected voidDATGenerateWOFromActivity.manageWorkCycle(Long woType, Long afilId, Long addressId, PooledConnection conn) protected voidDATGenerateWOFromActivity.prepareHeaderData(PooledConnection conn) protected voidDATGenerateWOFromActivity.prepareRowsData(PooledConnection conn) protected BOProjectActivityBTProjectActivityUpdate.updateActivity(BOProjectActivity activity, PoolKit pk) protected voidDATGenerateWOFromActivity.updateActivity(PooledConnection conn) protected voidDATGenerateWOFromActivity.updateProjectTechObjs(PooledConnection conn) -
Uses of DAException in overit.geocallapp.wfm.project.bl.activity.type.task
Methods in overit.geocallapp.wfm.project.bl.activity.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectActivityTypeLoad.execute(ProjectActivityTypeLoadEvent event, PoolKit poolKit) protected voidBTProjectActivityTypeSearch.execute(ProjectActivityTypeSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.project.bl.activitydebriefing.da
Methods in overit.geocallapp.wfm.project.bl.activitydebriefing.da that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchProjectActivityDebriefing.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.activitydebriefing.task
Methods in overit.geocallapp.wfm.project.bl.activitydebriefing.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectActivityGenericDebriefingCreate.alignActivityStatus(BOProjectActivity activity, Long activityStatus, PoolKit pk) protected voidBTProjectActivityGenericDebriefingSave.body(ProjectActivityGenericDebriefingSaveEvent event, PoolKit pk) protected voidBTProjectActivityGenericDebriefingSave.convertCalendarUnitFields(BOProjectActivityDebriefing debriefing, Long projectId, PoolKit pk) protected voidBTProjectActivityGenericDebriefingCreate.execute(ProjectActivityGenericDebriefingCreateEvent event, PoolKit pk) protected voidBTProjectActivityGenericDebriefingSave.fillGenericDebriefingData(BOProjectActivityDebriefing debriefing, PoolKit pk) protected ProjectBTProjectActivityGenericDebriefingCreate.getProject(Long projectId, PoolKit pk) protected BOProjectProfileBTProjectActivityGenericDebriefingSave.getProjectProfile(Long projectId, PoolKit pk) protected voidBTProjectActivityGenericDebriefingCreate.init(ProjectActivityGenericDebriefingCreateEvent event, PoolKit pk) protected BOProjectActivityDebriefingBTProjectActivityGenericDebriefingSave.insertDebriefing(BOProjectActivityDebriefing debriefing, PoolKit pk) protected BOProjectActivityDebriefingBTProjectActivityGenericDebriefingCreate.insertGenericDebriefing(Long activityId, PoolKit pk) protected BOProjectActivityBTProjectActivityGenericDebriefingCreate.loadActivity(Long activityId, PoolKit pk) protected BOProjectActivityBTProjectActivityGenericDebriefingSave.loadActivity(Long activityId, PoolKit pk) protected BOProjectActivityDebriefingBTProjectActivityGenericDebriefingCreate.loadLastDebriefing(Long activityId, PoolKit pk) protected ProjectBTProjectActivityGenericDebriefingCreate.loadProject(Long projectId, PoolKit pk) protected BOProjectActivityBTProjectActivityGenericDebriefingCreate.prepareActivityUpdateData(Long activityId, PoolKit pk) protected void -
Uses of DAException in overit.geocallapp.wfm.project.bl.activityrelation.da
Methods in overit.geocallapp.wfm.project.bl.activityrelation.da that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchProjectActivitiesRelations.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.activityrelation.task
Methods in overit.geocallapp.wfm.project.bl.activityrelation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectActivityRelationCreate.body(ProjectActivityRelationCreateEvent event, PoolKit pk) protected voidBTProjectActivityRelationDelete.body(ProjectActivityRelationDeleteEvent event, PoolKit pk) protected voidBTProjectActivityRelationUpdate.body(ProjectActivityRelationUpdateEvent event, PoolKit pk) protected voidBTProjectActivityRelationsManager.checkBeforeProcess(List<BOActivityRelation> relations, PoolKit pk) protected voidBTProjectActivityRelationDelete.deleteActivityRelation(BOActivityRelation activityRel, PoolKit pk) protected voidBTProjectActivityRelationsManager.execute(ProjectActivityRelationManagerEvent event, PoolKit pk) protected BOActivityRelationBTProjectActivityRelationCreate.insertRelation(BOActivityRelation activityRel, PoolKit pk) protected BOActivityRelationBTProjectActivityRelationUpdate.updateRelation(BOActivityRelation activityRel, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.calendarunit.task
Methods in overit.geocallapp.wfm.project.bl.calendarunit.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCalendarUnitLoad.execute(CalendarUnitLoadEvent event, PoolKit poolKit) protected voidBTCalendarUnitSearch.execute(CalendarUnitSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.project.bl.configuration.da
Methods in overit.geocallapp.wfm.project.bl.configuration.da that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchProjectHeaderTechnicalObjects.validate(CommandContext cc, PoolKit pk) protected voidDAOSearchWOTypes.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.configuration.task
Methods in overit.geocallapp.wfm.project.bl.configuration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDeleteProjectHeaderTO.body(DeleteProjectHeaderTOEvent event, PoolKit pk) protected voidBTLoadProjectHeaderTO.body(LoadProjectHeaderTOEvent event, PoolKit pk) protected voidBTProjectGeneralConfigurationLoad.body(ProjectGeneralConfigurationLoadEvent event, PoolKit pk) protected voidBTProjectGeneralConfigurationSave.body(ProjectGeneralConfigurationSaveEvent event, PoolKit pk) protected voidBTSaveProjectHeaderTO.body(SaveProjectHeaderTOEvent event, PoolKit pk) protected voidBTUpdateProjectTechnicalObjectFromWO.body(UpdateProjectTechnicalObjectFromWOEvent event, PoolKit pk) protected voidBTDeleteProjectHeaderTO.deleteRelation(BOProjectHeaderTechnicalObject relation, PoolKit pk) protected voidBTSaveProjectHeaderTO.insertRelation(BOProjectHeaderTechnicalObject relation, PoolKit pk) protected DBViewBTUpdateProjectTechnicalObjectFromWO.loadAssociatedTechnicalObjects(Long projectId, PoolKit pk) protected DBViewBTLoadProjectHeaderTO.loadProjectHeaderTO(Long projectId, PoolKit pk) protected LongBTProjectGeneralConfigurationLoad.loadTechnicalObject(PoolKit pk) BTProjectGeneralConfigurationSave.saveTechnicalObject(Long defaultTechnicalObject, PoolKit pk) protected voidBTUpdateProjectTechnicalObjectFromWO.updateRelation(Long newTechnicalObject, Long projectId, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.diary.da
Methods in overit.geocallapp.wfm.project.bl.diary.da that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchProjectDiary.validate(CommandContext cc, PoolKit pk) protected voidDAOSearchProjectDiaryHistory.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.diary.task
Methods in overit.geocallapp.wfm.project.bl.diary.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectDiaryCreate.body(ProjectDiaryCreateEvent event, PoolKit pk) protected voidBTProjectDiaryDelete.body(ProjectDiaryDeleteEvent event, PoolKit pk) protected voidBTProjectDiaryUpdate.body(ProjectDiaryUpdateEvent event, PoolKit pk) protected voidBTProjectDiaryCreate.insertCreationValues(BOProjectDiary diary, PoolKit pk) protected voidBTProjectDiaryDelete.insertDeleteValues(BOProjectDiary diary, PoolKit pk) protected BOProjectDiaryBTProjectDiaryCreate.insertDiary(BOProjectDiary diary, PoolKit pk) protected voidBTProjectDiaryUpdate.insertModifyValues(BOProjectDiary diary, PoolKit pk) protected BOProjectDiaryBTProjectDiaryDelete.updateDiary(BOProjectDiary diary, PoolKit pk) protected BOProjectDiaryBTProjectDiaryUpdate.updateDiary(BOProjectDiary diary, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.header.da
Methods in overit.geocallapp.wfm.project.bl.header.da that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOProjectProgressive.defineSql(CommandContext cc, PoolKit pk) protected voidDAOSearchProject.defineValues(CommandContext cc, PoolKit pk) protected voidDAOSearchProject.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.header.task
Methods in overit.geocallapp.wfm.project.bl.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectHeaderCreate.bindProjectProfile(BOProjectHeader header, PoolKit pk) protected voidBTNewProjectHeaderCode.body(NewProjectHeaderCodeEvent event, PoolKit pk) protected voidBTProjectHeaderDelete.body(ProjectHeaderDeleteEvent event, PoolKit pk) protected voidBTProjectHeaderCancel.checkProjectData(Project project, PoolKit pk) protected voidBTProjectHeaderClose.checkProjectData(Project project, PoolKit pk) protected voidBTProjectHeaderCreate.checkProjectData(BOProjectHeader header, PoolKit pk) protected voidBTProjectHeaderDelete.checkProjectData(BOProjectHeader header, PoolKit pk) protected voidBTProjectHeaderRelease.checkProjectData(BOProjectHeader header, PoolKit pk) protected voidBTProjectHeaderUpdate.checkProjectData(BOProjectHeader header, PoolKit pk) protected BOProjectProfileBTProjectHeaderCreate.cloneProfileFromType(BOProjectHeader header, PoolKit pk) protected voidBTProjectHeaderCreate.convertCalendarUnitFields(BOProjectHeader header, PoolKit pk) protected voidBTProjectHeaderUpdate.convertCalendarUnitFields(BOProjectHeader header, PoolKit pk) protected voidBTProjectHeaderCreate.createProfile(BOProjectProfile profile, PoolKit pk) protected voidBTLoadProjectHeader.execute(ProjectHeaderLoadEvent event, PoolKit poolKit) protected voidBTProjectHeaderCancel.execute(ProjectHeaderCancelEvent event, PoolKit pk) protected voidBTProjectHeaderClose.execute(ProjectHeaderCloseEvent event, PoolKit pk) protected voidBTProjectHeaderCreate.execute(ProjectHeaderCreateEvent event, PoolKit pk) protected voidBTProjectHeaderRelease.execute(ProjectHeaderReleaseEvent event, PoolKit pk) protected voidBTProjectHeaderUpdate.execute(ProjectHeaderUpdateEvent event, PoolKit pk) protected booleanBTProjectHeaderCreate.existProjectWithSameCode(BOProjectHeader header, PoolKit pk) protected voidBTProjectHeaderCreate.fillProjectData(BOProjectHeader header, PoolKit pk) protected LongBTNewProjectHeaderCode.getLastProgressive(String referenceYear, PoolKit pk) protected StringBTProjectHeaderCreate.getNewProjectCode(PoolKit pk) protected BOProjectProfileBTProjectHeaderCreate.getProfileFromProjectType(Long projectTypeId, PoolKit pk) protected BOProjectProfileBTProjectHeaderUpdate.getProjectProfile(Long projectId, PoolKit pk) protected voidBTNewProjectHeaderCode.init(NewProjectHeaderCodeEvent event, PoolKit pk) protected BOProjectHeaderBTProjectHeaderCreate.insertHeader(BOProjectHeader header, PoolKit pk) protected ProjectBTProjectHeaderCancel.loadProject(Long projectId, PoolKit pk) protected ProjectBTProjectHeaderClose.loadProject(Long projectId, PoolKit pk) protected ProjectBTProjectHeaderRelease.loadProject(Long projectId, PoolKit pk) protected BOProjectHeaderBTProjectHeaderDelete.loadProjectHeader(Long projectId, PoolKit pk) protected BOProjectHeaderBTProjectHeaderRelease.loadProjectHeader(Long projectId, PoolKit pk) protected BOProjectHeaderBTProjectHeaderRelease.manageReleaseActivities(Long projectId, BOProjectHeader header, PoolKit pk) protected voidBTProjectHeaderDelete.prepareDeletedProject(BOProjectHeader header, PoolKit pk) protected voidBTProjectHeaderRelease.prepareProjectActivitiesData(Project project, PoolKit pk) protected voidBTProjectHeaderCancel.prepareProjectData(BOProjectHeader header, PoolKit pk) protected voidBTProjectHeaderClose.prepareProjectData(BOProjectHeader header, PoolKit pk) protected voidBTProjectHeaderRelease.prepareProjectData(BOProjectHeader header, PoolKit pk) protected ProjectSaveEventBTProjectHeaderRelease.saveProject(Project project, PoolKit pk) protected BOProjectHeaderBTProjectHeaderUpdate.updateHeader(BOProjectHeader header, PoolKit pk) protected voidBTNewProjectHeaderCode.updateProgressive(Long lastProgressive, Long newProgressive, PoolKit pk) protected BOProjectHeaderBTProjectHeaderCancel.updateProjectHeader(BOProjectHeader header, PoolKit pk) protected BOProjectHeaderBTProjectHeaderClose.updateProjectHeader(BOProjectHeader header, PoolKit pk) protected BOProjectHeaderBTProjectHeaderDelete.updateProjectHeader(BOProjectHeader header, PoolKit pk) protected BOProjectHeaderBTProjectHeaderRelease.updateProjectHeader(BOProjectHeader header, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.management.planning.da
Methods in overit.geocallapp.wfm.project.bl.management.planning.da that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOProjectOperations.validate(CommandContext cc, PoolKit pk) protected voidDAOProjectOperationsSlots.validate(CommandContext cc, PoolKit pk) protected voidDAOSchedulingSlotSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.management.planning.task
Methods in overit.geocallapp.wfm.project.bl.management.planning.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAlignActivityToOperationPlanning.alignActivityDataToPlanning(OperationPlanning operationPlanning, PoolKit pk) protected voidBTProjectActivityGenericDebriefingAlign.alignGenericDebriefing(PoolKit pk) protected voidBTSaveOperationSchedulingSlots.alignInterventionSchedulingSlots(Long planSlotId, PoolKit pk) protected voidBTSaveOperationSchedulingSlots.alignWorkShiftSchedulingSlots(ScheduledIntervention si, PoolKit pk) protected voidBTAlignActivityToOperationPlanning.body(AlignActivityToOperationPlanningEvent event, PoolKit pk) protected voidBTCheckOperationPlanPlanningParameters.body(CheckOperationPlanPlanningParametersEvent event, PoolKit pk) protected voidBTLoadActivityPlanData.body(LoadActivityPlanDataEvent event, PoolKit pk) protected voidBTOperationPlanningSlotsSaved.body(OperationPlanningSlotsSavedEvent event, PoolKit pk) protected voidBTOperationSchedulingSlotsSaved.body(OperationSchedulingSlotsSavedEvent event, PoolKit pk) protected voidBTPlannedActivityTooltipDataLoad.body(PlannedActivityTooltipDataLoadEvent event, PoolKit pk) protected voidBTProjectActivityDetailedDebriefingSave.body(ProjectActivityDetailedDebriefingSaveEvent event, PoolKit pk) protected voidBTProjectActivityGenericDebriefingAlign.body(ProjectActivityGenericDebriefingAlignEvent event, PoolKit pk) protected voidBTRemoveSlotCheckSlotGenericAccounting.body(RemoveSlotCheckEvent event, PoolKit pk) protected voidBTRemoveSlotCheckSlotOrigin.body(RemoveSlotCheckEvent event, PoolKit pk) protected voidBTRemoveSlotCheckSlotStatus.body(RemoveSlotCheckEvent event, PoolKit pk) protected voidBTRemoveSlots.body(RemoveSlotsEvent event, PoolKit pk) protected voidBTSaveOperationPlannings.body(SaveOperationPlanningsEvent event, PoolKit pk) protected voidBTSaveOperationPlanningSlots.body(SaveOperationPlanningSlotsEvent event, PoolKit pk) protected voidBTSaveOperationSchedulingSlots.body(SaveOperationSchedulingSlotsEvent event, PoolKit pk) protected voidBTSchedulingSlotCheck.body(SchedulingSlotCheckEvent event, PoolKit pk) protected voidBTWoStatusSlotCheck.body(WoStatusSlotCheckEvent event, PoolKit pk) protected voidBTCheckOperationPlanPlanningParameters.checkBindToActivityCalendar(PoolKit pk) protected LongBTProjectActivityDetailedDebriefingSave.chooseOutcomeCausal(Long workOrderType, Long activityStatus, boolean isLastSlot, PooledConnection pc) protected voidBTProjectActivityGenericDebriefingAlign.elaborateDebriefingData(BOPlanSlot slot, BOWorkOrderOperation operation, BOProjectActivity activity, PoolKit pk) protected DBViewBTProjectActivityGenericDebriefingAlign.getAccountingUsers(LongSet slots, PoolKit pk) protected LongBTSaveOperationSchedulingSlots.getNearestRcut(BOSchedulingSlot slot, PoolKit pk) protected LongBTSaveOperationPlanningSlots.getOrCreateAppointment(HashGetter hgOperation, PooledConnection conn) protected PooledConnectionBTLoadActivityPlanData.getPooledConnection(PoolKit pk) protected PooledConnectionBTRemoveSlotCheckSlotStatus.getPooledConnection(PoolKit pk) protected PooledConnectionBTRemoveSlots.getPooledConnection(PoolKit pk) protected PooledConnectionBTSaveOperationPlanningSlots.getPooledConnection(PoolKit pk) protected PooledConnectionBTSaveOperationSchedulingSlots.getPooledConnection(PoolKit pk) protected DBViewBTProjectActivityGenericDebriefingAlign.getPrevoiusSlots(BOPlanSlot slot, BOWorkOrderOperation operation, PoolKit pk) protected booleanBTCheckOperationPlanPlanningParameters.hasActivityCalendar(BOProjectActivity activity, PoolKit pk) protected voidBTCheckOperationPlanPlanningParameters.init(CheckOperationPlanPlanningParametersEvent event, PoolKit pk) protected voidBTLoadActivityPlanData.init(LoadActivityPlanDataEvent event, PoolKit pk) protected voidBTProjectActivityDetailedDebriefingSave.init(ProjectActivityDetailedDebriefingSaveEvent event, PoolKit pk) protected voidBTProjectActivityGenericDebriefingAlign.init(ProjectActivityGenericDebriefingAlignEvent event, PoolKit pk) protected voidBTSaveOperationPlanningSlots.init(SaveOperationPlanningSlotsEvent event, PoolKit pk) protected voidBTProjectActivityGenericDebriefingAlign.insertGenericDebriefing(Map<String, Object> values, PoolKit pk) protected voidBTProjectActivityDetailedDebriefingSave.insertUserDebriefingData(HashGetter debriefingData, PooledConnection pc) protected booleanBTProjectActivityGenericDebriefingAlign.isOutcomeCausalConclusive(Long outcomeCausalId, PoolKit pk) protected voidBTRemoveSlots.launchSavedEvent(PoolKit pk) protected voidBTSaveOperationPlanningSlots.launchSavedEvent(PoolKit pk) protected voidBTSaveOperationSchedulingSlots.launchSavedEvent(PoolKit pk) protected HashGetterBTRemoveSlotCheckSlotStatus.loadAppointment(Long saasId, PooledConnection conn) protected HashGetterBTRemoveSlots.loadAppointment(Long saasId, PooledConnection conn) protected DBViewBTSaveOperationPlanningSlots.loadBoundOperationData(HashGetter operation, PooledConnection pc) protected OperationPlanningBTAlignActivityToOperationPlanning.loadFullPlanning(Long activityId, PoolKit pk) protected BOProjectActivityDebriefingBTProjectActivityGenericDebriefingAlign.loadLastGenericDebriefing(Long activityId, PoolKit pk) protected DBViewBTRemoveSlots.loadLinkedAgenda(Long saasId, PooledConnection conn) protected HashGetterBTSaveOperationPlanningSlots.loadOperationData(BOWorkOrderOperation operation, PooledConnection pc) protected DBViewBTLoadActivityPlanData.loadOperations(int maxrows, int skiprows, String order, PoolKit pk) protected DBViewBTLoadActivityPlanData.loadPlanningSlots(DBView operations, PoolKit pk) protected DBViewBTLoadActivityPlanData.loadSchedulingSlots(DBView planningSlots, PoolKit pk) 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 DBViewBTProjectActivityGenericDebriefingAlign.loadSortedDebriefing(Long activityId, PoolKit pk) protected LongBTSaveOperationPlanningSlots.planAgenda(Long idSaas, Long idAagePadre, BOPlanSlot slot, PooledConnection conn) protected List<OperationPlanning> BTLoadActivityPlanData.preparePlannedOperations(DBView operations, DBView planningSlots, DBView schedulingSlots, PoolKit pk) protected voidBTRemoveSlots.recalculateStatus(PooledConnection conn) protected voidBTRemoveSlots.removePlanningSlots(PooledConnection conn) protected voidBTRemoveSlots.removeSchedulingSlots(PooledConnection conn) protected voidBTRemoveSlots.removeSlots(PoolKit pk) protected voidBTSaveOperationSchedulingSlots.saveInterventionSchedulingSlots(BOWorkOrderOperation operation, ScheduledIntervention si, PoolKit pk) protected List<OperationPlanning> BTSaveOperationPlannings.saveOperationPlanningSlots(List<OperationPlanning> operationPlannings, PoolKit pk) protected voidBTSaveOperationPlanningSlots.saveOperationPlanningSlots(OperationPlanning operationPlanning, HashGetter hgOperation, PooledConnection pc) protected List<OperationPlanning> BTSaveOperationPlannings.saveOperationSchedulingSlots(List<OperationPlanning> operationPlannings, PoolKit pk) protected voidBTSaveOperationPlanningSlots.savePlanningSlots(PoolKit pk) protected voidBTProjectActivityDetailedDebriefingSave.savePlanSlots(BOPlanSlot slot, BOWorkOrderOperation operation, BOProjectActivity activity, boolean isLastSlot, PooledConnection pc) protected voidBTSaveOperationSchedulingSlots.saveSchedulingSlot(BOSchedulingSlot schedulingSlot, Long operationId, Long planSlotId, Long parentRcuaId, PoolKit pk) protected voidBTProjectActivityDetailedDebriefingSave.saveSchedulingSlots(PoolKit pk) protected voidBTSaveOperationSchedulingSlots.saveSchedulingSlots(PoolKit pk) protected voidBTProjectActivityDetailedDebriefingSave.saveUserDebriefingData(BOAgendaResource user, BOPlanSlot slot, BOWorkOrderOperation operation, PooledConnection pc) protected voidBTProjectActivityGenericDebriefingAlign.setDebriefingDates(BOPlanSlot slot, BOProjectActivity projectActivity, BOWorkOrderOperation operation, PoolKit pk) protected voidBTRemoveSlots.unplanAgenda(Long saasId, Long aageId, PooledConnection conn) protected voidBTSaveOperationSchedulingSlots.updateAppointentWorkorderStatus(BOWorkOrderOperation operation, BOPlanSlot planSlot, PoolKit pk) protected voidBTRemoveSlots.updateAppointmentStatus(Long saasId, PooledConnection conn) protected voidBTRemoveSlots.updateOperationStatus(Long aodrId, PooledConnection conn) protected voidBTSaveOperationPlanningSlots.updateOperationStatus(HashGetter operation, PooledConnection conn) protected BOProjectActivityBTProjectActivityGenericDebriefingAlign.updateProjectActivity(BOPlanSlot slot, BOProjectActivity projectActivity, BOWorkOrderOperation operation, PoolKit pk) protected voidBTSaveOperationSchedulingSlots.updateSchedulingSlot(BOSchedulingSlot schedulingSlot, PoolKit pk) protected voidBTRemoveSlots.updateWorkorderStatus(Long workorderId, PooledConnection conn) protected voidBTSaveOperationPlanningSlots.updateWorkorderStatus(Long workorderId, PooledConnection pc) -
Uses of DAException in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation
Methods in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTEvaluateOperationPlanPlanningSlots.body(EvaluateOperationPlanPlanningSlotsEvent event, PoolKit pk) protected voidBTEvaluateOperationPlanSchedulingSlot.body(EvaluateOperationPlanSchedulingSlotsEvent event, PoolKit pk) protected voidBTSlotEvaluationDataLoader.body(SlotEvaluationDataLoaderEvent event, PoolKit pk) BTSlotEvaluationDataLoader.loadActivityCalendars(SlotEvaluationDataLoaderEvent event, PoolKit pk) protected overit.geocallapp.wfm.timerange.configuration.bl.TimeRangeConfigurationBTSlotEvaluationDataLoader.loadCalendar(SlotEvaluationDataLoaderEvent event, PoolKit pk) protected voidBTEvaluateOperationPlanPlanningSlots.loadData(EvaluateOperationPlanPlanningSlotsEvent event, PoolKit pk) protected Map<Long, List<BOPlanSlot>> BTSlotEvaluationDataLoader.loadOperationInterventions(SlotEvaluationDataLoaderEvent event, PoolKit pk) protected Map<Long, ResourceData> BTEvaluateOperationPlanSchedulingSlot.loadResourceData(List<overit.geocallapp.wfm.util.intervalli.DateTimeInterval> requiredRanges, OperationPlanSlotSchedulingParameters schedulingParams, PoolKit pk) protected Map<Long, ResourceData> BTSlotEvaluationDataLoader.loadResourceData(List<overit.geocallapp.wfm.util.intervalli.DateTimeInterval> requiredRanges, SlotEvaluationDataLoaderEvent event, PoolKit pk) protected BOWorkShiftTypeBTSlotEvaluationDataLoader.loadWorkShiftType(SlotEvaluationDataLoaderEvent event, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.resourcedata
Methods in overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.resourcedata that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLoadResourceData.body(LoadResourceDataEvent event, PoolKit pk) protected List<BOSchedulingSlot> BTLoadResourceData.loadInterventions(Long userId, overit.geocallapp.wfm.util.intervalli.DateTimeInterval range, PoolKit pk) BTLoadResourceData.loadReceipts(Long userId, overit.geocallapp.wfm.util.intervalli.DateTimeInterval range, PoolKit pk) protected List<BOWorkShift> BTLoadResourceData.loadWorkShifts(Long userId, overit.geocallapp.wfm.util.intervalli.DateTimeInterval range, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.multistage.task
Methods in overit.geocallapp.wfm.project.bl.multistage.task that throw DAExceptionModifier and TypeMethodDescriptionprotected List<CheckIssue> BTMultistageGroupCheckWOOperations.computeCheckIssues(MultistageGroupCheckWOOperationsInput inputElement, PoolKit poolKit) BTMultistageGroupCheckWOOperations.loadWOOperationsInProject(Set<Long> woOperations, PoolKit poolKit) protected BOWorkOrderOperationBTMultistageGroupCheckWOOperations.loadWorkOrderOperation(Long woOperationId, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.project.bl.profile.da
Methods in overit.geocallapp.wfm.project.bl.profile.da that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSearchProjectProfile.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.profile.task
Methods in overit.geocallapp.wfm.project.bl.profile.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectProfileCreate.body(ProjectProfileCreateEvent event, PoolKit pk) protected voidBTProjectProfileLoad.body(ProjectProfileLoadEvent event, PoolKit pk) protected voidBTProjectProfileUpdate.body(ProjectProfileUpdateEvent event, PoolKit pk) protected voidBTProjectProfileCreate.checkProfileData(BOProjectProfile profile, PoolKit pk) protected voidBTProjectProfileUpdate.checkProfileData(BOProjectProfile profile, PoolKit pk) protected BOProjectProfileBTProjectProfileCreate.insertHeader(BOProjectProfile profile, PoolKit pk) protected BOProjectProfileBTProjectProfileLoad.loadProfile(Long projectId, PoolKit pk) protected BOProjectProfileBTProjectProfileUpdate.updateHeader(BOProjectProfile profile, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.status.task
Methods in overit.geocallapp.wfm.project.bl.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTActivityOutcome.alignActivityStatus(Long activityId, PoolKit pk) protected voidBTAlignActivityStatusToOperationPlanning.alignActivityStatus(OperationPlanning operationPlanning, PoolKit pk) protected voidBTWorkOrderStatusChange.alignActivityStatus(Long activityId, PoolKit pk) protected voidBTActivityOutcome.alignGenericDebriefings(Long activity, Long slotId, PoolKit pk) protected voidBTActivityOutcome.body(AgendaOutcomeSaveEvent event, PoolKit pk) protected voidBTAlignActivityStatusToOperationPlanning.body(AlignActivityStatusToOperationPlanningEvent event, PoolKit pk) protected voidBTEvaluateProjectActivitiesStatus.body(EvaluateProjectActivitiesStatusEvent event, PoolKit pk) protected voidBTWorkOrderStatusChange.body(WorkOrderStatusChangeEvent event, PoolKit pk) protected voidBTCancelProjectActivities.cancelPlanningSlots(BOProjectActivity activity, PoolKit pk) protected voidBTCancelProjectActivities.cancelWorkOrderOperation(Long workOrderId, Long woOperationId, PoolKit pk) protected voidBTCancelProjectActivities.checkActivities(List<BOProjectActivity> activities, PoolKit pk) protected voidBTCloseProjectActivities.checkActivities(List<BOProjectActivity> activities, PoolKit pk) protected abstract voidBTEvolveProjectActivitiesStatus.checkActivities(List<BOProjectActivity> activities, PoolKit pk) protected voidBTInProgressProjectActivities.checkActivities(List<BOProjectActivity> activities, PoolKit pk) protected voidBTPlanProjectActivities.checkActivities(List<BOProjectActivity> activities, PoolKit pk) protected voidBTReleaseProjectActivities.checkActivities(List<BOProjectActivity> activities, PoolKit pk) protected voidBTScheduleProjectActivities.checkActivities(List<BOProjectActivity> activities, PoolKit pk) protected voidBTSuspendProjectActivities.checkActivities(List<BOProjectActivity> activities, PoolKit pk) protected voidBTTechnicallyCloseProjectActivities.checkActivities(List<BOProjectActivity> activities, PoolKit pk) protected voidBTCancelProjectActivities.checkProject(PoolKit pk) protected voidBTCloseProjectActivities.checkProject(PoolKit pk) protected abstract voidBTEvolveProjectActivitiesStatus.checkProject(PoolKit pk) protected voidBTInProgressProjectActivities.checkProject(PoolKit pk) protected voidBTPlanProjectActivities.checkProject(PoolKit pk) protected voidBTReleaseProjectActivities.checkProject(PoolKit pk) protected voidBTScheduleProjectActivities.checkProject(PoolKit pk) protected voidBTSuspendProjectActivities.checkProject(PoolKit pk) protected voidBTTechnicallyCloseProjectActivities.checkProject(PoolKit pk) protected voidBTCancelProjectActivities.dissociateWorkorder(BOProjectActivity activity, PoolKit pk) Disassociation of work order operation from project activity.protected voidBTCancelProjectActivities.doActivityRelatedActions(BOProjectActivity activity, PoolKit pk) protected voidBTEvolveProjectActivitiesStatus.doActivityRelatedActions(BOProjectActivity activity, PoolKit pk) protected voidBTEvolveProjectActivitiesStatus.evaluateProjectActivitiesStatus(List<BOProjectActivity> activities, PoolKit pk) protected voidBTEvolveProjectActivitiesStatus.execute(EvolveProjectActivitiesStatusEvent event, PoolKit pk) protected PooledConnectionBTCancelProjectActivities.getPooledConnection(PoolKit pk) protected voidBTCancelProjectActivities.init(EvolveProjectActivitiesStatusEvent event, PoolKit pk) protected voidBTEvaluateProjectActivitiesStatus.init(EvaluateProjectActivitiesStatusEvent event, PoolKit pk) protected voidBTEvolveProjectActivitiesStatus.init(EvolveProjectActivitiesStatusEvent event, PoolKit pk) protected OperationPlanningBTActivityOutcome.loadFullPlanning(Long activityId, PoolKit pk) protected OperationPlanningBTAlignActivityStatusToOperationPlanning.loadFullPlanning(Long activityId, PoolKit pk) protected List<OperationPlanning> BTCancelProjectActivities.loadFullPlanning(Long activityId, PoolKit pk) protected DBViewBTActivityOutcome.loadOperation(Long woOperationId, PoolKit pk) protected DBViewBTWorkOrderStatusChange.loadOperations(Long workOrderId, PoolKit pk) protected ProjectBTAlignActivityStatusToOperationPlanning.loadProject(Long projectId, PoolKit pk) protected LongBTCancelProjectActivities.loadWorkorderId(Long woOperationId, PoolKit pk) protected ProjectSaveEventBTEvolveProjectActivitiesStatus.saveProject(Project project, PoolKit pk) protected voidBTEvolveProjectActivitiesStatus.updateActivityStatus(BOProjectActivity activity, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.task
Methods in overit.geocallapp.wfm.project.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected ProjectTreeBTModifyProjectStructure.addNodeToProjectTree(ProjectTree node, ProjectTree projectTree, BOProjectActivity pivotActivity, Long pivotMode, PoolKit pk) protected voidBTAddProjectActivity.afterSaveProject(ModifyProjectStructureEvent event, ProjectSaveEvent saveEvent, PoolKit pk) protected voidBTModifyProjectStructure.afterSaveProject(ModifyProjectStructureEvent event, ProjectSaveEvent saveEvent, PoolKit pk) protected voidprotected voidBTModifyProjectActivity.alignProjectWBSandDFS(PoolKit pk) protected voidBTModifyProjectStructure.alignProjectWBSandDFS(PoolKit pk) protected voidprotected voidBTAlignProjectWBSandDFS.body(AlignProjectWBSandDFSEvent event, PoolKit pk) protected voidBTMoveProjectTree.body(MoveProjectTreeEvent event, PoolKit pk) protected voidBTProjectOperationsCheck.body(ProjectOperationsCheckEvent event, PoolKit pk) protected voidBTSaveProject.body(ProjectSaveEvent event, PoolKit pk) protected voidBTAddProjectActivity.checkBeforeModify(ModifyProjectStructureEvent event, PoolKit pk) protected voidBTAddWoOperationProjectActivities.checkBeforeModify(ModifyProjectStructureEvent event, PoolKit pk) protected voidBTCutAndPasteProjectTree.checkBeforeModify(ModifyProjectStructureEvent event, PoolKit pk) protected voidBTModifyProjectStructure.checkBeforeModify(ModifyProjectStructureEvent event, PoolKit pk) protected voidBTProjectOperationsCheck.checkExistingWoAssociations(PoolKit pk) protected voidBTProjectOperationsCheck.checkMultistageActivities(PoolKit pk) protected voidBTMoveProjectTree.cutAndPasteProjectTree(PoolKit pk) protected voidBTModifyProjectActivity.evaluateProjectActivitiesStatus(PoolKit pk) protected voidBTModifyProjectStructure.evaluateProjectActivitiesStatus(PoolKit pk) protected voidBTLoadProject.execute(ProjectLoadEvent event, PoolKit pk) protected voidBTModifyProjectStructure.execute(ModifyProjectStructureEvent event, PoolKit pk) protected BOProjectActivityBTMoveProjectTree.findPivotActivity()protected voidBTAddProjectActivity.init(ModifyProjectStructureEvent event, PoolKit pk) protected voidBTAddWoOperationProjectActivities.init(ModifyProjectStructureEvent event, PoolKit pk) protected voidBTAlignProjectWBSandDFS.init(AlignProjectWBSandDFSEvent event, PoolKit pk) protected voidBTCopyAndPasteProjectTree.init(ModifyProjectStructureEvent event, PoolKit pk) protected voidBTCutAndPasteProjectTree.init(ModifyProjectStructureEvent event, PoolKit pk) protected voidBTDeleteProjectTree.init(ModifyProjectStructureEvent event, PoolKit pk) protected voidBTModifyProjectActivity.init(ModifyProjectStructureEvent event, PoolKit pk) protected voidBTModifyProjectStructure.init(ModifyProjectStructureEvent event, PoolKit pk) protected voidBTMoveProjectTree.init(MoveProjectTreeEvent event, PoolKit pk) protected voidBTSaveProject.init(ProjectSaveEvent event, PoolKit pk) protected LongBTSaveProject.insertProjectActivity(BOProjectActivity activity, PoolKit pk) protected LongSetBTAlignProjectsDFSFromWBS.loadNotDeletedProjects(PoolKit pk) protected DBViewBTAddWoOperationProjectActivities.loadOperationsData(PoolKit pk) protected ProjectBTLoadProject.loadProject(Long projectId, PoolKit pk) protected DBViewBTAlignProjectsDFSFromWBS.loadProjectActivities(Long projectId, PoolKit pk) protected DBViewBTLoadProject.loadProjectActivities(Long projectId, PoolKit pk) protected DBViewBTLoadProject.loadProjectActivitiesRelations(Long projectId, PoolKit pk) protected BOProjectHeaderBTLoadProject.loadProjectHeader(Long projectId, PoolKit pk) protected voidBTAddProjectActivity.modifyProject(ProjectTree node, PoolKit pk) protected voidBTAddWoOperationProjectActivities.modifyProject(ProjectTree node, PoolKit pk) protected voidBTCopyAndPasteProjectTree.modifyProject(ProjectTree node, PoolKit pk) protected voidBTCutAndPasteProjectTree.modifyProject(ProjectTree node, PoolKit pk) protected voidBTDeleteProjectTree.modifyProject(ProjectTree node, PoolKit pk) protected voidBTModifyProjectActivity.modifyProject(ProjectTree node, PoolKit pk) protected abstract voidBTModifyProjectStructure.modifyProject(ProjectTree node, PoolKit pk) protected ProjectTreeBTAddProjectActivity.modifyProjectTree(PoolKit pk) protected ProjectTreeBTAddWoOperationProjectActivities.modifyProjectTree(PoolKit pk) protected ProjectTreeBTCopyAndPasteProjectTree.modifyProjectTree(PoolKit pk) protected ProjectTreeBTCutAndPasteProjectTree.modifyProjectTree(PoolKit pk) protected ProjectTreeBTDeleteProjectTree.modifyProjectTree(PoolKit pk) protected ProjectTreeBTModifyProjectActivity.modifyProjectTree(PoolKit pk) protected abstract ProjectTreeBTModifyProjectStructure.modifyProjectTree(PoolKit pk) protected ProjectTreeBTModifyProjectStructure.removeNodeFromProjectTree(ProjectTree node, ProjectTree projectTree, PoolKit pk) protected ProjectSaveEventBTModifyProjectStructure.saveProject(PoolKit pk) protected voidBTSaveProject.saveProjectActivities(PoolKit pk) protected voidBTSaveProject.saveProjectActivitiesRelations(PoolKit pk) protected voidBTSaveProject.saveProjectHeader(PoolKit pk) protected voidBTSaveProject.updateProjectActivity(BOProjectActivity activity, PoolKit pk) protected voidBTSaveProject.updateTemporaryParentId(BOProjectActivity activity, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.bl.type.task
Methods in overit.geocallapp.wfm.project.bl.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectTypeLoad.execute(ProjectTypeLoadEvent event, PoolKit poolKit) protected voidBTProjectTypeSearch.execute(ProjectTypeSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.project.da
Methods in overit.geocallapp.wfm.project.da that throw DAException -
Uses of DAException in overit.geocallapp.wfm.project.util
Methods in overit.geocallapp.wfm.project.util that throw DAExceptionModifier and TypeMethodDescriptionstatic voidProjectUtils.checkProjectActivityPropertiesNotFound(BOProjectActivity activity, PoolKit pk) static booleanProjectUtils.existsActivityType(Long type, PoolKit pk) static booleanProjectUtils.existsCalendarUnit(Long calendarUnitId, PoolKit pk) static booleanProjectUtils.existsProjectType(Long type, PoolKit pk) static voidProjectUtils.validateInput(BOProjectHeader header, PoolKit pk) static voidProjectUtils.validateProjectActivitiesDebriefingInput(BOProjectActivity activity, BOProjectActivityDebriefing activityDebriefing, PoolKit pk) static voidProjectUtils.validateProjectActivitiesInput(BOProjectActivity activity, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.ux.activity.edit
Methods in overit.geocallapp.wfm.project.ux.activity.edit that throw DAExceptionModifier and TypeMethodDescriptionprotected BOProjectActivityCNewProjectActivity.addActivity(BOProjectActivity newActivity) protected voidCEditProjectActivity.editActivity(BOProjectActivity modifiedActivity) -
Uses of DAException in overit.geocallapp.wfm.project.ux.activity.view
Methods in overit.geocallapp.wfm.project.ux.activity.view that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCViewProjectActivity.loadActivityDebriefing()protected voidCViewProjectActivity.loadAssociatedCalendar()protected voidCViewProjectActivity.setupWindow() -
Uses of DAException in overit.geocallapp.wfm.project.ux.activitydebriefing.view
Methods in overit.geocallapp.wfm.project.ux.activitydebriefing.view that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCViewGenericDebriefingHistory.setDebriefingData()protected voidCViewGenericDebriefingHistory.setupWindow() -
Uses of DAException in overit.geocallapp.wfm.project.ux.activityplan
Methods in overit.geocallapp.wfm.project.ux.activityplan that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLoadActivityPlan.body(LoadActivityPlanEvent event, PoolKit pk) protected DBViewBTLoadActivityPlan.buildActivityPlan(List<OperationPlanning> plannedOperations, PoolKit pk) protected voidBTLoadActivityPlan.init(LoadActivityPlanEvent event, PoolKit pk) protected List<OperationPlanning> BTLoadActivityPlan.loadActivityPlanData(PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.project.ux.activityrelation
Methods in overit.geocallapp.wfm.project.ux.activityrelation that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCActivityRelations.fillTablesContent()protected voidCActivityRelations.setPredecessorsActivities(LongSet relations) protected voidCActivityRelations.setSuccessorsActivities(LongSet relations) -
Uses of DAException in overit.geocallapp.wfm.project.ux.configuration.technicalobject
Methods in overit.geocallapp.wfm.project.ux.configuration.technicalobject that throw DAException -
Uses of DAException in overit.geocallapp.wfm.project.ux.configuration.wotypes
Methods in overit.geocallapp.wfm.project.ux.configuration.wotypes that throw DAException -
Uses of DAException in overit.geocallapp.wfm.project.ux.structure
Methods in overit.geocallapp.wfm.project.ux.structure that throw DAExceptionModifier and TypeMethodDescriptionprotected LongSetCProjectStructureBaseView.loadProjectActivities(Map<String, Object> searchParams) protected LongCProjectStructureBaseView.loadWorkorderId(Long woOperationId) -
Uses of DAException in overit.geocallapp.wfm.project.ux.structure.gantt
Methods in overit.geocallapp.wfm.project.ux.structure.gantt that throw DAExceptionModifier and TypeMethodDescriptionprotected List<OperationPlanning> CProjectGantt.loadPlanningSlots(Long projectId) -
Uses of DAException in overit.geocallapp.wfm.project.ux.wizard
Methods in overit.geocallapp.wfm.project.ux.wizard that throw DAExceptionModifier and TypeMethodDescriptionvoidOperationDetailedDebriefingWizard.cancel()voidOperationPlanSlotPlanningWizard.cancel()Abort the wizard process popping all the wizard windowsvoidOperationPlanSlotSchedulingWizard.cancel()Abort the wizard process popping all the wizard windowsvoidRemoveSlotsWizard.cancel()Abort the wizard process popping all the wizard windowsprotected voidOperationPlanSlotPlanningWizard.checkBeforeSaving()protected voidOperationPlanSlotSchedulingWizard.checkBeforeSaving()protected voidOperationDetailedDebriefingWizard.checkInterventionStatusBeforeStart(List<OperationPlanning> operationsPlannings) protected voidOperationPlanSlotPlanningWizard.checkOperationPlanningParameters()protected voidOperationPlanSlotPlanningWizard.evaluateOperationPlanningSlots()protected voidOperationPlanSlotSchedulingWizard.evaluateOperationPlanSchedulingSlots()voidOperationDetailedDebriefingWizard.nextStep()voidOperationPlanSlotPlanningWizard.nextStep()Define the next wizard step and push the relative windowvoidOperationPlanSlotSchedulingWizard.nextStep()Define the next wizard step and push the relative windowvoidRemoveSlotsWizard.nextStep()Define the next wizard step and push the relative windowvoidOperationDetailedDebriefingWizard.prevStep()voidOperationPlanSlotPlanningWizard.prevStep()Pop the current window to return to the previous wizard step.voidOperationPlanSlotSchedulingWizard.prevStep()Pop the current window to return to the previous wizard step.voidRemoveSlotsWizard.prevStep()Pop the current window to return to the previous wizard step.protected voidRemoveSlotsWizard.removeSlots()Method called at the end of the wizard.protected voidOperationDetailedDebriefingWizard.save()protected voidOperationPlanSlotPlanningWizard.saveOperationPlannings()Method called at the end of the wizard.protected voidOperationPlanSlotSchedulingWizard.saveOperationPlanningSchedulingSlots()Method called at the end of the wizard.protected voidOperationPlanSlotSchedulingWizard.schedulingCheck()voidOperationDetailedDebriefingWizard.start(List<OperationPlanning> operationPlanning, OperationPlanResourceSearchContext context, WindowManager wm) voidOperationPlanSlotPlanningWizard.start(List<OperationTimeRange> timeRanges, OperationPlanResourceSearchContext context, WindowManager wm) Starting point of the wizardvoidOperationPlanSlotSchedulingWizard.start(List<OperationPlanning> operationPlanning, OperationPlanResourceSearchContext context, WindowManager wm) Starting point of the wizardvoidRemoveSlotsWizard.start(List<OperationPlanning> operationPlanning, WindowManager wm) Starting point of the wizardprotected voidOperationPlanSlotPlanningWizard.workOrderStatusCheck()protected voidOperationPlanSlotSchedulingWizard.workOrderStatusCheck() -
Uses of DAException in overit.geocallapp.wfm.project.ux.wizard.detaileddebriefing
Methods in overit.geocallapp.wfm.project.ux.wizard.detaileddebriefing that throw DAExceptionModifier and TypeMethodDescriptionprotected voidCDetailedDebreifingWizardStep.checkBeforeContinue()protected voidCDetailedDebreifingWizardStep.checkCommonDebriefingData()protected voidCDetailedDebreifingWizardStep.checkResourcesDebriefingData()protected DBViewCDetailedDebreifingWizardStep.getUsersData(LongSet usersIds) protected voidCDetailedDebreifingWizardStep.prepareResources() -
Uses of DAException in overit.geocallapp.wfm.projects.bl.activity.status.data
Methods in overit.geocallapp.wfm.projects.bl.activity.status.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOProjectActivityStatusSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.projects.bl.activity.status.task
Methods in overit.geocallapp.wfm.projects.bl.activity.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectActivityStatusLoad.execute(ProjectActivityStatusLoadEvent event, PoolKit poolKit) protected voidBTProjectActivityStatusSearch.execute(ProjectActivityStatusSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.projects.bl.activity.task
Methods in overit.geocallapp.wfm.projects.bl.activity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectActivitySearch.execute(ProjectActivitySearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.projects.bl.activity.userstatus.task
Methods in overit.geocallapp.wfm.projects.bl.activity.userstatus.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectActivityUserStatusLoad.execute(ProjectActivityUserStatusLoadEvent event, PoolKit poolKit) protected voidBTProjectActivityUserStatusSearch.execute(ProjectActivityUserStatusSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.projects.bl.activityrelation.task
Methods in overit.geocallapp.wfm.projects.bl.activityrelation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectActivityRelationLoad.execute(ProjectActivityRelationLoadEvent event, PoolKit poolKit) protected voidBTProjectActivityRelationSearch.execute(ProjectActivityRelationSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.projects.bl.activityrelation.type.task
Methods in overit.geocallapp.wfm.projects.bl.activityrelation.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectActivityRelationTypeLoad.execute(ProjectActivityRelationTypeLoadEvent event, PoolKit poolKit) protected voidBTProjectActivityRelationTypeSearch.execute(ProjectActivityRelationTypeSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.projects.bl.header.task
Methods in overit.geocallapp.wfm.projects.bl.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectHeaderSearch.execute(ProjectHeaderSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.projects.bl.profile.startdate.task
Methods in overit.geocallapp.wfm.projects.bl.profile.startdate.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectActivityStartDateLoad.execute(ProjectActivityStartDateLoadEvent event, PoolKit poolKit) protected voidBTProjectActivityStartDateSearch.execute(ProjectActivityStartDateSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.projects.bl.profile.task
Methods in overit.geocallapp.wfm.projects.bl.profile.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectProfileLoad.execute(ProjectProfileLoadEvent event, PoolKit poolKit) protected voidBTProjectProfileSearch.execute(ProjectProfileSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.projects.bl.status.task
Methods in overit.geocallapp.wfm.projects.bl.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectStatusLoad.execute(ProjectStatusLoadEvent event, PoolKit poolKit) protected voidBTProjectStatusSearch.execute(ProjectStatusSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.projects.bl.timerangeconfiguration.task
Methods in overit.geocallapp.wfm.projects.bl.timerangeconfiguration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTimeRangeConfigurationLoad.execute(TimeRangeConfigurationLoadEvent event, PoolKit poolKit) protected voidBTTimeRangeConfigurationSearch.execute(TimeRangeConfigurationSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.projects.bl.userstatus.task
Methods in overit.geocallapp.wfm.projects.bl.userstatus.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTProjectUserStatusLoad.execute(ProjectUserStatusLoadEvent event, PoolKit poolKit) protected voidBTProjectUserStatusSearch.execute(ProjectUserStatusSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.activity
Methods in overit.geocallapp.wfm.projects.rs1.activity that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> ProjectsActivitiesService.cancellation(Long projectId, Long activityId) Evolves in Cancel State the required project activity by calling theCancelProjectActivitiesEvent.org.springframework.http.ResponseEntity<Void> Evolves in Close State the required project activity by calling theCloseProjectActivitiesEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsActivitiesService.createBelow(Long projectId, Long activityId, @Valid DTOProjectActivityInsert input) Creates and add a new project activity below the one indicatedorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsActivitiesService.createNext(Long projectId, Long activityId, @Valid DTOProjectActivityInsert input) Creates and add a new project activity next the one indicatedorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsActivitiesService.createPrevious(Long projectId, Long activityId, DTOProjectActivityInsert input) Creates and add a new project activity before the one indicatedorg.springframework.http.ResponseEntity<DTOProjectActivity> ProjectsActivitiesService.get(Long projectId, Long projectActivityId, String language, Collection<String> fields) Retrieves the required project activity by calling theProjectActivityLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivity>> ProjectsActivitiesService.getCollection(Long projectId, @Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityFilter filter) Returns the collection of all the project activity by calling theProjectActivitySearchEvent.org.springframework.http.ResponseEntity<Void> ProjectsActivitiesService.patch(Long projectId, Long projectActivityId, @Valid DTOProjectActivityUpdate input) Updates the required project activity by calling theModifyProjectActivityEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsActivitiesService.post(Long projectId, @Valid DTOProjectActivityInsert input) Create a new project activity by calling theAddProjectActivityEventorg.springframework.http.ResponseEntity<Void> Evolves in Active State the required project activity by calling theReleaseProjectActivitiesEvent.org.springframework.http.ResponseEntity<Void> ProjectsActivitiesService.technicalClose(Long projectId, Long activityId, @Valid DTOProjectActivityDebriefing dto) Evolves in Technical Close State and save debriefing data the required project activity by calling theProjectActivityGenericDebriefingCreateEvent. -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.activity.status
Methods in overit.geocallapp.wfm.projects.rs1.activity.status that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectActivityStatus> ProjectActivityStatusService.get(Long id, String language, Collection<String> fields) Retrieves the required project activity status by calling theProjectActivityStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityStatus>> ProjectActivityStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityStatusFilter filter) Returns the collection of all the project activity status by calling theProjectActivityStatusSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.activity.type
Methods in overit.geocallapp.wfm.projects.rs1.activity.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectActivityType> ProjectActivityTypeService.get(Long id, String language, Collection<String> fields) Retrieves the required project activity Types by calling theProjectActivityTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityType>> ProjectActivityTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityTypeFilter filter) Returns the collection of all the project activity types by calling theProjectActivityTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.activity.userstatus
Methods in overit.geocallapp.wfm.projects.rs1.activity.userstatus that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectActivityUserStatus> ProjectActivityUserStatusService.get(Long id, String language, Collection<String> fields) Retrieves the required project activity user status by calling theProjectActivityUserStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityUserStatus>> ProjectActivityUserStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityUserStatusFilter filter) Returns the collection of all the project activity user status by calling theProjectActivityUserStatusSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.activityrelation
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> ProjectActivityRelationService.deletePredecessor(Long projectActivityId, Long predecessorRelationId) Delete the project activity predecessor relation by calling theProjectActivityRelationManagerEventorg.springframework.http.ResponseEntity<Void> ProjectActivityRelationService.deleteSuccessor(Long projectActivityId, Long successorRelationId) Delete the project activity successor relation by calling theProjectActivityRelationManagerEventorg.springframework.http.ResponseEntity<DTOProjectActivityRelationPredecessor> ProjectActivityRelationService.getPredecessor(Long projectActivityId, Long predecessorRelationId, String language, Collection<String> fields) Retrieves the required project activity relation by calling theProjectActivityRelationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationPredecessor>> ProjectActivityRelationService.getPredecessorCollection(Long projectActivityId, @Valid Page page, String language, Collection<String> fields, String order) Returns the collection of all the project activity relations by calling theProjectActivityRelationSearchEvent.org.springframework.http.ResponseEntity<DTOProjectActivityRelationSuccessor> ProjectActivityRelationService.getSuccessor(Long projectActivityId, Long successorRelationId, String language, Collection<String> fields) Retrieves the required project activity relation by calling theProjectActivityRelationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationSuccessor>> ProjectActivityRelationService.getSuccessorCollection(Long projectActivityId, @Valid Page page, String language, Collection<String> fields, String order) Returns the collection of all the project activity relations by calling theProjectActivityRelationSearchEvent.org.springframework.http.ResponseEntity<Void> ProjectActivityRelationService.patchPredecessor(Long projectActivityId, Long predecessorRelationId, @Valid DTOProjectActivityRelationPredecessorUpsert input) Updates the required project activity relation by calling theProjectActivityRelationManagerEvent.org.springframework.http.ResponseEntity<Void> ProjectActivityRelationService.patchSuccessor(Long projectActivityId, Long successorRelationId, @Valid DTOProjectActivityRelationSuccessorUpsert input) Updates the required project activity relation by calling theProjectActivityRelationManagerEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectActivityRelationService.postPredecessor(Long projectActivityId, @Valid DTOProjectActivityRelationPredecessorUpsert input) Create a new project activity predecessor relation by calling theProjectActivityRelationManagerEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectActivityRelationService.postSuccessor(Long projectActivityId, @Valid DTOProjectActivityRelationSuccessorUpsert input) Create a new project activity successor relation by calling theProjectActivityRelationManagerEvent -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.activityrelation.type
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectActivityRelationType> ProjectActivityRelationTypeService.get(Long id, String language, Collection<String> fields) Retrieves the required project activity relation type by calling theProjectActivityRelationTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityRelationType>> ProjectActivityRelationTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityRelationTypeFilter filter) Returns the collection of all the project activity relation type by calling theProjectActivityRelationTypeSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.activityrelation.util
Methods in overit.geocallapp.wfm.projects.rs1.activityrelation.util that throw DAExceptionModifier and TypeMethodDescriptionstatic BOProjectActivityActivityRelationUtils.validatePostPredecessorRequest(Long projectActivityId, DTOProjectActivityRelationPredecessorUpsert input) static BOProjectActivityActivityRelationUtils.validatePostSuccessorRequest(Long projectActivityId, DTOProjectActivityRelationSuccessorUpsert input) -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.calendarunit
Methods in overit.geocallapp.wfm.projects.rs1.calendarunit that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCalendarUnit> CalendarUnitService.get(Long id, String language, Collection<String> fields) Retrieves the required calendar unit by calling theCalendarUnitLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOCalendarUnit>> CalendarUnitService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOCalendarUnitFilter filter) Returns the collection of all the calendar unit by calling theCalendarUnitSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.header
Methods in overit.geocallapp.wfm.projects.rs1.header that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> ProjectsHeaderService.cancellation(Long id) Evolves in Cancelled State the required project header by calling theProjectHeaderCancelEvent.org.springframework.http.ResponseEntity<Void> Evolves in Closed State the required project header by calling theProjectHeaderCloseEvent.org.springframework.http.ResponseEntity<DTOProjectHeader> ProjectsHeaderService.get(Long id, String language, Collection<String> fields) Retrieves the required project header by calling theProjectHeaderLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectHeader>> ProjectsHeaderService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectHeaderFilter filter) Returns the collection of all the project header by calling theProjectHeaderSearchEvent.org.springframework.http.ResponseEntity<Void> ProjectsHeaderService.patch(Long id, @Valid DTOProjectHeaderUpdate dto) Updates the required project header by calling theProjectHeaderUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ProjectsHeaderService.post(@Valid DTOProjectHeaderInsert input) Create a new project header by calling theProjectHeaderCreateEventorg.springframework.http.ResponseEntity<Void> Evolves in Active State the required project header by calling theProjectHeaderReleaseEvent. -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.profile
Methods in overit.geocallapp.wfm.projects.rs1.profile that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectProfile> ProjectProfileService.get(Long id, String language, Collection<String> fields) Retrieves the required project profile by calling theProjectProfileLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectProfile>> ProjectProfileService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectProfileFilter filter) Returns the collection of all the project profile by calling theProjectProfileSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.profile.startdate
Methods in overit.geocallapp.wfm.projects.rs1.profile.startdate that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectActivityStartDate> ProjectActivityStartDateService.get(Long id, String language, Collection<String> fields) Retrieves the required project activity start dates by calling theProjectActivityStartDateLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectActivityStartDate>> ProjectActivityStartDateService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectActivityStartDateFilter filter) Returns the collection of all the project activity start date by calling theProjectActivityStartDateSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.status
Methods in overit.geocallapp.wfm.projects.rs1.status that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectStatus> ProjectStatusService.get(Long id, String language, Collection<String> fields) Retrieves the required project status by calling theProjectStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectStatus>> ProjectStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectStatusFilter filter) Returns the collection of all the project status by calling theProjectStatusSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.timerangeconfiguration
Methods in overit.geocallapp.wfm.projects.rs1.timerangeconfiguration that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTimeRangeConfiguration> TimeRangeConfigurationService.get(Long id, String language, Collection<String> fields) Retrieves the required time range configuration by calling theTimeRangeConfigurationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTimeRangeConfiguration>> TimeRangeConfigurationService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOTimeRangeConfigurationFilter filter) Returns the collection of all the calendar by calling theTimeRangeConfigurationSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.type
Methods in overit.geocallapp.wfm.projects.rs1.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectType> ProjectTypeService.get(Long id, String language, Collection<String> fields) Retrieves the required project type.org.springframework.http.ResponseEntity<PageResponse<DTOProjectType>> ProjectTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectTypeFilter filter) Retrieve the all stored project types. -
Uses of DAException in overit.geocallapp.wfm.projects.rs1.userstatus
Methods in overit.geocallapp.wfm.projects.rs1.userstatus that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOProjectUserStatus> ProjectUserStatusService.get(Long id, String language, Collection<String> fields) Retrieves the required project user status by calling theProjectUserStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOProjectUserStatus>> ProjectUserStatusService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOProjectUserStatusFilter filter) Returns the collection of all the project user status by calling theProjectUserStatusSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.resources.bl.resource.address.data
Methods in overit.geocallapp.wfm.resources.bl.resource.address.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOResourceAddressSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.resources.bl.resource.address.task
Methods in overit.geocallapp.wfm.resources.bl.resource.address.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceAddressSearch.body(ResourceAddressSearchEvent event, PoolKit poolKit) Writes the searched resource addresses into the event journal.protected voidBTResourceAddressInsert.checkAlreadyExists(BOResourceAddress resourceAddress, PoolKit poolKit) protected voidBTResourceAddressUpdate.checkIsPresent(BOResourceAddress resourceAddress, PoolKit poolKit) protected voidBTResourceAddressInsert.execute(ResourceAddressInsertEvent event, PoolKit pk) Writes the inserted resource address id into the event journal.protected voidBTResourceAddressUpdate.execute(ResourceAddressUpdateEvent event, PoolKit pk) Writes the updated resource address id into the event journal.protected LongBTResourceAddressInsert.insertResourceAddress(BOResourceAddress resourceAddress, PoolKit pk) protected voidBTResourceAddressUpdate.updateResourceAddress(BOResourceAddress resourceAddress, PoolKit pk) protected voidBTResourceAddressInsert.validate(BOResourceAddress resourceAddress, PoolKit poolKit) protected voidBTResourceAddressUpdate.validate(BOResourceAddress resourceAddress, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.resources.bl.resource.data
Methods in overit.geocallapp.wfm.resources.bl.resource.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOResourceSearch.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOResource.defineValues(CommandContext cc, PoolKit pk) protected voidDAOResourceSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.resources.bl.resource.loan.task
Methods in overit.geocallapp.wfm.resources.bl.resource.loan.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLoanResourceSkillAlign.alignLoanResourceSkill(NotificationInput<BOResourceSkill> input, PoolKit poolKit) Align the skills of the loan resources.protected voidBTLoanResourcePropertiesCopy.copyProperties(BOResource sourceResource, BOResource loanResource, PoolKit poolKit) Copies properties from a source resource to a loan resource, while preserving specific loan ones.protected voidBTLoanResourceSkillAlign.deleteResourceSkill(BOResourceSkill loanResourceSkill, PoolKit poolKit) Deletes a resource skill associationprotected voidBTLoanResourcePropertiesCopy.execute(ResourceNotificationEvent event, PoolKit poolKit) Aligns the properties from a source resource to all the related loan resources.protected voidBTLoanResourceSkillAlign.execute(ResourceSkillNotificationEvent event, PoolKit poolKit) protected BOResourceSkillBTLoanResourceSkillAlign.getLoanResourceSkill(BOResourceSkill resourceSkill, BOResource loanResource) Creates a newBOResourceSkillfor loan resourceprotected voidBTLoanResourceSkillAlign.insertResourceSkill(BOResourceSkill loanResourceSkill, PoolKit poolKit) Inserts a new resource skill associationprotected BOResourceBTLoanResourceSkillAlign.loadResource(Long resourceId, PoolKit poolKit) Loads the given resourceIdprotected List<BOResource> BTLoanResourcePropertiesCopy.searchLoanResources(BOResource resource, PoolKit poolKit) Searches for loan resources associated with the given source resource.protected List<BOResource> BTLoanResourceSkillAlign.searchLoanResources(BOResourceSkill resourceSkill, PoolKit poolKit) Searches for loan resources with copy competences flag associated with the given source resource. -
Uses of DAException in overit.geocallapp.wfm.resources.bl.resource.management.data
Methods in overit.geocallapp.wfm.resources.bl.resource.management.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOResourceManagementSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.resources.bl.resource.management.task
Methods in overit.geocallapp.wfm.resources.bl.resource.management.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceManagementLoad.execute(ResourceManagementLoadEvent event, PoolKit poolKit) Writes the loaded resource management into the event journal.protected voidBTResourceManagementSearch.execute(ResourceManagementSearchEvent event, PoolKit poolKit) Writes the searched resource managements into the event journal. -
Uses of DAException in overit.geocallapp.wfm.resources.bl.resource.qualification.data
Methods in overit.geocallapp.wfm.resources.bl.resource.qualification.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOResourceQualificationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.resources.bl.resource.qualification.task
Methods in overit.geocallapp.wfm.resources.bl.resource.qualification.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceQualificationInsert.checkAlreadyExists(Long resource, Long qualificationType, PoolKit poolKit) protected voidBTResourceQualificationDelete.execute(ResourceQualificationDeleteEvent event, PoolKit poolKit) Remove the givenBOResourceQualificationresource qualification id.protected voidBTResourceQualificationInsert.execute(ResourceQualificationInsertEvent event, PoolKit pk) Writes the inserted resource qualifications id into the event journal.protected voidBTResourceQualificationSearch.execute(ResourceQualificationSearchEvent event, PoolKit poolKit) Writes the searched resource qualifications into the event journal.protected voidBTResourceQualificationInsert.validate(BOResourceQualification resourceQualification, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.resources.bl.resource.skill.data
Methods in overit.geocallapp.wfm.resources.bl.resource.skill.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOResourceSkillSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.resources.bl.resource.skill.task
Methods in overit.geocallapp.wfm.resources.bl.resource.skill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceSkillDelete.execute(ResourceSkillDeleteEvent event, PoolKit poolKit) protected voidBTResourceSkillInsert.execute(ResourceSkillInsertEvent event, PoolKit poolKit) protected voidBTResourceSkillSearch.execute(ResourceSkillSearchEvent event, PoolKit poolKit) protected voidBTResourceSkillUpdate.execute(ResourceSkillUpdateEvent event, PoolKit pk) Updates a newBOResourceSkillwith all its needed components.protected voidBTResourceSkillDelete.notifyDelete(BOResourceSkill input, PoolKit poolKit) Notifies that a resource skill was deleted.protected voidBTResourceSkillInsert.notifyInsert(BOResourceSkill input, PoolKit poolKit) Notifies that a resource skill was inserted.protected voidBTResourceSkillUpdate.notifyUpdate(BOResourceSkill input, PoolKit poolKit) Notifies that a resource skill was updated.protected static voidBTResourceSkillUpdate.updateResourceSkill(BOResourceSkill bo, PoolKit pk) Updates the required resource skillprotected voidBTResourceSkillUpdate.validate(BOResourceSkill resourceSkill, PoolKit pk) Validate the data before the update.protected voidBTResourceSkillInsert.validateAssociation(BOResourceSkill input, PoolKit poolKit) Validates if already exists an association between a given scheduling user object and a given skill object. -
Uses of DAException in overit.geocallapp.wfm.resources.bl.resource.task
Methods in overit.geocallapp.wfm.resources.bl.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceInsert.execute(ResourceInsertEvent event, PoolKit pk) Writes the inserted team member into the event journal.protected voidBTResourceLoad.execute(ResourceLoadEvent event, PoolKit poolKit) Writes the loaded resource into the event journal.protected voidBTResourceSearch.execute(ResourceSearchEvent event, PoolKit poolKit) Writes the searched resources into the event journal.protected voidBTResourceUpdate.execute(ResourceUpdateEvent event, PoolKit pk) Updates aBOResourcewith all its needed components.protected List<BOResource> BTResourceUpdate.loadConflictingResources(BOResource resource, PoolKit pk) Loads the list of other resources with the same identification number.protected voidBTResourceInsert.notifyInsert(BOResource resource, PoolKit poolKit) Notifies the insertion of the given resource.protected voidBTResourceUpdate.notifyUpdate(BOResource resource, PoolKit poolKit) Notifies the update of the given resource.protected voidBTResourceInsert.validate(BOResource resource, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOResource.protected voidBTResourceUpdate.validate(BOResource resource, PoolKit pk) Validates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.resources.bl.resource.type.data
Methods in overit.geocallapp.wfm.resources.bl.resource.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOResourceTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.resources.bl.resource.type.task
Methods in overit.geocallapp.wfm.resources.bl.resource.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceTypeInsert.checkUniqueCode(BOResourceType resourceType, PoolKit poolKit) protected voidBTResourceTypeUpdate.checkUniqueCode(BOResourceType resourceType, PoolKit poolKit) protected voidBTResourceTypeInsert.execute(ResourceTypeInsertEvent event, PoolKit pk) Writes the inserted resource type id into the event journal.protected voidBTResourceTypeLoad.execute(ResourceTypeLoadEvent event, PoolKit pk) Writes the loaded resource type into the event journal.protected voidBTResourceTypeSearch.execute(ResourceTypeSearchEvent event, PoolKit poolKit) Writes the searched resource types into the event journal.protected voidBTResourceTypeUpdate.execute(ResourceTypeUpdateEvent event, PoolKit pk) Updates a newBOResourceTypewith all its needed components.protected voidBTResourceTypeInsert.validate(BOResourceType resourceType, PoolKit pk) Validates the data before the insert.protected voidBTResourceTypeUpdate.validate(BOResourceType resourceType, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOResourceType -
Uses of DAException in overit.geocallapp.wfm.resources.integration
Methods in overit.geocallapp.wfm.resources.integration that throw DAExceptionModifier and TypeMethodDescriptionvoidResourceEventProvider.evaluateResourceGenericQualifications(Long resourceId, Date referenceDate) voidResourceProvider.evaluateResourceGenericQualifications(Long resourceId, Date referenceDate) ResourceEventProvider.getResource(Long resourceId) ResourceProvider.getResource(Long resourceId) ResourceEventProvider.getResourceType(Long resourceTypeId) ResourceProvider.getResourceType(Long resourceTypeId) ResourceEventProvider.insertResource(BOResource resource) ResourceProvider.insertResource(BOResource resource) ResourceEventProvider.searchPaginatedResources(Page page, ResourceSearchFilter resourceSearchFilter) ResourceProvider.searchPaginatedResources(Page page, ResourceSearchFilter resourceSearchFilter) ResourceEventProvider.searchResourceAddresses(ResourceAddressSearchFilter filter) ResourceProvider.searchResourceAddresses(ResourceAddressSearchFilter filter) ResourceEventProvider.searchResources(ResourceSearchFilter resourceSearchFilter) ResourceProvider.searchResources(ResourceSearchFilter resourceSearchFilter) ResourceEventProvider.searchResourceSkills(Page page, ResourceSkillSearchFilter resourceFilter) ResourceEventProvider.searchResourceSkills(ResourceSkillSearchFilter resourceFilter) ResourceProvider.searchResourceSkills(Page page, ResourceSkillSearchFilter resourceFilter) ResourceProvider.searchResourceSkills(ResourceSkillSearchFilter resourceFilter) ResourceEventProvider.searchResourcesQualifications(ResourceQualificationSearchFilter resourceQualificationSearchFilter) ResourceProvider.searchResourcesQualifications(ResourceQualificationSearchFilter resourceQualificationSearchFilter) voidResourceEventProvider.updateResource(BOResource schedulingResource) voidResourceProvider.updateResource(BOResource schedulingResource) -
Uses of DAException in overit.geocallapp.wfm.resources.rs1.resource
Methods in overit.geocallapp.wfm.resources.rs1.resource that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResource> ResourceService.get(Long id, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOResource>> ResourceService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOResourceFilter filter) org.springframework.http.ResponseEntity<Void> ResourceService.patch(Long id, @Valid DTOResourceUpdate dto) -
Uses of DAException in overit.geocallapp.wfm.resources.rs1.resourceaddress
Methods in overit.geocallapp.wfm.resources.rs1.resourceaddress that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResourceAddress> ResourceAddressService.get(Long resourceId, Long addressId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOResourceAddress>> ResourceAddressService.getCollection(Long resourceId, @Valid Page page, Collection<String> fields, @Valid DTOResourceAddressFilter filter) org.springframework.http.ResponseEntity<Void> ResourceAddressService.patch(Long resourceId, Long addressId, @Valid DTOResourceAddressUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ResourceAddressService.post(Long resourceId, @Valid DTOResourceAddressInsert dto) org.springframework.http.ResponseEntity<Void> ResourceAddressService.updateStartEndAddresses(Long resourceId, @Valid DTOResourceStartEndAddress input) -
Uses of DAException in overit.geocallapp.wfm.resources.rs1.resourcemanagement
Methods in overit.geocallapp.wfm.resources.rs1.resourcemanagement that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResourceManagement> ResourceManagementService.get(Long id, Collection<String> fields) Retrieves the requiredDTOResourceManagementby calling theResourceManagementLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOResourceManagement>> ResourceManagementService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOResourceManagementFilter filter) Returns the collection of all the stored resource managements by calling theResourceManagementSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.resources.rs1.resourcetype
Methods in overit.geocallapp.wfm.resources.rs1.resourcetype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResourceType> ResourceTypeService.get(Long id, String language, Collection<String> fields) Retrieves the requiredDTOResourceTypeby calling theResourceTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOResourceType>> ResourceTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOResourceTypeFilter filter) Returns the collection of all the stored resource types by calling theResourceTypeSearchEvent.org.springframework.http.ResponseEntity<Void> ResourceTypeService.patch(Long id, @Valid DTOResourceTypeUpdate dto) Updates a resource type by calling theResourceTypeUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ResourceTypeService.post(@Valid DTOResourceTypeInsert dto) Creates a new resource type by calling theResourceTypeInsertEvent -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.activity.result.data
Methods in overit.geocallapp.wfm.roughplanning.bl.activity.result.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAORoughPlanningActivityResultSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.activity.result.task
Methods in overit.geocallapp.wfm.roughplanning.bl.activity.result.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRoughPlanningActivityResultInsert.execute(RoughPlanningActivityResultInsertEvent event, PoolKit pk) Inserts the givenBORoughPlanningActivityResultand writes the newly generated id into the event journal.protected voidBTRoughPlanningActivityResultLoad.execute(RoughPlanningActivityResultLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBORoughPlanningActivityResultand writes it into the event journal.protected voidBTRoughPlanningActivityResultSearch.execute(RoughPlanningActivityResultSearchEvent event, PoolKit poolKit) Starting from the givenRoughPlanningActivityResultSearchFilter, it searches the corresponding list ofBORoughPlanningActivityResultand presents them as aPageResponsewhich is then written into the event journal.protected voidBTRoughPlanningActivityResultUpdate.execute(RoughPlanningActivityResultUpdateEvent event, PoolKit pk) Updates the givenBORoughPlanningActivityResultand writes the newly generated id into the event journal. -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.bucket.data
Methods in overit.geocallapp.wfm.roughplanning.bl.bucket.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAORoughPlanningBucketSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.bucket.task
Methods in overit.geocallapp.wfm.roughplanning.bl.bucket.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRoughPlanningBucketInsert.execute(RoughPlanningBucketInsertEvent event, PoolKit pk) Inserts the givenBORoughPlanningBucketand writes the newly generated id into the event journal.protected voidBTRoughPlanningBucketLoad.execute(RoughPlanningBucketLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBORoughPlanningBucketand writes it into the event journal.protected voidBTRoughPlanningBucketSearch.execute(RoughPlanningBucketSearchEvent event, PoolKit poolKit) Starting from the givenRoughPlanningBucketSearchFilter, it searches the corresponding list ofBORoughPlanningBucketand presents them as aPageResponsewhich is then written into the event journal.protected voidBTRoughPlanningBucketUpdate.execute(RoughPlanningBucketUpdateEvent event, PoolKit pk) Updates the givenBORoughPlanningBucketand writes the newly generated id into the event journal. -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.capacity.task
Methods in overit.geocallapp.wfm.roughplanning.bl.capacity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCapacitySummarySearch.execute(CapacitySummarySearchEvent event, PoolKit poolKit) Starting from the givenCapacitySummarySearchFilter, it searches the corresponding list ofCapacitySummaryand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.configuration.task
Methods in overit.geocallapp.wfm.roughplanning.bl.configuration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRoughPlanningConfigurationBucketSave.execute(RoughPlanningConfigurationBucketSaveEvent event, PoolKit pk) Saves the rough planning configuration of buckets.protected voidBTRoughPlanningConfigurationResourcesSave.execute(RoughPlanningConfigurationResourcesSaveEvent event, PoolKit pk) Saves the rough planning configuration of resources. -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.creationfilter.data
Methods in overit.geocallapp.wfm.roughplanning.bl.creationfilter.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAORoughPlanningCreationFilterSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.creationfilter.task
Methods in overit.geocallapp.wfm.roughplanning.bl.creationfilter.task that throw DAExceptionModifier and TypeMethodDescriptionstatic LongBTRoughPlanningCreationFilterCreation.createOrderNumber(Long roughPlanning, PoolKit poolKit) Creates the order number.protected voidBTRoughPlanningCreationFilterCreation.execute(RoughPlanningCreationFilterCreationEvent event, PoolKit poolKit) protected voidBTRoughPlanningCreationFilterInsert.execute(RoughPlanningCreationFilterInsertEvent event, PoolKit poolKit) protected voidBTRoughPlanningCreationFilterLoad.execute(RoughPlanningCreationFilterLoadEvent event, PoolKit poolKit) protected voidBTRoughPlanningCreationFilterLoadLast.execute(RoughPlanningCreationFilterLoadLastEvent event, PoolKit poolKit) protected voidBTRoughPlanningCreationFilterSearch.execute(RoughPlanningCreationFilterSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.data
Methods in overit.geocallapp.wfm.roughplanning.bl.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAORoughPlanningSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.demand.detail.data
Methods in overit.geocallapp.wfm.roughplanning.bl.demand.detail.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODemandSummaryDetailSearch.defineParams(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.demand.detail.task
Methods in overit.geocallapp.wfm.roughplanning.bl.demand.detail.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDemandSummaryDetailSearch.execute(DemandSummaryDetailSearchEvent event, PoolKit poolKit) Starting from the givenDemandSummaryDetailSearchFilter, it searches the corresponding list ofDemandSummaryDetailand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.demand.task
Methods in overit.geocallapp.wfm.roughplanning.bl.demand.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDemandSummarySearch.execute(DemandSummarySearchEvent event, PoolKit poolKit) Starting from the givenDemandSummarySearchFilter, it searches the corresponding list ofDemandSummaryand presents them as aPageResponsewhich is then written into the event journal.protected voidBTWorkloadTimeShift.execute(WorkloadTimeShiftEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.permission
Methods in overit.geocallapp.wfm.roughplanning.bl.permission that throw DAException -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.resource.data
Methods in overit.geocallapp.wfm.roughplanning.bl.resource.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAORoughPlanningResourceSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.resource.result.data
Methods in overit.geocallapp.wfm.roughplanning.bl.resource.result.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAORoughPlanningResourceResultSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.resource.result.task
Methods in overit.geocallapp.wfm.roughplanning.bl.resource.result.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRoughPlanningResourceResultInsert.execute(RoughPlanningResourceResultInsertEvent event, PoolKit pk) Inserts the givenBORoughPlanningResourceResultand writes the newly generated id into the event journal.protected voidBTRoughPlanningResourceResultLoad.execute(RoughPlanningResourceResultLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBORoughPlanningResourceResultand writes it into the event journal.protected voidBTRoughPlanningResourceResultSearch.execute(RoughPlanningResourceResultSearchEvent event, PoolKit poolKit) Starting from the givenRoughPlanningResourceResultSearchFilter, it searches the corresponding list ofBORoughPlanningResourceResultand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.resource.task
Methods in overit.geocallapp.wfm.roughplanning.bl.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRoughPlanningResourceCancel.cancelRoughPlanningResource(Long roughPlanningResourceId, PoolKit pk) Cancels the rough planning resource.protected voidBTRoughPlanningResourceCancel.execute(RoughPlanningResourceCancelEvent event, PoolKit pk) Cancels the givenBORoughPlanningResource.protected voidBTRoughPlanningResourceInsert.execute(RoughPlanningResourceInsertEvent event, PoolKit pk) Inserts the givenBORoughPlanningResourceand writes the newly generated id into the event journal.protected voidBTRoughPlanningResourceLoad.execute(RoughPlanningResourceLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBORoughPlanningResourceand writes it into the event journal.protected voidBTRoughPlanningResourceSearch.execute(RoughPlanningResourceSearchEvent event, PoolKit poolKit) Starting from the givenRoughPlanningResourceSearchFilter, it searches the corresponding list ofBORoughPlanningResourceand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.result.task
Methods in overit.geocallapp.wfm.roughplanning.bl.result.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkloadMassiveRunAnalysis.execute(WorkloadMassiveRunAnalysisEvent workloadMassiveRunAnalysisEvent, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.data
Methods in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAORoughPlanningBucketMovementSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.state.task
Methods in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRoughPlanningBucketMovementStateLoad.execute(RoughPlanningBucketMovementStateLoadEvent event, PoolKit poolKit) protected voidBTRoughPlanningBucketMovementStateSearch.execute(RoughPlanningBucketMovementStateSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.task
Methods in overit.geocallapp.wfm.roughplanning.bl.roughplanningbucketmovement.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRoughPlanningBucketMovementInsert.execute(RoughPlanningBucketMovementInsertEvent event, PoolKit poolKit) protected voidBTRoughPlanningBucketMovementLoad.execute(RoughPlanningBucketMovementLoadEvent event, PoolKit poolKit) protected voidBTRoughPlanningBucketMovementSearch.execute(RoughPlanningBucketMovementSearchEvent event, PoolKit poolKit) protected voidBTRoughPlanningBucketMovementUpdate.execute(RoughPlanningBucketMovementUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.data
Methods in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAORoughPlanningOrderMovementSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.task
Methods in overit.geocallapp.wfm.roughplanning.bl.roughplanningordermovement.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRoughPlanningOrderMovementInsert.execute(RoughPlanningOrderMovementInsertEvent event, PoolKit poolKit) protected voidBTRoughPlanningOrderMovementLoad.execute(RoughPlanningOrderMovementLoadEvent event, PoolKit poolKit) protected voidBTRoughPlanningOrderMovementMassiveInsert.execute(RoughPlanningOrderMovementMassiveInsertEvent event, PoolKit poolKit) Executes the massive insert operation for rough planning order movements.protected voidBTRoughPlanningOrderMovementSearch.execute(RoughPlanningOrderMovementSearchEvent event, PoolKit poolKit) protected voidBTRoughPlanningOrderMovementUpdate.execute(RoughPlanningOrderMovementUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.state.data
Methods in overit.geocallapp.wfm.roughplanning.bl.state.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAORoughPlanningState.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.task
Methods in overit.geocallapp.wfm.roughplanning.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRoughPlanningCancel.cancelRoughPlanning(Long roughPlanningId, PoolKit pk) Cancels the rough planning.protected voidBTRoughPlanningApplyShifts.execute(RoughPlanningApplyShiftsEvent event, PoolKit pk) Executes the apply shifts of the data given in the input.protected voidBTRoughPlanningCancel.execute(RoughPlanningCancelEvent event, PoolKit pk) Cancels the givenBORoughPlanning.protected voidBTRoughPlanningCreate.execute(RoughPlanningCreateEvent event, PoolKit pk) CallsRoughPlanningInsertEventpassing the givenBORoughPlanningand callsRoughPlanningConfigurationBucketSaveEventpassing the newly generated rough planning id.protected voidBTRoughPlanningInsert.execute(RoughPlanningInsertEvent event, PoolKit pk) Inserts the givenBORoughPlanningand writes the newly generated id into the event journal.protected voidBTRoughPlanningLoad.execute(RoughPlanningLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBORoughPlanningand writes it into the event journal.protected voidBTRoughPlanningSearch.execute(RoughPlanningSearchEvent event, PoolKit poolKit) Starting from the givenRoughPlanningSearchFilter, it searches the corresponding list ofBORoughPlanningand presents them as aPageResponsewhich is then written into the event journal.protected voidBTRoughPlanningUpdate.execute(RoughPlanningUpdateEvent event, PoolKit pk) Updates the givenBORoughPlanningprotected voidBTWorkloadAnalysisCopy.execute(WorkloadAnalysisCopyEvent event, PoolKit pk) CallsRoughPlanningInsertEventpassing the givenBORoughPlanning.protected voidBTWorkloadAnalysisValidate.execute(WorkloadAnalysisValidateEvent event, PoolKit pk) Validates the data given in the input.protected List<BORoughPlanning> BTRoughPlanningManagement.searchRoughPlanningByCode(String code, PoolKit poolKit) protected voidBTRoughPlanningInsert.validateAndCompleteInput(BORoughPlanning input, PoolKit pk) Validates the data before the insertion.protected voidBTRoughPlanningManagement.validateCodeDuplication(BORoughPlanning input, PoolKit pk) Validates the rough planning code: we cannot insert a new rough planning with the same code of another rough planning -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.provider
Methods in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.provider that throw DAExceptionModifier and TypeMethodDescriptionprotected List<overit.geocall.wfm.planning.bl.valuemovement.TimedValue> WorkloadMovementProvider.doFindTimedValues(overit.geocall.wfm.planning.bl.valuemovement.provider.factor.ValueMovementProviderFactor factor, PoolKit poolKit) Template method to be implemented by concrete providers.List<overit.geocall.wfm.planning.bl.valuemovement.TimedValue> WorkloadMovementProvider.findTimedValues(overit.geocall.wfm.planning.bl.valuemovement.provider.factor.ValueMovementProviderFactor factor, PoolKit poolKit) protected List<overit.geocall.wfm.planning.bl.valuemovement.TimedValue> WorkloadMovementProvider.searchWorkloadDistributions(overit.geocall.wfm.planning.bl.valuemovement.provider.factor.ValueMovementProviderFactor filter, PoolKit poolKit) Searches for workloads using the provided filter. -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.solver
Methods in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.solver that throw DAExceptionModifier and TypeMethodDescriptionoverit.geocall.wfm.planning.bl.valuemovement.solution.ValueMovementSolutionBucketWorkloadMovementSolver.move(overit.geocall.wfm.planning.bl.valuemovement.problem.ValueMovementProblem problem) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.task
Methods in overit.geocallapp.wfm.roughplanning.bl.workloadmovement.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkloadMovement.body(WorkloadMovementEvent event, PoolKit poolKit) protected overit.geocall.wfm.planning.bl.valuemovement.problem.ValueMovementProblemBTWorkloadMovement.createProblem(WorkloadMovementInput input, List<overit.geocall.wfm.planning.bl.valuemovement.TimedValue> sourceTimedValues, PoolKit poolKit) Creates a movement problem from the input and source timed values.protected WorkloadMovementProviderFactorBTWorkloadMovement.createProviderFactor(WorkloadMovementInput input, PoolKit poolKit) Creates a provider factor from the input. -
Uses of DAException in overit.geocallapp.wfm.roughplanning.integration
Methods in overit.geocallapp.wfm.roughplanning.integration that throw DAExceptionModifier and TypeMethodDescriptionRoughPlanningEventProvider.insertRoughPlanningResult(BORoughPlanningResourceResult roughPlanningResourceResult) RoughPlanningProvider.insertRoughPlanningResult(BORoughPlanningResourceResult roughPlanningResourceResult) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.rs1.bucket
Methods in overit.geocallapp.wfm.roughplanning.rs1.bucket that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTORoughPlanningBucket> WorkloadAnalysisBucketService.get(Long roughPlanningId, Long roughPlanningBucketId, Collection<String> fields) Retrieves the requiredBORoughPlanningBucketobject by calling theRoughPlanningBucketLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTORoughPlanningBucket>> WorkloadAnalysisBucketService.getCollection(Long roughPlanningId, @Valid Page page, Collection<String> fields, String order) Returns the collection of all the storedBORoughPlanningBucketobjects by calling theRoughPlanningBucketSearchEventeventorg.springframework.http.ResponseEntity<Void> WorkloadAnalysisBucketService.patch(Long roughPlanningId, Long id, @Valid DTORoughPlanningBucketUpdate dto) Updates the requiredBORoughPlanningBucketobject by calling theRoughPlanningBucketUpdateEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadAnalysisBucketService.post(Long roughPlanningId, @Valid DTORoughPlanningBucketInsert dto) Create a newBORoughPlanningBucketobject by calling theRoughPlanningBucketInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.roughplanning.rs1.capacity
Methods in overit.geocallapp.wfm.roughplanning.rs1.capacity that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOCapacitySummary>> CapacitySummariesService.getCollection(Long roughPlanningId, Collection<String> fields, @Valid DTOCapacitySummaryFilter filter) Retrieves the requiredCapacitySummaryobject by calling theCapacitySummarySearchEventevent -
Uses of DAException in overit.geocallapp.wfm.roughplanning.rs1.demand
Methods in overit.geocallapp.wfm.roughplanning.rs1.demand that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODemandSummary>> DemandSummariesService.getCollection(Long roughPlanningId, Collection<String> fields, @Valid DTODemandSummaryFilter filter) Retrieves the requiredDemandSummaryobject by calling theDemandSummarySearchEventeventorg.springframework.http.ResponseEntity<Void> DemandSummariesService.patch(Long roughPlanningId, @Valid DTODemandShiftHoursRequest request) Retrieves the requiredDemandSummaryobject by calling theDemandSummarySearchEventevent -
Uses of DAException in overit.geocallapp.wfm.roughplanning.rs1.demand.detail.demand
Methods in overit.geocallapp.wfm.roughplanning.rs1.demand.detail.demand that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTODemandSummaryDetail>> DemandSummariesDetailsService.getCollection(Long roughPlanningId, @Valid Page page, Collection<String> fields, @Valid DTODemandSummaryDetailFilter filter) Retrieves the requiredDemandSummaryobject by calling theDemandSummaryDetailSearchEventevent -
Uses of DAException in overit.geocallapp.wfm.roughplanning.rs1.resource
Methods in overit.geocallapp.wfm.roughplanning.rs1.resource that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Physically cancels the requiredBORoughPlanningResourceobject by calling theRoughPlanningResourceCancelEventeventorg.springframework.http.ResponseEntity<DTORoughPlanningResource> WorkloadAnalysisResourceService.get(Long roughPlanningId, Long roughPlanningResourceId, Collection<String> fields) Retrieves the requiredBORoughPlanningResourceobject by calling theRoughPlanningResourceLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTORoughPlanningResource>> WorkloadAnalysisResourceService.getCollection(Long roughPlanningId, @Valid Page page, Collection<String> fields, String order, @Valid DTORoughPlanningResourceSearchFilter filter) Returns the collection of all the storedBORoughPlanningResourceobjects by calling theRoughPlanningResourceSearchEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadAnalysisResourceService.post(Long roughPlanningId, @Valid DTORoughPlanningResourceInsert dto) Create a newBORoughPlanningResourceobject by calling theRoughPlanningResourceInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.roughplanning.rs1.resource.result
Methods in overit.geocallapp.wfm.roughplanning.rs1.resource.result that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTORoughPlanningResourceResult> WorkloadAnalysisResourceResultService.get(Long roughPlanningId, Long roughPlanningResourceResultId, Collection<String> fields) Retrieves the requiredBORoughPlanningResourceResultobject by calling theRoughPlanningResourceResultLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTORoughPlanningResourceResult>> WorkloadAnalysisResourceResultService.getCollection(Long roughPlanningId, @Valid Page page, Collection<String> fields, String order, @Valid DTORoughPlanningResourceResultSearchFilter filter) Returns the collection of all the storedBORoughPlanningResourceResultobjects by calling theRoughPlanningResourceResultSearchEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadAnalysisResourceResultService.post(Long roughPlanningId, @Valid DTORoughPlanningResourceResultInsert dto) Create a newBORoughPlanningResourceResultobject by calling theRoughPlanningResourceResultInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.roughplanning.rs1.roughplanning
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanning that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> WorkloadAnalysisService.applyShifts(Long roughPlanningId) Create a newBORoughPlanningobject by calling theRoughPlanningApplyShiftsEventeventorg.springframework.http.ResponseEntity<Void> Logically cancels the requiredBORoughPlanningobject by calling theRoughPlanningCancelEventeventorg.springframework.http.ResponseEntity<DTORoughPlanning> WorkloadAnalysisService.get(Long id, Collection<String> fields) Retrieves the requiredBORoughPlanningobject by calling theRoughPlanningLoadEventeventorg.springframework.http.ResponseEntity<PageResponse<DTORoughPlanning>> WorkloadAnalysisService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTORoughPlanningSearchFilter filter) Returns the collection of all the storedBORoughPlanningobjects by calling theRoughPlanningSearchEventeventorg.springframework.http.ResponseEntity<Void> WorkloadAnalysisService.patch(Long id, @Valid DTORoughPlanningUpdate dto) Updates the requiredBORoughPlanningobject by calling theRoughPlanningUpdateEventeventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadAnalysisService.post(@Valid DTORoughPlanningInsert dto) Create a newBORoughPlanningobject by calling theRoughPlanningInsertEventevent -
Uses of DAException in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTORoughPlanningBucketMovement> RoughPlanningBucketMovementService.get(Long roughPlanningBucketMovementId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTORoughPlanningBucketMovement>> RoughPlanningBucketMovementService.getCollection(Long roughPlanningId, @Valid Page page, String language, Collection<String> fields, String order, @Valid @NotNull DTORoughPlanningBucketMovementFilter filter) org.springframework.http.ResponseEntity<Void> RoughPlanningBucketMovementService.patch(Long roughPlanningBucketMovementId, @Valid DTORoughPlanningBucketMovementUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> RoughPlanningBucketMovementService.post(@Valid DTORoughPlanningBucketMovementInsert dto) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement.state
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanningbucketmovement.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTORoughPlanningBucketMovementState> RoughPlanningBucketMovementStateService.get(Long roughPlanningBucketMovementStateId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTORoughPlanningBucketMovementState>> RoughPlanningBucketMovementStateService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTORoughPlanningBucketMovementStateFilter filter) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.rs1.roughplanningordermovement
Methods in overit.geocallapp.wfm.roughplanning.rs1.roughplanningordermovement that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTORoughPlanningOrderMovement> RoughPlanningOrderMovementService.get(Long roughPlanningOrderMovementId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTORoughPlanningOrderMovement>> RoughPlanningOrderMovementService.getCollection(Long roughPlanningId, @Valid Page page, String language, Collection<String> fields, String order, @Valid @NotNull DTORoughPlanningOrderMovementFilter filter) org.springframework.http.ResponseEntity<Void> RoughPlanningOrderMovementService.patch(Long roughPlanningOrderMovementId, @Valid DTORoughPlanningOrderMovementUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> RoughPlanningOrderMovementService.post(@Valid DTORoughPlanningOrderMovementInsert dto) -
Uses of DAException in overit.geocallapp.wfm.roughplanning.rs1.weight.rule
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.rule that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkloadDistributionRule> WorkloadDistributionRuleService.get(Long workLoadDistributionRuleId, String language, Collection<String> fields) Retrieves the requiredDTOWorkloadDistributionRuleby calling theWorkloadDistributionRuleLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkloadDistributionRule>> WorkloadDistributionRuleService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOWorkloadDistributionRuleFilter filter) Returns the collection of all the storedDTOWorkloadDistributionRuleby calling theWorkloadDistributionRuleSearchEvent.org.springframework.http.ResponseEntity<Void> WorkloadDistributionRuleService.patch(Long workLoadDistributionRuleId, @Valid DTOWorkloadDistributionRuleUpdate dto) Update a workload rule by calling theWorkloadDistributionRuleUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadDistributionRuleService.post(@Valid DTOWorkloadDistributionRuleInsert dto) Create a new workload rule by calling theWorkloadDistributionRuleInsertEvent -
Uses of DAException in overit.geocallapp.wfm.roughplanning.rs1.weight.wocombination
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.wocombination that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes the requiredBOWorkloadRuleWOCombinationobject from a givenBOWorkloadRuleWOCombinationobject by calling theWorkloadRuleWOCombinationDeleteEventeventorg.springframework.http.ResponseEntity<DTOWorkloadRuleWOCombination> WorkloadRuleWOCombinationService.get(Long workloadRuleWorkOrderCombinationId, Collection<String> fields) Retrieves the requiredDTOWorkloadRuleWOCombinationby calling theWorkloadRuleWOCombinationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkloadRuleWOCombination>> WorkloadRuleWOCombinationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkloadRuleWOCombinationFilter filter) Returns the collection of all the storedDTOWorkloadRuleWOCombinationby calling theWorkloadRuleWOCombinationSearchEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadRuleWOCombinationService.post(@Valid DTOWorkloadRuleWOCombinationInsert dto) Create a new workLoad Rule WO Combination by calling theWorkloadRuleWOCombinationInsertEvent -
Uses of DAException in overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight
Methods in overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> WorkloadDistributionWeightService.delete(Long workLoadDistributionRuleId, Long workloadDistributionWeightId) Deletes the requiredBOWorkloadDistributionWeightobject from a givenBOWorkloadDistributionWeightobject by calling theWorkloadRuleWOCombinationDeleteEventeventorg.springframework.http.ResponseEntity<DTOWorkloadDistributionWeight> WorkloadDistributionWeightService.get(Long workLoadDistributionRuleId, Long workloadDistributionWeightId, Collection<String> fields) Retrieves the requiredDTOWorkloadDistributionWeightby calling theWorkloadDistributionWeightLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkloadDistributionWeight>> WorkloadDistributionWeightService.getCollection(@Valid Page page, Collection<String> fields, String order, Long workLoadDistributionRuleId, @Valid @NotNull DTOWorkloadDistributionWeightFilter filter) Returns the collection of all the storedDTOWorkloadDistributionWeightby calling theWorkloadDistributionWeightSearchEvent.org.springframework.http.ResponseEntity<Void> WorkloadDistributionWeightService.patch(Long workLoadDistributionRuleId, Long workloadDistributionWeightId, @Valid DTOWorkloadDistributionWeightUpdate dto) Update a workload distribution weight by calling theWorkloadDistributionWeightUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkloadDistributionWeightService.post(Long workLoadDistributionRuleId, @Valid DTOWorkloadDistributionWeightInsert dto) Create a new workloaf distribution weight by calling theWorkloadDistributionWeightInsertEvent -
Uses of DAException in overit.geocallapp.wfm.scheduling.appointment.task
Methods in overit.geocallapp.wfm.scheduling.appointment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAppointmentLoadOrCreate.body(AppointmentLoadOrCreateEvent event, PoolKit poolKit) protected HashGetterBTAppointmentLoadOrCreate.loadWorkOrderOperationData(Long workOrderOperationId, PooledConnection conn) Loads work order operation data from database. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.agenda.data
Methods in overit.geocallapp.wfm.scheduling.bl.agenda.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAgendaSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.agenda.history.data
Methods in overit.geocallapp.wfm.scheduling.bl.agenda.history.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAgendaHistorySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.data
Methods in overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAgendaResourceRolesSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.task
Methods in overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaResourceRolesDelete.body(AgendaResourceRolesDeleteEvent event, PoolKit poolKit) Remove the givenBOAgendaResourceRolescharacteristic id.protected voidBTAgendaResourceRolesInsert.body(AgendaResourceRolesInsertEvent event, PoolKit poolKit) protected voidBTAgendaResourceRolesLoad.body(AgendaResourceRolesLoadEvent event, PoolKit pk) Writes the loaded agenda resource role into the event journal.protected voidBTAgendaResourceRolesSearch.body(AgendaResourceRolesSearchEvent event, PoolKit pk) Writes the searched agenda resource role into the event journal.protected voidBTAgendaResourceRolesInsert.validate(BOAgendaResourceRoles agendaResourceRole, PoolKit poolKit) Checks if the insertion is possible by performing some validations on the givenBOAgendaResourceRoles. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.agenda.status.data
Methods in overit.geocallapp.wfm.scheduling.bl.agenda.status.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAgendaStatusSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.agenda.status.task
Methods in overit.geocallapp.wfm.scheduling.bl.agenda.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaStatusLoad.body(AgendaStatusLoadEvent event, PoolKit pk) Writes the loaded agenda status into the event journal.protected voidBTAgendaStatusSearch.body(AgendaStatusSearchEvent event, PoolKit pk) Writes the searched agenda status into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.agenda.task
Methods in overit.geocallapp.wfm.scheduling.bl.agenda.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAgendaLoad.body(AgendaLoadEvent event, PoolKit pk) Writes the loaded agenda into the event journal.protected voidBTAgendaSearch.body(AgendaSearchEvent event, PoolKit pk) Writes the searched agenda into the event journal.protected voidBTAgendaReset.deleteAgendaResourceRoles(BOAgenda agenda, PoolKit poolKit) protected voidBTAgendaInsert.execute(AgendaInsertEvent event, PoolKit poolKit) protected voidBTAgendaReset.execute(AgendaResetEvent event, PoolKit poolKit) protected voidBTAgendaUpdate.execute(AgendaUpdateEvent event, PoolKit poolKit) protected voidBTAgendaReset.resetUpdate(BOAgenda agenda, PoolKit poolKit) Method that reset and update the agendaprotected voidChecks if the insertion is possible by performing some validations on the givenBOAgenda. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.appointment.data
Methods in overit.geocallapp.wfm.scheduling.bl.appointment.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAppointmentSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.appointment.status.data
Methods in overit.geocallapp.wfm.scheduling.bl.appointment.status.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAppointmentStatusSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.appointment.status.task
Methods in overit.geocallapp.wfm.scheduling.bl.appointment.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAppointmentStatusLoad.body(AppointmentStatusLoadEvent event, PoolKit pk) Writes the loaded appointment status into the event journal.protected voidBTAppointmentStatusSearch.body(AppointmentStatusSearchEvent event, PoolKit pk) Writes the searched appointment status into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.appointment.task
Methods in overit.geocallapp.wfm.scheduling.bl.appointment.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAppointmentLoad.body(AppointmentLoadEvent event, PoolKit pk) Writes the loaded appointment into the event journal.protected voidBTAppointmentSearch.body(AppointmentSearchEvent event, PoolKit pk) Writes the searched appointment into the event journal.protected voidBTAppointmentInsert.execute(AppointmentInsertEvent event, PoolKit poolKit) protected voidBTAppointmentReset.execute(AppointmentResetEvent event, PoolKit poolKit) protected voidBTAppointmentUpdate.execute(AppointmentUpdateEvent event, PoolKit poolKit) protected voidBTAppointmentReset.resetUpdate(BOAppointment appointment, PoolKit poolKit) Method that reset and update the appointmentprotected voidBTAppointmentInsert.validate(BOAppointment appointment, PoolKit poolKit) Checks if the insertion is possible by performing some validations on the givenBOAppointment. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.clocking.type.data
Methods in overit.geocallapp.wfm.scheduling.bl.clocking.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOClockingTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.clocking.type.task
Methods in overit.geocallapp.wfm.scheduling.bl.clocking.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTClockingTypeLoad.execute(ClockingTypeLoadEvent event, PoolKit poolKit) Writes the loadedBOClockingTypeinto the event journal.protected voidBTClockingTypeSearch.execute(ClockingTypeSearchEvent event, PoolKit poolKit) Writes the searchedBOClockingTypes into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingConfigurationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingPositionTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.positiontype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingPositionTypeLoad.execute(ImmediateSchedulingPositionTypeLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingPositionTypeSearch.execute(ImmediateSchedulingPositionTypeSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingReprocessingModeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.reprocessingmode.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingReprocessingModeLoad.execute(ImmediateSchedulingReprocessingModeLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingReprocessingModeSearch.execute(ImmediateSchedulingReprocessingModeSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingConfigurationInsert.execute(ImmediateSchedulingConfigurationInsertEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingConfigurationLoad.execute(ImmediateSchedulingConfigurationLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingConfigurationSearch.execute(ImmediateSchedulingConfigurationSearchEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingConfigurationUpdate.execute(ImmediateSchedulingConfigurationUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingWOSortSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.configuration.wosort.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingWOSortLoad.execute(ImmediateSchedulingWOSortLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingWOSortSearch.execute(ImmediateSchedulingWOSortSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing that throw DAExceptionModifier and TypeMethodDescriptionprotected voidImmediateSchedulingProcessingHelper.insertTrackingRecord(Long operationCenter, Long schedulingModel, Date endDate, Boolean isReprocessing, PoolKit poolKit) protected BOImmediateSchedulingWorkOrderImmediateSchedulingWorkOrderHelper.loadWorkOrder(Long workOrderId) voidImmediateSchedulingWorkOrderHelper.markWorkOrderFailed(Long workOrderId, Exception exception) Marks a work order as failed with an exception.voidImmediateSchedulingWorkOrderHelper.markWorkOrderFailed(Long workOrderId, Exception exception, boolean incrementCounter) Marks a work order as failed with an exception.voidImmediateSchedulingWorkOrderHelper.markWorkOrderFailed(Long workOrderId, String errorMessage) Marks a work order as failed.voidImmediateSchedulingWorkOrderHelper.markWorkOrderFailed(Long workOrderId, String errorMessage, boolean incrementCounter) Marks a work order as failed.voidImmediateSchedulingWorkOrderHelper.markWorkOrderSuccess(Long workOrderId, Long foremanWorkshiftId, Long agendaId) Marks a work order as successfully processed.voidImmediateSchedulingProcessingHelper.updateHistoryWithLog(Long historicalId, Long logId, PoolKit poolKit) Updates the historical processing record with the log ID.voidImmediateSchedulingProcessingHelper.updateProcessingState(BOImmediateSchedulingLastProcessing lastProcessing, Long state, Exception exception, Date endDate, PoolKit poolKit) Updates the processing state for both last processing and history records.voidImmediateSchedulingProcessingHelper.updateProcessingWithLog(Long processingId, Long logId, PoolKit poolKit) Updates the last processing record with the log ID.protected voidImmediateSchedulingProcessingHelper.updateTrackingRecord(BOImmediateSchedulingTracking tracking, Date endDate, Boolean isReprocessing, PoolKit poolKit) voidImmediateSchedulingProcessingHelper.writeTrackingRecord(BOImmediateSchedulingLastProcessing lastProcessing, Date endDate, PoolKit poolKit) Writes the tracking record with the processing end date. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingCalendarSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.calendar.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingCalendarInsert.execute(ImmediateSchedulingCalendarInsertEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingCalendarLoad.execute(ImmediateSchedulingCalendarLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingCalendarSearch.execute(ImmediateSchedulingCalendarSearchEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingCalendarUpdate.execute(ImmediateSchedulingCalendarUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingProcessingSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingProcessingInsert.execute(ImmediateSchedulingProcessingInsertEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingProcessingLoad.execute(ImmediateSchedulingProcessingLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingProcessingSearch.execute(ImmediateSchedulingProcessingSearchEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingProcessingUpdate.execute(ImmediateSchedulingProcessingUpdateEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingProcessingInsert.validateInput(BOImmediateSchedulingProcessing immediateSchedulingProcessing, PoolKit poolKit) protected voidBTImmediateSchedulingProcessingUpdate.validateInput(BOImmediateSchedulingProcessing immediateSchedulingProcessing, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingLastProcessingSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.lastprocessing.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingLastProcessingInsert.execute(ImmediateSchedulingLastProcessingInsertEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingLastProcessingLoad.execute(ImmediateSchedulingLastProcessingLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingLastProcessingSearch.execute(ImmediateSchedulingLastProcessingSearchEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingLastProcessingUpdate.execute(ImmediateSchedulingLastProcessingUpdateEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingLastProcessingInsert.validateInput(BOImmediateSchedulingLastProcessing immediateSchedulingLastProcessing, PoolKit poolKit) protected voidBTImmediateSchedulingLastProcessingUpdate.validateInput(BOImmediateSchedulingLastProcessing immediateSchedulingLastProcessing, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingResourceProcessingSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingResourceProcessingInsert.execute(ImmediateSchedulingResourceProcessingInsertEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingResourceProcessingLoad.execute(ImmediateSchedulingResourceProcessingLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingResourceProcessingSearch.execute(ImmediateSchedulingResourceProcessingSearchEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingResourceProcessingUpdate.execute(ImmediateSchedulingResourceProcessingUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingResourceExclusionSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.reason.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.reason.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingExclusionReasonSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.reason.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.reason.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingExclusionReasonLoad.execute(ImmediateSchedulingExclusionReasonLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingExclusionReasonSearch.execute(ImmediateSchedulingExclusionReasonSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingResourceExclusionBatchInsert.batchInsert(ImmediateSchedulingResourceExclusionBatchInsertInput input, PoolKit poolKit) Performs batch insert of resource exclusions.protected voidBTImmediateSchedulingResourceExclusionBatchInsert.body(ImmediateSchedulingResourceExclusionBatchInsertEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingResourceExclusionInsert.execute(ImmediateSchedulingResourceExclusionInsertEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingResourceExclusionLoad.execute(ImmediateSchedulingResourceExclusionLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingResourceExclusionSearch.execute(ImmediateSchedulingResourceExclusionSearchEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingResourceExclusionUpdate.execute(ImmediateSchedulingResourceExclusionUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingStateSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.state.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingStateLoad.execute(ImmediateSchedulingStateLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingStateSearch.execute(ImmediateSchedulingStateSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingEnqueue.body(ImmediateSchedulingEnqueueEvent event, PoolKit poolKit) protected voidprotected voidprotected LongBTImmediateSchedulingEnqueue.createHistory(BOImmediateSchedulingLastProcessing processing, PoolKit poolKit) Create a new history record for the processing.protected BOImmediateSchedulingLastProcessingBTImmediateSchedulingEnqueue.getLastProcessing(Long operationCenter, Long schedulingModel, PoolKit poolKit) Get the last processing for the given operation center and scheduling model.protected BOImmediateSchedulingTrackingBTImmediateSchedulingScheduler.getTrackingRecord(Long operationCenter, Long schedulingModel, PoolKit poolKit) Get the tracking record for the given operation center and scheduling modelprotected booleanBTImmediateSchedulingScheduler.hasProcessingInProgressOrWaiting(Long operationCenter, Long schedulingModel, PoolKit poolKit) Check if there are any processing records in progress or waiting for the given operation center and scheduling modelprotected voidBTImmediateSchedulingLaunch.launchProcessingEvent(Long immediateSchedulingId, PoolKit poolKit) Launches the ImmediateSchedulingProcessEvent asynchronously for the given processing ID.protected voidBTImmediateSchedulingScheduler.processCalendarEntry(BOImmediateSchedulingCalendar calendar, Date now, PoolKit poolKit) Process a single calendar entry to determine if a new processing should be scheduled.protected voidBTImmediateSchedulingScheduler.scheduleNewProcessing(Long operationCenter, Long schedulingModel, boolean reprocessing, boolean autoValidationEnabled, PoolKit poolKit) Schedule a new processing by launching theImmediateSchedulingEnqueueEvent.protected List<BOImmediateSchedulingLastProcessing> BTImmediateSchedulingLaunch.searchPendingProcessings(PoolKit poolKit) Searches for all processing records in TO_BE_PROCESSED state. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingTrackingSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.tracking.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingTrackingInsert.execute(ImmediateSchedulingTrackingInsertEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingTrackingLoad.execute(ImmediateSchedulingTrackingLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingTrackingSearch.execute(ImmediateSchedulingTrackingSearchEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingTrackingUpdate.execute(ImmediateSchedulingTrackingUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingWorkOrderSelect.defineSql(CommandContext cc, PoolKit pk) protected voidDAOImmediateSchedulingWorkOrderSelect.defineValues(CommandContext cc, PoolKit pk) protected voidDAOImmediateSchedulingWorkOrderSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.history.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.history.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingWorkOrderHistorySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.history.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingWorkOrderHistoryInsert.execute(ImmediateSchedulingWorkOrderHistoryInsertEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingWorkOrderHistoryLoad.execute(ImmediateSchedulingWorkOrderHistoryLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingWorkOrderHistorySearch.execute(ImmediateSchedulingWorkOrderHistorySearchEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingWorkOrderHistoryUpdate.execute(ImmediateSchedulingWorkOrderHistoryUpdateEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingWorkOrderHistoryInsert.validateInput(BOImmediateSchedulingWorkOrderHistory immediateSchedulingWorkOrderHistory, PoolKit poolKit) protected voidBTImmediateSchedulingWorkOrderHistoryUpdate.validateInput(BOImmediateSchedulingWorkOrderHistory immediateSchedulingWorkOrderHistory, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingWorkOrderSelect.body(ImmediateSchedulingWorkOrderSelectEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingWorkOrderInsert.execute(ImmediateSchedulingWorkOrderInsertEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingWorkOrderLoad.execute(ImmediateSchedulingWorkOrderLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingWorkOrderSearch.execute(ImmediateSchedulingWorkOrderSearchEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingWorkOrderUpdate.execute(ImmediateSchedulingWorkOrderUpdateEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingWorkOrderInsert.validateInput(BOImmediateSchedulingWorkOrder immediateSchedulingWorkOrder, PoolKit poolKit) protected voidBTImmediateSchedulingWorkOrderUpdate.validateInput(BOImmediateSchedulingWorkOrder immediateSchedulingWorkOrder, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.data
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOImmediateSchedulingWOStateSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.task
Methods in overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.wostate.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTImmediateSchedulingWOStateLoad.execute(ImmediateSchedulingWOStateLoadEvent event, PoolKit poolKit) protected voidBTImmediateSchedulingWOStateSearch.execute(ImmediateSchedulingWOStateSearchEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.lock
Methods in overit.geocallapp.wfm.scheduling.bl.lock that throw DAExceptionModifier and TypeMethodDescriptionstatic SchedulingLockSchedulingLockUtils.acquireLock(Long operationCenter, Long schedulingModel, Set<Long> resources, Set<Long> operations, int timeout) This method acquires a new lockstatic voidSchedulingLockUtils.addOperations(SchedulingLock schedulingLock, Set<Long> operations, int timeout) This method add a set of operations to the lockstatic voidSchedulingLockUtils.addResources(SchedulingLock schedulingLock, Set<Long> resources, int timeout) This method add a set of resources to the lockstatic voidSchedulingLockUtils.extendLock(SchedulingLock schedulingLock, int timeout) This method extends a lockstatic voidSchedulingLockUtils.releaseLock(SchedulingLock schedulingLock) This method releases a lock -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.lock.service
Methods in overit.geocallapp.wfm.scheduling.bl.lock.service that throw DAExceptionModifier and TypeMethodDescriptionbooleanLockService.acquireLock(String uuid, String key, int timeout) booleanRedisLockService.acquireLock(String uuid, String key, int timeout) This method acquires a new lockbooleanTimeSlotLockService.acquireLock(String uuid, String key, int timeout) This method acquires a new lockvoidLockService.extendLock(String uuid, int timeout) voidTimeSlotLockService.extendLock(String uuid, int timeout) This method extends a lock by uuidbooleanbooleanbooleanThis method checks if the entity is locked.voidLockService.releaseAllLocks()voidRedisLockService.releaseAllLocks()voidTimeSlotLockService.releaseAllLocks()voidLockService.releaseLock(String uuid) voidRedisLockService.releaseLock(String uuid) This method releases all the stored locksvoidTimeSlotLockService.releaseLock(String uuid) This method releases a lock by uuid -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.lunchbreak.task
Methods in overit.geocallapp.wfm.scheduling.bl.lunchbreak.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTLunchBreakShift.body(LunchBreakShiftEvent lunchBreakShiftEvent, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.model.row.task
Methods in overit.geocallapp.wfm.scheduling.bl.model.row.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingModelRowSearch.body(SchedulingModelRowSearchEvent event, PoolKit pk) Writes the searched scheduling model row into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.model.task
Methods in overit.geocallapp.wfm.scheduling.bl.model.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingModelLoad.body(SchedulingModelLoadEvent event, PoolKit poolKit) Writes the loaded scheduling model into the event journal.protected voidBTSchedulingModelSearch.body(SchedulingModelSearchEvent event, PoolKit pk) Writes the searched scheduling mode into the event journal.protected voidBTTeamModelSearch.execute(TeamModelSearchEvent event, PoolKit poolKit) Starting from the givenTeamModelSearchFilter, it searches the corresponding list ofBOTeamModeland presents them as aPageResponsewhich is then written into the event journal.. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.data
Methods in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOOssIntegrationConfigurationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.task
Methods in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOssIntegrationConfigurationInsert.execute(OssIntegrationConfigurationInsertEvent event, PoolKit poolKit) protected voidBTOssIntegrationConfigurationLoad.execute(OssIntegrationConfigurationLoadEvent event, PoolKit poolKit) Writes the loadedBOOssIntegrationConfigurationinto the event journal.protected voidBTOssIntegrationConfigurationSearch.execute(OssIntegrationConfigurationSearchEvent event, PoolKit poolKit) Writes the searchedBOOssIntegrationConfigurations into the event journal.protected voidBTOssIntegrationConfigurationUpdate.execute(OssIntegrationConfigurationUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.vehicletype.task
Methods in overit.geocallapp.wfm.scheduling.bl.oss.integrationconfiguration.vehicletype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTIntegrationVehicleTypeLoad.execute(IntegrationVehicleTypeLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOIntegrationVehicleTypeand writes it into the event journal.protected voidBTIntegrationVehicleTypeSearch.execute(IntegrationVehicleTypeSearchEvent event, PoolKit pk) Starting from the givenIntegrationVehicleTypeSearchFilter, it searches the corresponding list ofBOIntegrationVehicleTypeand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.oss.integrationtype.task
Methods in overit.geocallapp.wfm.scheduling.bl.oss.integrationtype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOssIntegrationTypeLoad.execute(OssIntegrationTypeLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOOssIntegrationTypeand writes it into the event journal.protected voidBTOssIntegrationTypeSearch.execute(OssIntegrationTypeSearchEvent event, PoolKit pk) Starting from the givenOssIntegrationTypeSearchFilter, it searches the corresponding list ofBOOssIntegrationTypeand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.oss.matrix.task
Methods in overit.geocallapp.wfm.scheduling.bl.oss.matrix.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOssMatrixInsert.execute(OssMatrixInsertEvent event, PoolKit pk) Inserts theBOOssMatrixand writes the result into the event journal.protected voidBTOssMatrixLoad.execute(OssMatrixLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOOssMatrixand writes it into the event journal.protected voidBTOssMatrixSearch.execute(OssMatrixSearchEvent event, PoolKit pk) Starting from the givenOssMatrixSearchFilter, it searches the corresponding list ofBOOssMatrixand presents them as aPageResponsewhich is then written into the event journal.protected voidBTOssMatrixUpdate.execute(OssMatrixUpdateEvent event, PoolKit pk) Updates theBOOssMatrixand writes the result into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.oss.response.task
Methods in overit.geocallapp.wfm.scheduling.bl.oss.response.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOssResponseLogInsert.body(OssResponseLogInsertEvent event, PoolKit pk) Inserts theBOOssResponseLogand writes the result into the event journal.protected voidBTOssResponseLogSearch.body(OssResponseLogSearchEvent event, PoolKit poolKit) Writes the searched OSS response logs into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.oss.space.task
Methods in overit.geocallapp.wfm.scheduling.bl.oss.space.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOssSpaceInsert.execute(OssSpaceInsertEvent event, PoolKit pk) Inserts theBOOssSpaceand writes the result into the event journal.protected voidBTOssSpaceLoad.execute(OssSpaceLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOOssSpaceand writes it into the event journal.protected voidBTOssSpaceSearch.execute(OssSpaceSearchEvent event, PoolKit pk) Starting from the givenOssSpaceSearchFilter, it searches the corresponding list ofBOOssSpaceand presents them as aPageResponsewhich is then written into the event journal.protected voidBTOssSpaceUpdate.execute(OssSpaceUpdateEvent event, PoolKit pk) Updates theBOOssSpaceand writes the result into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.data
Methods in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOPlanningActionHistorySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.task
Methods in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPlanningActionHistoryInsert.execute(PlanningActionHistoryInsertEvent event, PoolKit poolKit) protected voidBTPlanningActionHistoryLoad.execute(PlanningActionHistoryLoadEvent event, PoolKit poolKit) protected voidBTPlanningActionHistorySearch.execute(PlanningActionHistorySearchEvent event, PoolKit poolKit) protected voidBTPlanningActionHistoryInsert.validate(BOPlanningActionHistory planningActionHistory) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.type.task
Methods in overit.geocallapp.wfm.scheduling.bl.planningactionhistory.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTPlanningActionHistoryTypeLoad.execute(PlanningActionHistoryTypeLoadEvent event, PoolKit poolKit) Writes the loaded planning action history type into the event journal.protected voidBTPlanningActionHistoryTypeSearch.execute(PlanningActionHistoryTypeSearchEvent event, PoolKit poolKit) Writes the searched planning action history type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.data
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCancellationActivityStatusSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.task
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitystatus.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCancellationActivityStatusLoad.execute(CancellationActivityStatusLoadEvent event, PoolKit poolKit) Writes the loadedBOCancellationActivityStatusinto the event journal.protected voidBTCancellationActivityStatusSearch.execute(CancellationActivityStatusSearchEvent event, PoolKit poolKit) Writes the searchedBOCancellationActivityStatusinto the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.data
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOActivityToCancelSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.task
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTActivityToCancelLoad.execute(ActivityToCancelLoadEvent event, PoolKit poolKit) Writes the loadedBOActivityToCancelinto the event journal.protected voidBTActivityToCancelSearch.execute(ActivityToCancelSearchEvent event, PoolKit poolKit) Writes the searchedBOActivityToCancelinto the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.data
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSchedulingToCancelSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.task
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingToCancelInsert.execute(SchedulingToCancelInsertEvent event, PoolKit poolKit) Inserts the givenBOSchedulingToCanceland writes the newly generated id into the event journal.protected voidBTSchedulingToCancelLoad.execute(SchedulingToCancelLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOSchedulingToCanceland writes it into the event journal.protected voidBTSchedulingToCancelSearch.execute(SchedulingToCancelSearchEvent event, PoolKit poolKit) Starting from the givenSchedulingToCancelSearchFilter, it searches the corresponding list ofBOSchedulingToCanceland presents them as aPageResponsewhich is then written into the event journal.protected voidBTSchedulingToCancelUpdate.execute(SchedulingToCancelUpdateEvent event, PoolKit poolKit) Updates theBOSchedulingToCancelwith all its needed components. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.data
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOAppointmentScheduling.validate(CommandContext cc, PoolKit pk) protected voidDAOSchedulingSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.data
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSchedulingMode.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOSchedulingModeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.task
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.mode.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingModeLoad.body(SchedulingModeLoadEvent event, PoolKit pk) Writes the loaded scheduling mode into the event journal.protected voidBTSchedulingModeSearch.body(SchedulingModeSearchEvent event, PoolKit pk) Writes the searched scheduling mode into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.operationcenter.task
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.operationcenter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTOperationCenterSchedulingConfigurationLoad.execute(OperationCenterSchedulingConfigurationLoadEvent event, PoolKit poolKit) Writes the loaded operation center scheduling configuration into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.status.data
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.status.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSchedulingStatusSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.status.task
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingStatusLoad.body(SchedulingStatusLoadEvent event, PoolKit pk) Writes the loaded scheduling status into the event journal.protected voidBTSchedulingStatusSearch.body(SchedulingStatusSearchEvent event, PoolKit pk) Writes the searched scheduling status into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.task
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingLoad.body(SchedulingLoadEvent event, PoolKit pk) Writes the loaded scheduling into the event journal.protected voidBTSchedulingSearch.body(SchedulingSearchEvent event, PoolKit pk) Writes the searched scheduling into the event journal.protected voidBTCoordinatesPathCalculationCheck.execute(CoordinatesPathCalculationCheckEvent event, PoolKit poolKit) Check in the system properties and in the operation center configuration if the time-distance calculation is disabled.protected voidBTSchedulingInsert.execute(SchedulingInsertEvent event, PoolKit poolKit) protected voidBTSchedulingUpdate.execute(SchedulingUpdateEvent event, PoolKit poolKit) protected voidBTSchedulingInsert.validate(BOScheduling scheduling, PoolKit poolKit) Checks if the insertion is possible by performing some validations on the givenBOScheduling. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.scheduling.tour.task
Methods in overit.geocallapp.wfm.scheduling.bl.scheduling.tour.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTResourceWorkShiftTourLoad.body(ResourceWorkShiftTourLoadEvent event, PoolKit pk) Writes the loaded resource work shift tour into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.teamdislocation.data
Methods in overit.geocallapp.wfm.scheduling.bl.teamdislocation.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTeamDislocationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.teamdislocation.task
Methods in overit.geocallapp.wfm.scheduling.bl.teamdislocation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTeamDislocationLoad.execute(TeamDislocationLoadEvent event, PoolKit poolKit) Writes the loadedBOTeamDislocationinto the event journal.protected voidBTTeamDislocationSearch.execute(TeamDislocationSearchEvent event, PoolKit poolKit) Writes the searchedBOTeamDislocations into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.teamlocation.data
Methods in overit.geocallapp.wfm.scheduling.bl.teamlocation.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTeamLocationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.teamlocation.task
Methods in overit.geocallapp.wfm.scheduling.bl.teamlocation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTeamLocationLoad.execute(TeamLocationLoadEvent event, PoolKit poolKit) Writes the loadedBOTeamLocationinto the event journal.protected voidBTTeamLocationSearch.execute(TeamLocationSearchEvent event, PoolKit poolKit) Writes the searchedBOTeamLocations into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.bl.transfertimetype.task
Methods in overit.geocallapp.wfm.scheduling.bl.transfertimetype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTransferTimeTypeLoad.body(TransferTimeTypeLoadEvent event, PoolKit pk) Writes the loaded transfer time type into the event journal.protected voidBTTransferTimeTypeSearch.body(TransferTimeTypeSearchEvent event, PoolKit pk) Writes the searched transfer time type into the event journal. -
Uses of DAException in overit.geocallapp.wfm.scheduling.integration
Methods in overit.geocallapp.wfm.scheduling.integration that throw DAExceptionModifier and TypeMethodDescriptionvoidSchedulingEventProvider.agendaAlignFromScheduling(AgendaAlignFromSchedulingInput input) voidSchedulingProvider.agendaAlignFromScheduling(AgendaAlignFromSchedulingInput input) SchedulingEventProvider.calculateCoordinatesPath(CoordinatesPathCalculateInput input) SchedulingProvider.calculateCoordinatesPath(CoordinatesPathCalculateInput input) voidSchedulingEventProvider.changedWorkOrderOperationScheduling(WorkOrderOperationSchedulingChangeInput input) voidSchedulingProvider.changedWorkOrderOperationScheduling(WorkOrderOperationSchedulingChangeInput input) booleanSchedulingEventProvider.checkCoordinatesPathCalculation(Long operationCenterId) booleanSchedulingProvider.checkCoordinatesPathCalculation(Long operationCenterId) SchedulingEventProvider.getAppointment(Long appointment) SchedulingProvider.getAppointment(Long appointmentId) SchedulingEventProvider.getResourceWorkShiftTour(Long schedulingId) SchedulingProvider.getResourceWorkShiftTour(Long schedulingId) SchedulingEventProvider.insertAgenda(BOAgenda agenda) SchedulingProvider.insertAgenda(BOAgenda agenda) SchedulingEventProvider.insertAppointment(BOAppointment appointment) SchedulingProvider.insertAppointment(BOAppointment appointment) SchedulingEventProvider.insertImmediateSchedulingWorkOrder(Long workOrderOperationId, Long operationCenterId) SchedulingProvider.insertImmediateSchedulingWorkOrder(Long workOrderOperationId, Long operationCenterId) SchedulingEventProvider.insertPlanningActionHistory(BOPlanningActionHistory planningActionHistory) SchedulingProvider.insertPlanningActionHistory(BOPlanningActionHistory planningActionHistory) SchedulingEventProvider.insertScheduling(BOScheduling scheduling) SchedulingProvider.insertScheduling(BOScheduling scheduling) voidSchedulingEventProvider.insertSchedulingToCancel(BOSchedulingToCancel schedulingToCancel) voidSchedulingProvider.insertSchedulingToCancel(BOSchedulingToCancel schedulingToCancel) voidSchedulingEventProvider.notifyAppointment(AppointmentNotificationInput<BOAppointment> input) voidSchedulingProvider.notifyAppointment(AppointmentNotificationInput<BOAppointment> input) voidSchedulingEventProvider.notifyScheduling(SchedulingNotificationInput input) voidSchedulingProvider.notifyScheduling(SchedulingNotificationInput input) voidSchedulingEventProvider.preProcessDaySchedulingValidation(DaySchedulingValidationPreProcessInput input) voidSchedulingProvider.preProcessDaySchedulingValidation(DaySchedulingValidationPreProcessInput input) voidSchedulingEventProvider.resetAgenda(Long agendaId) voidSchedulingProvider.resetAgenda(Long agendaId) voidSchedulingEventProvider.resetAppointment(Long appointmentId) voidSchedulingProvider.resetAppointment(Long appointmentId) SchedulingEventProvider.searchAgenda(AgendaSearchFilter filter) SchedulingProvider.searchAgenda(AgendaSearchFilter filter) SchedulingEventProvider.searchAppointments(AppointmentSearchFilter filter) SchedulingProvider.searchAppointments(AppointmentSearchFilter filter) SchedulingEventProvider.searchSchedulings(SchedulingSearchFilter filter) SchedulingEventProvider.searchSchedulings(SchedulingSearchFilter filter, Order order) SchedulingProvider.searchSchedulings(SchedulingSearchFilter filter) SchedulingProvider.searchSchedulings(SchedulingSearchFilter filter, Order order) voidSchedulingEventProvider.updateAgenda(BOAgenda agenda) voidSchedulingProvider.updateAgenda(BOAgenda agenda) voidSchedulingEventProvider.updateAppointment(BOAppointment appointment) voidSchedulingProvider.updateAppointment(BOAppointment appointment) voidSchedulingEventProvider.updateScheduling(BOScheduling scheduling) voidSchedulingProvider.updateScheduling(BOScheduling scheduling) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rc1.oss.status.task
Methods in overit.geocallapp.wfm.scheduling.rc1.oss.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSolviceStatusCheck.body(SolviceStatusCheckEvent event, PoolKit poolKit) Executes the Solvice status check operation. -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.clockingtype
Methods in overit.geocallapp.wfm.scheduling.rs1.clockingtype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOClockingType> ClockingTypeService.get(Long clockingTypeId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOClockingType>> ClockingTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOClockingTypeFilter filter) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingConfiguration> ImmediateSchedulingConfigurationService.get(Long emergencyResponseConfigurationId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingConfiguration>> ImmediateSchedulingConfigurationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingConfigurationFilter filter) org.springframework.http.ResponseEntity<Void> ImmediateSchedulingConfigurationService.patch(Long emergencyResponseConfigurationId, @Valid DTOImmediateSchedulingConfigurationUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingConfigurationService.post(@Valid DTOImmediateSchedulingConfigurationInsert dto) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.positiontype
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.positiontype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingPositionType> ImmediateSchedulingPositionTypeService.get(Long emergencyResponsePositionTypeId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingPositionType>> ImmediateSchedulingPositionTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingPositionTypeFilter filter) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.reprocessingmode
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.reprocessingmode that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingReprocessingMode> ImmediateSchedulingReprocessingModeService.get(Long emergencyResponseReprocessingModeId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingReprocessingMode>> ImmediateSchedulingReprocessingModeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingReprocessingModeFilter filter) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.wosort
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.configuration.wosort that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingWOSort> ImmediateSchedulingWOSortService.get(Long emergencyResponseWorkOrderSortId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingWOSort>> ImmediateSchedulingWOSortService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingWOSortFilter filter) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.calendar
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.calendar that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingCalendar> ImmediateSchedulingCalendarService.get(Long emergencyResponseCalendarId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingCalendar>> ImmediateSchedulingCalendarService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingCalendarFilter filter) org.springframework.http.ResponseEntity<Void> ImmediateSchedulingCalendarService.patch(Long emergencyResponseCalendarId, @Valid DTOImmediateSchedulingCalendarUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingCalendarService.post(@Valid DTOImmediateSchedulingCalendarInsert dto) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.history
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.history that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingProcessing> ImmediateSchedulingProcessingService.get(Long emergencyResponseProcessingId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingProcessing>> ImmediateSchedulingProcessingService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingProcessingFilter filter) org.springframework.http.ResponseEntity<Void> ImmediateSchedulingProcessingService.patch(Long emergencyResponseProcessingId, @Valid DTOImmediateSchedulingProcessingUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingProcessingService.post(@Valid DTOImmediateSchedulingProcessingInsert dto) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.lastprocessing
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.lastprocessing that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingLastProcessing> ImmediateSchedulingLastProcessingService.get(Long emergencyResponseLastProcessingId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingLastProcessing>> ImmediateSchedulingLastProcessingService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingLastProcessingFilter filter) org.springframework.http.ResponseEntity<Void> ImmediateSchedulingLastProcessingService.patch(Long emergencyResponseLastProcessingId, @Valid DTOImmediateSchedulingLastProcessingUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingLastProcessingService.post(@Valid DTOImmediateSchedulingLastProcessingInsert dto) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resource
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resource that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingResourceProcessing> ImmediateSchedulingResourceProcessingService.get(Long emergencyResponseResourceProcessingId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingResourceProcessing>> ImmediateSchedulingResourceProcessingService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingResourceProcessingFilter filter) org.springframework.http.ResponseEntity<Void> ImmediateSchedulingResourceProcessingService.patch(Long emergencyResponseResourceProcessingId, @Valid DTOImmediateSchedulingResourceProcessingUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingResourceProcessingService.post(@Valid DTOImmediateSchedulingResourceProcessingInsert dto) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingResourceExclusion> ImmediateSchedulingResourceExclusionService.get(Long emergencyResponseResourceExclusionId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingResourceExclusion>> ImmediateSchedulingResourceExclusionService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingResourceExclusionFilter filter) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion.reason
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.resourceexclusion.reason that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingExclusionReason> ImmediateSchedulingExclusionReasonService.get(Long emergencyResponseExclusionReasonId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingExclusionReason>> ImmediateSchedulingExclusionReasonService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingExclusionReasonFilter filter) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.state
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.state that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingState> ImmediateSchedulingStateService.get(Long emergencyResponseStateId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingState>> ImmediateSchedulingStateService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingStateFilter filter) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.tracking
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.tracking that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingTracking> ImmediateSchedulingTrackingService.get(Long emergencyResponseTrackingId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingTracking>> ImmediateSchedulingTrackingService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOImmediateSchedulingTrackingFilter filter) org.springframework.http.ResponseEntity<Void> ImmediateSchedulingTrackingService.patch(Long emergencyResponseTrackingId, @Valid DTOImmediateSchedulingTrackingUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingTrackingService.post(@Valid DTOImmediateSchedulingTrackingInsert dto) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingWorkOrder> ImmediateSchedulingWorkOrderService.get(Long emergencyResponseWorkOrderId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingWorkOrder>> ImmediateSchedulingWorkOrderService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingWorkOrderFilter filter) org.springframework.http.ResponseEntity<Void> ImmediateSchedulingWorkOrderService.patch(Long emergencyResponseWorkOrderId, @Valid DTOImmediateSchedulingWorkOrderUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingWorkOrderService.post(@Valid DTOImmediateSchedulingWorkOrderInsert dto) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder.history
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.workorder.history that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingWorkOrderHistory> ImmediateSchedulingWorkOrderHistoryService.get(Long emergencyResponseWorkOrderHistoryId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingWorkOrderHistory>> ImmediateSchedulingWorkOrderHistoryService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingWorkOrderHistoryFilter filter) org.springframework.http.ResponseEntity<Void> ImmediateSchedulingWorkOrderHistoryService.patch(Long emergencyResponseWorkOrderHistoryId, @Valid DTOImmediateSchedulingWorkOrderHistoryUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ImmediateSchedulingWorkOrderHistoryService.post(@Valid DTOImmediateSchedulingWorkOrderHistoryInsert dto) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.wostate
Methods in overit.geocallapp.wfm.scheduling.rs1.immediatescheduling.processing.wostate that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOImmediateSchedulingWOState> ImmediateSchedulingWOStateService.get(Long emergencyResponseWorkOrderStateId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOImmediateSchedulingWOState>> ImmediateSchedulingWOStateService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOImmediateSchedulingWOStateFilter filter) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.scheduling
Methods in overit.geocallapp.wfm.scheduling.rs1.scheduling that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOScheduling> SchedulingService.get(Long scheduleWorkId, Collection<String> fields) Retrieves the requiredDTOSchedulingby calling theSchedulingLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOScheduling>> SchedulingService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOSchedulingFilter filter) Returns the collection of all the storedDTOSchedulingby calling theSchedulingSearchEvent.org.springframework.http.ResponseEntity<DTOResourceWorkShiftTour> SchedulingService.getTourData(Long scheduleWorkId, Collection<String> fields) Retrieves the tour data for the specified scheduling ID. -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.scheduling.mode
Methods in overit.geocallapp.wfm.scheduling.rs1.scheduling.mode that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSchedulingMode> SchedulingModeService.get(Long schedulingModeId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOSchedulingMode>> SchedulingModeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOSchedulingModeFilter filter) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.scheduling.status
Methods in overit.geocallapp.wfm.scheduling.rs1.scheduling.status that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSchedulingStatus> SchedulingStatusService.get(Long schedulingStatusId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOSchedulingStatus>> SchedulingStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOSchedulingStatusFilter filter) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.teamdislocation
Methods in overit.geocallapp.wfm.scheduling.rs1.teamdislocation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeamDislocation> TeamDislocationService.get(Long teamDislocationId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOTeamDislocation>> TeamDislocationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOTeamDislocationFilter filter) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.teamlocation
Methods in overit.geocallapp.wfm.scheduling.rs1.teamlocation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeamLocation> TeamLocationService.get(Long teamLocationId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOTeamLocation>> TeamLocationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOTeamLocationFilter filter) -
Uses of DAException in overit.geocallapp.wfm.scheduling.rs1.transfertimetype
Methods in overit.geocallapp.wfm.scheduling.rs1.transfertimetype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTransferTimeType> TransferTimeTypeService.get(Long transferTimeTypeId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOTransferTimeType>> TransferTimeTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOTransferTimeTypeFilter filter) -
Uses of DAException in overit.geocallapp.wfm.scheduling.timeslot
Methods in overit.geocallapp.wfm.scheduling.timeslot that throw DAExceptionModifier and TypeMethodDescriptionvoidSchedulingTimeslot.changeDuration(Integer durationInSeconds) Method that changes the duration of the lockvoidSchedulingTimeslot.lock(boolean forceLock) Method that locks the timeslotvoidSchedulingTimeslot.unlock()Method that unlocks the timeslot -
Uses of DAException in overit.geocallapp.wfm.scheduling.timeslot.bl.data
Methods in overit.geocallapp.wfm.scheduling.timeslot.bl.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSchedulingTimeslot.defineStatement(CommandContext cc, PoolKit pk, DBStatement dbs) protected voidDAOSchedulingTimeslot.defineValues(CommandContext cc, PoolKit pk) protected voidDAOSchedulingTimeslotSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.scheduling.timeslot.bl.task
Methods in overit.geocallapp.wfm.scheduling.timeslot.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSchedulingTimeslotDelete.execute(SchedulingTimeslotDeleteEvent event, PoolKit poolKit) protected voidBTSchedulingTimeslotInsert.execute(SchedulingTimeslotInsertEvent event, PoolKit poolKit) protected voidBTSchedulingTimeslotSearch.execute(SchedulingTimeslotSearchEvent event, PoolKit poolKit) protected voidBTSchedulingTimeslotUpdate.execute(SchedulingTimeslotUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.configuration.activity.data
Methods in overit.geocallapp.wfm.skills.bl.configuration.activity.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOActivitySkillConfigurationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.configuration.activity.task
Methods in overit.geocallapp.wfm.skills.bl.configuration.activity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTActivitySkillConfigurationInsert.body(ActivitySkillConfigurationInsertEvent event, PoolKit pk) Inserts the givenBOActivitySkillConfigurationand writes the newly generated id into the event journal.protected voidBTActivitySkillConfigurationLoad.body(ActivitySkillConfigurationLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOActivitySkillConfigurationand writes it into the event journal.protected voidBTActivitySkillConfigurationLoadByActivity.body(ActivitySkillConfigurationLoadByActivityEvent event, PoolKit poolKit) Starting from the activity, operation center and team cardinality's id of aActivitySkillConfigurationLoadByActivityInput, the corresponding list ofBOActivitySkillConfigurationis loaded and then written into the event's journalprotected voidBTActivitySkillConfigurationSearch.body(ActivitySkillConfigurationSearchEvent event, PoolKit pk) Starting from the givenActivitySkillConfigurationSearchEvent, it searches the corresponding list ofBOActivitySkillConfigurationand it presents them as aPageResponsewhich is then written into the event journal.protected voidBTActivitySkillConfigurationUpdate.body(ActivitySkillConfigurationUpdateEvent event, PoolKit pk) Updates theBOActivitySkillConfigurationwith all its needed components.protected List<BOActivitySkillConfiguration> BTActivitySkillConfigurationLoadByActivity.loadActivitySkillConfigurationsByActivityId(Long activityId, Long operationCenterId, Long teamCardinality, PoolKit poolKit) Loads the list of ActivitySkillConfiguration by activity id, operation center id and team cardinality id. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.configuration.data
Methods in overit.geocallapp.wfm.skills.bl.configuration.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSkillConfigurationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.configuration.division.data
Methods in overit.geocallapp.wfm.skills.bl.configuration.division.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSkillConfigurationDivisionSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.configuration.division.history.task
Methods in overit.geocallapp.wfm.skills.bl.configuration.division.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillConfigurationDivisionHistory.body(SkillConfigurationDivisionHistoryEvent event, PoolKit pk) Starting from the given skill configuration id, it loads the correspondingBOSkillConfigurationDivisionand writes a history record for each of them.protected voidBTSkillConfigurationDivisionHistoryInsert.body(SkillConfigurationDivisionHistoryInsertEvent event, PoolKit pk) protected voidBTSkillConfigurationDivisionHistoryLoad.body(SkillConfigurationDivisionHistoryLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOSkillConfigurationDivisionHistoryand writes it into the event journal.protected voidBTSkillConfigurationDivisionSearchHistory.body(SkillConfigurationDivisionHistorySearchEvent event, PoolKit pk) Starting from the givenSkillConfigurationDivisionHistorySearchEvent, it searches the corresponding list ofBOSkillConfigurationDivisionHistoryand it presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.configuration.division.task
Methods in overit.geocallapp.wfm.skills.bl.configuration.division.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillConfigurationDivisionDelete.body(SkillConfigurationDivisionDeleteEvent event, PoolKit poolKit) Deletes the givenBOSkillConfigurationDivision.protected voidBTSkillConfigurationDivisionInsert.body(SkillConfigurationDivisionInsertEvent event, PoolKit poolKit) Inserts the givenBOSkillConfigurationDivisionand writes the newly generated id into the event journal.protected voidBTSkillConfigurationDivisionLoad.body(SkillConfigurationDivisionLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOSkillConfigurationDivisionand writes it into the event journal.protected voidBTSkillConfigurationDivisionSearch.body(SkillConfigurationDivisionSearchEvent event, PoolKit pk) Starting from the givenSkillConfigurationDivisionSearchEvent, it searches the corresponding list ofBOSkillConfigurationDivisionand it presents them as aPageResponsewhich is then written into the event journal.protected voidBTSkillConfigurationDivisionInsert.checkAlreadyDefined(BOSkillConfigurationDivision relation, PoolKit poolKit) voidBTSkillConfigurationDivisionInsert.checkCardinality(BOSkillConfigurationDivision relation, PoolKit poolKit) Checks if the number of skill division skills is less than the skill configuration cardinality.protected voidBTSkillConfigurationDivisionInsert.checkSkillDivisionValidation(Long skillDivision, PoolKit poolKit) protected BOSkillConfigurationBTSkillConfigurationDivisionInsert.loadSkillConfiguration(Long id, PoolKit poolKit) Loads the skill configuration.protected BOSkillConfigurationDivisionBTSkillConfigurationDivisionDelete.loadSkillConfigurationDivision(Long id, PoolKit poolKit) Loads the skill configuration division relation.protected voidBTSkillConfigurationDivisionDelete.notifyDelete(BOSkillConfigurationDivision relation, PoolKit poolKit) Notify the delete of theBOSkillConfigurationDivisionrelation.protected voidBTSkillConfigurationDivisionInsert.notifyInsert(BOSkillConfigurationDivision relation, PoolKit poolKit) Notifies the insert. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.configuration.history.task
Methods in overit.geocallapp.wfm.skills.bl.configuration.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillConfigurationHistoryLoad.execute(SkillConfigurationHistoryLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOSkillConfigurationHistoryand writes it into the event journal.protected voidBTSkillConfigurationHistorySearch.execute(SkillConfigurationHistorySearchEvent event, PoolKit poolKit) Starting from the givenSkillConfigurationHistorySearchFilter, it searches the corresponding list ofBOSkillConfigurationHistoryand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.configuration.skill.data
Methods in overit.geocallapp.wfm.skills.bl.configuration.skill.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSkillConfigurationSkillSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.configuration.skill.history.task
Methods in overit.geocallapp.wfm.skills.bl.configuration.skill.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillConfigurationSkillHistory.body(SkillConfigurationSkillHistoryEvent event, PoolKit pk) Starting from the given skill configuration id, it loads the correspondingBOSkillConfigurationSkilland writes a history record for each of them.protected voidBTSkillConfigurationSkillHistoryInsert.body(SkillConfigurationSkillHistoryInsertEvent event, PoolKit pk) protected voidBTSkillConfigurationSkillHistoryLoad.body(SkillConfigurationSkillHistoryLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOSkillConfigurationSkillHistoryand writes it into the event journal.protected voidBTSkillConfigurationSkillHistorySearch.body(SkillConfigurationSkillHistorySearchEvent event, PoolKit pk) Starting from the givenSkillConfigurationSkillHistorySearchEvent, it searches the corresponding list ofBOSkillConfigurationSkillHistoryand it presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.configuration.skill.task
Methods in overit.geocallapp.wfm.skills.bl.configuration.skill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillConfigurationSkillDelete.body(SkillConfigurationSkillDeleteEvent event, PoolKit poolKit) Deletes the givenBOSkillConfigurationSkill.protected voidBTSkillConfigurationSkillInsert.body(SkillConfigurationSkillInsertEvent event, PoolKit poolKit) Inserts the givenBOSkillConfigurationSkilland writes the newly generated id into the event journal.protected voidBTSkillConfigurationSkillLoad.body(SkillConfigurationSkillLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOSkillConfigurationSkilland writes it into the event journal.protected voidBTSkillConfigurationSkillSearch.body(SkillConfigurationSkillSearchEvent event, PoolKit pk) Starting from the givenSkillConfigurationSkillSearchEvent, it searches the corresponding list ofBOSkillConfigurationSkilland it presents them as aPageResponsewhich is then written into the event journal.protected voidBTSkillConfigurationSkillUpdate.body(SkillConfigurationSkillUpdateEvent event, PoolKit poolKit) Updates theBOSkillConfigurationSkillwith all its needed components.protected voidBTSkillConfigurationSkillInsert.insertHistory(Long skillConfigurationSkill, PoolKit poolKit) Insert the history for all the currently savedSkillConfigurationSkillHistoryEventfor the specificBOSkillConfigurationSkill.protected voidBTSkillConfigurationSkillUpdate.insertHistory(Long skillConfigurationSkill, PoolKit poolKit) Insert the history for all the currently savedSkillConfigurationSkillHistoryEventfor the specificBOSkillConfigurationSkill.protected List<BOSkillConfigurationSkill> BTSkillConfigurationSkillInsert.loadExistingRelations(BOSkillConfigurationSkill relation, PoolKit poolKit) Loads all the existingBOSkillConfigurationSkillrelations related to the given skill and skill configuration.protected voidBTSkillConfigurationSkillInsert.validate(BOSkillConfigurationSkill relation, PoolKit poolKit) Validates the data before the insert.protected voidBTSkillConfigurationSkillUpdate.validate(BOSkillConfigurationSkill relation, PoolKit poolKit) Validates the data before the insert. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.configuration.task
Methods in overit.geocallapp.wfm.skills.bl.configuration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillConfigurationAggregateLoad.body(SkillConfigurationAggregateLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingSkillConfigurationAggregateand writes it into the event journal.protected voidBTSkillConfigurationInsert.body(SkillConfigurationInsertEvent event, PoolKit poolKit) Inserts the givenBOSkillConfigurationand writes the newly generated id into the event journal.protected voidBTSkillConfigurationLoad.body(SkillConfigurationLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOSkillConfigurationand writes it into the event journal.protected voidBTSkillConfigurationSearch.body(SkillConfigurationSearchEvent event, PoolKit pk) Starting from the givenSkillConfigurationSearchEvent, it searches the corresponding list ofBOSkillConfigurationand it presents them as aPageResponsewhich is then written into the event journal.protected voidBTSkillConfigurationUpdate.body(SkillConfigurationUpdateEvent event, PoolKit pk) Updates theBOSkillConfigurationwith all its needed components.protected LongBTSkillConfigurationInsert.insert(BOSkillConfiguration skillConfiguration, PoolKit poolKit) Inserts the given skill configuration and the related history.protected voidBTSkillConfigurationUpdate.update(BOSkillConfiguration skillConfiguration, PoolKit poolKit) Updates the given skill configuration together with the related history.protected voidBTSkillConfigurationUpdate.validate(BOSkillConfiguration skillConfiguration, PoolKit poolKit) Validates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.division.data
Methods in overit.geocallapp.wfm.skills.bl.division.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSkillDivisionSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.division.history.task
Methods in overit.geocallapp.wfm.skills.bl.division.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillDivisionHistoryLoad.execute(SkillDivisionHistoryLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOSkillDivisionHistoryand writes it into the event journal.protected voidBTSkillDivisionHistorySearch.execute(SkillDivisionHistorySearchEvent event, PoolKit poolKit) Starting from the givenSkillDivisionHistorySearchFilter, it searches the corresponding list ofBOSkillDivisionHistoryand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.division.skill.data
Methods in overit.geocallapp.wfm.skills.bl.division.skill.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSkillDivisionGroupedRelationSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOSkillDivisionSkillSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.division.skill.history.task
Methods in overit.geocallapp.wfm.skills.bl.division.skill.history.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillDivisionSkillHistory.body(SkillDivisionSkillHistoryEvent event, PoolKit pk) Starting from the given skill configuration id, it loads the correspondingBOSkillDivisionSkilland writes a history record for each of them.protected voidBTSkillDivisionSkillHistoryInsert.body(SkillDivisionSkillHistoryInsertEvent event, PoolKit pk) protected voidBTSkillDivisionSkillHistoryLoad.body(SkillDivisionSkillHistoryLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOSkillDivisionSkillHistoryand writes it into the event journal.protected voidBTSkillDivisionSkillHistorySearch.body(SkillDivisionSkillHistorySearchEvent event, PoolKit pk) Starting from the givenSkillDivisionSkillHistorySearchEvent, it searches the corresponding list ofBOSkillDivisionSkillHistoryand it presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.division.skill.task
Methods in overit.geocallapp.wfm.skills.bl.division.skill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillDivisionSkillGroupedRelationDelete.body(SkillDivisionSkillGroupedRelationDeleteEvent event, PoolKit poolKit) Deletes theBOSkillDivisionSkills related to the given input.protected voidBTSkillDivisionSkillGroupedRelationInsert.body(SkillDivisionSkillGroupedRelationInsertEvent event, PoolKit poolKit) Inserts the given group ofBOSkillDivisionSkill.protected voidBTSkillDivisionSkillGroupedRelationSearch.body(SkillDivisionSkillGroupedRelationSearchEvent event, PoolKit poolKit) Starting from the givenSkillDivisionSkillSearchFilter, it searches the corresponding list ofSkillDivisionSkillGroupedRelationand presents them as aPageResponsewhich is then written into the event journal.protected voidBTSkillDivisionSkillGroupedRelationUpdate.body(SkillDivisionSkillGroupedRelationUpdateEvent event, PoolKit poolKit) Inserts/deletes a number ofBOSkillDivisionSkillbasing on the cardinality specified in the input.protected voidBTSkillDivisionSkillInsert.body(SkillDivisionSkillInsertEvent event, PoolKit pk) Inserts the givenBOSkillDivisionSkilland writes the newly generated id into the event journal.protected voidBTSkillDivisionSkillLoad.body(SkillDivisionSkillLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOSkillDivisionSkilland writes it into the event journal.protected voidBTSkillDivisionSkillSearch.body(SkillDivisionSkillSearchEvent event, PoolKit pk) Starting from the givenSkillDivisionSkillSearchEvent, it searches the corresponding list ofBOSkillDivisionSkilland it presents them as aPageResponsewhich is then written into the event journal.protected voidBTSkillDivisionSkillSkillDelete.body(SkillDivisionSkillDeleteEvent event, PoolKit poolKit) Deletes the givenBOSkillDivisionSkill.protected voidBTSkillDivisionSkillGroupedRelationUpdate.deleteRelation(Long id, PoolKit poolKit) Deletes the givenBOSkillDivisionSkillrelation.protected voidBTSkillDivisionSkillGroupedRelationDelete.deleteRelations(List<BOSkillDivisionSkill> existingRelations, PoolKit poolKit) Delete all the givenBOSkillDivisionSkillrelations.protected voidBTSkillDivisionSkillGroupedRelationDelete.insertHistory(Long skillDivision, PoolKit poolKit) Insert the history for all the currently savedBOSkillDivisionSkillfor the specificBOSkillDivision.protected voidBTSkillDivisionSkillGroupedRelationInsert.insertHistory(Long skillDivision, PoolKit poolKit) Insert the history for all the currently savedBOSkillDivisionSkillfor the specificBOSkillDivision.protected voidBTSkillDivisionSkillGroupedRelationUpdate.insertHistory(Long skillDivision, PoolKit poolKit) Insert the history for all the currently savedBOSkillDivisionSkillfor the specificBOSkillDivision.protected voidBTSkillDivisionSkillGroupedRelationUpdate.insertRelation(BOSkillDivisionSkill relation, PoolKit poolKit) Insert the givenBOSkillDivisionSkillrelation.protected List<BOSkillDivisionSkill> BTSkillDivisionSkillGroupedRelationDelete.loadExistingRelations(BOSkillDivisionSkill relation, PoolKit poolKit) Loads all the existingBOSkillDivisionSkillrelations related to the given skill and skill division.protected List<BOSkillDivisionSkill> BTSkillDivisionSkillGroupedRelationInsert.loadExistingRelations(SkillDivisionSkillGroupedRelation relation, PoolKit poolKit) Loads all the existingBOSkillDivisionSkillrelations related to the given skill and skill division.protected List<BOSkillDivisionSkill> BTSkillDivisionSkillGroupedRelationUpdate.loadExistingRelations(SkillDivisionSkillGroupedRelation relation, PoolKit poolKit) Loads all the existingBOSkillDivisionSkillrelations related to the given skill and skill division.protected voidBTSkillDivisionSkillGroupedRelationDelete.validate(BOSkillDivisionSkill relation, PoolKit poolKit) Validates the data before the delete.protected voidBTSkillDivisionSkillGroupedRelationInsert.validate(SkillDivisionSkillGroupedRelation relation, PoolKit poolKit) Validates the data before the insert.protected voidBTSkillDivisionSkillGroupedRelationUpdate.validate(SkillDivisionSkillGroupedRelation relation, PoolKit poolKit) Validates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.division.task
Methods in overit.geocallapp.wfm.skills.bl.division.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillDivisionAggregateLoad.body(SkillDivisionAggregateLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingSkillDivisionAggregateand writes it into the event journal.protected voidBTSkillDivisionInsert.body(SkillDivisionInsertEvent event, PoolKit pk) Inserts the givenBOSkillDivisionand writes the newly generated id into the event journal.protected voidBTSkillDivisionLoad.body(SkillDivisionLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOSkillDivisionand writes it into the event journal.protected voidBTSkillDivisionSearch.body(SkillDivisionSearchEvent event, PoolKit pk) Starting from the givenSkillDivisionSearchFilter, it searches the corresponding list ofBOSkillDivisionand it presents them as aPageResponsewhich is then written into the event journal.protected voidBTSkillDivisionUpdate.body(SkillDivisionUpdateEvent event, PoolKit pk) Updates theBOSkillDivisionwith all its needed components.protected LongBTSkillDivisionInsert.insert(BOSkillDivision skillDivision, PoolKit poolKit) Inserts the given skill division and the related history.protected voidBTSkillDivisionUpdate.update(BOSkillDivision skillDivision, PoolKit poolKit) Updates the given skill division together with the related history.protected voidBTSkillDivisionInsert.validate(BOSkillDivision skillDivision, PoolKit poolKit) Validates the data before the insert.protected voidBTSkillDivisionUpdate.validate(BOSkillDivision skillDivision, PoolKit poolKit) Validates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.level.task
Methods in overit.geocallapp.wfm.skills.bl.level.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillLevelLoad.body(SkillLevelLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOSkillLeveland writes it into the event journal.protected voidBTSkillLevelSearch.body(SkillLevelSearchEvent event, PoolKit poolKit) Writes thePageResponseof searchedBOSkillLevelinto the event journal. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.overrideconfiguration.data
Methods in overit.geocallapp.wfm.skills.bl.overrideconfiguration.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSkillOverrideConfigurationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.overrideconfiguration.skill.data
Methods in overit.geocallapp.wfm.skills.bl.overrideconfiguration.skill.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSkillOverrideConfigurationSkillSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.overrideconfiguration.skill.task
Methods in overit.geocallapp.wfm.skills.bl.overrideconfiguration.skill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillOverrideConfigurationSkillInsert.execute(SkillOverrideConfigurationSkillInsertEvent event, PoolKit poolKit) protected voidBTSkillOverrideConfigurationSkillLoad.execute(SkillOverrideConfigurationSkillLoadEvent event, PoolKit poolKit) protected voidBTSkillOverrideConfigurationSkillSearch.execute(SkillOverrideConfigurationSkillSearchEvent event, PoolKit poolKit) protected voidBTSkillOverrideConfigurationSkillUpdate.execute(SkillOverrideConfigurationSkillUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.overrideconfiguration.task
Methods in overit.geocallapp.wfm.skills.bl.overrideconfiguration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillOverrideConfigurationInsert.execute(SkillOverrideConfigurationInsertEvent event, PoolKit poolKit) protected voidBTSkillOverrideConfigurationLoad.execute(SkillOverrideConfigurationLoadEvent event, PoolKit poolKit) protected voidBTSkillOverrideConfigurationSearch.execute(SkillOverrideConfigurationSearchEvent event, PoolKit poolKit) protected voidBTSkillOverrideConfigurationUpdate.execute(SkillOverrideConfigurationUpdateEvent event, PoolKit poolKit) protected voidBTSkillOverrideConfigurationInsert.validateInput(BOSkillOverrideConfiguration skillOverrideConfiguration, PoolKit poolKit) protected voidBTSkillOverrideConfigurationUpdate.validateInput(BOSkillOverrideConfiguration skillOverrideConfiguration, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.qualification.data
Methods in overit.geocallapp.wfm.skills.bl.qualification.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOQualificationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.qualification.task
Methods in overit.geocallapp.wfm.skills.bl.qualification.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTQualificationInsert.execute(QualificationInsertEvent event, PoolKit pk) Writes the inserted qualification id into the event journal.protected voidBTQualificationLoad.execute(QualificationLoadEvent event, PoolKit pk) Writes the loaded qualification into the event journal.protected voidBTQualificationSearch.execute(QualificationSearchEvent event, PoolKit poolKit) Writes the searched qualification into the event journal.protected voidBTQualificationUpdate.execute(QualificationUpdateEvent event, PoolKit pk) Updates a newBOQualificationwith all its needed components.protected voidValidate the data before the insertion.protected voidValidate the data before the insertion. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.skill.data
Methods in overit.geocallapp.wfm.skills.bl.skill.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSkillSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.skill.qualification.data
Methods in overit.geocallapp.wfm.skills.bl.skill.qualification.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOSkillQualificationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.skills.bl.skill.qualification.task
Methods in overit.geocallapp.wfm.skills.bl.skill.qualification.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillQualificationInsert.checkDuplications(Long skill, Long qualification, PoolKit pk) check the duplication of relationprotected voidBTSkillQualificationDelete.execute(SkillQualificationDeleteEvent event, PoolKit poolKit) Deletes the givenBOSkillQualification.protected voidBTSkillQualificationInsert.execute(SkillQualificationInsertEvent event, PoolKit pk) Writes the inserted skill qualification id into the event journal.protected voidBTSkillQualificationLoad.execute(SkillQualificationLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOSkillQualificationand writes it into the event journal.protected voidBTSkillQualificationSearch.execute(SkillQualificationSearchEvent event, PoolKit poolKit) Writes the searched skill qualification into the event journal.protected voidValidate the data before the insertion. -
Uses of DAException in overit.geocallapp.wfm.skills.bl.skill.task
Methods in overit.geocallapp.wfm.skills.bl.skill.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSkillAggregateLoad.execute(SkillAggregateLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingSkillAggregateand writes it into the event journal.protected voidBTSkillInsert.execute(SkillInsertEvent event, PoolKit poolKit) Inserts the givenBOSkilland writes the newly generated id into the event journal.protected voidBTSkillLoad.execute(SkillLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOSkilland writes it into the event journal.protected voidBTSkillSearch.execute(SkillSearchEvent event, PoolKit poolKit) Starting from the givenSkillSearchEvent, it searches the corresponding list ofBOSkilland it presents them as aPageResponsewhich is then written into the event journal.protected voidBTSkillUpdate.execute(SkillUpdateEvent event, PoolKit poolKit) Updates theBOSkillwith all its needed components.protected voidValidates the data before the insert.protected voidValidates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.skills.integration
Methods in overit.geocallapp.wfm.skills.integration that throw DAExceptionModifier and TypeMethodDescriptionSkillsEventProvider.evaluateResourceSkillConfiguration(ResourceSkillConfigurationEvaluationInput input) SkillsProvider.evaluateResourceSkillConfiguration(ResourceSkillConfigurationEvaluationInput input) SkillsEventProvider.getActivitySkillConfigurationFromActivity(ActivitySkillConfigurationLoadByActivityInput input) SkillsProvider.getActivitySkillConfigurationFromActivity(ActivitySkillConfigurationLoadByActivityInput input) SkillsEventProvider.getQualification(Long qualificationId) SkillsProvider.getQualification(Long qualificationId) SkillsEventProvider.getSkillConfiguration(Long skillConfigurationId) SkillsProvider.getSkillConfiguration(Long skillConfigurationId) SkillsEventProvider.getSkillConfigurationAggregate(Long skillConfigurationId) SkillsProvider.getSkillConfigurationAggregate(Long skillConfigurationId) SkillsEventProvider.searchQualifications(QualificationSearchFilter filter) SkillsProvider.searchQualifications(QualificationSearchFilter filter) SkillsEventProvider.searchSkill(Page page, SkillSearchFilter filter) SkillsProvider.searchSkill(Page page, SkillSearchFilter filter) SkillsEventProvider.searchSkillLevels(SkillLevelSearchFilter filter) SkillsProvider.searchSkillLevels(SkillLevelSearchFilter filter) -
Uses of DAException in overit.geocallapp.wfm.skills.rs1.skill
Methods in overit.geocallapp.wfm.skills.rs1.skill that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSkill> SkillService.get(Long skillId, Collection<String> fields) Retrieves the requiredDTOSkillby calling theSkillLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOSkill>> SkillService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOSkillFilter filter) Returns the collection of all the stored skills by calling theSkillSearchEvent.org.springframework.http.ResponseEntity<Void> SkillService.patch(Long skillId, @Valid DTOSkillUpdate dto) Update a skill by calling theSkillUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> SkillService.post(@Valid DTOSkillInsert dto) Create a new skill by calling theSkillInsertEvent -
Uses of DAException in overit.geocallapp.wfm.skills.rs1.skillconfiguration
Methods in overit.geocallapp.wfm.skills.rs1.skillconfiguration that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSkillConfiguration> SkillConfigurationService.get(Long id, String language, Collection<String> fields) Retrieves the required skill configuration by calling theSkillConfigurationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOSkillConfiguration>> SkillConfigurationService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOSkillConfigurationFilter filter) Returns the collection of all the stored skill configurations by calling theSkillConfigurationSearchEvent.org.springframework.http.ResponseEntity<Void> SkillConfigurationService.patch(Long id, @Valid DTOSkillConfigurationUpdate input) Updates the required skill configuration by calling theSkillConfigurationUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> SkillConfigurationService.post(@Valid DTOSkillConfigurationInsert input) Creates a new skill configuration by calling theSkillConfigurationInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.skills.rs1.skillconfigurationdivision
Methods in overit.geocallapp.wfm.skills.rs1.skillconfigurationdivision that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes all theDTOSkillDivisionSkillrelation related to the given skill division id and skill id.org.springframework.http.ResponseEntity<DTOSkillConfigurationDivision> SkillConfigurationDivisionService.get(Long configurationId, Long divisionId, Collection<String> fields) Retrieves the required skill configuration division by calling theSkillConfigurationDivisionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOSkillConfigurationDivision>> SkillConfigurationDivisionService.getCollection(Long configurationId, @Valid Page page, Collection<String> fields, String order, @Valid DTOSkillConfigurationDivisionFilter filter) Returns the collection of all the stored skill configuration divisions by calling theSkillConfigurationDivisionSearchEvent.org.springframework.http.ResponseEntity<Void> SkillConfigurationDivisionService.post(Long configurationId, @Valid DTOSkillConfigurationDivisionInsert input) Creates a new skill configuration division by calling theSkillConfigurationDivisionInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.skills.rs1.skillconfigurationskill
Methods in overit.geocallapp.wfm.skills.rs1.skillconfigurationskill that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes all theDTOSkillConfigurationSkillrelation related to the given skill configuration id and skill id.org.springframework.http.ResponseEntity<DTOSkillConfigurationSkill> SkillConfigurationSkillService.get(Long configurationId, Long skillId, Collection<String> fields) Retrieves the requiredDTOSkillConfigurationSkillby calling from theSkillConfigurationSkillSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOSkillConfigurationSkill>> SkillConfigurationSkillService.getCollection(Long configurationId, @Valid Page page, Collection<String> fields, String order, @Valid DTOSkillConfigurationSkillFilter filter) Returns the collection of all the storedDTOSkillConfigurationSkills by calling theSkillConfigurationSkillSearchEvent.org.springframework.http.ResponseEntity<Void> SkillConfigurationSkillService.patch(Long configurationId, Long skillId, @Valid DTOSkillConfigurationSkillUpdate input) Updates the requiredDTOSkillConfigurationSkillrelation by calling theSkillConfigurationSkillUpdateEvent.org.springframework.http.ResponseEntity<Void> SkillConfigurationSkillService.post(Long configurationId, @Valid DTOSkillConfigurationSkillInsert input) Creates a newDTOSkillConfigurationSkillrelation by calling theDTOSkillConfigurationSkillInsert. -
Uses of DAException in overit.geocallapp.wfm.skills.rs1.skilldivision
Methods in overit.geocallapp.wfm.skills.rs1.skilldivision that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSkillDivision> SkillDivisionService.get(Long id, String language, Collection<String> fields) Retrieves the required skill division by calling theSkillDivisionLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOSkillDivision>> SkillDivisionService.getCollection(@Valid Page page, String order, String language, Collection<String> fields, @Valid DTOSkillDivisionFilter filter) Returns the collection of all the stored skill divisions by calling theSkillDivisionSearchEvent.org.springframework.http.ResponseEntity<Void> SkillDivisionService.patch(Long id, @Valid DTOSkillDivisionUpdate input) Updates the required skill division by calling theSkillDivisionUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> SkillDivisionService.post(@Valid DTOSkillDivisionInsert input) Creates a new skill division by calling theSkillDivisionInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.skills.rs1.skilldivisionskill
Methods in overit.geocallapp.wfm.skills.rs1.skilldivisionskill that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Deletes all theDTOSkillDivisionSkillrelation related to the given skill division id and skill id.org.springframework.http.ResponseEntity<DTOSkillDivisionSkill> SkillDivisionSkillService.get(Long divisionId, Long skillId, Collection<String> fields) Retrieves the requiredDTOSkillDivisionSkillby calling from theSkillDivisionSkillGroupedRelationSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOSkillDivisionSkill>> SkillDivisionSkillService.getCollection(Long divisionId, @Valid Page page, Collection<String> fields, String order, @Valid DTOSkillDivisionSkillFilter filter) Returns the collection of all the storedDTOSkillDivisionSkills by calling theSkillDivisionSkillGroupedRelationSearchEvent.org.springframework.http.ResponseEntity<Void> SkillDivisionSkillService.patch(Long divisionId, Long skillId, @Valid DTOSkillDivisionSkillUpdate input) Updates the requiredDTOSkillDivisionSkillrelation by calling theSkillDivisionSkillGroupedRelationUpdateEvent.org.springframework.http.ResponseEntity<Void> SkillDivisionSkillService.post(Long divisionId, @Valid DTOSkillDivisionSkillInsert input) Creates a newDTOSkillDivisionSkillrelation by calling theSkillDivisionSkillGroupedRelationInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.skills.rs1.skilllevel
Methods in overit.geocallapp.wfm.skills.rs1.skilllevel that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSkillLevel> SkillLevelService.get(Long skillLevelId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOSkillLevel>> SkillLevelService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOSkillLevelFilter filter) -
Uses of DAException in overit.geocallapp.wfm.skills.rs1.skilloverrideconfiguration
Methods in overit.geocallapp.wfm.skills.rs1.skilloverrideconfiguration that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSkillOverrideConfiguration> SkillOverrideConfigurationService.get(Long skillOverrideConfigurationId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOSkillOverrideConfiguration>> SkillOverrideConfigurationService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOSkillOverrideConfigurationFilter filter) org.springframework.http.ResponseEntity<Void> SkillOverrideConfigurationService.patch(Long skillOverrideConfigurationId, @Valid DTOSkillOverrideConfigurationUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> SkillOverrideConfigurationService.post(@Valid DTOSkillOverrideConfigurationInsert dto) -
Uses of DAException in overit.geocallapp.wfm.skills.rs1.skilloverrideconfigurationskill
Methods in overit.geocallapp.wfm.skills.rs1.skilloverrideconfigurationskill that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOSkillOverrideConfigurationSkill> SkillOverrideConfigurationSkillService.get(Long skillOverrideConfigurationId, Long skillId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOSkillOverrideConfigurationSkill>> SkillOverrideConfigurationSkillService.getCollection(Long skillOverrideConfigurationId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOSkillOverrideConfigurationSkillFilter filter) org.springframework.http.ResponseEntity<Void> SkillOverrideConfigurationSkillService.patch(Long skillOverrideConfigurationId, Long skillId, @Valid DTOSkillOverrideConfigurationSkillUpdate dto) org.springframework.http.ResponseEntity<Void> SkillOverrideConfigurationSkillService.post(Long skillOverrideConfigurationId, @Valid DTOSkillOverrideConfigurationSkillInsert dto) -
Uses of DAException in overit.geocallapp.wfm.systemsettings.bl.calendar
Methods in overit.geocallapp.wfm.systemsettings.bl.calendar that throw DAExceptionModifier and TypeMethodDescriptionCalendar.getYearCalendar(Long year, PoolKit poolKit) static YearCalendarCalendarUtils.getYearCalendar(Long operationCenter, Long year, PoolKit poolKit) Returns the calendar for an operation center or for the company.static booleanprotected YearCalendarCalendar.loadYearCalendar(Long year, PoolKit poolKit) static DateCalendarUtils.sumWorkingDays(Date date, int workingDays, Long operationCenter, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.data
Methods in overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOHolidaySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.task
Methods in overit.geocallapp.wfm.systemsettings.bl.calendar.holiday.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTHolidayDelete.execute(HolidayDeleteEvent event, PoolKit poolKit) Deletes the givenBOHolidayand the related team shift.protected voidBTHolidayInsert.execute(HolidayInsertEvent event, PoolKit poolKit) protected voidBTHolidayLoad.execute(HolidayLoadEvent event, PoolKit poolKit) protected voidBTHolidaySearch.execute(HolidaySearchEvent event, PoolKit poolKit) protected voidBTHolidayUpdate.execute(HolidayUpdateEvent event, PoolKit poolKit) protected voidBTHolidayDelete.notifyDelete(BOHoliday holiday, PoolKit poolKit) Delete holiday notificationprotected voidBTHolidayInsert.notifyInsert(Long id, PoolKit poolKit) Insert holiday notificationprotected voidBTHolidayUpdate.notifyUpdate(Long id, PoolKit poolKit) Update holiday notificationprotected voidValidates the data before delete.protected voidValidates the data before insertion.protected voidValidates the data before update. -
Uses of DAException in overit.geocallapp.wfm.systemsettings.bl.calendar.task
Methods in overit.geocallapp.wfm.systemsettings.bl.calendar.task that throw DAExceptionModifier and TypeMethodDescriptionprotected PublicHolidaySearchOutputBTPublicHolidaysSearch.calculatePublicHolidays(PublicHolidaySearchFilter input, PoolKit poolKit) Return the public holidays of all the years included in the date rangeprotected voidBTPublicHolidaysSearch.execute(PublicHolidaySearchEvent event, PoolKit poolKit) protected voidBTYearCalendarInvalidate.execute(HolidayNotificationEvent event, PoolKit poolKit) Invalidates the neededYearCalendar.protected voidBTYearCalendarLoad.execute(YearCalendarLoadEvent event, PoolKit poolKit) BTYearCalendarLoad.loadHolidays(YearCalendarLoadInput input, PoolKit poolKit) Extraction of holidays included within the date range for operation center or company. -
Uses of DAException in overit.geocallapp.wfm.systemsettings.bl.datatype.data
Methods in overit.geocallapp.wfm.systemsettings.bl.datatype.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAODataType.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.systemsettings.bl.datatype.task
Methods in overit.geocallapp.wfm.systemsettings.bl.datatype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTDataTypeLoad.body(DataTypeLoadEvent event, PoolKit pk) Writes the loaded data type into the event journal.protected voidBTDataTypeSearch.body(DataTypeSearchEvent event, PoolKit poolKit) Writes the searched data types into the event journal. -
Uses of DAException in overit.geocallapp.wfm.systemsettings.bl.externalsystem.data
Methods in overit.geocallapp.wfm.systemsettings.bl.externalsystem.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOExternalSystemSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.systemsettings.bl.externalsystem.task
Methods in overit.geocallapp.wfm.systemsettings.bl.externalsystem.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTExternalSystemInsert.execute(ExternalSystemInsertEvent event, PoolKit pk) Writes the inserted external system id into the event journal.protected voidBTExternalSystemLoad.execute(ExternalSystemLoadEvent event, PoolKit poolKit) Writes the loaded external system into the event journal.protected voidBTExternalSystemSearch.execute(ExternalSystemSearchEvent event, PoolKit poolKit) Writes the searched external systems into the event journal.protected voidBTExternalSystemUpdate.execute(ExternalSystemUpdateEvent event, PoolKit pk) Updates theExternalSystemUpdateEventwith all its needed components.protected voidBTExternalSystemInsert.validate(BOExternalSystem externalSystem, PoolKit pk) protected voidBTExternalSystemUpdate.validate(BOExternalSystem externalSystem, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.systemsettings.bl.measurementunit.data
Methods in overit.geocallapp.wfm.systemsettings.bl.measurementunit.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOMeasurementUnitSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.systemsettings.bl.measurementunit.task
Methods in overit.geocallapp.wfm.systemsettings.bl.measurementunit.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTMeasureUnitInsert.checkUnique(BOMeasureUnit measureUnit, PoolKit pk) Checks if the givenBOMeasureUnithas a unique code.protected voidBTMeasureUnitUpdate.checkUnique(BOMeasureUnit measureUnit, PoolKit pk) Checks if the givenBOMeasureUnithas a unique code.protected voidBTMeasureUnitInsert.completeAndValidate(BOMeasureUnit measureUnit, PoolKit pk) protected voidBTMeasureUnitInsert.execute(MeasureUnitInsertEvent event, PoolKit pk) Writes the inserted measure unit id into the event journal.protected voidBTMeasureUnitLoad.execute(MeasureUnitLoadEvent event, PoolKit pk) Writes the loaded measure unit into the event journal.protected voidBTMeasureUnitSearch.execute(MeasureUnitSearchEvent event, PoolKit poolKit) Writes the searched measure units into the event journal.protected voidBTMeasureUnitUpdate.execute(MeasureUnitUpdateEvent event, PoolKit pk) Updates a newBOMeasureUnitwith all its needed components.protected voidBTMeasureUnitUpdate.validate(BOMeasureUnit measureUnit, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.systemsettings.bl.systemsetting
Methods in overit.geocallapp.wfm.systemsettings.bl.systemsetting that throw DAException -
Uses of DAException in overit.geocallapp.wfm.systemsettings.bl.systemsetting.task
Methods in overit.geocallapp.wfm.systemsettings.bl.systemsetting.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTSystemSettingsLoad.execute(SystemSettingsLoadEvent event, PoolKit poolKit) Writes the list of the just loadedBOSystemSettingsinto the event journal.protected voidBTSystemSettingsUpdate.execute(SystemSettingsUpdateEvent event, PoolKit poolKit) Updates theBOSystemSettingswith all its needed components.protected voidBTSystemSettingsValueLoad.execute(overit.geocallapp.wfm.base.systemsettings.event.SystemSettingsValueLoadEvent event, PoolKit poolKit) Executes the system settings value load operation. -
Uses of DAException in overit.geocallapp.wfm.systemsettings.integration
Methods in overit.geocallapp.wfm.systemsettings.integration that throw DAExceptionModifier and TypeMethodDescriptionSystemSettingsEventProvider.loadMeasureUnit(Long measureUnitId) SystemSettingsProvider.loadMeasureUnit(Long measureUnitId) Loads the requestedBOMeasureUnitfrom the measuring unit id. -
Uses of DAException in overit.geocallapp.wfm.systemsettings.rs1.calendar
Methods in overit.geocallapp.wfm.systemsettings.rs1.calendar that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOPublicHoliday> PublicHolidayService.get(@Valid @NotNull DTOPublicHolidayFilter filter) Retrieves the required public holidays by calling thePublicHolidaySearchEvent. -
Uses of DAException in overit.geocallapp.wfm.systemsettings.rs1.datatype
Methods in overit.geocallapp.wfm.systemsettings.rs1.datatype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataType> DataTypeService.get(Long dataTypeId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTODataType>> DataTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTODataTypeFilter filter) -
Uses of DAException in overit.geocallapp.wfm.systemsettings.rs1.externalsystem
Methods in overit.geocallapp.wfm.systemsettings.rs1.externalsystem that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOExternalSystem> ExternalSystemService.get(Long id, Collection<String> fields) Retrieves the requiredDTOExternalSystemby calling theExternalSystemLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOExternalSystem>> ExternalSystemService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOExternalSystemFilter filter) Returns the collection of all the stored external system by calling theExternalSystemSearchEvent.org.springframework.http.ResponseEntity<Void> ExternalSystemService.patch(Long id, @Valid DTOExternalSystemUpdate dto) Update an external system by calling theExternalSystemUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ExternalSystemService.post(@Valid DTOExternalSystemInsert dto) Create a new external system by calling theExternalSystemInsertEvent -
Uses of DAException in overit.geocallapp.wfm.systemsettings.rs1.holiday
Methods in overit.geocallapp.wfm.systemsettings.rs1.holiday that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> org.springframework.http.ResponseEntity<DTOHoliday> HolidayService.get(Long holidayId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOHoliday>> HolidayService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOHolidayFilter filter) org.springframework.http.ResponseEntity<Void> HolidayService.patch(Long holidayId, @Valid DTOHolidayUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> HolidayService.post(@Valid DTOHolidayInsert dto) -
Uses of DAException in overit.geocallapp.wfm.systemsettings.rs1.measurementunit
Methods in overit.geocallapp.wfm.systemsettings.rs1.measurementunit that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOMeasurementUnit> MeasurementUnitService.get(Long id, String language, Collection<String> fields) Retrieves the required measurement unit.org.springframework.http.ResponseEntity<PageResponse<DTOMeasurementUnit>> MeasurementUnitService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOMeasurementUnitFilter filter) Retrieve all the stored measurement units.org.springframework.http.ResponseEntity<Void> MeasurementUnitService.patch(Long id, @Valid DTOMeasurementUnitUpdate dtoMeasureUnit) Modifies the required measurement unit.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> MeasurementUnitService.post(@Valid DTOMeasurementUnitInsert dtoMeasureUnit) Create a new measurement unit. -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.cardinality.task
Methods in overit.geocallapp.wfm.teams.bl.team.cardinality.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTeamCardinalityLoad.body(TeamCardinalityLoadEvent event, PoolKit pk) Writes the loaded team cardinality into the event journal.protected voidBTTeamCardinalitySearch.body(TeamCardinalitySearchEvent event, PoolKit poolKit) Writes the searched measure units into the event journal. -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.data
Methods in overit.geocallapp.wfm.teams.bl.team.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTeamSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.data
Methods in overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOFormationSkillConfigurationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.task
Methods in overit.geocallapp.wfm.teams.bl.team.formation.skillconfiguration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTFormationSkillConfigurationLoad.body(FormationSkillConfigurationLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOFormationSkillConfigurationand writes it into the event journal.protected voidBTFormationSkillConfigurationSearch.body(FormationSkillConfigurationSearchEvent event, PoolKit pk) Starting from the givenFormationSkillConfigurationSearchFilter, it searches the corresponding list ofBOFormationSkillConfigurationand it presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.formation.skilldivision.data
Methods in overit.geocallapp.wfm.teams.bl.team.formation.skilldivision.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOFormationSkillDivisionSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.formation.skilldivision.task
Methods in overit.geocallapp.wfm.teams.bl.team.formation.skilldivision.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTFormationSkillDivisionLoad.body(FormationSkillDivisionLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOFormationSkillDivisionand writes it into the event journal.protected voidBTFormationSkillDivisionSearch.body(FormationSkillDivisionSearchEvent event, PoolKit pk) Starting from the givenFormationSkillDivisionSearchFilter, it searches the corresponding list ofBOFormationSkillDivisionand it presents them as aPageResponsewhich is then written into the event journal.protected voidBTFormationSkillDivisionDelete.execute(FormationSkillDivisionDeleteEvent event, PoolKit poolKit) Deletes the given formation skill division starting from the given id.protected voidBTFormationSkillDivisionInsert.execute(FormationSkillDivisionInsertEvent event, PoolKit poolKit) Writes the inserted formation skill division id into the event journal.protected voidBTFormationSkillDivisionInsert.validate(BOFormationSkillDivision formationSkillDivision, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.level.data
Methods in overit.geocallapp.wfm.teams.bl.team.level.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTeamLevelSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.level.task
Methods in overit.geocallapp.wfm.teams.bl.team.level.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTeamLevelLoad.execute(TeamLevelLoadEvent event, PoolKit poolKit) Writes the loaded team level into the event journal.protected voidBTTeamLevelSearch.execute(TeamLevelSearchEvent event, PoolKit poolKit) Writes the searched team levels into the event journal. -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.member.data
Methods in overit.geocallapp.wfm.teams.bl.team.member.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTeamMemberSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.member.task
Methods in overit.geocallapp.wfm.teams.bl.team.member.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTeamMemberInsert.execute(TeamMemberInsertEvent event, PoolKit pk) Writes the inserted team member into the event journal.protected voidBTTeamMemberLoad.execute(TeamMemberLoadEvent event, PoolKit poolKit) Writes the loaded team member into the event journal.protected voidBTTeamMemberSearch.execute(TeamMemberSearchEvent event, PoolKit poolKit) Writes the searched team members into the event journal.protected voidBTTeamMemberUpdate.execute(TeamMemberUpdateEvent event, PoolKit pk) Writes the updated team member into the event journal.protected voidBTTeamMemberInsert.validate(BOTeamMember teamMember, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOTeamMember.protected voidBTTeamMemberUpdate.validate(BOTeamMember teamMember, PoolKit pk) Checks if the givenBOTeamMembercan be loaded by performing some validations -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.shift
Methods in overit.geocallapp.wfm.teams.bl.team.shift that throw DAExceptionModifier and TypeMethodDescriptionTeamShiftDataHelper.getForemanByTeam(List<Long> teamIds, Date day, PoolKit poolKit) Retrieves the foreman (team leader) by team ID for a specific day.TeamShiftDataHelper.getTeamCompositionByTeamId(List<Long> teamIds, Date day, PoolKit poolKit) Retrieves the team composition (resource IDs) by team ID for a specific day.protected List<BOTeamShiftResource> TeamShiftDataHelper.getTeamShiftResources(List<Long> teamShiftIds, PoolKit poolKit) Retrieves team shift resources for the specified team shift IDs.protected List<BOTeamShift> TeamShiftDataHelper.getTeamShifts(List<Long> teamIds, Date day, PoolKit poolKit) Retrieves team shifts for the specified team IDs on a specific day. -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.shift.data
Methods in overit.geocallapp.wfm.teams.bl.team.shift.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTeamShiftSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.shift.resource.data
Methods in overit.geocallapp.wfm.teams.bl.team.shift.resource.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTeamShiftExtendedSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOTeamShiftResourceSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.shift.resource.task
Methods in overit.geocallapp.wfm.teams.bl.team.shift.resource.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTeamShiftExtendedSearch.execute(TeamShiftExtendedSearchEvent event, PoolKit poolKit) Writes the searchedBOTeamShifts into the event journal.protected voidBTTeamShiftResourceDelete.execute(TeamShiftResourceDeleteEvent event, PoolKit poolKit) Deletes the requestedBOTeamShiftResource.protected voidBTTeamShiftResourceInsert.execute(TeamShiftResourceInsertEvent event, PoolKit poolKit) Writes the ID of the insertedBOTeamShiftResourceinto the event journal.protected voidBTTeamShiftResourceSearch.execute(TeamShiftResourceSearchEvent event, PoolKit poolKit) Writes the searchedBOTeamShiftResources into the event journal.protected voidBTTeamShiftResourceInsert.validate(BOTeamShiftResource input, PoolKit poolKit) Checks whether the insertion is possible by performing some validations on the given input, i.e. theBOTeamShiftResourceto be inserted. -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.shift.task
Methods in overit.geocallapp.wfm.teams.bl.team.shift.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTeamShiftDelete.execute(TeamShiftDeleteEvent event, PoolKit poolKit) Deletes the requestedBOTeamShift.protected voidBTTeamShiftInsert.execute(TeamShiftInsertEvent event, PoolKit poolKit) Writes the ID of the insertedBOTeamShiftinto the event journal.protected voidBTTeamShiftLoad.execute(TeamShiftLoadEvent event, PoolKit poolKit) Writes the loadedBOTeamShiftinto the event journal.protected voidBTTeamShiftSearch.execute(TeamShiftSearchEvent event, PoolKit poolKit) Writes the searchedBOTeamShifts into the event journal.protected voidBTTeamShiftUpdate.execute(TeamShiftUpdateEvent event, PoolKit poolKit) Writes the updatedBOTeamShiftinto the event journal.protected voidBTTeamShiftInsert.validate(BOTeamShift input, PoolKit poolKit) Checks whether the insertion is possible by performing some validations on the given input, i.e. theBOTeamShiftto be inserted.protected voidBTTeamShiftUpdate.validate(BOTeamShift input, PoolKit poolKit) Checks whether the update is possible by performing some validations on the given input, i.e. theBOTeamShiftto be updated. -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.task
Methods in overit.geocallapp.wfm.teams.bl.team.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTeamInsert.execute(TeamInsertEvent event, PoolKit poolKit) Inserts the givenBOTeamand writes the newly generated id into the event journal.protected voidBTTeamLoad.execute(TeamLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOTeamand writes it into the event journal.protected voidBTTeamSearch.execute(TeamSearchEvent event, PoolKit poolKit) Starting from the givenTeamSearchFilter, it searches the corresponding list ofBOTeamand presents them as aPageResponsewhich is then written into the event journal.protected voidBTTeamUpdate.execute(TeamUpdateEvent event, PoolKit poolKit) Updates theBOTeamwith all its needed components.protected voidValidates the data before the update. -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.type.data
Methods in overit.geocallapp.wfm.teams.bl.team.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOTeamTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.teams.bl.team.type.task
Methods in overit.geocallapp.wfm.teams.bl.team.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTTeamTypeInsert.execute(TeamTypeInsertEvent event, PoolKit pk) Writes the inserted team type into the event journal.protected voidBTTeamTypeLoad.execute(TeamTypeLoadEvent event, PoolKit poolKit) Writes the loaded team type into the event journal.protected voidBTTeamTypeSearch.execute(TeamTypeSearchEvent event, PoolKit poolKit) Writes the searched team types into the event journal.protected voidBTTeamTypeUpdate.execute(TeamTypeUpdateEvent event, PoolKit pk) Writes the updated team type into the event journal.protected voidBTTeamTypeInsert.validate(BOTeamType teamType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOTeamType.protected voidBTTeamTypeUpdate.validate(BOTeamType teamType, PoolKit pk) Checks if the givenBOTeamTypecan be loaded by performing some validations -
Uses of DAException in overit.geocallapp.wfm.teams.integration
Methods in overit.geocallapp.wfm.teams.integration that throw DAExceptionModifier and TypeMethodDescriptionvoidTeamEventProvider.deleteFormationSkillDivision(Long formationSkillDivisionId) voidTeamProvider.deleteFormationSkillDivision(Long formationSkillDivisionId) voidTeamEventProvider.deleteTeamShift(Long teamShiftId) voidTeamProvider.deleteTeamShift(Long teamShiftId) voidTeamEventProvider.deleteTeamShiftResource(Long teamShiftResourceId) voidTeamProvider.deleteTeamShiftResource(Long teamShiftResourceId) TeamEventProvider.insertFormationSkillDivision(BOFormationSkillDivision formationSkillDivision) TeamProvider.insertFormationSkillDivision(BOFormationSkillDivision formationSkillDivision) TeamEventProvider.insertTeam(BOTeam team) TeamProvider.insertTeam(BOTeam team) TeamEventProvider.insertTeamMember(BOTeamMember teamMember) TeamProvider.insertTeamMember(BOTeamMember teamMember) TeamEventProvider.insertTeamShift(BOTeamShift teamShift) TeamProvider.insertTeamShift(BOTeamShift teamShift) TeamEventProvider.insertTeamShiftResource(BOTeamShiftResource teamShiftResource) TeamProvider.insertTeamShiftResource(BOTeamShiftResource teamShiftResource) TeamEventProvider.searchExtendedTeamShift(TeamShiftExtendedSearchFilter filterTeamShift) TeamProvider.searchExtendedTeamShift(TeamShiftExtendedSearchFilter filterTeamShift) TeamEventProvider.searchFormationSkillConfiguration(FormationSkillConfigurationSearchFilter filter) TeamProvider.searchFormationSkillConfiguration(FormationSkillConfigurationSearchFilter filter) TeamEventProvider.searchFormationSkillDivision(FormationSkillDivisionSearchFilter filter) TeamProvider.searchFormationSkillDivision(FormationSkillDivisionSearchFilter filter) TeamEventProvider.searchTeams(TeamSearchFilter filter) TeamProvider.searchTeams(TeamSearchFilter filter) TeamEventProvider.searchTeamShiftResource(TeamShiftResourceSearchFilter filterTeamShiftResource) TeamProvider.searchTeamShiftResource(TeamShiftResourceSearchFilter filterTeamShiftResource) TeamEventProvider.searchTeamShifts(TeamShiftSearchFilter filterTeamShift) TeamProvider.searchTeamShifts(TeamShiftSearchFilter filterTeamShift) TeamEventProvider.searchTeamTypes(TeamTypeSearchFilter filterTeamType) TeamProvider.searchTeamTypes(TeamTypeSearchFilter filterTeamType) voidTeamEventProvider.updateTeamShift(BOTeamShift teamShift) voidTeamProvider.updateTeamShift(BOTeamShift teamShift) -
Uses of DAException in overit.geocallapp.wfm.teams.rs1.team
Methods in overit.geocallapp.wfm.teams.rs1.team that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeam> TeamService.get(Long teamId, Collection<String> fields) Retrieves the requiredDTOTeamby calling from theTeamLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTeam>> TeamService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamFilter filter) Returns the collection of all the stored teams by calling theTeamSearchEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> TeamService.post(@Valid DTOTeamInsert dto) Creates a new team by calling from theTeamInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.teams.rs1.teamcardinality
Methods in overit.geocallapp.wfm.teams.rs1.teamcardinality that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeamCardinality> TeamCardinalityService.get(Long id, Collection<String> fields) Retrieves the requiredDTOTeamCardinalityby calling theTeamCardinalityLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTeamCardinality>> TeamCardinalityService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamCardinalityFilter filter) Returns the collection of all the stored team cardinalities by calling theTeamCardinalitySearchEvent. -
Uses of DAException in overit.geocallapp.wfm.teams.rs1.teamlevel
Methods in overit.geocallapp.wfm.teams.rs1.teamlevel that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeamLevel> TeamLevelService.get(Long id, Collection<String> fields) Retrieves the requiredDTOTeamLevelby calling theTeamLevelLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTeamLevel>> TeamLevelService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamLevelFilter filter) Returns the collection of all the stored team level by calling theTeamLevelSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.teams.rs1.teammember
Methods in overit.geocallapp.wfm.teams.rs1.teammember that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeamMember> TeamMemberService.get(Long id, Collection<String> fields) Retrieves the requiredDTOTeamMemberby calling theTeamMemberLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTeamMember>> TeamMemberService.getCollection(@Valid Page page, Collection<String> fields, String order, DTOTeamMemberFilter filter) Returns the collection of all the stored team member by calling theTeamMemberSearchEvent.org.springframework.http.ResponseEntity<Void> TeamMemberService.patch(Long id, @Valid DTOTeamMemberUpdate dto) Update a team member by calling theTeamMemberUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> TeamMemberService.post(@Valid DTOTeamMemberInsert dto) Create a new team member by calling theTeamMemberInsertEvent -
Uses of DAException in overit.geocallapp.wfm.teams.rs1.teamshifts
Methods in overit.geocallapp.wfm.teams.rs1.teamshifts that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeamShift> TeamShiftService.get(Long teamShiftId, Collection<String> fields) Retrieves the required team shift by calling theTeamShiftLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTeamShift>> TeamShiftService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamShiftFilter filter) Returns the collection of all the stored team shifts by calling theTeamShiftSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTeamShiftResource>> TeamShiftService.getTeamShiftResource(Long teamShiftId, @Valid Page page, Collection<String> fields, String order, @Valid DTOTeamShiftResourceFilter filter) Returns the collection of all the stored resources associated to the specified team shift by calling theTeamShiftResourceSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.teams.rs1.teamtypes
Methods in overit.geocallapp.wfm.teams.rs1.teamtypes that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeamType> TeamTypeService.get(Long id, Collection<String> fields) Retrieves the requiredDTOTeamTypeby calling theTeamTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTeamType>> TeamTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamTypeFilter filter) Returns the collection of all the stored team typ[e by calling theTeamTypeSearchEvent.org.springframework.http.ResponseEntity<Void> TeamTypeService.patch(Long id, @Valid DTOTeamTypeUpdate dto) Update a team type by calling theTeamTypeUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> TeamTypeService.post(@Valid DTOTeamTypeInsert dto) Create a new team type by calling theTeamTypeInsertEvent -
Uses of DAException in overit.geocallapp.wfm.timesheets.bl.clocking.data
Methods in overit.geocallapp.wfm.timesheets.bl.clocking.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOClockingSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.timesheets.bl.clocking.task
Methods in overit.geocallapp.wfm.timesheets.bl.clocking.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTClockingLoad.execute(ClockingLoadEvent event, PoolKit poolKit) Writes the loadedBOClockinginto the event journal.protected voidBTClockingSearch.execute(ClockingSearchEvent event, PoolKit poolKit) Writes the searchedBOClockings into the event journal. -
Uses of DAException in overit.geocallapp.wfm.timesheets.bl.clocking.type.action.task
Methods in overit.geocallapp.wfm.timesheets.bl.clocking.type.action.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTClockingActionTypeLoad.body(ClockingActionTypeLoadEvent event, PoolKit poolKit) Writes the loaded clocking action type's into the event journal.protected voidBTClockingActionTypeSearch.body(ClockingActionTypeSearchEvent event, PoolKit pk) Writes the searched clocking type into the event journal -
Uses of DAException in overit.geocallapp.wfm.timesheets.bl.clocking.type.task
Methods in overit.geocallapp.wfm.timesheets.bl.clocking.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTClockingTypeInsert.body(ClockingTypeInsertEvent event, PoolKit pk) Writes the inserted clocking type id into the event journal.protected voidBTClockingTypeLoad.body(ClockingTypeLoadEvent event, PoolKit pk) Writes the list of the loaded clocking type into the event journal.protected voidBTClockingTypeSearch.body(ClockingTypeSearchEvent event, PoolKit pk) Writes the searched clocking type into the event journalprotected voidBTClockingTypeUpdate.body(ClockingTypeUpdateEvent event, PoolKit pk) Updates theBOClockingTypewith all its needed components, except for his state. -
Uses of DAException in overit.geocallapp.wfm.timesheets.integration
Methods in overit.geocallapp.wfm.timesheets.integration that throw DAExceptionModifier and TypeMethodDescriptionvoidTimesheetsEventProvider.checkTaskWorkShiftDelete(Long workShiftId) voidTimesheetsProvider.checkTaskWorkShiftDelete(Long workShiftId) TimesheetsEventProvider.searchClockings(ClockingSearchFilter filter) TimesheetsProvider.searchClockings(ClockingSearchFilter filter) TimesheetsEventProvider.searchClockingTypes(ClockingTypeSearchFilter filter) TimesheetsProvider.searchClockingTypes(ClockingTypeSearchFilter filter) -
Uses of DAException in overit.geocallapp.wfm.timesheets.rs1.clockings
Methods in overit.geocallapp.wfm.timesheets.rs1.clockings that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOClocking> ClockingService.get(Long id, Collection<String> fields) Retrieves the required clocking by calling theClockingLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOClocking>> ClockingService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOClockingFilter filter) Returns the collection of all the stored clockings by calling theClockingSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.vehicles.bl.data
Methods in overit.geocallapp.wfm.vehicles.bl.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOVehicleSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.vehicles.bl.task
Methods in overit.geocallapp.wfm.vehicles.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTVehicleLoad.execute(VehicleLoadEvent event, PoolKit poolKit) Writes the loaded vehicle into the event journal.protected voidBTVehicleSearch.execute(VehicleSearchEvent event, PoolKit poolKit) Writes the searched vehicles into the event journal. -
Uses of DAException in overit.geocallapp.wfm.vehicles.rs1.vehicles
Methods in overit.geocallapp.wfm.vehicles.rs1.vehicles that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOVehicle> VehicleService.get(Long vehicleId, Collection<String> fields) Retrieves the requiredDTOVehicleby calling theVehicleLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOVehicle>> VehicleService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOVehicleFilter filter) Returns the collection of all the stored vehicles by calling theVehicleSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl
Methods in overit.geocallapp.wfm.workorders.bl that throw DAExceptionModifier and TypeMethodDescriptionWorkOrderHelper.getWorkOrderOperations(Long workOrderId) WorkOrderHelper.getWorkOrderOperations(Long workOrderId, PoolKit poolKit) static voidWorkOrderUtils.notifyWorkOrderHeaderInsert(Long workOrderId, PoolKit poolKit) Notifies theBOWorkOrderHeaderinsert.static voidWorkOrderUtils.notifyWorkOrderHeaderInsert(Long workOrderId, PooledConnection conn) Notifies theBOWorkOrderHeaderinsert.static voidWorkOrderUtils.notifyWorkOrderHeaderStatusUpdate(Long workOrderId) Notifies theBOWorkOrderHeaderstatus update.static voidWorkOrderUtils.notifyWorkOrderHeaderStatusUpdate(Long workOrderId, PoolKit poolKit) Notifies theBOWorkOrderHeaderstatus update.static voidWorkOrderUtils.notifyWorkOrderHeaderStatusUpdate(Long workOrderId, PooledConnection conn) Notifies theBOWorkOrderHeaderstatus update.static voidWorkOrderUtils.notifyWorkOrderHeaderUpdate(Long workOrderId, PoolKit poolKit) Notifies theBOWorkOrderHeaderupdate.static voidWorkOrderUtils.notifyWorkOrderHeaderUpdate(Long workOrderId, PooledConnection conn) Notifies theBOWorkOrderHeaderupdate.static voidWorkOrderUtils.notifyWorkOrderOperationInsert(Long workOrderOperationId, PoolKit poolKit) Notifies theBOWorkOrderOperationinsert.static voidWorkOrderUtils.notifyWorkOrderOperationInsert(Long workOrderOperationId, PooledConnection conn) Notifies theBOWorkOrderOperationinsert.static voidWorkOrderUtils.notifyWorkOrderOperationStatusUpdate(Long operationId, PoolKit poolKit) Notifies theBOWorkOrderHeaderstatus update.static voidWorkOrderUtils.notifyWorkOrderOperationStatusUpdate(Long workOrderId, PooledConnection conn) Notifies theBOWorkOrderOperationstatus update.static voidWorkOrderUtils.notifyWorkOrderOperationUpdate(Long workOrderOperationId, PoolKit poolKit) Notifies theBOWorkOrderOperationupdate.static voidWorkOrderUtils.notifyWorkOrderOperationUpdate(Long workOrderOperationId, PooledConnection conn) Notifies theBOWorkOrderOperationupdate. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.activity.data
Methods in overit.geocallapp.wfm.workorders.bl.activity.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOActivity.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOActivitySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.activity.skillconfiguration.data
Methods in overit.geocallapp.wfm.workorders.bl.activity.skillconfiguration.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOActivitySkillConfigurationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.activity.skillconfiguration.task
Methods in overit.geocallapp.wfm.workorders.bl.activity.skillconfiguration.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTActivitySkillConfigurationLoadByActivity.body(ActivitySkillConfigurationLoadByActivityEvent event, PoolKit poolKit) Starting from the activity, operation center and team cardinality's id of aActivitySkillConfigurationLoadByActivityInput, the corresponding list ofBOActivitySkillConfigurationis loaded and then written into the event's journalprotected voidBTActivitySkillConfigurationDelete.execute(ActivitySkillConfigurationDeleteEvent event, PoolKit poolKit) Remove the givenBOActivitySkillConfigurationactivity skill configuration id.protected voidBTActivitySkillConfigurationLoad.execute(ActivitySkillConfigurationLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOActivitySkillConfigurationand writes it into the event journal.protected voidBTActivitySkillConfigurationSearch.execute(ActivitySkillConfigurationSearchEvent event, PoolKit poolKit) Starting from the givenActivitySkillConfigurationSearchEvent, it searches the corresponding list ofBOActivitySkillConfigurationand it presents them as aPageResponsewhich is then written into the event journal.protected List<BOActivitySkillConfiguration> BTActivitySkillConfigurationLoadByActivity.loadActivitySkillConfigurationsByActivityId(Long activityId, Long operationCenterId, Long teamCardinality, PoolKit poolKit) Loads the list of ActivitySkillConfiguration by activity id, operation center id and team cardinality id. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.activity.task
Methods in overit.geocallapp.wfm.workorders.bl.activity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTActivityInsert.execute(ActivityInsertEvent event, PoolKit poolKit) Inserts the givenBOActivityand writes the newly generated id into the event journal.protected voidBTActivityLoad.execute(ActivityLoadEvent event, PoolKit poolKit) protected voidBTActivitySearch.execute(ActivitySearchEvent event, PoolKit poolKit) Writes the searched activities into the event journal.protected voidBTActivityUpdate.execute(ActivityUpdateEvent event, PoolKit poolKit) protected voidBTActivityInsert.validate(BOActivity activity, PoolKit poolKit) Validates the data before the insertion.protected voidBTActivityUpdate.validate(BOActivity activity, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.data
Methods in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOCancelSuspendReasonSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.task
Methods in overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTCancelSuspendReasonLoad.body(CancelSuspendReasonLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOCancelSuspendReasonand writes it into the event journal.protected voidBTCancelSuspendReasonSearch.body(CancelSuspendReasonSearchEvent event, PoolKit pk) Starting from the givenCancelSuspendReasonSearchFilter, it searches the corresponding list ofBOCancelSuspendReasonand presents them as aPageResponsewhich is then written into the event journal. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.header.data
Methods in overit.geocallapp.wfm.workorders.bl.header.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderHeaderSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.header.task
Methods in overit.geocallapp.wfm.workorders.bl.header.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderHeaderUpdate.alignTypeForeignKeys(BOWorkOrderHeader workOrderHeaderOld, BOWorkOrderHeader workOrderHeaderNew, PoolKit poolKit) Check if the type is editable.protected voidBTWorkOrderHeaderNotification.body(WorkOrderHeaderNotificationEvent event, PoolKit poolKit) protected StringBTWorkOrderHeaderInsert.calculateNewCode(Long operationCenterId, Long workOrderId, PoolKit poolKit) Method that calculate the work order code if the code in input is null.protected voidBTWorkOrderHeaderInsert.checkCode(BOWorkOrderHeader header, PoolKit poolKit) Method that check the code, these checks are done only if the code is an input propertyprotected voidBTWorkOrderHeaderInsert.execute(WorkOrderHeaderInsertEvent event, PoolKit poolKit) protected voidBTWorkOrderHeaderLoad.execute(WorkOrderHeaderLoadEvent event, PoolKit poolKit) Writes the loaded work order header into the event journalprotected voidBTWorkOrderHeaderOperationCenterAssignment.execute(WorkOrderHeaderOperationCenterAssignmentEvent event, PoolKit poolKit) protected voidBTWorkOrderHeaderSearch.execute(WorkOrderHeaderSearchEvent event, PoolKit pk) Writes the searched work order header into the event journal.protected voidBTWorkOrderHeaderUpdate.execute(WorkOrderHeaderUpdateEvent event, PoolKit poolKit) protected StringBTWorkOrderHeaderOperationCenterAssignment.getNewCode(Long operationCenter, PoolKit poolKit) Launches theWorkOrderGenerateCodeEventevent to generate a new codeprotected LongBTWorkOrderHeaderInsert.insertWoHeader(BOWorkOrderHeader header, PoolKit poolKit) Insert theBOWorkOrderHeaderand generate a new code if the input code is nullprotected voidBTWorkOrderHeaderUpdate.update(BOWorkOrderHeader workOrderHeaderNew, boolean isHistory, PoolKit poolKit) protected voidBTWorkOrderHeaderOperationCenterAssignment.updateWorkOrder(PoolKit poolKit, Long operationCenter, BOWorkOrderHeader workOrder) Update the operation center and code fields of the work orderprotected voidBTWorkOrderHeaderHistory.writeHistoryRecord(Map<String, Object> currentValues, HashGetter previousHistoryRecord, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.meter.data
Methods in overit.geocallapp.wfm.workorders.bl.meter.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderMeterSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.meter.task
Methods in overit.geocallapp.wfm.workorders.bl.meter.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderMeterDelete.execute(WorkOrderMeterDeleteEvent event, PoolKit poolKit) protected voidBTWorkOrderMeterInsert.execute(WorkOrderMeterInsertEvent event, PoolKit poolKit) protected voidBTWorkOrderMeterSave.execute(WorkOrderMeterSaveEvent event, PoolKit poolKit) protected voidBTWorkOrderMeterSearch.execute(WorkOrderMeterSearchEvent event, PoolKit poolKit) Writes the searched work order's measuring elements into the event journal -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.note.data
Methods in overit.geocallapp.wfm.workorders.bl.note.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderNoteSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.note.task
Methods in overit.geocallapp.wfm.workorders.bl.note.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderNoteInsert.execute(WorkOrderNoteInsertEvent event, PoolKit poolKit) Inserts a new work order note and writes the inserted ID to the event journal.protected voidBTWorkOrderNoteLoad.execute(WorkOrderNoteLoadEvent event, PoolKit poolKit) Loads the work order note and writes it to the event journal.protected voidBTWorkOrderNoteSearch.execute(WorkOrderNoteSearchEvent event, PoolKit poolKit) Searches for work order notes based on the provided filter criteria.protected voidBTWorkOrderNoteInsert.validate(BOWorkOrderNote workOrderNote, PoolKit poolKit) Validates the work order note data before insertion.protected voidBTWorkOrderNoteSearch.validate(WorkOrderNoteSearchFilter workOrderNoteFilter, PoolKit poolKit) Validates that at least one filter criterion is provided and non-empty. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.operation.data
Methods in overit.geocallapp.wfm.workorders.bl.operation.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderOperationSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.operation.immediatescheduling.task
Methods in overit.geocallapp.wfm.workorders.bl.operation.immediatescheduling.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationImmediateSchedulingEvaluate.execute(WorkOrderOperationImmediateSchedulingEvaluateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.data
Methods in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOOperationRequirementSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.migration.data
Methods in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.migration.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOOperationExtractRequirements.defineParams(CommandContext cc, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.migration.task
Methods in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.migration.task that throw DAException -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.task
Methods in overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTAggregateOperationRequirementsLoad.execute(AggregateOperationRequirementsLoadEvent event, PoolKit poolKit) protected voidBTOperationRequirementDelete.execute(OperationRequirementDeleteEvent event, PoolKit poolKit) protected voidBTOperationRequirementInsert.execute(OperationRequirementInsertEvent event, PoolKit poolKit) protected voidBTOperationRequirementLoad.execute(OperationRequirementLoadEvent event, PoolKit poolKit) protected voidBTOperationRequirementSearch.execute(OperationRequirementSearchEvent event, PoolKit poolKit) protected voidBTOperationRequirementUpdate.execute(OperationRequirementUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.operation.status.data
Methods in overit.geocallapp.wfm.workorders.bl.operation.status.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderOperationStatusSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.operation.status.task
Methods in overit.geocallapp.wfm.workorders.bl.operation.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationStatusLoad.body(WorkOrderOperationStatusLoadEvent event, PoolKit pk) Writes the loaded work order operation status into the event journal.protected voidBTWorkOrderOperationStatusSearch.body(WorkOrderOperationStatusSearchEvent event, PoolKit poolKit) Writes the searched work order operation status into the event journal. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.operation.task
Methods in overit.geocallapp.wfm.workorders.bl.operation.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationInsert.addDefaultValues(PoolKit poolKit) protected voidBTWorkOrderOperationAddressesRetrieve.body(WorkOrderOperationAddressesRetrieveEvent workOrderOperationAddressEvent, PoolKit poolKit) protected voidBTWorkOrderOperationLink.body(WorkOrderOperationLinkEvent event, PoolKit poolKit) Updates the parent operation and the linked ones in order to create the link between them.protected voidBTWorkOrderOperationNotification.body(WorkOrderOperationNotificationEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationUnlink.body(WorkOrderOperationUnlinkEvent event, PoolKit poolKit) Updates the parent operation and every single linked one by removing the link between them.protected voidBTWorkOrderOperationInsert.completeOperation(PoolKit poolKit) protected voidBTWorkOrderOperationInsert.execute(WorkOrderOperationInsertEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationLoad.execute(WorkOrderOperationLoadEvent event, PoolKit poolKit) Writes the loaded work order operation into the event journalprotected voidBTWorkOrderOperationRemoveWorkCycleStructure.execute(WorkOrderOperationRemoveWorkCycleStructureEvent event, PoolKit poolKit) Executes the removal of the origin work cycle structure from allBOWorkOrderOperationassociated with it.protected voidBTWorkOrderOperationResourceRequirementsUpdate.execute(WorkOrderOperationResourceRequirementsUpdateEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationSearch.execute(WorkOrderOperationSearchEvent event, PoolKit poolKit) Writes the searched work order operations into the event journal.protected voidBTWorkOrderOperationsLoad.execute(WorkOrderOperationsLoadEvent event, PoolKit poolKit) Writes the loaded list of BOWorkOrderOperations into the event journal.protected voidBTWorkOrderOperationUpdate.execute(WorkOrderOperationUpdateEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationInsert.launchOperationStatusChangeEvent(PoolKit poolKit) Deprecated, for removal: This API element is subject to removal in a future version.protected Map<Long, BOWorkOrderHeader> BTWorkOrderOperationAddressesRetrieve.loadHeaders(List<Long> headerIds, PoolKit poolKit) Load work order headers by IDs and return as map.protected List<BOWorkOrderOperation> BTWorkOrderOperationAddressesRetrieve.loadOperations(List<Long> operationIds, PoolKit poolKit) Load work order operations by IDs.protected BOWorkOrderOperationBTWorkOrderOperationLink.loadWorkOrderOperation(Long operationId, PoolKit poolKit) Loads the work order operation with work order operation identifier.protected BOWorkOrderOperationBTWorkOrderOperationUnlink.loadWorkOrderOperation(Long operationId, PoolKit poolKit) Loads the work order operation with work order operation identifier.protected voidBTWorkOrderOperationUpdate.manageType(BOWorkOrderOperation workOrderOperationOld, PoolKit poolKit) protected voidBTWorkOrderOperationInsert.setInterventionGroup(PoolKit poolKit) protected voidBTWorkOrderOperationUpdate.setInterventionGroup(PoolKit poolKit) protected voidBTWorkOrderOperationLink.update(BOWorkOrderOperation operation, PoolKit poolKit) Performs the database update.protected voidBTWorkOrderOperationUnlink.update(BOWorkOrderOperation operation, PoolKit poolKit) Performs the database update.protected voidBTWorkOrderOperationLink.updateLinkedOperation(Long parentId, Long linkedOperationId, PoolKit poolKit) Updates the linked operation setting its parent.protected voidBTWorkOrderOperationUnlink.updateLinkedOperations(Long linkedOperationId, PoolKit poolKit) Updates the linked operation removing the link to the parent.protected voidBTWorkOrderOperationInsert.updateOperationsOrdering(PoolKit poolKit) protected voidBTWorkOrderOperationUpdate.updateOperationsOrdering(PoolKit poolKit) protected voidBTWorkOrderOperationLink.updateParent(Long parentId, List<Long> linkedOperations, PoolKit poolKit) Updates the parent operation setting the link with all the linked operation ids.protected voidBTWorkOrderOperationUnlink.updateParent(Long parentId, List<Long> linkedOperations, PoolKit poolKit) Updates parent operation. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.operation.type.data
Methods in overit.geocallapp.wfm.workorders.bl.operation.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderOperationTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.operation.type.task
Methods in overit.geocallapp.wfm.workorders.bl.operation.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationTypeUpdate.afterUpdate(BOWorkOrderOperationType workOrderOperationType, PoolKit pk) Actions to perform after the update.protected voidBTWorkOrderOperationTypeInsert.execute(WorkOrderOperationTypeInsertEvent event, PoolKit pk) Writes the inserted operation type id into the event journal.protected voidBTWorkOrderOperationTypeLoad.execute(WorkOrderOperationTypeLoadEvent event, PoolKit pk) Writes the loaded work order operation type into the event journal.protected voidBTWorkOrderOperationTypeSearch.execute(WorkOrderOperationTypeSearchEvent event, PoolKit pk) Writes the searched work order operation types into the event journal.protected voidBTWorkOrderOperationTypeUpdate.execute(WorkOrderOperationTypeUpdateEvent event, PoolKit pk) Performs the needed steps in order to update the givenBOWorkOrderOperationType.protected LongBTWorkOrderOperationTypeInsert.insert(BOWorkOrderOperationType workOrderOperationType, PoolKit pk) Inserts a new operation type.protected voidBTWorkOrderOperationTypeUpdate.update(BOWorkOrderOperationType workOrderOperationType, PoolKit pk) Updates the givenBOWorkOrderOperationTypewith all its needed components.protected voidBTWorkOrderOperationTypeInsert.validate(BOWorkOrderOperationType workOrderOperationType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOWorkOrderOperationType.protected voidBTWorkOrderOperationTypeUpdate.validate(BOWorkOrderOperationType workOrderOperationType, PoolKit poolKit) Checks if the update is possible by performing some validations on the givenBOWorkOrderOperationType. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.operationtypecategory.data
Methods in overit.geocallapp.wfm.workorders.bl.operationtypecategory.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderOperationTypeCategorySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.operationtypecategory.task
Methods in overit.geocallapp.wfm.workorders.bl.operationtypecategory.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationTypeCategoryInsert.checkUniqueCode(BOWorkOrderOperationTypeCategory workOrderOperationTypeCategory, PoolKit poolKit) Check if there is another operation type category with the same code.protected voidBTWorkOrderOperationTypeCategoryUpdate.checkUniqueCode(BOWorkOrderOperationTypeCategory workOrderOperationTypeCategory, PoolKit poolKit) Check if there is another operation type category with the same code.protected voidBTWorkOrderOperationTypeCategoryInsert.checkUniqueDescription(BOWorkOrderOperationTypeCategory workOrderOperationTypeCategory, PoolKit poolKit) Check if there is another operation type category with the same description.protected voidBTWorkOrderOperationTypeCategoryUpdate.checkUniqueDescription(BOWorkOrderOperationTypeCategory workOrderOperationTypeCategory, PoolKit poolKit) Check if there is another operation type category with the same description.protected voidBTWorkOrderOperationTypeCategoryInsert.execute(WorkOrderOperationTypeCategoryInsertEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationTypeCategoryLoad.execute(WorkOrderOperationTypeCategoryLoadEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationTypeCategorySearch.execute(WorkOrderOperationTypeCategorySearchEvent event, PoolKit poolKit) protected voidBTWorkOrderOperationTypeCategoryUpdate.execute(WorkOrderOperationTypeCategoryUpdateEvent event, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.origin.data
Methods in overit.geocallapp.wfm.workorders.bl.origin.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderOriginSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.origin.task
Methods in overit.geocallapp.wfm.workorders.bl.origin.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOriginLoad.execute(WorkOrderOriginLoadEvent event, PoolKit poolKit) Writes the loaded work order source into the event journal.protected voidBTWorkOrderOriginSearch.execute(WorkOrderOriginSearchEvent event, PoolKit poolKit) Writes the searched work order sources into the event journal. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.requesttype.data
Methods in overit.geocallapp.wfm.workorders.bl.requesttype.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAORequestTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.requesttype.task
Methods in overit.geocallapp.wfm.workorders.bl.requesttype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTRequestTypeInsert.checkUniqueCode(BORequestType requestType, PoolKit pk) Check if there is another request type with the same code.protected voidBTRequestTypeUpdate.checkUniqueCode(BORequestType requestType, PoolKit pk) Check if there are others request types with the same codeprotected voidBTRequestTypeInsert.execute(RequestTypeInsertEvent event, PoolKit pk) Writes the inserted request type id into the event journal.protected voidBTRequestTypeLoad.execute(RequestTypeLoadEvent event, PoolKit pk) Writes the loaded request type into the event journal.protected voidBTRequestTypeSearch.execute(RequestTypeSearchEvent event, PoolKit pk) Writes the searched request types into the event journal.protected voidBTRequestTypeUpdate.execute(RequestTypeUpdateEvent event, PoolKit pk) Updates a newBORequestTypewith all its needed components.protected voidBTRequestTypeInsert.validate(BORequestType requestType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBORequestTypeprotected voidBTRequestTypeUpdate.validate(BORequestType requestType, PoolKit pk) Checks if the update is possible by performing some validations on the givenBORequestType -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.sequencenumber.task
Methods in overit.geocallapp.wfm.workorders.bl.sequencenumber.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderSequenceNumberSearch.body(WorkOrderSequenceNumberSearchEvent event, PoolKit poolKit) Writes the searched work order's sequence number into the event journalprotected voidBTWorkOrderSequenceNumberInsert.execute(WorkOrderSequenceNumberInsertEvent event, PoolKit pk) protected voidBTWorkOrderSequenceNumberNext.execute(WorkOrderSequenceNumberNextEvent event, PoolKit pk) protected LongBTWorkOrderSequenceNumberNext.generateNextSequenceNumber(Long operationCenterId, PoolKit poolKit) Method that generates the new Sequence Number.protected LongBTWorkOrderSequenceNumberInsert.insertSequence(Long operationCenterId, PoolKit pk) protected voidBTWorkOrderSequenceNumberInsert.validate(WorkOrderSequenceNumberInsertInput input, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.servicetype.data
Methods in overit.geocallapp.wfm.workorders.bl.servicetype.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOServiceTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.servicetype.task
Methods in overit.geocallapp.wfm.workorders.bl.servicetype.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTServiceTypeInsert.checkUniqueCode(BOServiceType serviceType, PoolKit pk) Check if there is another service type with the same code.protected voidBTServiceTypeUpdate.checkUniqueCode(BOServiceType serviceType, PoolKit pk) Check if there are others service types with the same code.protected voidBTServiceTypeInsert.execute(ServiceTypeInsertEvent event, PoolKit pk) Writes the inserted service type id into the event journal.protected voidBTServiceTypeLoad.execute(ServiceTypeLoadEvent event, PoolKit pk) Writes the loaded service type into the event journal.protected voidBTServiceTypeSearch.execute(ServiceTypeSearchEvent event, PoolKit pk) Writes the searched service types into the event journal.protected voidBTServiceTypeUpdate.execute(ServiceTypeUpdateEvent event, PoolKit pk) Updates a newBOServiceTypewith all its needed components.protected voidBTServiceTypeInsert.validate(BOServiceType serviceType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOServiceTypeprotected voidBTServiceTypeUpdate.validate(BOServiceType serviceType, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOServiceType -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.status.data
Methods in overit.geocallapp.wfm.workorders.bl.status.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderStatusSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.status.task
Methods in overit.geocallapp.wfm.workorders.bl.status.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderStatusLoad.body(WorkOrderStatusLoadEvent event, PoolKit pk) Writes the loaded work order status into the event journal.protected voidBTWorkOrderStatusSearch.body(WorkOrderStatusSearchEvent event, PoolKit poolKit) Writes the searched work order status into the event journal. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.status.user.type.data
Methods in overit.geocallapp.wfm.workorders.bl.status.user.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderEditableStatusForUserTypeSearch.validate(CommandContext cc, PoolKit pk) protected voidDAOWorkOrderStatusUserTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.status.user.type.task
Methods in overit.geocallapp.wfm.workorders.bl.status.user.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderEditableStatusForUserTypeLoad.body(WorkOrderEditableStatusForUserTypeLoadEvent event, PoolKit poolKit) Writes the searched work order states into the event journal. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.task
Methods in overit.geocallapp.wfm.workorders.bl.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationsLinksUpdate.execute(WorkOrderOperationsLinksUpdateEvent event, PoolKit poolKit) Updates the links between the work order operationsprotected List<BOWorkOrderOperation> BTWorkOrderOperationsLinksUpdate.getWorkOrderOperations(PoolKit poolKit) Gets all the work order operations. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.type.activity.data
Methods in overit.geocallapp.wfm.workorders.bl.type.activity.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderOperationTypeActivitySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.type.activity.task
Methods in overit.geocallapp.wfm.workorders.bl.type.activity.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderOperationTypeActivityInsert.body(WorkOrderOperationTypeActivityInsertEvent event, PoolKit pk) Writes the loaded work order operation type activity id into the event journal.protected voidBTWorkOrderOperationTypeActivitySearch.body(WorkOrderOperationTypeActivitySearchEvent event, PoolKit pk) Writes the searched work order type activities into the event journal.protected voidBTWorkOrderOperationTypeActivityUpdate.body(WorkOrderOperationTypeActivityUpdateEvent event, PoolKit pk) Updates a newBOWorkOrderOperationTypeActivitywith all its needed components.protected voidBTWorkOrderOperationTypeActivityInsert.checkUnique(BOWorkOrderOperationTypeActivity workOrderOperationTypeActivity, PoolKit pk) protected voidBTWorkOrderOperationTypeActivityUpdate.checkUnique(BOWorkOrderOperationTypeActivity workOrderOperationTypeActivity, PoolKit pk) protected voidBTWorkOrderOperationTypeActivityInsert.validate(BOWorkOrderOperationTypeActivity workOrderTypeActivity, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOWorkOrderOperationTypeActivityprotected voidBTWorkOrderOperationTypeActivityUpdate.validate(BOWorkOrderOperationTypeActivity workOrderOperationTypeActivity, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOWorkOrderOperationTypeActivity. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.type.data
Methods in overit.geocallapp.wfm.workorders.bl.type.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.type.eventmanager.data
Methods in overit.geocallapp.wfm.workorders.bl.type.eventmanager.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOEventManagerConfWoTypeSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.type.eventmanager.task
Methods in overit.geocallapp.wfm.workorders.bl.type.eventmanager.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTEventManagerConfWoTypeDelete.body(EventManagerConfWoTypeDeleteEvent event, PoolKit poolKit) protected voidBTEventManagerConfWoTypeInsert.execute(EventManagerConfWoTypeInsertEvent event, PoolKit poolKit) protected voidBTEventManagerConfWoTypeLoad.execute(EventManagerConfWoTypeLoadEvent event, PoolKit poolKit) protected voidBTEventManagerConfWoTypeSearch.execute(EventManagerConfWoTypeSearchEvent event, PoolKit poolKit) protected voidBTEventManagerConfWoTypeUpdate.execute(EventManagerConfWoTypeUpdateEvent event, PoolKit poolKit) protected voidBTEventManagerConfWoTypeDelete.updateWorkOrderType(Long workOrderTypeId, PoolKit poolKit) Updates the datastamp of work-order type in order to force the mobile synch of the record.protected voidBTEventManagerConfWoTypeInsert.updateWorkOrderType(Long workOrderTypeId, PoolKit poolKit) Updates the datastamp of work-order type in order to force the mobile synch of the record.protected voidBTEventManagerConfWoTypeUpdate.updateWorkOrderType(Long workOrderTypeId, PoolKit poolKit) Updates the datastamp of work-order type in order to force the mobile synch of the record.protected voidBTEventManagerConfWoTypeInsert.validateInput(BOEventManagerConfWoType eventManagerConfWoType, PoolKit poolKit) protected voidBTEventManagerConfWoTypeUpdate.validateInput(BOEventManagerConfWoType eventManagerConfWoType, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.type.structure.data
Methods in overit.geocallapp.wfm.workorders.bl.type.structure.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderTypeStructureSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.type.structure.task
Methods in overit.geocallapp.wfm.workorders.bl.type.structure.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderTypeStructureUpdate.checkCoupleIsPresent(Long structure, Long workOrderType, PoolKit pk) Check if the data you want to update is present.protected voidBTWorkOrderTypeStructureInsert.checkUniqueCouple(Long structure, Long workOrderType, PoolKit pk) Check if there is another work order type structure with the same structure and work order type.protected voidBTWorkOrderTypeStructureInsert.checkUniqueOrder(Long order, Long workOrderType, PoolKit pk) Check if there is another work order type structure with the same ordering.protected voidBTWorkOrderTypeStructureUpdate.checkUniqueOrder(Long order, Long workOrderType, PoolKit pk) Check if there is another work order type structure with the same ordering.protected voidBTWorkOrderTypeStructureDelete.execute(WorkOrderTypeStructureDeleteEvent event, PoolKit poolKit) Remove the givenBOWorkOrderTypeStructurework order type structure.protected voidBTWorkOrderTypeStructureInsert.execute(WorkOrderTypeStructureInsertEvent event, PoolKit pk) Writes the inserted work order type structure into the event journal.protected voidBTWorkOrderTypeStructureSave.execute(WorkOrderTypeStructureSaveEvent event, PoolKit poolKit) protected voidBTWorkOrderTypeStructureSearch.execute(WorkOrderTypeStructureSearchEvent event, PoolKit pk) Writes the searched work order type structure into the event journal.protected voidBTWorkOrderTypeStructureUpdate.execute(WorkOrderTypeStructureUpdateEvent event, PoolKit pk) Updates a newBOWorkOrderTypeStructurewith all its needed components.protected voidBTWorkOrderTypeStructureDelete.validate(BOWorkOrderTypeStructure workOrderTypeStructure, PoolKit pk) Check if the fields are not nullprotected voidBTWorkOrderTypeStructureInsert.validate(BOWorkOrderTypeStructure workOrderTypeStructure, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOWorkOrderTypeStructureprotected voidBTWorkOrderTypeStructureSave.validate(Long workOrderType, Collection<BOWorkOrderTypeStructure> workOrderTypeStructures, PoolKit poolKit) Checks if the list ofBOWorkOrderTypeStructurecan be savedprotected voidBTWorkOrderTypeStructureUpdate.validate(BOWorkOrderTypeStructure workOrderTypeStructure, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOWorkOrderTypeStructure -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.type.task
Methods in overit.geocallapp.wfm.workorders.bl.type.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderTypeInsert.execute(WorkOrderTypeInsertEvent event, PoolKit pk) Writes the inserted work order type id into the event journal.protected voidBTWorkOrderTypeLoad.execute(WorkOrderTypeLoadEvent event, PoolKit pk) Writes the loaded work order type into the event journal.protected voidBTWorkOrderTypeSearch.execute(WorkOrderTypeSearchEvent event, PoolKit pk) Writes the searched work order types into the event journal.protected voidBTWorkOrderTypeUpdate.execute(WorkOrderTypeUpdateEvent event, PoolKit pk) Updates a newBOWorkOrderTypewith all its needed components.protected voidBTWorkOrderTypeInsert.validate(BOWorkOrderType workOrderType, PoolKit pk) Checks if the insertion is possible by performing some validations on the givenBOWorkOrderType.protected voidBTWorkOrderTypeUpdate.validate(BOWorkOrderType workOrderType, PoolKit pk) Checks if the update is possible by performing some validations on the givenBOWorkOrderType. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.urgency.data
Methods in overit.geocallapp.wfm.workorders.bl.urgency.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkOrderUrgencySearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.urgency.task
Methods in overit.geocallapp.wfm.workorders.bl.urgency.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkOrderUrgencyInsert.execute(WorkOrderUrgencyInsertEvent event, PoolKit pk) Writes the inserted work order urgency id into the event journal.protected voidBTWorkOrderUrgencyLoad.execute(WorkOrderUrgencyLoadEvent event, PoolKit pk) Writes the loaded work order urgency into the event journal.protected voidBTWorkOrderUrgencySearch.execute(WorkOrderUrgencySearchEvent event, PoolKit poolKit) Writes the loaded work order urgencies into the event journal.protected voidBTWorkOrderUrgencyUpdate.execute(WorkOrderUrgencyUpdateEvent event, PoolKit pk) Updates a newBOWorkOrderUrgencywith all its needed components.protected voidBTWorkOrderUrgencyInsert.validate(BOWorkOrderUrgency urgency, PoolKit pk) protected voidBTWorkOrderUrgencyUpdate.validate(BOWorkOrderUrgency urgency, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.workcycle.data
Methods in overit.geocallapp.wfm.workorders.bl.workcycle.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkCycleSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.workcycle.rule.data
Methods in overit.geocallapp.wfm.workorders.bl.workcycle.rule.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkCycleRuleSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.workcycle.rule.task
Methods in overit.geocallapp.wfm.workorders.bl.workcycle.rule.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCycleRuleDelete.execute(WorkCycleRuleDeleteEvent event, PoolKit poolKit) protected voidBTWorkCycleRuleInsert.execute(WorkCycleRuleInsertEvent event, PoolKit poolKit) protected voidBTWorkCycleRuleLoad.execute(WorkCycleRuleLoadEvent event, PoolKit poolKit) protected voidBTWorkCycleRuleSearch.execute(WorkCycleRuleSearchEvent event, PoolKit poolKit) protected voidBTWorkCycleRuleUpdate.execute(WorkCycleRuleUpdateEvent event, PoolKit poolKit) protected voidBTWorkCycleRuleInsert.validateInput(BOWorkCycleRule workCycleRule, PoolKit poolKit) protected voidBTWorkCycleRuleUpdate.validateInput(BOWorkCycleRule workCycleRule, PoolKit poolKit) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.workcycle.structure.data
Methods in overit.geocallapp.wfm.workorders.bl.workcycle.structure.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkCycleStructureSearch.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.workcycle.structure.task
Methods in overit.geocallapp.wfm.workorders.bl.workcycle.structure.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCycleStructureDelete.execute(WorkCycleStructureDeleteEvent event, PoolKit poolKit) Remove the givenBOWorkCycleStructureid.protected voidBTWorkCycleStructureLoad.execute(WorkCycleStructureLoadEvent event, PoolKit poolKit) protected voidBTWorkCycleStructureSearch.execute(WorkCycleStructureSearchEvent event, PoolKit poolKit) Writes the searched work cycle structures into the event journal.protected List<BOWorkCycleStructure> BTWorkCycleStructureDelete.getStructures(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Get the list ofBOWorkCycleStructureassociated to the sameBOWorkCycleprotected BOWorkCycleStructureBTWorkCycleStructureDelete.getWorkCycleStructure(Long workCycleStructureId, PoolKit poolKit) Retrieves the work cycle structure with the given id.protected voidBTWorkCycleStructureDelete.notifyWorkCycleDelete(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Notifies the deletion of a work cycle structure.protected voidBTWorkCycleStructureDelete.updateWorkOrderOperationsWorkCycleSource(Long workCycleStructureId, PoolKit poolKit) Updates the work order operations work cycle source.protected voidBTWorkCycleStructureDelete.validate(BOWorkCycleStructure workCycleStructure, PoolKit poolKit) Validates the data before the deletion. -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.workcycle.task
Methods in overit.geocallapp.wfm.workorders.bl.workcycle.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkCycleInsert.checkUniqueCode(BOWorkCycle workCycle, PoolKit poolKit) Check if there are others work cycle with the same code.protected voidBTWorkCycleUpdate.checkUniqueCode(BOWorkCycle workCycle, PoolKit poolKit) Check if there are others work cycle with the same code.protected voidBTWorkCycleInsert.execute(WorkCycleInsertEvent event, PoolKit poolKit) Inserts the givenBOWorkCycleand writes the newly generated id into the event journal.protected voidBTWorkCycleLoad.execute(WorkCycleLoadEvent event, PoolKit poolKit) protected voidBTWorkCycleSearch.execute(WorkCycleSearchEvent event, PoolKit poolKit) Writes the searched work cycles into the event journal.protected voidBTWorkCycleUpdate.execute(WorkCycleUpdateEvent event, PoolKit poolKit) Updates a newBOWorkCyclewith all its needed components.protected voidBTWorkCycleInsert.validate(BOWorkCycle workCycle, PoolKit poolKit) Validates the data before the insertion.protected voidBTWorkCycleUpdate.validate(BOWorkCycle workCycle, PoolKit poolKit) Checks if the update is possible by performing some validations on the givenBOWorkCycle -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.workload.data
Methods in overit.geocallapp.wfm.workorders.bl.workload.data that throw DAExceptionModifier and TypeMethodDescriptionprotected voidDAOWorkLoad.defineParams(CommandContext cc, PoolKit poolKit) protected voidDAOWorkLoad.validate(CommandContext cc, PoolKit pk) -
Uses of DAException in overit.geocallapp.wfm.workorders.bl.workload.task
Methods in overit.geocallapp.wfm.workorders.bl.workload.task that throw DAExceptionModifier and TypeMethodDescriptionprotected voidBTWorkLoadDetailSearch.execute(WorkLoadDetailSearchEvent event, PoolKit poolKit) Writes the searched work loads into the event journal.protected voidBTWorkLoadSearch.execute(WorkLoadSearchEvent event, PoolKit poolKit) Writes the searched work loads into the event journal. -
Uses of DAException in overit.geocallapp.wfm.workorders.integration
Methods in overit.geocallapp.wfm.workorders.integration that throw DAExceptionModifier and TypeMethodDescriptionvoidWorkOrderEventProvider.activateWorkOrder(WorkOrderActivationInput input) voidWorkOrderProvider.activateWorkOrder(WorkOrderActivationInput input) voidWorkOrderEventProvider.calculateWorkOrderHeaderStatus(WorkOrderHeaderStatusRecalculateInput input) voidWorkOrderProvider.calculateWorkOrderHeaderStatus(WorkOrderHeaderStatusRecalculateInput input) WorkOrderEventProvider.calculateWorkOrderOperationStatus(WorkOrderOperationStatusRecalculateInput input) WorkOrderProvider.calculateWorkOrderOperationStatus(WorkOrderOperationStatusRecalculateInput input) WorkOrderEventProvider.deduceOperationCenterFromAsset(OperationCenterDeductionFromAssetInput input) WorkOrderProvider.deduceOperationCenterFromAsset(OperationCenterDeductionFromAssetInput input) WorkOrderEventProvider.deduceOperationCenterFromCustomLogic(OperationCenterDeductionFromCustomLogicInput input) WorkOrderProvider.deduceOperationCenterFromCustomLogic(OperationCenterDeductionFromCustomLogicInput input) WorkOrderEventProvider.deduceOperationCenterFromTerritory(OperationCenterDeductionFromTerritoryInput input) WorkOrderProvider.deduceOperationCenterFromTerritory(OperationCenterDeductionFromTerritoryInput input) WorkOrderEventProvider.deduceOperationCenterFromWorkOrderType(OperationCenterDeductionFromWorkOrderTypeInput input) WorkOrderProvider.deduceOperationCenterFromWorkOrderType(OperationCenterDeductionFromWorkOrderTypeInput input) WorkOrderEventProvider.getActivity(Long activityId) WorkOrderProvider.getActivity(Long activityId) WorkOrderEventProvider.getNextSequenceNumber(WorkOrderSequenceNumberNextInput sequenceNumberInput) WorkOrderProvider.getNextSequenceNumber(WorkOrderSequenceNumberNextInput sequenceNumberInput) WorkOrderEventProvider.getWorkCycle(Long workCycleId) WorkOrderProvider.getWorkCycle(Long workCycleId) WorkOrderEventProvider.getWorkCycleStructures(Long workCycleStructureId) WorkOrderProvider.getWorkCycleStructures(Long workCycleStructureId) WorkOrderEventProvider.getWorkOrderHeader(Long workOrderId) WorkOrderProvider.getWorkOrderHeader(Long workOrderId) WorkOrderEventProvider.getWorkOrderOperation(Long workOrderOperationId) WorkOrderProvider.getWorkOrderOperation(Long workOrderOperationId) WorkOrderEventProvider.getWorkOrderOperationAddresses(List<Long> operationIds) WorkOrderProvider.getWorkOrderOperationAddresses(List<Long> operationIds) WorkOrderEventProvider.getWorkOrderOperationStatus(Long operationStatusId) WorkOrderProvider.getWorkOrderOperationStatus(Long operationStatusId) WorkOrderEventProvider.getWorkOrderOperationType(Long workOrderOperationTypeId) WorkOrderProvider.getWorkOrderOperationType(Long workOrderOperationTypeId) WorkOrderEventProvider.getWorkOrderType(Long workOrderTypeId) WorkOrderProvider.getWorkOrderType(Long workOrderTypeId) WorkOrderEventProvider.getWorkOrderTypeOperationCenterAssignmentCriteria(Long workOrderTypeId) WorkOrderProvider.getWorkOrderTypeOperationCenterAssignmentCriteria(Long workOrderTypeId) WorkOrderEventProvider.insertWorkOrderHeader(BOWorkOrderHeader workOrderHeader) WorkOrderProvider.insertWorkOrderHeader(BOWorkOrderHeader workOrderHeader) voidWorkOrderEventProvider.insertWorkOrderOperationBatch(List<BOWorkOrderOperation> woOperations) voidWorkOrderProvider.insertWorkOrderOperationBatch(List<BOWorkOrderOperation> woOperations) WorkOrderEventProvider.insertWorkOrderSequenceNumber(WorkOrderSequenceNumberInsertInput sequenceNumberInput) WorkOrderProvider.insertWorkOrderSequenceNumber(WorkOrderSequenceNumberInsertInput sequenceNumberInput) voidWorkOrderEventProvider.linkWorkOrderOperations(WorkOrderOperationLinkInput input, PoolKit poolKit) voidWorkOrderProvider.linkWorkOrderOperations(WorkOrderOperationLinkInput input, PoolKit poolKit) voidWorkOrderEventProvider.notifyWorkCycleStructure(NotificationInput<BOWorkCycleStructure> input) voidWorkOrderProvider.notifyWorkCycleStructure(NotificationInput<BOWorkCycleStructure> input) WorkOrderEventProvider.searchActivity(Page page, ActivitySearchFilter searchFilter) WorkOrderEventProvider.searchActivity(ActivitySearchFilter searchFilter) WorkOrderProvider.searchActivity(Page page, ActivitySearchFilter searchFilter) WorkOrderProvider.searchActivity(ActivitySearchFilter searchFilter) WorkOrderEventProvider.searchActivitySkillConfiguration(ActivitySkillConfigurationSearchFilter filter) WorkOrderProvider.searchActivitySkillConfiguration(ActivitySkillConfigurationSearchFilter filter) WorkOrderEventProvider.searchWorkCycleStructures(WorkCycleStructureSearchFilter filter) WorkOrderProvider.searchWorkCycleStructures(WorkCycleStructureSearchFilter filter) WorkOrderEventProvider.searchWorkLoad(Page page, WorkLoadSearchFilter filter) WorkOrderEventProvider.searchWorkLoad(WorkLoadSearchFilter filter) WorkOrderProvider.searchWorkLoad(Page page, WorkLoadSearchFilter filter) WorkOrderProvider.searchWorkLoad(WorkLoadSearchFilter filter) WorkOrderEventProvider.searchWorkLoadDetails(Page page, WorkLoadDetailSearchFilter filter) WorkOrderEventProvider.searchWorkLoadDetails(WorkLoadDetailSearchFilter filter) WorkOrderProvider.searchWorkLoadDetails(Page page, WorkLoadDetailSearchFilter filter) WorkOrderProvider.searchWorkLoadDetails(WorkLoadDetailSearchFilter filter) WorkOrderEventProvider.searchWorkOrderOperation(WorkOrderOperationSearchFilter filterOperation) WorkOrderEventProvider.searchWorkOrderOperation(WorkOrderOperationSearchFilter filterOperation, Order order) WorkOrderProvider.searchWorkOrderOperation(WorkOrderOperationSearchFilter filterOperation) WorkOrderProvider.searchWorkOrderOperation(WorkOrderOperationSearchFilter filterOperation, Order order) WorkOrderEventProvider.searchWorkOrderOperationTypeActivity(WorkOrderOperationTypeActivitySearchFilter filter) WorkOrderProvider.searchWorkOrderOperationTypeActivity(WorkOrderOperationTypeActivitySearchFilter filter) WorkOrderEventProvider.searchWorkOrderSequenceNumber(WorkOrderSequenceNumberSearchFilter filter) WorkOrderProvider.searchWorkOrderSequenceNumber(WorkOrderSequenceNumberSearchFilter filter) WorkOrderEventProvider.searchWorkOrderTypeStructure(WorkOrderTypeStructureSearchFilter filter) WorkOrderProvider.searchWorkOrderTypeStructure(WorkOrderTypeStructureSearchFilter filter) voidWorkOrderEventProvider.unlinkWorkOrderOperations(WorkOrderOperationUnlinkInput input, PoolKit poolKit) voidWorkOrderProvider.unlinkWorkOrderOperations(WorkOrderOperationUnlinkInput input, PoolKit poolKit) WorkOrderEventProvider.unlockWorkOrderOperation(WorkOrderOperationUnlockInput input) WorkOrderProvider.unlockWorkOrderOperation(WorkOrderOperationUnlockInput input) voidWorkOrderEventProvider.updateWorkOrderHeader(BOWorkOrderHeader workOrderHeader, boolean writeHistoryRecord) voidWorkOrderProvider.updateWorkOrderHeader(BOWorkOrderHeader workOrderHeader, boolean writeHistoryRecord) voidWorkOrderEventProvider.updateWorkOrderOperation(BOWorkOrderOperation workOrderOperation, boolean writeHistoryRecord) voidWorkOrderProvider.updateWorkOrderOperation(BOWorkOrderOperation workOrderOperation, boolean writeHistoryRecord) -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.activity
Methods in overit.geocallapp.wfm.workorders.rs1.activity that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOActivity> ActivityService.get(Long activityId, String language, Collection<String> fields) Retrieves the requiredDTOActivityby calling theActivityLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOActivity>> ActivityService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOActivityFilter filter) Returns the collection of all the storedDTOActivityby calling theActivitySearchEvent.org.springframework.http.ResponseEntity<Void> ActivityService.patch(Long activityId, @Valid DTOActivityUpdate newValues) Update an activity by calling theActivityUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> ActivityService.post(@Valid DTOActivityInsert dto) Create a new activity by calling theActivityInsertEvent -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.activity.activityskillconfiguration
Methods in overit.geocallapp.wfm.workorders.rs1.activity.activityskillconfiguration that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> org.springframework.http.ResponseEntity<DTOActivitySkillConfiguration> ActivitySkillConfigurationService.get(Long activityId, Long activitySkillConfigurationId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOActivitySkillConfiguration>> ActivitySkillConfigurationService.getCollection(Long activityId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOActivitySkillConfigurationFilter filter) org.springframework.http.ResponseEntity<Void> ActivitySkillConfigurationService.patch(Long activityId, Long activitySkillConfigurationId, @Valid DTOActivitySkillConfigurationUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ActivitySkillConfigurationService.post(Long activityId, @Valid DTOActivitySkillConfigurationInsert dto) -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.note
Methods in overit.geocallapp.wfm.workorders.rs1.note that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderNote> WorkOrderNoteService.get(Long noteId, String language, Collection<String> fields) Retrieves a specific work order note by calling theWorkOrderNoteLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderNote>> WorkOrderNoteService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOWorkOrderNoteFilter filter) Returns the collection of all the stored work order notes by calling theWorkOrderNoteSearchEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderNoteService.post(@Valid DTOWorkOrderNoteInsert dto) Creates a new work order note by calling theWorkOrderNoteInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.operation
Methods in overit.geocallapp.wfm.workorders.rs1.operation that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> WorkOrderOperationService.batchPatch(Long workOrderId, @Size(min=1,max=100) @Valid List<DTOWorkOrderOperationBatchUpdate> batchInput) Update a batch of work order operations by calling theWorkOrderOperationUpdateBatchEventorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> WorkOrderOperationService.batchPost(Long workOrderId, @Size(min=1,max=100) @Valid List<DTOWorkOrderOperationInsert> batchInput) Create a batch of work order operations by calling theWorkOrderOperationInsertBatchEventorg.springframework.http.ResponseEntity<Void> Cancel the association between the work order and the work order operation by calling theWorkOrderCancelEvent.org.springframework.http.ResponseEntity<DTOWorkOrderOperation> WorkOrderOperationDirectService.get(Long operationId, Collection<String> fields) Retrieves the requiredDTOWorkOrderOperationby calling theWorkOrderOperationLoadEvent.org.springframework.http.ResponseEntity<DTOWorkOrderOperation> WorkOrderOperationService.get(Long workOrderId, Long operationId, Collection<String> fields) Retrieves the requiredDTOWorkOrderOperationby calling theWorkOrderOperationLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperation>> WorkOrderOperationDirectService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderOperationFilter filter) Returns the collection of all the stored operations by calling theWorkOrderOperationSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperation>> WorkOrderOperationService.getCollection(Long workOrderId, @Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderOperationFilter filter) Returns the collection of all the stored work order operations by calling theWorkOrderOperationSearchEvent.org.springframework.http.ResponseEntity<Void> WorkOrderOperationService.patch(Long workOrderId, Long operationId, @Valid DTOWorkOrderOperationUpdate dto) Update a work order operation by calling theWorkOrderOperationUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderOperationService.post(Long workOrderId, @Valid DTOWorkOrderOperationInsert dto) Create a new work order operation by calling theWorkOrderOperationInsertEvent -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.operationRequirement
Methods in overit.geocallapp.wfm.workorders.rs1.operationRequirement that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOperationRequirement> OperationRequirementService.get(Long operationRequirementId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOOperationRequirement>> OperationRequirementService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOOperationRequirementFilter filter) org.springframework.http.ResponseEntity<Void> OperationRequirementService.patch(Long operationRequirementId, @Valid DTOOperationRequirementUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> OperationRequirementService.post(@Valid DTOOperationRequirementInsert dto) -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.operationstatus
Methods in overit.geocallapp.wfm.workorders.rs1.operationstatus that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderOperationStatus> WorkOrderOperationStatusService.get(Long id, Collection<String> fields) Retrieves the requiredDTOWorkOrderOperationStatusby calling theWorkOrderOperationStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperationStatus>> WorkOrderOperationStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderOperationStatusFilter filter) Returns the collection of all the stored work order operation status by calling theWorkOrderOperationStatusSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.operationtype
Methods in overit.geocallapp.wfm.workorders.rs1.operationtype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderOperationType> WorkOrderOperationTypeService.get(Long id, String language, Collection<String> fields) Retrieves the requiredDTOWorkOrderOperationTypeby calling theWorkOrderOperationTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperationType>> WorkOrderOperationTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOWorkOrderOperationTypeFilter filter) Returns the collection of all the stored work order operation types by calling theWorkOrderOperationTypeSearchEvent.org.springframework.http.ResponseEntity<Void> WorkOrderOperationTypeService.patch(Long id, @Valid DTOWorkOrderOperationTypeUpdate dto) Update a work order operation type by calling theWorkOrderOperationTypeUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderOperationTypeService.post(@Valid DTOWorkOrderOperationTypeInsert dto) Create a new work order operation type by calling theWorkOrderOperationTypeInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.operationtypecategory
Methods in overit.geocallapp.wfm.workorders.rs1.operationtypecategory that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderOperationTypeCategory> WorkOrderOperationTypeCategoryService.get(Long workOrderOperationTypeCategoryId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOperationTypeCategory>> WorkOrderOperationTypeCategoryService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOWorkOrderOperationTypeCategoryFilter filter) org.springframework.http.ResponseEntity<Void> WorkOrderOperationTypeCategoryService.patch(Long workOrderOperationTypeCategoryId, @Valid DTOWorkOrderOperationTypeCategoryUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderOperationTypeCategoryService.post(@Valid DTOWorkOrderOperationTypeCategoryInsert dto) -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.origin
Methods in overit.geocallapp.wfm.workorders.rs1.origin that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderOrigin> WorkOrderOriginService.get(Long workOrderOriginId, Collection<String> fields) Retrieves the requiredDTOWorkOrderOriginby calling theWorkOrderOriginLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderOrigin>> WorkOrderOriginService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderOriginFilter filter) Returns the collection of all the stored work order origins by calling theWorkOrderOriginSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.requesttype
Methods in overit.geocallapp.wfm.workorders.rs1.requesttype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTORequestType> RequestTypeService.get(Long requestTypeId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTORequestType>> RequestTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTORequestTypeFilter filter) org.springframework.http.ResponseEntity<Void> RequestTypeService.patch(Long requestTypeId, @Valid DTORequestTypeUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> RequestTypeService.post(@Valid DTORequestTypeInsert dto) -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.servicetype
Methods in overit.geocallapp.wfm.workorders.rs1.servicetype that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOServiceType> ServiceTypeService.get(Long serviceTypeId, String language, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOServiceType>> ServiceTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOServiceTypeFilter filter) org.springframework.http.ResponseEntity<Void> ServiceTypeService.patch(Long serviceTypeId, @Valid DTOServiceTypeUpdate dto) org.springframework.http.ResponseEntity<DTOIdentifier<Long>> ServiceTypeService.post(@Valid DTOServiceTypeInsert dto) -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.status
Methods in overit.geocallapp.wfm.workorders.rs1.status that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderStatus> WorkOrderStatusService.get(Long workOrderStatusId, Collection<String> fields) Retrieves the requiredDTOWorkOrderStatusby calling theWorkOrderStatusLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderStatus>> WorkOrderStatusService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderStatusFilter filter) Returns the collection of all the stored work order status by calling theWorkOrderStatusSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.type
Methods in overit.geocallapp.wfm.workorders.rs1.type that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderType> WorkOrderTypeService.get(Long id, String language, Collection<String> fields) Retrieves the requiredDTOWorkOrderTypeby calling theWorkOrderTypeLoadEvent.org.springframework.http.ResponseEntity<List<DTOWorkorderTypeOperationCenterAssignmentCriteria>> WorkOrderTypeService.getAssigmentCriteria(Long id) Retrieves the requiredDTOWorkorderTypeOperationCenterAssignmentCriteriaassociated to the work order type by calling theWorkOrderTypeOperationCenterAssignmentCriteriaLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderType>> WorkOrderTypeService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOWorkOrderTypeFilter filter) Returns the collection of all the stored work order types by calling theWorkOrderTypeSearchEvent.org.springframework.http.ResponseEntity<Void> WorkOrderTypeService.patch(Long id, @Valid DTOWorkOrderTypeUpdate dto) Update a work order type by calling theWorkOrderTypeUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderTypeService.post(@Valid DTOWorkOrderTypeInsert dto) Create a new work order type by calling theWorkOrderTypeInsertEventorg.springframework.http.ResponseEntity<Void> WorkOrderTypeService.updateAssigmentCriteria(Long id, @Valid DTOWorkorderTypeOperationCenterAssignmentCriteriaUpdate dto) Update an assignment criteria by calling theWorkOrderTypeOperationCenterAssignmentCriteriaSaveEvent -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.type.structure
Methods in overit.geocallapp.wfm.workorders.rs1.type.structure that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Remove relation from work order type and structure by calling theWorkOrderTypeStructureDeleteEvent.org.springframework.http.ResponseEntity<DTOWorkOrderTypeStructure> WorkOrderTypeStructureService.get(Long typeId, Long structureId, Collection<String> fields) Retrieves the required relation from work order type and structure.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderTypeStructure>> WorkOrderTypeStructureService.getCollection(Long typeId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkOrderTypeStructureFilter filter) Retrieve the all stored relations from work order type and structure.org.springframework.http.ResponseEntity<Void> WorkOrderTypeStructureService.patch(Long typeId, Long structureId, @Valid DTOWorkOrderTypeStructureUpdate dto) Update a relation from work order type by and structure id calling theWorkOrderTypeStructureUpdateEventorg.springframework.http.ResponseEntity<Void> WorkOrderTypeStructureService.post(Long typeId, @Valid DTOWorkOrderTypeStructureInsert dto) Create a new relation from work order type by and structure id calling theWorkOrderTypeStructureInsertEvent -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.urgency
Methods in overit.geocallapp.wfm.workorders.rs1.urgency that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkOrderUrgency> WorkOrderUrgencyService.get(Long id, String language, Collection<String> fields) Retrieves the requiredDTOWorkOrderUrgencyby calling theWorkOrderUrgencyLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderUrgency>> WorkOrderUrgencyService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOWorkOrderUrgencyFilter filter) Returns the collection of all the stored work order urgencies by calling theWorkOrderUrgencySearchEvent.org.springframework.http.ResponseEntity<Void> WorkOrderUrgencyService.patch(Long id, @Valid DTOWorkOrderUrgencyUpdate dto) Update a work order urgency by calling theWorkOrderUrgencyUpdateEvent.org.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderUrgencyService.post(@Valid DTOWorkOrderUrgencyInsert dto) Create a new work order urgency by calling theWorkOrderUrgencyInsertEvent. -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.workcycle
Methods in overit.geocallapp.wfm.workorders.rs1.workcycle that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOWorkCycle> Retrieves the requiredDTOWorkCycleby calling theWorkCycleLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkCycle>> WorkCycleService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTOWorkCycleFilter filter) Returns the collection of all the stored work cycles by calling theWorkCycleSearchEvent.org.springframework.http.ResponseEntity<Void> WorkCycleService.patch(Long workCycleId, @Valid DTOWorkCycleUpdate dto) Update a work cycle by calling theWorkCycleUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkCycleService.post(@Valid DTOWorkCycleInsert dto) Create a new work cycle by calling theWorkCycleInsertEvent -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.workcyclestructure
Methods in overit.geocallapp.wfm.workorders.rs1.workcyclestructure that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> Remove a work cycle structure by calling theWorkCycleStructureDeleteEvent.org.springframework.http.ResponseEntity<DTOWorkCycleStructure> WorkCycleStructureService.get(Long workCycleId, Long workCycleStructureId, Collection<String> fields) Retrieves the requiredDTOWorkCycleStructureby calling theWorkCycleStructureLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkCycleStructure>> WorkCycleStructureService.getCollection(Long workCycleId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkCycleStructureFilter filter) Retrieve the all stored work cycle structures. -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.workload
Methods in overit.geocallapp.wfm.workorders.rs1.workload that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PageResponse<DTOWorkLoad>> WorkLoadService.getWorkLoadDistribution(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOWorkLoadFilter filter) Returns the collection of all the stored work loads by calling theWorkLoadSearchEvent. -
Uses of DAException in overit.geocallapp.wfm.workorders.rs1.workorders
Methods in overit.geocallapp.wfm.workorders.rs1.workorders that throw DAExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> WorkOrderService.activation(Long workOrderId) Action to activate the work orderWorkOrderActivationEvent.org.springframework.http.ResponseEntity<Void> Action to cancel a work orderWorkOrderCancelEvent.org.springframework.http.ResponseEntity<Void> WorkOrderService.close(Long workOrderId, @Valid DTOWorkOrderClosure workOrderClosure) Action to close a work orderWorkOrderCloseEvent.org.springframework.http.ResponseEntity<DTOWorkOrderOperationCenter> WorkOrderService.deduceOperationCenter(@Valid DTOWorkOrderOperationCenterDeductionFilter input) Service that tries to find an operation center's id for the given input informationDTOWorkOrderOperationCenterDeductionFilter.org.springframework.http.ResponseEntity<DTOWorkOrderGenerateCodeReponse> WorkOrderService.generateCode(@Valid DTOWorkOrderGenerateCode dto) Action to generate a work order codeWorkOrderGenerateCodeEvent.org.springframework.http.ResponseEntity<DTOWorkOrderHeader> WorkOrderService.get(Long workOrderId, Collection<String> fields) Retrieves the requiredDTOWorkOrderHeaderby calling theWorkOrderHeaderLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderHeader>> WorkOrderService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderHeaderFilter filter) Returns the collection of all the stored work order headers by calling theWorkOrderHeaderSearchEvent.org.springframework.http.ResponseEntity<PageResponse<DTOWorkOrderMeter>> WorkOrderService.getWorkOrderMeters(Long workOrderId, @Valid Page page, Collection<String> fields, String order, @Valid DTOWorkOrderMeterFilter filter) Returns the collection of all the stored meter associated to the specified work order by calling theWorkOrderMeterSearchEvent.org.springframework.http.ResponseEntity<Void> WorkOrderService.operationCenterAssignment(Long id, @Valid DTOWorkOrderOperationCenter dto) Assign a work order operation center by calling theWorkOrderHeaderOperationCenterAssignmentEventorg.springframework.http.ResponseEntity<Void> WorkOrderService.patch(Long id, @Valid DTOWorkOrderHeaderUpdate dto) Update a work order by calling theWorkOrderHeaderUpdateEventorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> WorkOrderService.post(@Valid DTOWorkOrderHeaderInsert dto) Create a new work order by calling theWorkOrderHeaderInsertEventorg.springframework.http.ResponseEntity<Void> WorkOrderService.put(Long workOrderId, @Valid DTOWorkOrderMeterInsert dto) Associate a meter to a specified work order by calling theWorkOrderMeterSaveEventorg.springframework.http.ResponseEntity<Void> WorkOrderService.removeSuspension(Long workOrderId) Action to unlock a work orderWorkOrderUnlockEvent.org.springframework.http.ResponseEntity<Void> Action to lock a work orderWorkOrderLockEvent.org.springframework.http.ResponseEntity<Void> Action to validate a work order.
DATSendMessage.getSystemUserMap(PooledConnection, String)instead.