Package com.skava.accounts.service.impl
Class FindTeamServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindTeamServiceImpl
- All Implemented Interfaces:
FindTeamService
,com.skava.core.EcommService<TeamRequestInternal,
TeamAPIResponse>
The Class FindTeamServiceImpl is used to find 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 load single Account based on given Account identifier.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
-
FindTeamServiceImpl
public FindTeamServiceImpl()
-
-
Method Details
-
process
This method is used to load single Account based on given Account identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<TeamRequestInternal,
TeamAPIResponse> - Parameters:
request
- It contains the attributes required for loading Account.- Returns:
- It returns the
TeamAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<TeamRequestInternal,
TeamAPIResponse>
-