Class SearchUXRequest
java.lang.Object
com.skava.core.validation.InputModel
com.skava.merchandise.model.exchange.request.SearchUXRequest
- All Implemented Interfaces:
Serializable
public class SearchUXRequest
extends com.skava.core.validation.InputModel
This model contains the fields given by the user/admin to perform the API operation.
The validation operations are done while the category input given being in request model,
then it converted into domain model.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SearchUXRequest
public SearchUXRequest()
-
-
Method Details
-
toCategoryRequestObject
toDomainObject
This method is used convert from category request object to category domain object.
- Returns:
- It returns
CategoryDO
.
-