lumis.service.comment
Class CommentQuickListServiceInterface
java.lang.Object
lumis.portal.serviceinterface.GenericServiceInterface
lumis.doui.service.DouiServiceInterface
lumis.content.service.ContentServiceInterface
lumis.content.service.ContentGenericListServiceInterface
lumis.content.service.ContentQuickListServiceInterface
lumis.service.comment.CommentQuickListServiceInterface
- All Implemented Interfaces:
- IDouiServiceInterface, IServiceInterface, IServiceInterfaceMenu
public class CommentQuickListServiceInterface
- extends ContentQuickListServiceInterface
It decides if the interface is rendered or not, based
on the presence of an itemId.
- Since:
- 4.0.10
Methods inherited from class lumis.doui.service.DouiServiceInterface |
addDefaultDouiDefinitionValues, addDefaultFilters, addDefaultInterfaceDouiDefinitionNode, addDefaultMaxRows, addDefaultProcessActions, addDefaultSources, addDetailsHyperLink, addPrimaryKeyFilter, getContext, getInterfaceSourceFieldsNode, getMenu, processAction, renderBefore, renderData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentQuickListServiceInterface
public CommentQuickListServiceInterface()
render
public void render(IServiceInterfaceRenderRequest request,
IServiceInterfaceRenderResponse response)
throws ServiceInterfaceException,
PortalException
- Description copied from interface:
IServiceInterface
- Called by the service interface container to allow the service interface to generate the
content of the response based on its current state.
- Specified by:
render
in interface IServiceInterface
- Overrides:
render
in class DouiServiceInterface
- Parameters:
request
- the render requestresponse
- the render response
- Throws:
ServiceInterfaceException
- if the service interface has problems fulfilling the rendering request
PortalException
- if the service interface is unavailable to perform render at this time
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.