Uses of Class
com.skava.accounts.model.exchange.request.AccountRequestInternal
Packages that use AccountRequestInternal
Package
Description
Accounts Service Implementations.
Accounts Utility Implementations.
-
Uses of AccountRequestInternal in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl with parameters of type AccountRequestInternalModifier and TypeMethodDescriptionCreateAccountServiceImpl.process
(AccountRequestInternal request) This method is used to create Account based on given Account request object.DeleteAccountServiceImpl.process
(AccountRequestInternal request) FindAccountServiceImpl.process
(AccountRequestInternal request) This method is used to load single Account based on given Account identifier.FindAllAccountServiceImpl.process
(AccountRequestInternal request) This method is used to load all Account based on given Account.UpdateAccountServiceImpl.process
(AccountRequestInternal request) This method is used to update all field in Account based on given Account. -
Uses of AccountRequestInternal in com.skava.accounts.util
Methods in com.skava.accounts.util that return AccountRequestInternalModifier and TypeMethodDescriptionstatic AccountRequestInternal
ContractsUtil.validateAccountAttribute
(AccountRequestInternal request, AccountCommonServices accountCommonService) Validate AccountProperties attributeMethods in com.skava.accounts.util with parameters of type AccountRequestInternalModifier and TypeMethodDescriptionstatic List<AccountProperties>
CreateAccountServiceUtil.modifyPropertyList
(AccountRequestInternal request, Accounts accountResponse) modifyPropertyListstatic AccountRequestInternal
ContractsUtil.validateAccountAttribute
(AccountRequestInternal request, AccountCommonServices accountCommonService) Validate AccountProperties attributestatic void
ContractsUtil.validateRequiredAccountAttributes
(AccountRequestInternal request, AccountCommonServices accountCommonService) Validate Required Account Properties are available in the requeststatic void
AttributeUtil.validateRequiredUpdateAccountAttributes
(AccountRequestInternal request, AccountCommonServices accountCommonService) Validate Required update Account Properties.