lumis.service.chatroom
Class ChatRoomHistoryInterface
java.lang.Object
lumis.portal.serviceinterface.GenericServiceInterface
lumis.doui.service.DouiServiceInterface
lumis.service.chatroom.ChatRoomHistoryInterface
- All Implemented Interfaces:
- IDouiServiceInterface, IServiceInterface, IServiceInterfaceMenu
public class ChatRoomHistoryInterface
- extends DouiServiceInterface
Renders the chatRoom service's History interface.
- Since:
- 4.0.11
Methods inherited from class lumis.doui.service.DouiServiceInterface |
addDefaultControls, addDefaultDouiDefinitionValues, addDefaultFields, addDefaultFilters, addDefaultHyperLinks, addDefaultInterfaceDouiDefinitionNode, addDefaultMaxRows, addDefaultOrderBy, addDefaultPostLoadProcessors, addDefaultProcessActions, addDefaultSources, addDetailsHyperLink, addPrimaryKeyFilter, getContext, getCustomMenu, getDefaultStyle, getInterfaceSourceFieldsNode, getMenu, getRepositoryMenus, initDouiContext, loadFromRequest, loadSources, processAction, processActions, register, renderBefore, renderData, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChatRoomHistoryInterface
public ChatRoomHistoryInterface()
render
public void render(IServiceInterfaceRenderRequest request,
IServiceInterfaceRenderResponse response)
throws ServiceInterfaceException,
PortalException
- Description copied from class:
DouiServiceInterface
- Called by the service interface container to allow the service interface to generate the
content of the response based on its current state.
Executes the following steps (implemented by the referenced methods):
- 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 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.