Package com.skava.location.service.impl
Class PatchUpdateLocationPropertyServiceImpl
java.lang.Object
com.skava.location.service.impl.PatchUpdateLocationPropertyServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<LocationPropertyRequestInternal,
,LocationPropertiesAPIResponse> PatchUpdateLocationPropertyService
@Service
public class PatchUpdateLocationPropertyServiceImpl
extends Object
implements PatchUpdateLocationPropertyService
The Class PatchUpdateLocationPropertyServiceImpl
- 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
(LocationPropertyRequestInternal request) This method is used to update required field in LocationProperty based on given LocationProperty.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
-
PatchUpdateLocationPropertyServiceImpl
public PatchUpdateLocationPropertyServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="locationservice/locationproperty/patch", identifier="response_locationProperties.name") public LocationPropertiesAPIResponse process(LocationPropertyRequestInternal request) This method is used to update required field in LocationProperty based on given LocationProperty.- Specified by:
process
in interfacecom.skava.core.EcommService<LocationPropertyRequestInternal,
LocationPropertiesAPIResponse> - Parameters:
request
- It contains the attributes required for the update required field in LocationProperty.- Returns:
- It returns the
LocationPropertyResponse
.
-
getValidator
This method is used to validation the given request.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<LocationPropertyRequestInternal,
LocationPropertiesAPIResponse> - Returns:
- It returns the
ValidatorComponent
.
-