Java Doc for NodeWrapper.java in  » Database-ORM » MMBase » org » mmbase » bridge » util » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database ORM » MMBase » org.mmbase.bridge.util 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.mmbase.bridge.util.NodeWrapper

All known Subclasses:   org.mmbase.bridge.util.NodeChanger,  org.mmbase.bridge.util.NodeMap,
NodeWrapper
abstract public class NodeWrapper implements Node(Code)
Wraps another Node. You can use this if you want to implement Node, and want to base that implementation on a existing Node instance.
author:
   Michiel Meeuwissen
version:
   $Id: NodeWrapper.java,v 1.20 2008/02/03 17:33:56 nklasens Exp $
since:
   MMBase-1.8


Field Summary
final protected  Nodenode
    

Constructor Summary
public  NodeWrapper(Node node)
    

Method Summary
public  voidcancel()
    
public  voidcommit()
    
public  intcompareTo(Node o)
    
public  intcountRelatedNodes(String nodeManager)
    
public  intcountRelatedNodes(NodeManager otherNodeManager, String role, String searchDir)
    
public  intcountRelations()
    
public  intcountRelations(String relationManager)
    
public  voidcreateAlias(String alias)
    
public  ParameterscreateParameters(String functionName)
    
public  RelationcreateRelation(Node destinationNode, RelationManager relationManager)
    
public  voiddelete()
    
public  voiddelete(boolean deleteRelations)
    
public  voiddeleteAlias(String alias)
    
public  voiddeleteRelations()
    
public  voiddeleteRelations(String relationManager)
    
public  booleanequals(Object o)
    
public  StringListgetAliases()
    
public  booleangetBooleanValue(String fieldName)
    
public  byte[]getByteValue(String fieldName)
    
public  Set<String>getChanged()
    
public  CloudgetCloud()
    
public  StringgetContext()
    
public  DategetDateValue(String fieldName)
    
public  doublegetDoubleValue(String fieldName)
    
public  FieldValuegetFieldValue(String fieldName)
    
public  FieldValuegetFieldValue(Field field)
    
public  floatgetFloatValue(String fieldName)
    
public  FunctiongetFunction(String functionName)
    
public  FieldValuegetFunctionValue(String functionName, List parameters)
    
public  Collection<Function<?>>getFunctions()
    
public  java.io.InputStreamgetInputStreamValue(String fieldName)
    
public  intgetIntValue(String fieldName)
    
public  ListgetListValue(String fieldName)
    
public  longgetLongValue(String fieldName)
    
public  NodegetNode()
    
public  NodeManagergetNodeManager()
    
public  NodegetNodeValue(String fieldName)
    
public  intgetNumber()
    
public  ObjectgetObjectValue(String fieldName)
    
public  StringListgetPossibleContexts()
    
public  NodeListgetRelatedNodes()
    
public  NodeListgetRelatedNodes(String nodeManager)
    
public  NodeListgetRelatedNodes(NodeManager nodeManager)
    
public  NodeListgetRelatedNodes(String nodeManager, String role, String searchDir)
    
public  NodeListgetRelatedNodes(NodeManager nodeManager, String role, String searchDir)
    
public  RelationListgetRelations()
    
public  RelationListgetRelations(String role)
    
public  RelationListgetRelations(String role, String nodeManager)
    
public  RelationListgetRelations(String role, NodeManager nodeManager)
    
public  RelationListgetRelations(String role, NodeManager nodeManager, String searchDir)
    
public  longgetSize(String fieldName)
    
public  StringgetStringValue(String fieldName)
    
public  ObjectgetValue(String fieldName)
    
public  ObjectgetValueWithoutProcess(String fieldName)
    
public  DocumentgetXMLValue(String fieldName)
    
public  ElementgetXMLValue(String fieldName, Document tree)
    
public  booleanhasRelations()
    
public  inthashCode()
    
public  booleanisChanged(String fieldName)
    
public  booleanisChanged()
    
public  booleanisNew()
    
public  booleanisNodeManager()
    
public  booleanisNull(String fieldName)
    
public  booleanisRelation()
    
public  booleanisRelationManager()
    
public  booleanmayChangeContext()
    
public  booleanmayDelete()
    
public  booleanmayWrite()
    
public  voidsetBooleanValue(String fieldName, boolean value)
    
public  voidsetByteValue(String fieldName, byte[] value)
    
public  voidsetContext(String context)
    
public  voidsetDateValue(String fieldName, Date value)
    
public  voidsetDoubleValue(String fieldName, double value)
    
public  voidsetFloatValue(String fieldName, float value)
    
public  voidsetInputStreamValue(String fieldName, java.io.InputStream value, long size)
    
public  voidsetIntValue(String fieldName, int value)
    
public  voidsetListValue(String fieldName, List value)
    
public  voidsetLongValue(String fieldName, long value)
    
public  voidsetNodeValue(String fieldName, Node value)
    
public  voidsetObjectValue(String fieldName, Object value)
    
public  voidsetStringValue(String fieldName, String value)
    
public  voidsetValue(String fieldName, Object value)
    
public  voidsetValueWithoutProcess(String fieldName, Object value)
    
public  voidsetXMLValue(String fieldName, Document value)
    
public  NodeManagertoNodeManager()
    
public  RelationtoRelation()
    
public  RelationManagertoRelationManager()
    
public  StringtoString()
    
public  Collection<String>validate()
    

Field Detail
node
final protected Node node(Code)




Constructor Detail
NodeWrapper
public NodeWrapper(Node node)(Code)




Method Detail
cancel
public void cancel()(Code)



commit
public void commit()(Code)



compareTo
public int compareTo(Node o)(Code)



countRelatedNodes
public int countRelatedNodes(String nodeManager)(Code)



countRelatedNodes
public int countRelatedNodes(NodeManager otherNodeManager, String role, String searchDir)(Code)



countRelations
public int countRelations()(Code)



countRelations
public int countRelations(String relationManager)(Code)



createAlias
public void createAlias(String alias)(Code)



createParameters
public Parameters createParameters(String functionName)(Code)



createRelation
public Relation createRelation(Node destinationNode, RelationManager relationManager)(Code)



delete
public void delete()(Code)



delete
public void delete(boolean deleteRelations)(Code)



deleteAlias
public void deleteAlias(String alias)(Code)



deleteRelations
public void deleteRelations()(Code)



deleteRelations
public void deleteRelations(String relationManager)(Code)



equals
public boolean equals(Object o)(Code)



getAliases
public StringList getAliases()(Code)



getBooleanValue
public boolean getBooleanValue(String fieldName)(Code)



getByteValue
public byte[] getByteValue(String fieldName)(Code)



getChanged
public Set<String> getChanged()(Code)



getCloud
public Cloud getCloud()(Code)



getContext
public String getContext()(Code)



getDateValue
public Date getDateValue(String fieldName)(Code)



getDoubleValue
public double getDoubleValue(String fieldName)(Code)



getFieldValue
public FieldValue getFieldValue(String fieldName) throws NotFoundException(Code)



getFieldValue
public FieldValue getFieldValue(Field field)(Code)



getFloatValue
public float getFloatValue(String fieldName)(Code)



getFunction
public Function getFunction(String functionName)(Code)



getFunctionValue
public FieldValue getFunctionValue(String functionName, List parameters)(Code)



getFunctions
public Collection<Function<?>> getFunctions()(Code)



getInputStreamValue
public java.io.InputStream getInputStreamValue(String fieldName)(Code)



getIntValue
public int getIntValue(String fieldName)(Code)



getListValue
public List getListValue(String fieldName)(Code)



getLongValue
public long getLongValue(String fieldName)(Code)



getNode
public Node getNode()(Code)



getNodeManager
public NodeManager getNodeManager()(Code)



getNodeValue
public Node getNodeValue(String fieldName)(Code)



getNumber
public int getNumber()(Code)



getObjectValue
public Object getObjectValue(String fieldName)(Code)



getPossibleContexts
public StringList getPossibleContexts()(Code)



getRelatedNodes
public NodeList getRelatedNodes()(Code)



getRelatedNodes
public NodeList getRelatedNodes(String nodeManager)(Code)



getRelatedNodes
public NodeList getRelatedNodes(NodeManager nodeManager)(Code)



getRelatedNodes
public NodeList getRelatedNodes(String nodeManager, String role, String searchDir)(Code)



getRelatedNodes
public NodeList getRelatedNodes(NodeManager nodeManager, String role, String searchDir)(Code)



getRelations
public RelationList getRelations()(Code)



getRelations
public RelationList getRelations(String role)(Code)



getRelations
public RelationList getRelations(String role, String nodeManager)(Code)



getRelations
public RelationList getRelations(String role, NodeManager nodeManager)(Code)



getRelations
public RelationList getRelations(String role, NodeManager nodeManager, String searchDir)(Code)



getSize
public long getSize(String fieldName)(Code)



getStringValue
public String getStringValue(String fieldName)(Code)



getValue
public Object getValue(String fieldName)(Code)



getValueWithoutProcess
public Object getValueWithoutProcess(String fieldName)(Code)



getXMLValue
public Document getXMLValue(String fieldName) throws IllegalArgumentException(Code)



getXMLValue
public Element getXMLValue(String fieldName, Document tree) throws IllegalArgumentException(Code)



hasRelations
public boolean hasRelations()(Code)



hashCode
public int hashCode()(Code)



isChanged
public boolean isChanged(String fieldName)(Code)



isChanged
public boolean isChanged()(Code)



isNew
public boolean isNew()(Code)



isNodeManager
public boolean isNodeManager()(Code)



isNull
public boolean isNull(String fieldName)(Code)



isRelation
public boolean isRelation()(Code)



isRelationManager
public boolean isRelationManager()(Code)



mayChangeContext
public boolean mayChangeContext()(Code)



mayDelete
public boolean mayDelete()(Code)



mayWrite
public boolean mayWrite()(Code)



setBooleanValue
public void setBooleanValue(String fieldName, boolean value)(Code)



setByteValue
public void setByteValue(String fieldName, byte[] value)(Code)



setContext
public void setContext(String context)(Code)



setDateValue
public void setDateValue(String fieldName, Date value)(Code)



setDoubleValue
public void setDoubleValue(String fieldName, double value)(Code)



setFloatValue
public void setFloatValue(String fieldName, float value)(Code)



setInputStreamValue
public void setInputStreamValue(String fieldName, java.io.InputStream value, long size)(Code)



setIntValue
public void setIntValue(String fieldName, int value)(Code)



setListValue
public void setListValue(String fieldName, List value)(Code)



setLongValue
public void setLongValue(String fieldName, long value)(Code)



setNodeValue
public void setNodeValue(String fieldName, Node value)(Code)



setObjectValue
public void setObjectValue(String fieldName, Object value)(Code)



setStringValue
public void setStringValue(String fieldName, String value)(Code)



setValue
public void setValue(String fieldName, Object value)(Code)



setValueWithoutProcess
public void setValueWithoutProcess(String fieldName, Object value)(Code)



setXMLValue
public void setXMLValue(String fieldName, Document value)(Code)



toNodeManager
public NodeManager toNodeManager()(Code)



toRelation
public Relation toRelation()(Code)



toRelationManager
public RelationManager toRelationManager()(Code)



toString
public String toString()(Code)



validate
public Collection<String> validate()(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.