Package com.skava.model.requests
Class CommonRequest
java.lang.Object
com.skava.core.validation.InputModel
com.skava.model.requests.CommonRequest
- All Implemented Interfaces:
Serializable
public class CommonRequest
extends com.skava.core.validation.InputModel
The Class CommonRequest consists of the request details which will be transfered from
controller to serviceImpl.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCommonRequest
(int page, int size, String locale, long collectionId, long businessId, String sort, String filter) -
Method Summary
-
Constructor Details
-
CommonRequest
public CommonRequest()Default constructor -
CommonRequest
public CommonRequest(int page, int size, String locale, long collectionId, long businessId, String sort, String filter) - Parameters:
page
- the pagesize
- the sizelocale
- the localecollectionId
- the collectionIdbusinessId
- the businessIdsort
- the sortfilter
- the filter
-