Package com.skava.accounts.service.impl
Class FindAllTeamServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAllTeamServiceImpl
- All Implemented Interfaces:
FindAllTeamService
,com.skava.core.EcommService<TeamRequestInternal,
TeamsAPIResponse>
The Class FindAllTeamServiceImpl is used for finding all the
teams 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 multiple Team based on given Team identifier.org.springframework.data.domain.Page<TeamEntity>
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
-
FindAllTeamServiceImpl
public FindAllTeamServiceImpl()
-
-
Method Details
-
process
This method is used to load multiple Team based on given Team identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<TeamRequestInternal,
TeamsAPIResponse> - Parameters:
request
- It contains the attributes required for loading Teams.- Returns:
- It returns the
TeamsAPIResponse
. throwsValidateException
if any validation error occurs.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<TeamRequestInternal,
TeamsAPIResponse>
-
search
public org.springframework.data.domain.Page<TeamEntity> search(String filters, org.springframework.data.domain.Pageable pageable, String locale)
-