Class GetRolesOfAuthGroupServiceImpl

java.lang.Object
com.skava.auth.service.impl.authgroup.GetRolesOfAuthGroupServiceImpl
All Implemented Interfaces:
GetRolesOfAuthGroupService, com.skava.core.EcommService<AuthGroupIdRequest,RolesResponse>

@Service @Transactional(propagation=REQUIRED, readOnly=false, noRollbackFor=java.lang.Exception.class) public class GetRolesOfAuthGroupServiceImpl extends Object implements GetRolesOfAuthGroupService
This service class implements GetRolesOfAuthGroupService and handles the get roles of auth group service request, process it and save the details in DB. It also implements business logic required to get roles of auth group.
Author:
Infosys Equinox
  • Constructor Details

    • GetRolesOfAuthGroupServiceImpl

      public GetRolesOfAuthGroupServiceImpl()
      The class constructor.
  • Method Details