Uses of Class
com.skava.accounts.model.domain.CollectionsDO
Packages that use CollectionsDO
Package
Description
Accounts Domain Model Declarations.
Accounts Exchange Model Declarations.
Accounts Exchange Request Model Declarations.
Accounts Utility Implementations.
-
Uses of CollectionsDO in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return CollectionsDOModifier and TypeMethodDescriptionCollectionsDO.fromEntity
(CollectionsEntity collection, CollectionAttributesRepository attributesRepository) fromEntity - Used to convert entity to domain object.CollectionsDO.fromEntity
(CollectionsEntity collection, CollectionAttributesRepository attributesRepository, String service) fromEntity - Used to convert entity to domain object. -
Uses of CollectionsDO in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return CollectionsDOMethods in com.skava.accounts.model.exchange with parameters of type CollectionsDOModifier and TypeMethodDescriptionCollections.fromDomainObject
(CollectionsDO collectionDO) fromDomainObject This function is used to map the params present in objectCollectionsDO
toCollections
-
Uses of CollectionsDO in com.skava.accounts.model.exchange.request
Methods in com.skava.accounts.model.exchange.request that return CollectionsDOModifier and TypeMethodDescriptionCollectionRequestInternal.toDomainObject()
To domain object.- Convert the request object toCollectionsDO
. -
Uses of CollectionsDO in com.skava.accounts.util
Methods in com.skava.accounts.util that return CollectionsDOModifier and TypeMethodDescriptionstatic CollectionsDO
CacheUtil.getCollectionDOFromCacheOrDB
(long collectionId, AccountCommonServices accountCommonService, CollectionsRepository collectionRepository, CollectionAttributesRepository collectionAttributeRepository) Methods in com.skava.accounts.util with parameters of type CollectionsDOModifier and TypeMethodDescriptionstatic CollectionsEntity
CollectionUtil.updateCollectionProperties
(CollectionsEntity collectionEntity, CollectionsDO collectionDO, PropertiesRepository propertyRepository, CollectionsRepository collectionRepository)