Uses of Class
com.skava.accounts.model.domain.AccountSellerDO
Packages that use AccountSellerDO
Package
Description
Accounts Domain Model Declarations.
Accounts Exchange Model Declarations.
Accounts Exchange Request Model Declarations.
-
Uses of AccountSellerDO in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return AccountSellerDOModifier and TypeMethodDescriptionAccountSellerDO.fromEntity
(AccountSellerEntity accountSeller) From entity. -
Uses of AccountSellerDO in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return AccountSellerDOMethods in com.skava.accounts.model.exchange with parameters of type AccountSellerDOModifier and TypeMethodDescriptionSeller.fromDomainObject
(AccountSellerDO accountSellerDO) From domain object. -
Uses of AccountSellerDO in com.skava.accounts.model.exchange.request
Methods in com.skava.accounts.model.exchange.request that return AccountSellerDOModifier and TypeMethodDescriptionAccountSellerRequestInternal.toDomainObject()
This method is used to convert the object of typeAccountSellerRequestInternal
to AccountSellerDO