Uses of Class
lumis.portal.service.ServiceException

Packages that use ServiceException
lumis.collaboration.chat   
lumis.content.clock   
lumis.content.service   
lumis.doui.service   
lumis.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces. 
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.principal.importprincipal   
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.pagepersonalization   
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.lptf.portal.serviceinterface
 

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

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.principal.importprincipal
 

Methods in lumis.portal.principal.importprincipal that throw ServiceException
 void ImportPrincipalClock.doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
          Scheduled method that executes the automatic run of the read/write principals operation.
 

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.instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldWebRootFolder, IPortalBaseFolder newWebRootFolder, ITransaction transaction)
          Called to indicate the given service instance has been moved from a web root base folder to another one.
 void GenericService.instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldWebRootFolder, IPortalBaseFolder newWebRootFolder, ITransaction transaction)
           
 void IService.instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IWebsite oldWebsite, IWebsite newWebsite, ITransaction transaction)
          Called to indicate the given service instance has been moved from a website to another one.
 void GenericService.instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IWebsite oldWebsite, IWebsite newWebsite, ITransaction transaction)
           
 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()
           
 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.pagepersonalization
 

Methods in lumis.service.pagepersonalization that throw ServiceException
 void PagePersonalizationService.instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
           
 

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)
           
 void RssService.instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, ITransaction transaction)
           
 void RssService.instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldWebRootFolder, IPortalBaseFolder newWebRootFolder, ITransaction transaction)
           
 void RssService.instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IWebsite oldWebsite, IWebsite newWebsite, ITransaction transaction)
           
 



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