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 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 page
      size - the size
      locale - the locale
      collectionId - the collectionId
      businessId - the businessId
      sort - the sort
      filter - the filter