Package com.skava.auth.service.impl.userattribute


package com.skava.auth.service.impl.userattribute
Implementation classes to represent the service layer implementations of the user attribute.
Author:
Infosys Equinox
  • Classes
    Class
    Description
    This service class implements CreateUserAttributeService and handles the create user attribute service request, process it and save the details in DB.
    This serivce class implements DeleteUserAttributeService and handles the delete user attribute service request, process it and delete from DB.
    This serivce class implements GetAllUserAttributeService and handles the retrieve all user attribute service request, process it and retrieve the details from DB.
    This serivce class implements GetAllUserAttributeService and handles the retrieve user attribute service request, process it and retrieve the details from DB.
    This service class implements UpdateUserAttributeService and handles the update user attribute service request, process it and save the details in DB.