Uses of Class
com.skava.accounts.model.domain.DocumentsDO
Packages that use DocumentsDO
Package
Description
Accounts Domain Model Declarations.
Accounts Exchange Model Declarations.
Accounts Exchange Request Model Declarations.
-
Uses of DocumentsDO in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return DocumentsDOModifier and TypeMethodDescriptionDocumentsDO.fromEntity
(DocumentsEntity document) fromEntity - Used to convert domain object to entity. -
Uses of DocumentsDO in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange that return DocumentsDOModifier and TypeMethodDescriptionDocuments.toDomainObject()
This function is used to map the params present in objectDocuments
toDocumentsDO
Methods in com.skava.accounts.model.exchange with parameters of type DocumentsDOModifier and TypeMethodDescriptionDocuments.fromDomainObject
(DocumentsDO documentDO) This function is used to map the params present in objectDocumentsDO
toDocuments
-
Uses of DocumentsDO in com.skava.accounts.model.exchange.request
Methods in com.skava.accounts.model.exchange.request that return DocumentsDOModifier and TypeMethodDescriptionDocumentRequestInternal.toDomainObject()
This method is used to convert to DocumentsDO from Documents Request.