lumis.content.service
Class ContentAdministrationEditPropertyPageServiceInterface
java.lang.Object
lumis.portal.serviceinterface.GenericServiceInterface
lumis.doui.service.DouiServiceInterface
lumis.content.service.ContentServiceInterface
lumis.content.service.ContentAdministrationPropertyPageServiceInterface
lumis.content.service.ContentAdministrationEditPropertyPageServiceInterface
- All Implemented Interfaces:
- IDouiServiceInterface, IServiceInterface, IServiceInterfaceMenu
public class ContentAdministrationEditPropertyPageServiceInterface
- extends ContentAdministrationPropertyPageServiceInterface
Implements a standard edit property page for content administration
- Since:
- 4.0.6
Method Summary |
protected boolean |
addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode,
org.w3c.dom.Node serviceDouiDefinitionNode,
org.w3c.dom.Node serviceInterfaceXmlNode)
|
protected boolean |
addDefaultFilters(org.w3c.dom.Node serviceInterfaceSourceNode,
org.w3c.dom.Node serviceDouiDefinitionNode,
org.w3c.dom.Node serviceInterfaceXmlNode)
|
protected void |
addDefaultProcessActionResponses(java.lang.StringBuilder processActionsXml)
|
protected boolean |
addDefaultProcessActions(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode,
org.w3c.dom.Node serviceDouiDefinitionNode,
org.w3c.dom.Node serviceInterfaceXmlNode)
|
protected void |
processActions(DouiContext douiContext)
Process actions. |
void |
register(SessionConfig sessionConfig,
org.w3c.dom.Node serviceInterfaceXmlNode,
ITransaction transaction)
Called by the service interface manager when a service interface definition is registered. |
protected void |
renderData(IServiceInterfaceRenderResponse response,
DouiContext douiContext)
Render data. |
Methods inherited from class lumis.doui.service.DouiServiceInterface |
addDefaultDouiDefinitionValues, addDefaultFields, addDefaultHyperLinks, addDefaultInterfaceDouiDefinitionNode, addDefaultMaxRows, addDefaultPostLoadProcessors, addDefaultSources, addDetailsHyperLink, addPrimaryKeyFilter, getContext, getInterfaceSourceFieldsNode, getMenu, initDouiContext, loadFromRequest, loadSources, processAction, renderBefore, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentAdministrationEditPropertyPageServiceInterface
public ContentAdministrationEditPropertyPageServiceInterface()
addDefaultControls
protected boolean addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode,
org.w3c.dom.Node serviceDouiDefinitionNode,
org.w3c.dom.Node serviceInterfaceXmlNode)
throws PortalException
- Overrides:
addDefaultControls
in class ContentServiceInterface
- Throws:
PortalException
addDefaultFilters
protected boolean addDefaultFilters(org.w3c.dom.Node serviceInterfaceSourceNode,
org.w3c.dom.Node serviceDouiDefinitionNode,
org.w3c.dom.Node serviceInterfaceXmlNode)
throws PortalException
- Overrides:
addDefaultFilters
in class DouiServiceInterface
- Throws:
PortalException
addDefaultProcessActions
protected boolean addDefaultProcessActions(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode,
org.w3c.dom.Node serviceDouiDefinitionNode,
org.w3c.dom.Node serviceInterfaceXmlNode)
throws PortalException
- Overrides:
addDefaultProcessActions
in class DouiServiceInterface
- Throws:
PortalException
register
public void register(SessionConfig sessionConfig,
org.w3c.dom.Node serviceInterfaceXmlNode,
ITransaction transaction)
throws PortalException
- Description copied from interface:
IServiceInterface
- Called by the service interface manager when a service interface definition is registered.
This method allows the Service Interface implementation to set its default values into the
service interface definition xml.
- Specified by:
register
in interface IServiceInterface
- Overrides:
register
in class ContentAdministrationPropertyPageServiceInterface
- Parameters:
sessionConfig
- TODOtransaction
- TODO
- Throws:
PortalException
addDefaultProcessActionResponses
protected void addDefaultProcessActionResponses(java.lang.StringBuilder processActionsXml)
throws PortalException
- Throws:
PortalException
renderData
protected void renderData(IServiceInterfaceRenderResponse response,
DouiContext douiContext)
throws PortalException
- Description copied from class:
DouiServiceInterface
- Render data.
- Overrides:
renderData
in class DouiServiceInterface
douiContext
- DouiContext instance.
- Throws:
PortalException
- if an error occur during the render process.
processActions
protected void processActions(DouiContext douiContext)
throws PortalException
- Description copied from class:
DouiServiceInterface
- Process actions.
- Overrides:
processActions
in class DouiServiceInterface
- Parameters:
douiContext
- instance of DouiContext.
- Throws:
PortalException
- if an error occur during the action process.
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.