lumis.doui.service
Class DouiListServiceInterface

Package class diagram package DouiListServiceInterface
java.lang.Object
  extended by lumis.portal.serviceinterface.GenericServiceInterface
      extended by lumis.doui.service.DouiServiceInterface
          extended by lumis.doui.service.DouiGenericListServiceInterface
              extended by lumis.doui.service.DouiListServiceInterface
All Implemented Interfaces:
IDouiServiceInterface, IServiceInterface, IServiceInterfaceMenu
Direct Known Subclasses:
ChatRoomHistoryInterface

public class DouiListServiceInterface
extends DouiGenericListServiceInterface


Field Summary
 
Fields inherited from class lumis.doui.service.DouiServiceInterface
request, response, VALIDATE_RENDER_PARAMETER
 
Constructor Summary
DouiListServiceInterface()
           
 
Method Summary
 void register(SessionConfig sessionConfig, Node serviceInterfaceXmlNode, ITransaction transaction)
          Called by the service interface manager when a service interface definition is registered.
protected  void setIsListProperty(Node serviceInterfaceXmlNode)
           
 
Methods inherited from class lumis.doui.service.DouiGenericListServiceInterface
addDefaultControls, addDefaultFields, addDefaultHyperLinks, addDefaultOrderBy, getCustomMenu
 
Methods inherited from class lumis.doui.service.DouiServiceInterface
addDefaultDouiDefinitionValues, addDefaultFilters, addDefaultInterfaceDouiDefinitionNode, addDefaultMaxRows, addDefaultProcessActions, addDefaultSources, addDetailsHyperLink, addPrimaryKeyFilter, getContext, getDefaultStyle, getInterfaceSourceFieldsNode, getMenu, getRepositoryMenus, processAction, render, renderBefore, renderData
 
Methods inherited from class lumis.portal.serviceinterface.GenericServiceInterface
instanceAdded, instanceDeleted, instanceLoaded, instanceUnLoaded, load, unload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DouiListServiceInterface

public DouiListServiceInterface()
Method Detail

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 - TODO
transaction - TODO
Throws:
PortalException

setIsListProperty

protected void setIsListProperty(Node serviceInterfaceXmlNode)
                          throws PortalException
Throws:
PortalException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.