|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.netmarkets.util.beans.NmSessionBean
public class NmSessionBean
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
void |
addExpandedNode(NmCommandBean cb,
String context,
String anode)
adds an expanded node to the context of the tree Supported API: true |
void |
clearDynamicAtts()
clears out all session info about dynamic info Supported API: true |
String |
getDynamicAction()
Reads the dynamic action from the session bean storage. |
ArrayList |
getDynamicContexts()
Reads the dynamic oid list from the session bean storage. |
ArrayList |
getDynamicLocationContexts()
Reads the dynamic oid list from the session bean storage. |
ArrayList |
getDynamicLocations()
Reads the dynamic oid list from the session bean storage. |
ArrayList |
getDynamicOids()
Reads the dynamic oid list from the session bean storage. |
Set |
getExpandedNodes(NmCommandBean cb,
String context)
gets expanded node list of the tree context |
int |
getLimit()
The number of rows per page in a table the user has specified Supported API: true |
ConcurrentHashMap |
getStorage()
Gets the value of the attribute: storage; Session wide storage for use by application developers. |
boolean |
isCAD()
Deprecated. see isCad |
boolean |
isDynamic()
This is an extra parameter the user can set that allows you to set an extra check to determine if a method is dynamic. |
void |
removeAllNodes(NmCommandBean cb,
String context)
removes all nodes of the tree context |
void |
removeExpandedNode(NmCommandBean cb,
String context,
String anode)
removes an expanded node from the context of the tree Supported API: true |
void |
setCAD(boolean a_CAD)
Deprecated. see isCad |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ConcurrentHashMap getStorage()
public int getLimit()
public ArrayList getDynamicOids()
public ArrayList getDynamicContexts()
public ArrayList getDynamicLocationContexts()
public ArrayList getDynamicLocations()
public String getDynamicAction()
public boolean isDynamic()
public void clearDynamicAtts()
public boolean isCAD()
public void setCAD(boolean a_CAD)
a_CAD -
public void addExpandedNode(NmCommandBean cb,
String context,
String anode)
public void removeExpandedNode(NmCommandBean cb,
String context,
String anode)
public Set getExpandedNodes(NmCommandBean cb,
String context)
context - - context of the tree
public void removeAllNodes(NmCommandBean cb,
String context)
context - - context of the tree
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||