Class FindAllCreativeServiceImpl
java.lang.Object
com.skava.merchandise.service.impl.FindAllCreativeServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CreativeRequestInternal,
,CreativesResponse> FindAllCreativeService
This Class is used to convert the request given into domain model
and pass it to process where the find all operation for creative happen.
After the operation completion it gets the result and convert the domain model
into response object, then returns the response model.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
This method is used to validate the given mandatory request fields and its length.process
(CreativeRequestInternal request) This method is used to convert the given creative request model into domain model and pass it to creative process to process find all creative operation by given collection Id and filters, then convert the domain model to response model to return.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
FindAllCreativeServiceImpl
public FindAllCreativeServiceImpl()
-
-
Method Details
-
process
This method is used to convert the given creative request model into domain model and pass it to creative process to process find all creative operation by given collection Id and filters, then convert the domain model to response model to return.- Specified by:
process
in interfacecom.skava.core.EcommService<CreativeRequestInternal,
CreativesResponse> - Parameters:
request
- It contains the attributes required for the find all operation of creative.- Returns:
CreativesResponse
-
getValidator
This method is used to validate the given mandatory request fields and its length.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CreativeRequestInternal,
CreativesResponse> - Returns:
List
<ValidatorComponent
>
-