Uses of Class
overit.geocallapp.wfm.accounts.bl.account.BOAccount
Packages that use BOAccount
Package
Description
-
Uses of BOAccount in overit.geocallapp.wfm.accounts.bl.account.event
Methods in overit.geocallapp.wfm.accounts.bl.account.event that return BOAccountMethods in overit.geocallapp.wfm.accounts.bl.account.event with parameters of type BOAccountModifier and TypeMethodDescriptionvoidAccountInsertInput.setAccount(BOAccount account) Sets theBOAccountto saveConstructors in overit.geocallapp.wfm.accounts.bl.account.event with parameters of type BOAccountModifierConstructorDescriptionAccountUpdateEvent(BOAccount account) Instantiates a new account update eventConstructor parameters in overit.geocallapp.wfm.accounts.bl.account.event with type arguments of type BOAccount -
Uses of BOAccount in overit.geocallapp.wfm.accounts.bl.account.task
Methods in overit.geocallapp.wfm.accounts.bl.account.task with parameters of type BOAccountModifier and TypeMethodDescriptionprotected 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 LongBTAccountInsert.insertAccount(BOAccount account, PoolKit poolKit) Inserts the given account.protected voidUpdates theBOAccountby calling theBTAccountHistoryprotected voidBTAccountInsert.updateTimezone(BOAccount account, PoolKit poolKit) Defines the account time zone and aligns the creation date with it.protected voidValidates the data before the update. -
Uses of BOAccount in overit.geocallapp.wfm.accounts.integration
Methods in overit.geocallapp.wfm.accounts.integration that return BOAccountModifier and TypeMethodDescriptionAccountsEventProvider.loadAccount(Long accountId) AccountsProvider.loadAccount(Long accountId) Methods in overit.geocallapp.wfm.accounts.integration that return types with arguments of type BOAccountModifier and TypeMethodDescriptionAccountsEventProvider.searchAccounts(AccountSearchFilter filter) AccountsProvider.searchAccounts(AccountSearchFilter filter) -
Uses of BOAccount in overit.geocallapp.wfm.core.bl.datacollection.instance.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.instance.task that return types with arguments of type BOAccountModifier and TypeMethodDescriptionBTDataCollectionSheetInstanceExportXlsx.getAccountCache()Returns the account cache. -
Uses of BOAccount in overit.geocallapp.wfm.core.ux.datacollection.sheet
Methods in overit.geocallapp.wfm.core.ux.datacollection.sheet that return types with arguments of type BOAccount -
Uses of BOAccount in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task
Fields in overit.geocallapp.wfm.core.ux.schedule.dailyplan.task with type parameters of type BOAccount