Package com.skava.catalog.service.impl
Class UpdateProductPropertyServiceImpl
java.lang.Object
com.skava.catalog.service.impl.UpdateProductPropertyServiceImpl
- All Implemented Interfaces:
UpdateProductPropertyService
,com.skava.core.EcommService<ProductPropertyRequestInternal,
ProductPropertiesAPIResponse>
@Service
public class UpdateProductPropertyServiceImpl
extends Object
implements UpdateProductPropertyService
The Class UpdateProductPropertyServiceImpl
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
This method is used to validation the given request.process
(ProductPropertyRequestInternal requestInternal) This method is used to update all field in ProductProperty based on given ProductProperty.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
-
UpdateProductPropertyServiceImpl
public UpdateProductPropertyServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="catalogservice/productproperty/update", identifier="response_productProperties.attributeId") public ProductPropertiesAPIResponse process(ProductPropertyRequestInternal requestInternal) This method is used to update all field in ProductProperty based on given ProductProperty.- Specified by:
process
in interfacecom.skava.core.EcommService<ProductPropertyRequestInternal,
ProductPropertiesAPIResponse> - Parameters:
requestInternal
- It contains the attributes required for the update all field in ProductProperty.- Returns:
- It returns the
ProductPropertyResponse
.
-
getValidator
This method is used to validation the given request.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<ProductPropertyRequestInternal,
ProductPropertiesAPIResponse> - Returns:
- It returns the
ValidatorComponent
.
-