Uses of Class
com.skava.accounts.model.domain.AccountsDO
Packages that use AccountsDO
Package
Description
Accounts Domain Model Declarations.
Accounts Exchange Model Declarations.
Accounts Exchange Request Model Declarations.
Accounts Utility Implementations.
-
Uses of AccountsDO in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return AccountsDOModifier and TypeMethodDescriptionAccountsDO.fromEntity
(AccountsEntity account) fromEntityAccountsDO.fromEntity
(AccountsEntity account, String service) This method is used to set collcetionDO's Id from entity. -
Uses of AccountsDO in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return AccountsDOModifier and TypeMethodDescriptionAccounts.toDomainObject()
toDomainObject This function is used to map the params present in objectAccounts
toAccountsDO
Methods in com.skava.accounts.model.exchange with parameters of type AccountsDOModifier and TypeMethodDescriptionAccounts.fromDomainObject
(AccountsDO accountDO) This function is used to map the params present in objectAccountsDO
toAccounts
-
Uses of AccountsDO in com.skava.accounts.model.exchange.request
Methods in com.skava.accounts.model.exchange.request that return AccountsDOModifier and TypeMethodDescriptionAccountRequestInternal.toDomainObject()
This method is used to convert to accountDO object from Account Request object. -
Uses of AccountsDO in com.skava.accounts.util
Methods in com.skava.accounts.util that return AccountsDOModifier and TypeMethodDescriptionCreateAccountServiceUtil.create
(AccountsDO accountDO) This method is used to create Account based on given Account Request.FindAccountServiceUtil.findById
(AccountsDO accountDO) This method is used to find Account based on given Account Request identifier.Methods in com.skava.accounts.util with parameters of type AccountsDOModifier and TypeMethodDescriptionCreateAccountServiceUtil.create
(AccountsDO accountDO) This method is used to create Account based on given Account Request.static void
AccountHistoryUtil.createAccountHistory
(AccountsDO accountsDO, String beforeStatus, String type, long userId, AccountHistoryRepository accountHistoryRepository) createAccountHistory - used to create an entry in the account history table.void
CreateAccountServiceUtil.createCostCentreAndTeam
(AccountsDO accountDO, AccountsEntity account, List<CostCentreDO> costCentreDO, List<TeamDO> teamDO) FindAccountServiceUtil.findById
(AccountsDO accountDO) This method is used to find Account based on given Account Request identifier.void
FindAccountServiceTeamUtil.setAccountTeam
(AccountsDO accountDO, AccountsDO account) This method is used to find Account based on given Account Request identifier.static void
QueryDslUtil.validateFilter
(AccountsDO accountDO, com.skava.core.auth.AuthTokenHandler authTokenHandler, AccountCommonServices accountCommonServices) validateFilter