Skip navigation links

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

E17273-03


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

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


public class DynamicListLogic
extends SiteRequestLogic<DynamicListRequest>

Logic for the dynamic list command.


Constructor Summary
DynamicListLogic(ClientApplication clientApplication)
           

 

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.SiteRequestLogic
checkSecurity, checkSecurity, getClientApplication, getProject, getProject, getSection, getSection, getStructure, isSectionAvailable, setRequestSiteID, validateSiteRequest

 

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

 

Constructor Detail

DynamicListLogic

public DynamicListLogic(ClientApplication clientApplication)

Method Detail

executeDynamicList

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

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® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


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