Package com.skava.web


package com.skava.web
Notification Controller classes. Service end points.
Author:
Infosys Equinox
  • Classes
    Class
    Description
    The Class Action controller -
    The controller class has service end points to process action entity like create, update, find, findAll and delete.
    The Cache Controller -
    This controller class provides API's to clear the cache based on cachenames and cachekeys.
    The CollectionAttributeController class -
    The controller class has service end points to load all the CollectionAttributes.
    The Class CollectionController -
    This controller class contains service end-points that are used to perform actions as follows, Create Collection,Get All Collections,Get Collection By id, Update Collection and Delete Collection on the Collection Entity.
    The Class CollectionPropertyController -
    The controller class has service end points to process CollectionProperty entity.
    The class Event Controller -
    The controller class has service end points to process Event entity like create, update, get, getAll and delete.
    The Class NotificationController -
    Main controller class for Notification which provides methods to send notification using mail or sms.
    This controller class contains service end-point that is used to check if microservice is responsing to requests.