public class CommentItService extends GenericService
Modifier and Type | Field and Description |
---|---|
static String |
OBJECT_TYPE_ID_COMMENT
The identifier of
ActivityObjectType that represents the comments generated by this service. |
serviceConfig
Constructor and Description |
---|
CommentItService() |
Modifier and Type | Method and 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.
|
void |
postRegister(SessionConfig sessionConfig,
ServiceConfig serviceConfig,
ITransaction transaction)
Called by the service manager after a service definition is registered.
|
void |
postUnregister(SessionConfig sessionConfig,
ITransaction transaction)
Called by the service manager after a service has been unregistered.
|
autoAddDependencies, deserializeContent, getDefaultServiceInstanceMenu, getResourceClassName, instanceAdded, instanceDeserialized, instanceDeserialized, instanceLoaded, instanceMoved, instanceMoved, instanceSerialized, instanceSerialized, instanceUnloaded, load, preRegister, preUnregister, unload
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkFileAccess
public static final String OBJECT_TYPE_ID_COMMENT
ActivityObjectType
that represents the comments generated by this service.public void instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction) throws ServiceException, PortalException
IService
instanceDeleted
in interface IService
instanceDeleted
in class GenericService
serviceInstanceConfig
- a ServiceInstanceConfig
object containing the
service's configurationServiceException
PortalException
public void postRegister(SessionConfig sessionConfig, ServiceConfig serviceConfig, ITransaction transaction) throws PortalException
IService
postRegister
in interface IService
postRegister
in class GenericService
PortalException
public void postUnregister(SessionConfig sessionConfig, ITransaction transaction) throws PortalException
IService
postUnregister
in interface IService
postUnregister
in class GenericService
sessionConfig
- the user session information.transaction
- transaction for persistence access.PortalException
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.