Package com.skava.auth.service.impl.groupattribute
package com.skava.auth.service.impl.groupattribute
Implementation classes to represent the service layer implementations of the group attribute.
- Author:
- Infosys Equinox
-
ClassesClassDescriptionThis service class implements CreateGroupAttributeService and handles the create group attribute service request, process it and save the details in DB.This service class implements DeleteGroupAttributeService and handles the delete group attribute service request, process it and save the details in DB.This service class implements GetAllGroupAttributeService and handles the load all group attributes service request, process it and save the details in DB.This service class implements GetGroupAttributeService and handles the load group attribute service request, process it and save the details in DB.This service class implements UpdateGroupAttributeService and handles the update group attribute service request, process it and save the details in DB.