Class UpdateTeamServiceImpl

java.lang.Object
com.skava.accounts.service.impl.UpdateTeamServiceImpl
All Implemented Interfaces:
UpdateTeamService, com.skava.core.EcommService<TeamRequestInternal,TeamAPIResponse>

@Service public class UpdateTeamServiceImpl extends Object implements UpdateTeamService
The Class UpdateTeamServiceImpl is used to update a team based on the provided information.
Author:
Infosys Equinox
  • 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 interface com.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

      public List<com.skava.core.validation.ValidatorComponent> getValidator()
      Specified by:
      getValidator in interface com.skava.core.EcommService<TeamRequestInternal,TeamAPIResponse>