Uses of Class
com.skava.accounts.model.exchange.request.ContractRequestInternal
Packages that use ContractRequestInternal
Package
Description
Accounts Service Implementations.
Accounts Utility Implementations.
-
Uses of ContractRequestInternal in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl with parameters of type ContractRequestInternalModifier and TypeMethodDescriptionCreateContractServiceImpl.process
(@Valid ContractRequestInternal request) This method is used to create a Contract based on given Contract request Object.DeleteContractServiceImpl.process
(ContractRequestInternal request) FindAllContractsServiceImpl.process
(ContractRequestInternal request) This method is used to load all contracts based on given contracts.FindContractServiceImpl.process
(ContractRequestInternal request) This method is used to load single Account based on given Account identifier.UpdateContractServiceImpl.process
(@Valid ContractRequestInternal request) This method is used to create Account based on given Account. -
Uses of ContractRequestInternal in com.skava.accounts.util
Methods in com.skava.accounts.util that return ContractRequestInternalModifier and TypeMethodDescriptionstatic ContractRequestInternal
ContractsUtil.validateContractAttribute
(ContractRequestInternal request, AccountCommonServices accountCommonService) Validate ContractProperties attributeMethods in com.skava.accounts.util with parameters of type ContractRequestInternalModifier and TypeMethodDescriptionstatic List<ContractProperties>
CreateContractServiceutil.modifyPropertyList
(ContractRequestInternal request, Contracts contractResponse) modifyPropertyListstatic ContractRequestInternal
ContractsUtil.validateContractAttribute
(ContractRequestInternal request, AccountCommonServices accountCommonService) Validate ContractProperties attributestatic void
ContractsUtil.validateRequiredContractAttributes
(ContractRequestInternal request, AccountCommonServices accountCommonService) Validate Required Contract Properties are available in the requeststatic void
ContractsValidateUtil.validateRequiredUpdateContractAttributes
(ContractRequestInternal request, AccountCommonServices accountCommonService) Validate Required update Contract Properties are available in the request