Uses of Class
com.skava.accounts.service.impl.AccountCommonServices
Packages that use AccountCommonServices
Package
Description
Accounts Service Implementations.
Accounts Utility Implementations.
Accounts Validators Implementations.
-
Uses of AccountCommonServices in com.skava.accounts.service.impl
Fields in com.skava.accounts.service.impl declared as AccountCommonServicesModifier and TypeFieldDescriptionprotected AccountCommonServices
AccountServiceImpl.accountCommonService
The account common service autowired.protected AccountCommonServices
AttributeServiceImpl.accountCommonService
MessageSource.protected AccountCommonServices
FindAccountServiceImpl.accountCommonService
The account common service.protected AccountCommonServices
AccountSellerServiceImpl.accountCommonServices
AccountCommonServicesprotected AccountCommonServices
ContractServiceImpl.contractCommonService
The contract common service.Constructors in com.skava.accounts.service.impl with parameters of type AccountCommonServicesModifierConstructorDescriptionCacheImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, AccountCommonServices commonservices) -
Uses of AccountCommonServices in com.skava.accounts.util
Fields in com.skava.accounts.util declared as AccountCommonServicesModifier and TypeFieldDescriptionprotected AccountCommonServices
FindAccountServiceUtil.accountCommonService
The account common service.Methods in com.skava.accounts.util with parameters of type AccountCommonServicesModifier and TypeMethodDescriptionstatic AccountTypesEntity
CacheUtil.getAccountTypeByIdAndCollectionIdFromCacheOrDb
(long id, Long collectionId, AccountCommonServices accountCommonService) static AccountTypesEntity
CacheUtil.getAccountTypeNameFromCacheOrDB
(long collectionId, long typeId, AccountCommonServices accountCommonService) static AddressesDO
CacheUtil.getAddressByIdAndAccountIdFromCacheOrDb
(long id, long accountId, AccountCommonServices accountCommonService, org.springframework.context.MessageSource messageSource, String locale) static AttributeEntity
CacheUtil.getAttributeFromCacheOrDB
(long collectionId, String attributeId, AccountCommonServices accountCommonService) static Iterable<CollectionAttributesEntity>
CacheUtil.getCollectionAttributeFromCacheOrDB
(AccountCommonServices accountCommonService, CollectionAttributesRepository collectionAttributeRepository) static CollectionsDO
CacheUtil.getCollectionDOFromCacheOrDB
(long collectionId, AccountCommonServices accountCommonService, CollectionsRepository collectionRepository, CollectionAttributesRepository collectionAttributeRepository) static CollectionsEntity
CacheUtil.getCollectionFromCacheOrDB
(long collectionId, long businessId, String locale, AccountCommonServices accountCommonService, CollectionsRepository collectionRepository) static CollectionsEntity
CacheUtil.getCollectionFromCacheOrDB
(long collectionId, AccountCommonServices accountCommonService, CollectionsRepository collectionRepository) static void
ContractsValidateUtil.isValidateStartAndEndDate
(long startDate, long endDate, long accountId, String locale, AccountCommonServices accountCommonService, boolean update, ContractsEntity updateContractEntity) Checks if is validate start and end date.static boolean
CacheUtil.isValidCollection
(long collectionId, long businessId, CollectionsRepository collectionRepository, AccountCommonServices accountCommonServices) isValidCollectionstatic void
AttributeUtil.isValidSequence
(String value, AccountCommonServices accountCommonService, String locale) static AccountRequestInternal
ContractsUtil.validateAccountAttribute
(AccountRequestInternal request, AccountCommonServices accountCommonService) Validate AccountProperties attributestatic AttributeEntity
ContractsUtil.validateAndGetAttributeEntity
(long collectionId, String locale, AccountCommonServices accountCommonService, String attributeId, List<String> attrList) Validate attribute entity is present for attributeId and return itstatic Object
ContractsUtil.validateAttributeValue
(String value, String validationData, AttributeFieldType dataType, AccountCommonServices accountCommonService, String locale) Validate Attribute Valuestatic ContractRequestInternal
ContractsUtil.validateContractAttribute
(ContractRequestInternal request, AccountCommonServices accountCommonService) Validate ContractProperties attributestatic void
QueryDslUtil.validateFilter
(AccountsDO accountDO, com.skava.core.auth.AuthTokenHandler authTokenHandler, AccountCommonServices accountCommonServices) validateFilterstatic AddressesEntity
AddressUtil.validateIfAlreadyDefaultAddressIsPresentForCreate
(AddressesEntity address, AccountCommonServices accountCommonService) validateIfAlreadyDefaultAddressIsPresentstatic AddressesEntity
AddressUtil.validateIfAlreadyDefaultAddressIsPresentForUpdate
(AddressesEntity address, AccountCommonServices accountCommonService) validateIfAlreadyDefaultAddressIsPresentForUpdatestatic AddressesEntity
AddressUtil.validateIfAlreadyDefaultAddressIsPresentForUpdateFalse
(AddressesEntity address, AccountCommonServices accountCommonService) validateIfAlreadyDefaultAddressIsPresentForUpdatestatic void
ContractsUtil.validateRequiredAccountAttributes
(AccountRequestInternal request, AccountCommonServices accountCommonService) Validate Required Account Properties are available in the requeststatic void
ContractsUtil.validateRequiredContractAttributes
(ContractRequestInternal request, AccountCommonServices accountCommonService) Validate Required Contract Properties are available in the requeststatic void
AttributeUtil.validateRequiredUpdateAccountAttributes
(AccountRequestInternal request, AccountCommonServices accountCommonService) Validate Required update Account Properties.static void
ContractsValidateUtil.validateRequiredUpdateContractAttributes
(ContractRequestInternal request, AccountCommonServices accountCommonService) Validate Required update Contract Properties are available in the requestConstructors in com.skava.accounts.util with parameters of type AccountCommonServicesModifierConstructorDescriptionCreateAccountServiceUtil
(AccountCommonServices accountCommonService) Constructor. -
Uses of AccountCommonServices in com.skava.accounts.validators
Fields in com.skava.accounts.validators declared as AccountCommonServicesModifier and TypeFieldDescriptionprotected AccountCommonServices
AccountsValidatorComponent.accountCommonServices