Class GetAllDynamicPrivilegeServiceImpl

java.lang.Object
com.skava.auth.service.impl.dynamicprivilege.GetAllDynamicPrivilegeServiceImpl
All Implemented Interfaces:
GetAllDynamicPrivilegeService, com.skava.core.EcommService<GetAllDynamicPrivilegeRequest,DynamicPrivilegesResponse>

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