Uses of Class
lumis.portal.service.ServiceException

Packages that use ServiceException
lumis.collaboration.chat   
lumis.content.clock   
lumis.content.service   
lumis.doui.service   
lumis.portal.authentication.clock   
lumis.portal.cluster.multiserver Contains the implementation for the portal cluster framework when multi-server environment is enabled. 
lumis.portal.lock.clock   
lumis.portal.sendmail   
lumis.portal.service   
lumis.portal.servicecontainer   
lumis.portal.serviceinterface   
lumis.portal.serviceinterfaceinstance   
lumis.service.banner   
lumis.service.mailmarketing   
lumis.service.navigation   
lumis.service.newsletter   
lumis.service.rss   
 

Uses of ServiceException in lumis.collaboration.chat
 

Methods in lumis.collaboration.chat that throw ServiceException
 void ChatClock.doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
           
 

Uses of ServiceException in lumis.content.clock
 

Methods in lumis.content.clock that throw ServiceException
 void ContentClock.doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
           
 

Uses of ServiceException in lumis.content.service
 

Methods in lumis.content.service that throw ServiceException
 void ContentService.instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
           
 void ContentService.instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
           
 

Uses of ServiceException in lumis.doui.service
 

Methods in lumis.doui.service that throw ServiceException
 void DouiService.autoAddDependencies(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
           
 void DouiService.instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
           
 

Uses of ServiceException in lumis.portal.authentication.clock
 

Methods in lumis.portal.authentication.clock that throw ServiceException
 void SessionClock.doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
           
 

Uses of ServiceException in lumis.portal.cluster.multiserver
 

Methods in lumis.portal.cluster.multiserver that throw ServiceException
 void DeleteExpiredDurableMessagesClock.doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
           
 

Uses of ServiceException in lumis.portal.lock.clock
 

Methods in lumis.portal.lock.clock that throw ServiceException
 void LockClock.doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
           
 

Uses of ServiceException in lumis.portal.sendmail
 

Methods in lumis.portal.sendmail that throw ServiceException
 void SendMailClock.doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
          Calls ISendMailManager.pollMailQueueProcessing().
 

Uses of ServiceException in lumis.portal.service
 

Methods in lumis.portal.service that throw ServiceException
 void IService.autoAddDependencies(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
          Adds service specific dependencies.
 void GenericService.autoAddDependencies(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
           
 Date GenericServiceClock.getNextScheduleTime(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
           
 void IService.instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
          Called by the service container to indicate that a service instance has been added.
 void GenericService.instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
           
 void IService.instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
          Called by the service container to indicate that a service instance is about to be deleted.
 void GenericService.instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
           
 void IService.instanceLoaded(ServiceInstanceConfig config)
          Called by the service container to indicate that a service instance has been loaded
 void GenericService.instanceLoaded(ServiceInstanceConfig config)
           
 void IService.instanceUnloaded(ServiceInstanceConfig config)
          Called by the service container to indicate that a service instance is about to be unloaded
 void GenericService.instanceUnloaded(ServiceInstanceConfig config)
           
 void IService.load(ServiceConfig config)
          Called by the service container to indicate to a service that the service is being activated.
 void GenericService.load(ServiceConfig config)
           
 void IService.unload(ServiceConfig config)
          Called by the service container to indicate to a service that the it is being de-activated.
 void GenericService.unload(ServiceConfig config)
           
 

Uses of ServiceException in lumis.portal.servicecontainer
 

Methods in lumis.portal.servicecontainer that throw ServiceException
 void ServiceContainerRenderResponse.applyStyle(int applyRule, String styleFile)
           
protected  String ServiceContainer.getAccessDeniedOutput(ServiceContainerRenderRequest renderRequest, ITransaction portalTransaction)
           
 int ServiceContainerRenderResponse.getApplyStyleRule()
           
 String ServiceContainerRenderResponse.getStyleFile()
           
 String ServiceContainerRenderResponse.getStyleId()
           
 void ServiceContainer.processServiceInterfaceInstanceAction(ServiceContainerActionRequest actionRequest, ServiceContainerActionResponse actionResponse, ITransaction portalTransaction)
          Processes the action for a service interface instance.
 String ServiceContainer.renderServiceInterfaceInstance(ServiceContainerRenderRequest renderRequest, ServiceContainerRenderResponse renderResponse, ITransaction portalTransaction)
          Renders a single service interface instance.
 void ServiceContainerRenderResponse.setApplyStyleRule(int applyRule)
           
 void ServiceContainerRenderResponse.setStyleId(String styleId)
           
 

Uses of ServiceException in lumis.portal.serviceinterface
 

Methods in lumis.portal.serviceinterface that throw ServiceException
 void IServiceInterfaceRenderResponse.applyStyle(int applyRule, String styleFile)
           
 void IServiceInterfaceRenderResponse.setStyleId(String styleId)
           
 

Uses of ServiceException in lumis.portal.serviceinterfaceinstance
 

Methods in lumis.portal.serviceinterfaceinstance that throw ServiceException
protected  void ServiceInterfaceInstanceControllerHtml.renderOutput(ServiceContainerRenderRequest renderRequest, ServiceContainerRenderResponse renderResponse, ITransaction portalTransaction)
           
 

Uses of ServiceException in lumis.service.banner
 

Methods in lumis.service.banner that throw ServiceException
protected  void BannerController.renderOutput(ServiceContainerRenderRequest renderRequest, ServiceContainerRenderResponse renderResponse, ITransaction portalTransaction)
           
 

Uses of ServiceException in lumis.service.mailmarketing
 

Methods in lumis.service.mailmarketing that throw ServiceException
 void MailMarketingClock.doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
           
 

Uses of ServiceException in lumis.service.navigation
 

Methods in lumis.service.navigation that throw ServiceException
 void NavigationService.instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
           
 

Uses of ServiceException in lumis.service.newsletter
 

Methods in lumis.service.newsletter that throw ServiceException
 void NewsletterClock.doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
           
 

Uses of ServiceException in lumis.service.rss
 

Methods in lumis.service.rss that throw ServiceException
 void RssManager.generateRssXmlFile(SessionConfig sessionConfig, RssConfig rssConfig, String oldPath, ITransaction transaction)
           
 



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