Uses of Class
com.skava.accounts.model.domain.AccountHistoryDO
Packages that use AccountHistoryDO
Package
Description
Accounts Domain Model Declarations.
Accounts Exchange Model Declarations.
Accounts Exchange Request Model Declarations.
-
Uses of AccountHistoryDO in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return AccountHistoryDOModifier and TypeMethodDescriptionAccountHistoryDO.fromEntity
(AccountHistoryEntity accountsHistoryEntity) fromEntity - Used to convert object of typeAccountHistoryEntity
toAccountHistoryDO
-
Uses of AccountHistoryDO in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return AccountHistoryDOModifier and TypeMethodDescriptionAccountHistory.toDomainObject()
toDomainObject - Used to convert object of typeAccountHistory
toAccountHistoryDO
Methods in com.skava.accounts.model.exchange with parameters of type AccountHistoryDOModifier and TypeMethodDescriptionAccountHistory.fromDomainObject
(AccountHistoryDO accountsHistoryDO) fromDomainObject - Used to convert object of typeAccountHistoryDO
toAccountHistory
-
Uses of AccountHistoryDO in com.skava.accounts.model.exchange.request
Methods in com.skava.accounts.model.exchange.request that return AccountHistoryDOModifier and TypeMethodDescriptionAccountHistoryRequestInternal.toDomainObject()
toDomainObject - This method is used to convertAccountHistoryRequestInternal
object toAccountHistoryDO
.