Uses of Class
lumis.portal.serviceinterface.ServiceInterfaceException

Packages that use ServiceInterfaceException
lumis.content.service   
lumis.doui.service   
lumis.portal.serviceinterface   
lumis.portlet.container.service   
lumis.service.banner   
lumis.service.chatroom   
lumis.service.comment   
lumis.service.content.wizard   
lumis.service.document   
lumis.service.html   
lumis.service.image   
lumis.service.login   
lumis.service.mailmarketing   
lumis.service.newsletter   
lumis.service.portalmanagement.group   
lumis.service.portalmanagement.serviceinterfaceinstance   
lumis.service.portalmanagement.user   
lumis.service.webpage   
lumis.service.webserviceviewer   
 

Uses of ServiceInterfaceException in lumis.content.service
 

Methods in lumis.content.service that throw ServiceInterfaceException
 void ContentServiceInterface.load(ServiceInterfaceConfig config)
           
 

Uses of ServiceInterfaceException in lumis.doui.service
 

Methods in lumis.doui.service that throw ServiceInterfaceException
 void DouiServiceInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void DouiServiceInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void DouiServiceInterface.renderBefore(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.portal.serviceinterface
 

Methods in lumis.portal.serviceinterface that throw ServiceInterfaceException
 void IServiceInterface.instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
          Called by the service container to indicate that a service interface instance has been added
 void GenericServiceInterface.instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
           
 void IServiceInterface.instanceDeleted(ServiceInterfaceInstanceConfig config)
          Called by the service container to indicate that a service interface instance has been deleted
 void GenericServiceInterface.instanceDeleted(ServiceInterfaceInstanceConfig config)
           
 void IServiceInterface.instanceLoaded(ServiceInterfaceInstanceConfig config)
           
 void GenericServiceInterface.instanceLoaded(ServiceInterfaceInstanceConfig config)
           
 void IServiceInterface.instanceUnLoaded(ServiceInterfaceInstanceConfig config)
          Called by the service container to indicate that a service interface instance is about to be destroyed
 void GenericServiceInterface.instanceUnLoaded(ServiceInterfaceInstanceConfig config)
           
 void IServiceInterface.load(ServiceInterfaceConfig config)
          Called by the service interface container to indicate to a service interface that the service interface is being placed into service.
 void GenericServiceInterface.load(ServiceInterfaceConfig config)
           
 void IServiceInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
          Called by the service interface container to allow the service interface to process an action request.
 void GenericServiceInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void IServiceInterface.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.
 void GenericServiceInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void IServiceInterface.renderBefore(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
          Called by the service interface container before rendering the interface client side.
 void GenericServiceInterface.renderBefore(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void IServiceInterface.unload()
          Called by the service interface container to indicate to a service interface that the service interface is being taken out of service.
 void GenericServiceInterface.unload()
           
 

Uses of ServiceInterfaceException in lumis.portlet.container.service
 

Methods in lumis.portlet.container.service that throw ServiceInterfaceException
 void PortletServiceInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.banner
 

Methods in lumis.service.banner that throw ServiceInterfaceException
 void BannerDouiInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.chatroom
 

Methods in lumis.service.chatroom that throw ServiceInterfaceException
 void ChatRoomParticipateInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void ChatRoomHistoryInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.comment
 

Methods in lumis.service.comment that throw ServiceInterfaceException
 void CommentQuickListServiceInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void CommentListServiceInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.content.wizard
 

Methods in lumis.service.content.wizard that throw ServiceInterfaceException
 void ContentWizardAddServiceInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.document
 

Methods in lumis.service.document that throw ServiceInterfaceException
 void DocumentEditServiceInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.html
 

Methods in lumis.service.html that throw ServiceInterfaceException
 void DisplayHtml.instanceAdded(ServiceInterfaceInstanceConfig interfaceInstanceConfig, ITransaction transaction)
           
 void DisplayHtml.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.image
 

Methods in lumis.service.image that throw ServiceInterfaceException
 void ImageEditServiceInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.login
 

Methods in lumis.service.login that throw ServiceInterfaceException
 void LogoutInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void LoginInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.mailmarketing
 

Methods in lumis.service.mailmarketing that throw ServiceInterfaceException
 void UserSubscriptionInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.newsletter
 

Methods in lumis.service.newsletter that throw ServiceInterfaceException
 void UserSubscriptionInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.group
 

Methods in lumis.service.portalmanagement.group that throw ServiceInterfaceException
 void LocalGroupDouiInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.serviceinterfaceinstance
 

Methods in lumis.service.portalmanagement.serviceinterfaceinstance that throw ServiceInterfaceException
 void ServiceInterfaceHolder.instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
           
 void ServiceInterfaceHolder.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.user
 

Methods in lumis.service.portalmanagement.user that throw ServiceInterfaceException
 void LocalUserDouiInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.webpage
 

Methods in lumis.service.webpage that throw ServiceInterfaceException
 void WebPage.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.webserviceviewer
 

Methods in lumis.service.webserviceviewer that throw ServiceInterfaceException
 void WebServiceViewer.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 



Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.