Uses of Class
lumis.portal.service.ServiceException
-
Packages that use ServiceException Package Description 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.analytics lumis.service.autoadministration lumis.service.banner lumis.service.commentit lumis.service.likeit lumis.service.mailmarketing lumis.service.navigation lumis.service.newsletter lumis.service.pagepersonalization lumis.service.rss lumis.service.tag lumis.service.tagmanager.doui lumis.service.urlredirect lumis.util -
-
Uses of ServiceException in lumis.collaboration.chat
Methods in lumis.collaboration.chat that throw ServiceException Modifier and Type Method Description void
ChatServiceInterfaceResponse. applyStyle(int applyRule, java.lang.String styleFile)
void
ChatClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
void
ChatServiceInterfaceResponse. setStyleId(java.lang.String styleId)
-
Uses of ServiceException in lumis.content.clock
Methods in lumis.content.clock that throw ServiceException Modifier and Type Method Description void
ContentClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ServiceException in lumis.content.service
Methods in lumis.content.service that throw ServiceException Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
MockServiceInterfaceRenderResponse. applyStyle(int applyRule, java.lang.String styleFile)
void
MockServiceInterfaceRenderResponse. setStyleId(java.lang.String styleId)
-
Uses of ServiceException in lumis.portal.authentication.clock
Methods in lumis.portal.authentication.clock that throw ServiceException Modifier and Type Method Description void
SessionClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ServiceException in lumis.portal.cluster.multiserver
Methods in lumis.portal.cluster.multiserver that throw ServiceException Modifier and Type Method Description void
DeleteExpiredDurableMessagesClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ServiceException in lumis.portal.lock.clock
Methods in lumis.portal.lock.clock that throw ServiceException Modifier and Type Method Description void
LockClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ServiceException in lumis.portal.principal.importprincipal
Methods in lumis.portal.principal.importprincipal that throw ServiceException Modifier and Type Method Description 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 Modifier and Type Method Description void
SendMailClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ServiceException in lumis.portal.service
Methods in lumis.portal.service that throw ServiceException Modifier and Type Method Description void
GenericService. autoAddDependencies(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
IService. autoAddDependencies(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
Adds service specific dependencies.java.util.Date
GenericServiceClock. getNextScheduleTime(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
void
GenericService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, 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. instanceDeleted(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. instanceLoaded(ServiceInstanceConfig config)
Deprecated.void
IService. instanceLoaded(ServiceInstanceConfig config)
Deprecated.Since 11.2.0 because this method was never called and may be removed in the future.void
GenericService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldWebRootFolder, IPortalBaseFolder newWebRootFolder, ITransaction transaction)
void
GenericService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IWebsite oldWebsite, IWebsite newWebsite, ITransaction transaction)
default void
IService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, ChannelConfig oldChannel, ChannelConfig newChannel, ITransaction transaction)
Called to indicate the given service instance was moved from a channel to the other channel.void
IService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldWebRootFolder, IPortalBaseFolder newWebRootFolder, ITransaction transaction)
Called to indicate the given service instance has been moved from aweb root base folder
to another one.void
IService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IWebsite oldWebsite, IWebsite newWebsite, ITransaction transaction)
Called to indicate the given service instance has been moved from awebsite
to another one.void
GenericService. instanceUnloaded(ServiceInstanceConfig config)
Deprecated.void
IService. instanceUnloaded(ServiceInstanceConfig config)
Deprecated.Since 11.2.0 because this method was never called and may be removed in the future.void
GenericService. load(ServiceConfig config)
void
IService. load(ServiceConfig config)
Called by the service container to indicate to a service that the service is being activated.void
GenericService. unload(ServiceConfig config)
void
IService. unload(ServiceConfig config)
Called by the service container to indicate to a service that the it is being de-activated. -
Uses of ServiceException in lumis.portal.servicecontainer
Methods in lumis.portal.servicecontainer that throw ServiceException Modifier and Type Method Description void
ServiceContainerRenderResponse. applyStyle(int applyRule, java.lang.String styleFile)
protected java.lang.String
ServiceContainer. getAccessDeniedOutput(ServiceContainerRenderRequest renderRequest, ITransaction portalTransaction)
int
ServiceContainerRenderResponse. getApplyStyleRule()
java.lang.String
ServiceContainerRenderResponse. getStyleFile()
java.lang.String
ServiceContainerRenderResponse. getStyleId()
java.lang.String
ServiceContainer. renderServiceInterfaceInstance(ServiceContainerRenderRequest renderRequest, ServiceContainerRenderResponse renderResponse, ITransaction portalTransaction)
Renders a single service interface instance.void
ServiceContainerRenderResponse. setApplyStyleRule(int applyRule)
void
ServiceContainerRenderResponse. setStyleId(java.lang.String styleId)
-
Uses of ServiceException in lumis.portal.serviceinterface
Methods in lumis.portal.serviceinterface that throw ServiceException Modifier and Type Method Description void
IServiceInterfaceRenderResponse. applyStyle(int applyRule, java.lang.String styleFile)
void
ServiceInterfaceRenderResponseSPIWrapper. applyStyle(int applyRule, java.lang.String styleFile)
void
IServiceInterfaceRenderResponse. setStyleId(java.lang.String styleId)
void
ServiceInterfaceRenderResponseSPIWrapper. setStyleId(java.lang.String styleId)
-
Uses of ServiceException in lumis.portal.serviceinterfaceinstance
Methods in lumis.portal.serviceinterfaceinstance that throw ServiceException Modifier and Type Method Description protected void
ServiceInterfaceInstanceControllerHtml. renderOutput(ServiceContainerRenderRequest renderRequest, ServiceContainerRenderResponse renderResponse, java.util.Map<java.lang.String,java.lang.String> originalMap, ITransaction portalTransaction)
-
Uses of ServiceException in lumis.service.analytics
Methods in lumis.service.analytics that throw ServiceException Modifier and Type Method Description void
AnalyticsService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
AnalyticsService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
AnalyticsService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, ChannelConfig oldChannel, ChannelConfig newChannel, ITransaction transaction)
-
Uses of ServiceException in lumis.service.autoadministration
Methods in lumis.service.autoadministration that throw ServiceException Modifier and Type Method Description void
AutoAdministrationService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
-
Uses of ServiceException in lumis.service.banner
Methods in lumis.service.banner that throw ServiceException Modifier and Type Method Description protected void
BannerController. renderOutput(ServiceContainerRenderRequest renderRequest, ServiceContainerRenderResponse renderResponse, java.util.Map<java.lang.String,java.lang.String> originalMap, ITransaction portalTransaction)
-
Uses of ServiceException in lumis.service.commentit
Methods in lumis.service.commentit that throw ServiceException Modifier and Type Method Description void
CommentItService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
-
Uses of ServiceException in lumis.service.likeit
Methods in lumis.service.likeit that throw ServiceException Modifier and Type Method Description void
LikeItService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
-
Uses of ServiceException in lumis.service.mailmarketing
Methods in lumis.service.mailmarketing that throw ServiceException Modifier and Type Method Description void
MailMarketingClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ServiceException in lumis.service.navigation
Methods in lumis.service.navigation that throw ServiceException Modifier and Type Method Description void
NavigationService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
-
Uses of ServiceException in lumis.service.newsletter
Methods in lumis.service.newsletter that throw ServiceException Modifier and Type Method Description void
NewsletterClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of ServiceException in lumis.service.pagepersonalization
Methods in lumis.service.pagepersonalization that throw ServiceException Modifier and Type Method Description void
PagePersonalizationService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
-
Uses of ServiceException in lumis.service.rss
Methods in lumis.service.rss that throw ServiceException Modifier and Type Method Description void
RssManager. generateRssXmlFile(SessionConfig sessionConfig, RssConfig rssConfig, java.lang.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)
-
Uses of ServiceException in lumis.service.tag
Methods in lumis.service.tag that throw ServiceException Modifier and Type Method Description void
TagService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
-
Uses of ServiceException in lumis.service.tagmanager.doui
Methods in lumis.service.tagmanager.doui that throw ServiceException Modifier and Type Method Description void
TagManagerService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
TagManagerService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
-
Uses of ServiceException in lumis.service.urlredirect
Methods in lumis.service.urlredirect that throw ServiceException Modifier and Type Method Description void
URLRedirectService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
URLRedirectService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IWebsite oldWebsite, IWebsite newWebsite, ITransaction transaction)
-
Uses of ServiceException in lumis.util
Methods in lumis.util that throw ServiceException Modifier and Type Method Description org.w3c.dom.Document
SqlGenerator. getDatabaseDocument(java.lang.String databaseDefinitionDir)
Returns the database document for the given database definition path.
-