Package com.skava.service.impl


package com.skava.service.impl
Notification service implementations.
Author:
Infosys Equinox
  • Classes
    Class
    Description
    This class is used to consolidate all the services used in multiple app service implementations
    This class has all the cache related functionalities like save to cache, delete from cache and get cache.
    This class is used to consolidate all the services used in multiple collection service implementations
    This class is used to consolidate all the services used in multiple service implementations
    The Class CreateActionServiceImpl.
    This Class is used for creating action based on the provided information.
    The Class CreateCollectionServiceImpl.
    This Class is used for creating collection based on the provided information.
    The Class CreateEventServiceImpl.
    This Class is used for creating event based on the provided information.
    The Class DeleteActionServiceImpl.
    This Class is used for delete an Action based on the provided information.
    The Class DeleteEventServiceImpl.
    This Class is used for delete an Event based on the provided information.
    The Class FindActionServiceImpl.
    This Class is used for find an Action based on the provided information.
    The Class FindAllActionServiceImpl.
    This Class is used for find all the Actions based on the provided information.
    The Class FindAllEventServiceImpl.
    This Class is used for find all the Events based on the provided information.
    The Class FindEventServiceImpl.
    This Class is used for find an Event based on the provided information.
    The Class GetAllCollectionAttributeServiceImpl
    This class is used to load all collection attributes.
    The Class GetAllCollectionServiceImpl.
    This class is used to load all collections.
    The Class GetCollectionPropertyServiceImpl.
    The Class GetCollectionServiceImpl.
    The Class PutUpdatePropertiesServiceImpl.
    This class is used to update the collection properties.
    The Class SendNotificationsServiceImpl.
    This class is used to send notification according to the input.
    UpdateActionServiceImpl
    This class is used to update the action according to the given information.
    The Class UpdateCollectionPropertyServiceImpl.
    This Class is used for updating the collection property based on the provided information.
    The Class UpdateCollectionServiceImpl.
    This class is used to update the collection based on the given id and provided information.
    The class UpdateEventServiceImpl class
    This class is used to update the event according to the given details.