|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.module.core.MMTable
org.mmbase.module.core.MMObjectBuilder
org.mmbase.module.builders.RawVideos
| Field Summary | |
boolean |
replaceCache
Deprecated. |
| Fields inherited from class org.mmbase.module.core.MMObjectBuilder |
AGE_PARAMETERS, broadcastChanges, database, DEFAULT_ALINEA, DEFAULT_EOL, description, descriptions, fields, GUI_PARAMETERS, listCache, nodeCache, OBJ2TYPE_MAX_SIZE, oType, REPLACE_CACHE, searchAge, sortedDBLayout, TEMPNODE_DEFAULT_SIZE, TemporaryNodes, virtual |
| Fields inherited from class org.mmbase.module.core.MMTable |
mmb, tableName |
| Constructor Summary | |
RawVideos()
Deprecated. |
|
| Method Summary | |
java.lang.String |
getFullName(MMObjectNode node)
Deprecated. |
java.lang.String |
getGUIIndicator(MMObjectNode node)
Deprecated. What should a GUI display for this node. |
java.lang.String |
getGUIIndicator(java.lang.String field,
MMObjectNode node)
Deprecated. What should a GUI display for this node/field combo. |
MMObjectNode |
getNewNode(java.lang.String owner)
Deprecated. Get new node |
java.lang.Object |
getValue(MMObjectNode node,
java.lang.String field)
Deprecated. Provides additional functionality when obtaining field values. |
boolean |
removeVideo(int id)
Deprecated. |
| Methods inherited from class org.mmbase.module.core.MMTable |
created, getFullTableName, getTableName, size |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public boolean replaceCache
| Constructor Detail |
public RawVideos()
| Method Detail |
public java.lang.String getGUIIndicator(MMObjectNode node)
MMObjectBuilder
getGUIIndicator in class MMObjectBuildernode - The node to display
String
public java.lang.String getGUIIndicator(java.lang.String field,
MMObjectNode node)
MMObjectBuilder
getGUIIndicator in class MMObjectBuildernode - The node to displayfield - the name field of the field to display
String, null if not specifiedpublic MMObjectNode getNewNode(java.lang.String owner)
getNewNode in class MMObjectBuilderowner - The administrator creating the new node.
MMObjectNode.
public java.lang.Object getValue(MMObjectNode node,
java.lang.String field)
MMObjectBuilderMMObjectBuilder.executeFunction(org.mmbase.module.core.MMObjectNode, java.lang.String, java.util.List) method to handle it.
Functions in fieldnames can be given in the format 'functionname(fieldname)'. An old format allows 'functionname_fieldname' instead,
though this only applies to the text functions 'short', 'html', and 'wap'.
Functions can be nested, i.e. 'html(shorted(body))'.
Derived builders should override this method only if they want to provide virtual fieldnames. To provide addiitonal functions,
override MMObjectBuilder.executeFunction(org.mmbase.module.core.MMObjectNode, java.lang.String, java.util.List) instead.
getValue in class MMObjectBuildernode - the node whos efields are queriesfield - the fieldname that is requested
public boolean removeVideo(int id)
public java.lang.String getFullName(MMObjectNode node)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||