Uses of Class
lumis.portal.serviceinterface.ServiceInterfaceException

Packages that use ServiceInterfaceException
lumis.content.service   
lumis.doui.service   
lumis.portal.serviceinterface   
lumis.portal.urlshortener.doui This package provides Doui components for the URL shortening framework. 
lumis.portlet.container.service   
lumis.service.banner   
lumis.service.categorization Service that allows you to categorize portal content into hierarquical terms. 
lumis.service.chatroom   
lumis.service.comment   
lumis.service.content.preview   
lumis.service.content.version   
lumis.service.content.wizard   
lumis.service.document   
lumis.service.doui.fields   
lumis.service.doui.filters   
lumis.service.doui.maxrows   
lumis.service.doui.orderby   
lumis.service.html   
lumis.service.image   
lumis.service.login   
lumis.service.mailmarketing   
lumis.service.newsletter   
lumis.service.pagepersonalization.doui.serviceinterface   
lumis.service.portalmanagement.build   
lumis.service.portalmanagement.channel   
lumis.service.portalmanagement.channelacl   
lumis.service.portalmanagement.channeltemplate   
lumis.service.portalmanagement.group   
lumis.service.portalmanagement.groupacl   
lumis.service.portalmanagement.localgroup   
lumis.service.portalmanagement.localuser   
lumis.service.portalmanagement.page   
lumis.service.portalmanagement.pageacl   
lumis.service.portalmanagement.pagetemplate   
lumis.service.portalmanagement.pagetemplateacl   
lumis.service.portalmanagement.portalacl   
lumis.service.portalmanagement.serialization   
lumis.service.portalmanagement.serviceacl   
lumis.service.portalmanagement.serviceinstance   
lumis.service.portalmanagement.serviceinstanceacl   
lumis.service.portalmanagement.serviceinterfaceinstance   
lumis.service.portalmanagement.user   
lumis.service.portalmanagement.xsleditor   
lumis.service.search   
lumis.service.socialnetworkintegration.action Provides social network integration process actions used by social network integration service. 
lumis.service.tag   
lumis.service.uframe   
lumis.service.webpage   
lumis.service.webserviceviewer   
lumis.service.workflow   
 

Uses of ServiceInterfaceException in lumis.content.service
 

Methods in lumis.content.service that throw ServiceInterfaceException
 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
 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
 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.portal.urlshortener.doui
 

Methods in lumis.portal.urlshortener.doui that throw ServiceInterfaceException
 void ConfigureURLShortenerServiceInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

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.categorization
 

Methods in lumis.service.categorization that throw ServiceInterfaceException
 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
 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.preview
 

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

Uses of ServiceInterfaceException in lumis.service.content.version
 

Methods in lumis.service.content.version that throw ServiceInterfaceException
 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
 void ContentWizardAddServiceInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.document
 

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

Uses of ServiceInterfaceException in lumis.service.doui.fields
 

Methods in lumis.service.doui.fields that throw ServiceInterfaceException
 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
 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
 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
 void OrderByInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void OrderByInterface.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 SelectRepositoryInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void SelectRepositoryInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 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.pagepersonalization.doui.serviceinterface
 

Methods in lumis.service.pagepersonalization.doui.serviceinterface that throw ServiceInterfaceException
 void WidgetListServiceInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.build
 

Methods in lumis.service.portalmanagement.build that throw ServiceInterfaceException
 void BuildInformationInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void BuildInformationInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.channel
 

Methods in lumis.service.portalmanagement.channel that throw ServiceInterfaceException
 void SubChannelsAdministrationInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void PortalPropertiesInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void EditSubChannelInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AddSubChannelInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void SubChannelsAdministrationInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void PortalPropertiesInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void EditSubChannelInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AddSubChannelInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.channelacl
 

Methods in lumis.service.portalmanagement.channelacl that throw ServiceInterfaceException
 void AdministrationInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AdministrationInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.channeltemplate
 

Methods in lumis.service.portalmanagement.channeltemplate that throw ServiceInterfaceException
 void UpdateChannelsInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void EditChannelTemplateInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void ChannelTemplatesAdministrationInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AppliedOnChannelsInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AddChannelTemplateInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void UpdateChannelsInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void EditChannelTemplateInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void ChannelTemplatesAdministrationInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AppliedOnChannelsInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AddChannelTemplateInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.group
 

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

Uses of ServiceInterfaceException in lumis.service.portalmanagement.groupacl
 

Methods in lumis.service.portalmanagement.groupacl that throw ServiceInterfaceException
 void AdministrationInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AdministrationInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.localgroup
 

Methods in lumis.service.portalmanagement.localgroup that throw ServiceInterfaceException
 void MembersInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void MemberGroupsInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void EditInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AddMembershipInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AddMemberInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AddInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void MembersInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void MemberGroupsInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void EditInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AddMembershipInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AddMemberInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AddInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.localuser
 

Methods in lumis.service.portalmanagement.localuser that throw ServiceInterfaceException
 void EditInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AddInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void EditInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AddInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.page
 

Methods in lumis.service.portalmanagement.page that throw ServiceInterfaceException
 void LayoutElementsPropertiesInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void EditInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AdministrationInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AddInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void LayoutElementsPropertiesInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void EditInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AdministrationInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AddInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.pageacl
 

Methods in lumis.service.portalmanagement.pageacl that throw ServiceInterfaceException
 void AdministrationInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AdministrationInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.pagetemplate
 

Methods in lumis.service.portalmanagement.pagetemplate that throw ServiceInterfaceException
 void EditInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void ApplyUpdateInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AppliedOnPagesInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AdministrationInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AddInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void EditInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void ApplyUpdateInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AppliedOnPagesInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AdministrationInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AddInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.pagetemplateacl
 

Methods in lumis.service.portalmanagement.pagetemplateacl that throw ServiceInterfaceException
 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
 void AdministrationInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AdministrationInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.serialization
 

Methods in lumis.service.portalmanagement.serialization that throw ServiceInterfaceException
 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
 void AdministrationInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AdministrationInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.serviceinstance
 

Methods in lumis.service.portalmanagement.serviceinstance that throw ServiceInterfaceException
 void UsedByInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void FileManagementPropertiesInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void EditInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AdministrationInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AddTransformationInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AddInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void UsedByInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void FileManagementPropertiesInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void EditTransformationInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void EditInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AdministrationInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AddTransformationInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AddInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.serviceinstanceacl
 

Methods in lumis.service.portalmanagement.serviceinstanceacl that throw ServiceInterfaceException
 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
 void ServiceInterfaceHolder.instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
           
 void PropertiesInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void InterfaceHolderPropertiesInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void ServiceInterfaceHolder.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void PropertiesInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void InterfaceHolderPropertiesInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.portalmanagement.user
 

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

Uses of ServiceInterfaceException in lumis.service.portalmanagement.xsleditor
 

Methods in lumis.service.portalmanagement.xsleditor that throw ServiceInterfaceException
 void XslEditorInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void AddPropertiesXslInterface.processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
           
 void XslEditorInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 void AddPropertiesXslInterface.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.search
 

Methods in lumis.service.search that throw ServiceInterfaceException
 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
 void SocialNetworkAccountAddPropertyPage.render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
           
 

Uses of ServiceInterfaceException in lumis.service.tag
 

Methods in lumis.service.tag that throw ServiceInterfaceException
 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
 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
 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)
           
 

Uses of ServiceInterfaceException in lumis.service.workflow
 

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



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