Package com.skava.catalog.service.impl
Class PatchUpdateProjectServiceImpl
java.lang.Object
com.skava.catalog.service.impl.PatchUpdateProjectServiceImpl
- All Implemented Interfaces:
PatchUpdateProjectService
,com.skava.core.EcommService<ProjectRequestInternal,
Project>
@Service
public class PatchUpdateProjectServiceImpl
extends Object
implements PatchUpdateProjectService
The Class PatchUpdateProjectServiceImpl
- 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
(ProjectRequestInternal request) This method is used to update required field in Project based on given Project.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
-
PatchUpdateProjectServiceImpl
public PatchUpdateProjectServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="catalogservice/project/patch", identifier="response_identifier") public Project process(ProjectRequestInternal request) This method is used to update required field in Project based on given Project.- Specified by:
process
in interfacecom.skava.core.EcommService<ProjectRequestInternal,
Project> - Parameters:
request
- It contains the attributes required for the update required field in Project.- Returns:
- It returns the
ProjectResponse
.
-
getValidator
This method is used to validation the given request.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<ProjectRequestInternal,
Project> - Returns:
- It returns the
ValidatorComponent
.
-