Class UpdatePrivilegeSetServiceImpl

java.lang.Object
com.skava.auth.service.impl.privilegeset.UpdatePrivilegeSetServiceImpl
All Implemented Interfaces:
UpdatePrivilegeSetService, com.skava.core.EcommService<PrivilegeSetRequest,PrivilegeSetResponse>

@Service @Transactional(propagation=REQUIRED, readOnly=false, noRollbackFor=java.lang.Exception.class) public class UpdatePrivilegeSetServiceImpl extends Object implements UpdatePrivilegeSetService
This service class implements UpdatePrivilegeSetService and handles the update privilege set service request, process it and save the details in DB. It also implements business logic required to update requested privilege set.
Author:
Infosys Equinox
  • Constructor Details

    • UpdatePrivilegeSetServiceImpl

      public UpdatePrivilegeSetServiceImpl()
      The class constructor.
  • Method Details