Class GetPrivilegesOfPrivilegeSetServiceImpl

java.lang.Object
com.skava.auth.service.impl.privilegeset.GetPrivilegesOfPrivilegeSetServiceImpl
All Implemented Interfaces:
GetPrivilegesOfPrivilegeSetService, com.skava.core.EcommService<GetPrivilegeSetRequest,PrivilegesResponse>

@Service @Transactional(propagation=REQUIRED, readOnly=false, noRollbackFor=java.lang.Exception.class) public class GetPrivilegesOfPrivilegeSetServiceImpl extends Object implements GetPrivilegesOfPrivilegeSetService
This service class implements GetPrivilegesOfPrivilegeSetService and handles the load all privileges from a privilege set service request, process it and save the details in DB. It also implements business logic required to load all privileges from a privilege set.
Author:
Infosys Equinox