Package lumis.service.likeit
Class LikeItService
- java.lang.Object
-
- lumis.portal.service.GenericService
-
- lumis.service.likeit.LikeItService
-
- All Implemented Interfaces:
IService
public class LikeItService extends GenericService
Service class for LikeIt. This class ensures that when an instance of this service is deleted, all likes from this service instance are deleted too.- Since:
- 8.0.0
- Version:
- $Revision: 18248 $ $Date: 2016-01-19 16:11:27 -0200 (Tue, 19 Jan 2016) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.service.GenericService
serviceConfig
-
-
Constructor Summary
Constructors Constructor Description LikeItService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
Called by the service container to indicate that a service instance is about to be deleted.-
Methods inherited from class lumis.portal.service.GenericService
autoAddDependencies, deserializeContent, getDefaultServiceInstanceMenu, getResourceClassName, instanceAdded, instanceDeserialized, instanceDeserialized, instanceLoaded, instanceMoved, instanceMoved, instanceSerialized, instanceSerialized, instanceUnloaded, load, postRegister, postUnregister, preRegister, preUnregister, unload
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.portal.service.IService
checkFileAccess, instanceMoved
-
-
-
-
Method Detail
-
instanceDeleted
public void instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction) throws ServiceException, PortalException
Description copied from interface:IService
Called by the service container to indicate that a service instance is about to be deleted.- Specified by:
instanceDeleted
in interfaceIService
- Overrides:
instanceDeleted
in classGenericService
serviceInstanceConfig
- aServiceInstanceConfig
object containing the service's configuration- Throws:
ServiceException
PortalException
-
-