Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.server.request.logic.dynamicList
Class DynamicListLogic

java.lang.Object
  extended by oracle.stellent.wcm.server.request.logic.RequestLogic<DynamicListRequest>
      extended by oracle.stellent.wcm.server.request.logic.dynamicList.DynamicListLogic


public class DynamicListLogic
extends RequestLogic<DynamicListRequest>

Logic for the dynamic list command.


Constructor Summary
DynamicListLogic(ServerContext serverContext)
           

 

Method Summary
 oracle.stellent.ridc.model.DataBinder executeDynamicList(DynamicListRequest listRequest)
          Execute the dynamic list query
protected  void updateBinder(DynamicListRequest listRequest, oracle.stellent.ridc.model.DataBinder responseBinder)
          Update the search results URLs

 

Methods inherited from class oracle.stellent.wcm.server.request.logic.RequestLogic
checkSecurity, checkSecurity, getProject, getProject, getSection, getSection, getServerContext, getStructure, isSectionAvailable, setRequestSiteID, validateRequest

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DynamicListLogic

public DynamicListLogic(ServerContext serverContext)

Method Detail

executeDynamicList

public oracle.stellent.ridc.model.DataBinder executeDynamicList(DynamicListRequest listRequest)
                                                         throws RequestException
Execute the dynamic list query
Parameters:
listRequest - the dynamic list command
Returns:
the dynamic list results
Throws:
oracle.stellent.ridc.IdcClientException
RequestException

updateBinder

protected void updateBinder(DynamicListRequest listRequest,
                            oracle.stellent.ridc.model.DataBinder responseBinder)
Update the search results URLs
Parameters:
listRequest - the dynamic list command
responseBinder - the response binder

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.