Package com.skava.accounts.service.impl
Class DeleteTeamServiceImpl
java.lang.Object
com.skava.accounts.service.impl.DeleteTeamServiceImpl
- All Implemented Interfaces:
DeleteTeamService
,com.skava.core.EcommService<TeamRequestInternal,
TeamAPIResponse>
The Class DeleteTeamServiceImpl is used for delete 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) 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
-
DeleteTeamServiceImpl
public DeleteTeamServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="accountservice/team/delete", identifier="request_team.id") public TeamAPIResponse process(TeamRequestInternal request) - Specified by:
process
in interfacecom.skava.core.EcommService<TeamRequestInternal,
TeamAPIResponse>
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<TeamRequestInternal,
TeamAPIResponse>
-