Package com.skava.auth.service.impl.collection


package com.skava.auth.service.impl.collection
Implementation classes to represent the service layer implementations of the collection.
Author:
Infosys Equinox
  • Classes
    Class
    Description
    This service class implements CreateCollectionService and handles the create collection service request, process it and save the details in DB.
    This service class implements GetAllCollectionService and handles the get all collections service request, process it and save the details in DB.
    This service class implements GetCollectionService and handles the get collection service request, process it and save the details in DB.
    This service class implements UpdateCollectionDetailService and handles the update collection service request, process it and save the details in DB.