Uses of Class
com.skava.accounts.model.domain.PropertiesDO
Packages that use PropertiesDO
Package
Description
Accounts Domain Model Declarations.
Accounts Exchange Model Declarations.
Accounts Exchange Request Model Declarations.
Accounts Utility Implementations.
-
Uses of PropertiesDO in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return PropertiesDOModifier and TypeMethodDescriptionPropertiesDO.fromEntity
(PropertiesEntity properties, CollectionAttributesRepository attributesRepository) fromEntity - Used to convert entity to domain object. -
Uses of PropertiesDO in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return PropertiesDOModifier and TypeMethodDescriptionProperties.toDomainObject()
toDomainObject This function is used to map the params present in objectProperties
toPropertiesDO
Methods in com.skava.accounts.model.exchange with parameters of type PropertiesDOModifier and TypeMethodDescriptionProperties.fromDomainObject
(PropertiesDO propertiesDO) fromDomainObject This function is used to map the params present in objectPropertiesDO
toProperties
-
Uses of PropertiesDO in com.skava.accounts.model.exchange.request
Methods in com.skava.accounts.model.exchange.request that return PropertiesDOModifier and TypeMethodDescriptionPropertiesRequestInternal.toDomainObject()
This method is used to convert propertiesDO from propertiesRequest. -
Uses of PropertiesDO in com.skava.accounts.util
Method parameters in com.skava.accounts.util with type arguments of type PropertiesDOModifier and TypeMethodDescriptionAttributeUtil.getPropertiesFromCollection
(List<PropertiesDO> properties)