Class FindAllActionServiceImpl

java.lang.Object
com.skava.service.impl.FindAllActionServiceImpl
All Implemented Interfaces:
com.skava.core.EcommService<CommonRequest,ActionsResponse>, FindAllActionService

@Service public class FindAllActionServiceImpl extends Object implements FindAllActionService
The Class FindAllActionServiceImpl.
This Class is used for find all the Actions based on the provided information.
Author:
Infosys Equinox
  • Constructor Details

    • FindAllActionServiceImpl

      @Autowired public FindAllActionServiceImpl(ActionRepository actionRepository)
      The class constructor.
  • Method Details

    • getValidator

      public List<com.skava.core.validation.ValidatorComponent> getValidator()
      Specified by:
      getValidator in interface com.skava.core.EcommService<CommonRequest,ActionsResponse>
    • process

      @Transactional(readOnly=true) public ActionsResponse process(CommonRequest input)
      Specified by:
      process in interface com.skava.core.EcommService<CommonRequest,ActionsResponse>
    • searchAction

      public List<ActionDomain> searchAction(CommonRequest actionRequest)
      searchAction This function is used to load all the actions present according to the given request parameters
      Parameters:
      actionRequest - the actionRequest
      Returns:
      a list of ActionDomain