|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.bridge.util.AbstractNode
org.mmbase.bridge.util.AbstractNodeManager
org.mmbase.bridge.implementation.VirtualNodeManager
This class represents a virtual node type information object. It has the same functionality as BasicNodeType, but it's nodes are vitrtual - that is, constructed based on the results of a search over multiple node managers. As such, it is not possible to search on this node type, nor to create new nodes. It's sole function is to provide a type definition for the results of a search.
| Field Summary | |
protected Map |
fieldTypes
|
| Fields inherited from class org.mmbase.bridge.util.AbstractNodeManager |
cloud, values |
| Fields inherited from class org.mmbase.bridge.util.AbstractNode |
ACTION_COMMIT, ACTION_CREATE, ACTION_DELETE, ACTION_EDIT |
| Fields inherited from interface org.mmbase.bridge.NodeManager |
GUI_PLURAL, GUI_SINGULAR, ORDER_CREATE, ORDER_EDIT, ORDER_LIST, ORDER_NONE, ORDER_SEARCH |
| Method Summary | |
String |
getDescription()
Returns the description of this node manager. |
String |
getDescription(Locale locale)
Returns the description of this node manager in a specified language. |
protected Map |
getFieldTypes()
/** Returns the fieldlist of this nodemanager after making sure the manager is synced with the builder. |
String |
getGUIName(int plurality,
Locale locale)
Returns the descriptive name of this node manager ina a specified language. |
String |
getName()
Returns the name of this node manager. |
| Methods inherited from class org.mmbase.bridge.util.AbstractNodeManager |
createFieldList, createNode, createNodeList, createQuery, createRelationList, edit, getAllowedRelations, getAllowedRelations, getAllowedRelations, getCloud, getDescendants, getField, getFields, getFields, getFunctions, getGUIName, getGUIName, getInfo, getInfo, getList, getList, getList, getList, getList, getNodeManager, getParent, getProperties, getProperty, getSize, getValueWithoutProcess, hasField, mayCreateNode, setSize, setValueWithoutChecks |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mmbase.bridge.NodeManager |
createFieldList, createNode, createNodeList, createQuery, createRelationList, getAllowedRelations, getAllowedRelations, getAllowedRelations, getCloud, getDescendants, getField, getFields, getFields, getGUIName, getGUIName, getInfo, getInfo, getList, getList, getList, getList, getParent, getProperties, getProperty, hasField, mayCreateNode |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Field Detail |
protected final Map fieldTypes
| Method Detail |
protected Map getFieldTypes()
getFieldTypes in class AbstractNodeManager
public String getGUIName(int plurality,
Locale locale)
NodeManager
getGUIName in interface NodeManagergetGUIName in class AbstractNodeManagerpublic String getName()
NodeManager
getName in interface NodeManagergetName in class AbstractNodeManagerpublic String getDescription()
NodeManager
getDescription in interface NodeManagergetDescription in class AbstractNodeManagerpublic String getDescription(Locale locale)
NodeManager
getDescription in interface NodeManagergetDescription in class AbstractNodeManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||