lumis.content.service
Class ContentDetailsServiceInterface
java.lang.Object
lumis.portal.serviceinterface.GenericServiceInterface
lumis.doui.service.DouiServiceInterface
lumis.content.service.ContentServiceInterface
lumis.content.service.ContentDetailsServiceInterface
- All Implemented Interfaces:
- IDouiServiceInterface, IServiceInterface, IServiceInterfaceMenu
public class ContentDetailsServiceInterface
- extends ContentServiceInterface
- Since:
- 4.0.0
Method Summary |
protected boolean |
addDefaultFields(Node serviceInterfaceSourceNode,
Node serviceDouiDefinitionNode,
Node serviceInterfaceXmlNode)
|
protected boolean |
addDefaultMaxRows(Node serviceInterfaceSourceNode,
Node serviceDouiDefinitionNode,
Node serviceInterfaceXmlNode)
|
protected String |
getCustomMenu(SessionConfig sessionConfig,
ServiceInterfaceInstanceConfig config,
ITransaction transaction)
|
void |
register(SessionConfig sessionConfig,
Node serviceInterfaceXmlNode,
ITransaction transaction)
Called by the service interface manager when a service interface definition is registered. |
protected void |
renderData(IServiceInterfaceRenderResponse response,
DouiContext douiContext)
|
protected void |
setPreviewSupportedProperty(SessionConfig sessionConfig,
Node serviceInterfaceXmlNode,
ITransaction transaction)
|
Methods inherited from class lumis.doui.service.DouiServiceInterface |
addDefaultDouiDefinitionValues, addDefaultFilters, addDefaultHyperLinks, addDefaultInterfaceDouiDefinitionNode, addDefaultOrderBy, addDefaultProcessActions, addDefaultSources, addDetailsHyperLink, addPrimaryKeyFilter, getContext, getInterfaceSourceFieldsNode, getMenu, processAction, render, renderBefore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentDetailsServiceInterface
public ContentDetailsServiceInterface()
getCustomMenu
protected String getCustomMenu(SessionConfig sessionConfig,
ServiceInterfaceInstanceConfig config,
ITransaction transaction)
throws PortalException
- Overrides:
getCustomMenu
in class ContentServiceInterface
- Throws:
PortalException
register
public void register(SessionConfig sessionConfig,
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 DouiServiceInterface
- Parameters:
sessionConfig
- TODOtransaction
- TODO
- Throws:
PortalException
setPreviewSupportedProperty
protected void setPreviewSupportedProperty(SessionConfig sessionConfig,
Node serviceInterfaceXmlNode,
ITransaction transaction)
throws PortalException
- Throws:
PortalException
addDefaultMaxRows
protected boolean addDefaultMaxRows(Node serviceInterfaceSourceNode,
Node serviceDouiDefinitionNode,
Node serviceInterfaceXmlNode)
throws PortalException
- Overrides:
addDefaultMaxRows
in class DouiServiceInterface
- Throws:
PortalException
addDefaultFields
protected boolean addDefaultFields(Node serviceInterfaceSourceNode,
Node serviceDouiDefinitionNode,
Node serviceInterfaceXmlNode)
throws PortalException
- Overrides:
addDefaultFields
in class DouiServiceInterface
- Throws:
PortalException
renderData
protected void renderData(IServiceInterfaceRenderResponse response,
DouiContext douiContext)
throws PortalException
- Overrides:
renderData
in class DouiServiceInterface
- Throws:
PortalException
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.