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.utils
Class SiteRequestUtils

java.lang.Object
  extended by oracle.stellent.wcm.server.request.utils.SiteRequestUtils


public class SiteRequestUtils
extends java.lang.Object

Constructor Summary
SiteRequestUtils()
           

 

Method Summary
static oracle.stellent.ridc.model.impl.DataResultSetRow getRowMatchingOrder(oracle.stellent.ridc.model.DataResultSet markup, java.lang.String position, int order)
          Return the row that matches the field value for "order"

 

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

 

Constructor Detail

SiteRequestUtils

public SiteRequestUtils()

Method Detail

getRowMatchingOrder

public static oracle.stellent.ridc.model.impl.DataResultSetRow getRowMatchingOrder(oracle.stellent.ridc.model.DataResultSet markup,
                                                                                   java.lang.String position,
                                                                                   int order)
Return the row that matches the field value for "order"
Parameters:
markup - DataResultSet. This has a field named "order"
position - String. Used to find the row that matches position field
order - int. Used to find the row that has this value in the order field
Returns:
DataResultSetRow that matches or null

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.