public class AnalyticsHolderServiceInterface extends GenericServiceInterface
Constructor and Description |
---|
AnalyticsHolderServiceInterface() |
Modifier and Type | Method and Description |
---|---|
void |
instanceAdded(ServiceInterfaceInstanceConfig config,
ITransaction transaction)
Called by the service container to indicate that a service interface instance has been added
|
void |
render(IServiceInterfaceRenderRequest request,
IServiceInterfaceRenderResponse response)
Called by the service interface container to allow the service interface to generate the
content of the response based on its current state.
|
instanceDeleted, instanceLoaded, instanceUnLoaded, load, processAction, register, renderBefore, unload
public void render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response) throws ServiceInterfaceException, PortalException
IServiceInterface
render
in interface IServiceInterface
render
in class GenericServiceInterface
request
- the render requestresponse
- the render responseServiceInterfaceException
- if the service interface has problems fulfilling the rendering requestPortalException
- if the service interface is unavailable to perform render at this timepublic void instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction) throws ServiceInterfaceException, PortalException
IServiceInterface
instanceAdded
in interface IServiceInterface
instanceAdded
in class GenericServiceInterface
config
- a ServiceInterfaceInstanceConfig
object containing the service
interface instance's configuration and initialization parametersServiceInterfaceException
- if the service interface has problems fulfilling the requestPortalException
- if the service interface is unavailable to process the action at this timeLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.