lumis.service.autoadministration
Class HolderServiceInferface

Package class diagram package HolderServiceInferface
java.lang.Object
  extended by lumis.portal.serviceinterface.GenericServiceInterface
      extended by lumis.service.autoadministration.HolderServiceInferface
All Implemented Interfaces:
IServiceInterface

public class HolderServiceInferface
extends GenericServiceInterface

Interface to be replaced when executing the auto administration functionality. This interface has no process actions associated to it. There cannot be more than one instance of this interface per page, even if they are from different service instances.

Since:
7.0.0

Constructor Summary
HolderServiceInferface()
           
 
Method Summary
 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.
 
Methods inherited from class lumis.portal.serviceinterface.GenericServiceInterface
instanceDeleted, instanceLoaded, instanceUnLoaded, load, processAction, register, renderBefore, unload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HolderServiceInferface

public HolderServiceInferface()
Method Detail

render

public void render(IServiceInterfaceRenderRequest request,
                   IServiceInterfaceRenderResponse response)
            throws ServiceInterfaceException,
                   PortalException
Description copied from interface: IServiceInterface
Called by the service interface container to allow the service interface to generate the content of the response based on its current state.

Specified by:
render in interface IServiceInterface
Overrides:
render in class GenericServiceInterface
Parameters:
request - the render request
response - the render response
Throws:
ServiceInterfaceException - if the service interface has problems fulfilling the rendering request
PortalException - if the service interface is unavailable to perform render at this time

instanceAdded

public void instanceAdded(ServiceInterfaceInstanceConfig config,
                          ITransaction transaction)
                   throws ServiceInterfaceException,
                          PortalException
Description copied from interface: IServiceInterface
Called by the service container to indicate that a service interface instance has been added

Specified by:
instanceAdded in interface IServiceInterface
Overrides:
instanceAdded in class GenericServiceInterface
Parameters:
config - a ServiceInterfaceInstanceConfig object containing the service interface instance's configuration and initialization parameters
Throws:
ServiceInterfaceException - if the service interface has problems fulfilling the request
PortalException - if the service interface is unavailable to process the action at this time


Lumisportal  7.0.0.121130 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.