Package com.skava.auth.service.impl.privilege


package com.skava.auth.service.impl.privilege
Implementation classes to represent the service layer implementations of the privilege.
Author:
Infosys Equinox
  • Classes
    Class
    Description
    This service class implements CreatePrivilegeService and handles the create privilege service request, process it and save the details in DB.
    This service class implements DeletePrivilegeService and handles the delete privilege service request, process it and save the details in DB.
    This service class implements GetAllPrivilegeService and handles the load all privileges service request, process it and save the details in DB.
    This service class implements GetPrivilegeService and handles the get privilege service request, process it and save the details in DB.
    This service class implements UpdatePrivilegeService and handles the update privilege service request, process it and save the details in DB.