public class TreeCatMediaProxy extends TreeCatProxy
| Constructor and Description |
|---|
TreeCatMediaProxy(MediaBrowserHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String[] |
dataCollectionToArrayList(java.util.Collection<? extends Data> dataColl,
Data removeData,
Data addData)
Convert a collection of Data into an array of String, after adding or removing given Data.
|
protected static java.lang.String[] |
getCidsKeyArray(int size) |
java.lang.String |
getNodeLink(TreeCat treecat,
java.lang.String computedValue,
java.lang.String name,
Category cat,
int pubCount) |
getBranch, getEdit, getHelp, getNodeIcon, getNodeName, getPortals, getPubCount, getReadablePub, getRights, getWidget, getWorkspaces, initRoot, resetRootspublic TreeCatMediaProxy(MediaBrowserHandler handler)
public java.lang.String getNodeLink(TreeCat treecat, java.lang.String computedValue, java.lang.String name, Category cat, int pubCount)
getNodeLink in class TreeCatProxytreecat - the TreeCat calling this methodcomputedValue - the value already computed by tha TreeCatname - the node namecat - the Category to displaypubCount - the pre computed publication count or 1protected static java.lang.String[] getCidsKeyArray(int size)
protected static java.lang.String[] dataCollectionToArrayList(java.util.Collection<? extends Data> dataColl, Data removeData, Data addData)
dataColl - the collection to convertremoveData - the data to remove prior to convertionaddData - the data to add prior to convertionCopyright © 2001-2010 Jalios SA. All Rights Reserved.