Uses of Class
lumis.portal.serviceinterface.ServiceInterfaceException
-
-
Uses of ServiceInterfaceException in lumis.content.service
Methods in lumis.content.service that throw ServiceInterfaceException Modifier and Type Method Description void
ContentServiceInterface. load(ServiceInterfaceConfig config)
void
ContentServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.doui.service
Methods in lumis.doui.service that throw ServiceInterfaceException Modifier and Type Method Description void
DouiServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
Called by the service interface container to allow the service interface to process an action request.void
DouiServiceInterface. 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
DouiServiceInterface. renderBefore(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Called by the service interface container before rendering the interface client side. -
Uses of ServiceInterfaceException in lumis.portal.serviceinterface
Methods in lumis.portal.serviceinterface that throw ServiceInterfaceException Modifier and Type Method Description void
GenericServiceInterface. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
void
IServiceInterface. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
Called by the service container to indicate that a service interface instance has been addedvoid
GenericServiceInterface. instanceDeleted(ServiceInterfaceInstanceConfig config)
void
IServiceInterface. instanceDeleted(ServiceInterfaceInstanceConfig config)
Called by the service container to indicate that a service interface instance has been deletedvoid
GenericServiceInterface. instanceLoaded(ServiceInterfaceInstanceConfig config)
void
IServiceInterface. instanceLoaded(ServiceInterfaceInstanceConfig config)
void
GenericServiceInterface. instanceUnLoaded(ServiceInterfaceInstanceConfig config)
void
IServiceInterface. instanceUnLoaded(ServiceInterfaceInstanceConfig config)
Called by the service container to indicate that a service interface instance is about to be destroyedvoid
GenericServiceInterface. load(ServiceInterfaceConfig 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. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
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. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse 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
StyledServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
GenericServiceInterface. renderBefore(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. unload()
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. -
Uses of ServiceInterfaceException in lumis.portlet.container.service
Methods in lumis.portlet.container.service that throw ServiceInterfaceException Modifier and Type Method Description void
PortletServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.activitystream
Methods in lumis.service.activitystream that throw ServiceInterfaceException Modifier and Type Method Description void
ActivityStreamServiceInterface. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
void
NotificationsServiceInterface. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
-
Uses of ServiceInterfaceException in lumis.service.analytics
Methods in lumis.service.analytics that throw ServiceInterfaceException Modifier and Type Method Description void
AnalyticsHolderServiceInterface. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
void
AnalyticsHolderServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.autoadministration
Methods in lumis.service.autoadministration that throw ServiceInterfaceException Modifier and Type Method Description void
HolderServiceInterface. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
void
HolderServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.banner
Methods in lumis.service.banner that throw ServiceInterfaceException Modifier and Type Method Description void
BannerDouiInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.categorization
Methods in lumis.service.categorization that throw ServiceInterfaceException Modifier and Type Method Description void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.chatroom
Methods in lumis.service.chatroom that throw ServiceInterfaceException Modifier and Type Method Description void
ChatRoomHistoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
ChatRoomParticipateInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.comment
Methods in lumis.service.comment that throw ServiceInterfaceException Modifier and Type Method Description void
CommentListServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
CommentQuickListServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.community
Methods in lumis.service.community that throw ServiceInterfaceException Modifier and Type Method Description void
CommunityAdministratorAddServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
CommunityEditServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
CommunityMembershipRequestsServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
CommunityAdministratorAddServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
CommunityEditServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
CommunityMembershipRequestsServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.content.preview
Methods in lumis.service.content.preview that throw ServiceInterfaceException Modifier and Type Method Description void
PreviewContentInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
PreviewServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.content.version
Methods in lumis.service.content.version that throw ServiceInterfaceException Modifier and Type Method Description void
SelectVersionInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectVersionInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.content.wizard
Methods in lumis.service.content.wizard that throw ServiceInterfaceException Modifier and Type Method Description void
EditFieldsServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
EditFieldsServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.document
Methods in lumis.service.document that throw ServiceInterfaceException Modifier and Type Method Description void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
DocumentEditServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.doui.fields
Methods in lumis.service.doui.fields that throw ServiceInterfaceException Modifier and Type Method Description void
FieldsInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
FieldsInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.doui.filters
Methods in lumis.service.doui.filters that throw ServiceInterfaceException Modifier and Type Method Description void
FiltersInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
FiltersInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.doui.maxrows
Methods in lumis.service.doui.maxrows that throw ServiceInterfaceException Modifier and Type Method Description void
MaxRowsInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
MaxRowsInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.doui.orderby
Methods in lumis.service.doui.orderby that throw ServiceInterfaceException Modifier and Type Method Description void
OrderByInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
OrderByInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.doui.positionfield
Methods in lumis.service.doui.positionfield that throw ServiceInterfaceException Modifier and Type Method Description void
PositionFieldOrderInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
PositionFieldOrderInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.doui.publisherfilters
Methods in lumis.service.doui.publisherfilters that throw ServiceInterfaceException Modifier and Type Method Description void
PublisherFilterInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
PublisherFilterSelectMetaDataContentInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
PublisherFilterInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
PublisherFilterSelectMetaDataContentInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.emailtemplaterepository
Methods in lumis.service.emailtemplaterepository that throw ServiceInterfaceException Modifier and Type Method Description void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.html
Methods in lumis.service.html that throw ServiceInterfaceException Modifier and Type Method Description void
DisplayHtml. instanceAdded(ServiceInterfaceInstanceConfig interfaceInstanceConfig, ITransaction transaction)
void
DisplayHtml. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.htmlcontent
Methods in lumis.service.htmlcontent that throw ServiceInterfaceException Modifier and Type Method Description void
HtmlContentDetailsInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Ajax to Html content resource when render service interface is called. -
Uses of ServiceInterfaceException in lumis.service.login
Methods in lumis.service.login that throw ServiceInterfaceException Modifier and Type Method Description void
LoginInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
LogoutInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.mailmarketing
Methods in lumis.service.mailmarketing that throw ServiceInterfaceException Modifier and Type Method Description void
UserSubscriptionInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.media
Methods in lumis.service.media that throw ServiceInterfaceException Modifier and Type Method Description void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
MediaEditServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.newsletter
Methods in lumis.service.newsletter that throw ServiceInterfaceException Modifier and Type Method Description void
UserSubscriptionInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.pageblockviewer
Methods in lumis.service.pageblockviewer that throw ServiceInterfaceException Modifier and Type Method Description void
PageBlockViewInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.pagepersonalization
Methods in lumis.service.pagepersonalization that throw ServiceInterfaceException Modifier and Type Method Description void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.pagepersonalization.doui.serviceinterface
Methods in lumis.service.pagepersonalization.doui.serviceinterface that throw ServiceInterfaceException Modifier and Type Method Description void
WidgetListServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.build
Methods in lumis.service.portalmanagement.build that throw ServiceInterfaceException Modifier and Type Method Description void
BuildInformationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
Deprecated.void
BuildInformationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Deprecated. -
Uses of ServiceInterfaceException in lumis.service.portalmanagement.channel
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.channelacl
Methods in lumis.service.portalmanagement.channelacl that throw ServiceInterfaceException Modifier and Type Method Description void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.channeltemplate
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.content.analytics
Methods in lumis.service.portalmanagement.content.analytics that throw ServiceInterfaceException Modifier and Type Method Description void
ContentGoogleAnalyticsInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
ServiceInstanceGoogleAnalyticsInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.group
Methods in lumis.service.portalmanagement.group that throw ServiceInterfaceException Modifier and Type Method Description void
ConfigureDatabaseViewGroupServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
LocalGroupDouiInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
MemberGroupsInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
ConfigureDatabaseViewGroupServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
LocalGroupDouiInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
MemberGroupsInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.groupacl
Methods in lumis.service.portalmanagement.groupacl that throw ServiceInterfaceException Modifier and Type Method Description void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.localgroup
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.localuser
Methods in lumis.service.portalmanagement.localuser that throw ServiceInterfaceException Modifier and Type Method Description void
AddInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
EditInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AddInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
EditInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.page
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.pageacl
Methods in lumis.service.portalmanagement.pageacl that throw ServiceInterfaceException Modifier and Type Method Description void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.pagetemplate
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.pagetemplateacl
Methods in lumis.service.portalmanagement.pagetemplateacl that throw ServiceInterfaceException Modifier and Type Method Description void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.portalacl
Methods in lumis.service.portalmanagement.portalacl that throw ServiceInterfaceException Modifier and Type Method Description void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.project
Methods in lumis.service.portalmanagement.project that throw ServiceInterfaceException Modifier and Type Method Description void
CreateProjectServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
CreateProjectServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.repository
Methods in lumis.service.portalmanagement.repository that throw ServiceInterfaceException Modifier and Type Method Description void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.serialization
Methods in lumis.service.portalmanagement.serialization that throw ServiceInterfaceException Modifier and Type Method Description void
ImportExportInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
ImportExportInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.serviceacl
Methods in lumis.service.portalmanagement.serviceacl that throw ServiceInterfaceException Modifier and Type Method Description void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.serviceinstance
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.serviceinstanceacl
Methods in lumis.service.portalmanagement.serviceinstanceacl that throw ServiceInterfaceException Modifier and Type Method Description void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.serviceinterfaceinstance
Methods in lumis.service.portalmanagement.serviceinterfaceinstance that throw ServiceInterfaceException Modifier and Type Method Description void
ServiceInterfaceHolder. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
void
InterfaceHolderPropertiesInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
PropertiesInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
InterfaceHolderPropertiesInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
PropertiesInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
ServiceInterfaceHolder. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.structureeditor
Methods in lumis.service.portalmanagement.structureeditor that throw ServiceInterfaceException Modifier and Type Method Description void
StructureEditorServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
StructureEditorServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.theme
Methods in lumis.service.portalmanagement.theme that throw ServiceInterfaceException Modifier and Type Method Description void
ThemeAdministrationPropertyPage. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.user
Methods in lumis.service.portalmanagement.user that throw ServiceInterfaceException Modifier and Type Method Description void
LocalUserDouiInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
LocalUserDouiInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.website
Methods in lumis.service.portalmanagement.website that throw ServiceInterfaceException Modifier and Type Method Description void
AddWebsiteServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
EditWebsiteServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AddWebsiteServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
EditWebsiteServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.portalmanagement.xsleditor
Methods in lumis.service.portalmanagement.xsleditor that throw ServiceInterfaceException Modifier and Type Method Description void
AddPropertiesXslInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
XslEditorInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AddPropertiesXslInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
XslEditorInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.privacyterm.doui
Methods in lumis.service.privacyterm.doui that throw ServiceInterfaceException Modifier and Type Method Description void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.search
Methods in lumis.service.search that throw ServiceInterfaceException Modifier and Type Method Description void
SearchPropertiesInterfaces. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SearchPropertiesInterfaces. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.socialnetworkintegration.action
Methods in lumis.service.socialnetworkintegration.action that throw ServiceInterfaceException Modifier and Type Method Description void
SocialNetworkAccountAddPropertyPage. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.tag
Methods in lumis.service.tag that throw ServiceInterfaceException Modifier and Type Method Description void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.uframe
Methods in lumis.service.uframe that throw ServiceInterfaceException Modifier and Type Method Description void
UFrameServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Method that enables a uFrame div. -
Uses of ServiceInterfaceException in lumis.service.webpage
Methods in lumis.service.webpage that throw ServiceInterfaceException Modifier and Type Method Description void
WebPage. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.webserviceviewer
Methods in lumis.service.webserviceviewer that throw ServiceInterfaceException Modifier and Type Method Description void
WebServiceViewer. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of ServiceInterfaceException in lumis.service.workflow
Methods in lumis.service.workflow that throw ServiceInterfaceException Modifier and Type Method Description void
SelectWorkflowInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectWorkflowInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-