Package com.skava.accounts.service.impl
Class UpdateTeamServiceImpl
java.lang.Object
com.skava.accounts.service.impl.UpdateTeamServiceImpl
- All Implemented Interfaces:
UpdateTeamService
,com.skava.core.EcommService<TeamRequestInternal,
TeamAPIResponse>
The Class UpdateTeamServiceImpl is used to update
a team based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(TeamRequestInternal request) This method is used to update all field in Team based on given Team.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
-
UpdateTeamServiceImpl
public UpdateTeamServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="accountservice/team/patch", identifier="response_team.id") public TeamAPIResponse process(TeamRequestInternal request) This method is used to update all field in Team based on given Team.- Specified by:
process
in interfacecom.skava.core.EcommService<TeamRequestInternal,
TeamAPIResponse> - Parameters:
request
- It contains the attributes required for the update all field in Team.- Returns:
- It returns the
TeamAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<TeamRequestInternal,
TeamAPIResponse>
-