Class CollectionRequestInternal
java.lang.Object
com.skava.core.validation.InputModel
com.skava.accounts.model.exchange.request.RequestInternal
com.skava.accounts.model.exchange.request.CollectionRequestInternal
- All Implemented Interfaces:
Serializable
The Class CollectionRequestInternal consists of the request details which will be transfered from
controller to serviceImpl.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionRequestInternal
(long id, int page, int size, String filter, String sort) -
Method Summary
Modifier and TypeMethodDescriptionTo domain object.- Convert the request object toCollectionsDO
.
-
Constructor Details
-
CollectionRequestInternal
-
-
Method Details
-
toDomainObject
To domain object.- Convert the request object toCollectionsDO
.- Returns:
- the converted collectionDO object of the type
CollectionsDO
.
-