com.fatwire.gst.foundation.facade.sql
Class TreeHelper
java.lang.Object
com.fatwire.gst.foundation.facade.sql.TreeHelper
public final class TreeHelper
- extends Object
Simple class used to help out with TreeManager commands
- Since:
- 2011-10-13
- Author:
- Tony Field
Method Summary |
static IListIterable |
findNode(COM.FutureTense.Interfaces.ICS ics,
String tree,
com.fatwire.assetapi.data.AssetId assetId)
|
static IListIterable |
findNode(COM.FutureTense.Interfaces.ICS ics,
String tree,
String otype,
long oid)
|
static IListIterable |
findNode(COM.FutureTense.Interfaces.ICS ics,
String tree,
String otype,
String oid)
|
static IListIterable |
findParents(COM.FutureTense.Interfaces.ICS ics,
String tree,
String nid)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
findNode
public static IListIterable findNode(COM.FutureTense.Interfaces.ICS ics,
String tree,
com.fatwire.assetapi.data.AssetId assetId)
findNode
public static IListIterable findNode(COM.FutureTense.Interfaces.ICS ics,
String tree,
String otype,
long oid)
findNode
public static IListIterable findNode(COM.FutureTense.Interfaces.ICS ics,
String tree,
String otype,
String oid)
findParents
public static IListIterable findParents(COM.FutureTense.Interfaces.ICS ics,
String tree,
String nid)
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.