Class NodeProxy
- java.lang.Object
-
- org.openforis.collect.model.proxy.NodeProxy
-
- All Implemented Interfaces:
Proxy
- Direct Known Subclasses:
AttributeProxy,EntityProxy
public class NodeProxy extends Object implements Proxy
- Author:
- S. Ricci, M. Togna
-
-
Field Summary
Fields Modifier and Type Field Description protected ProxyContextcontext
-
Constructor Summary
Constructors Constructor Description NodeProxy(EntityProxy parent, Node<?> node, ProxyContext context)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<NodeProxy>fromList(EntityProxy parent, List<Node<?>> list, ProxyContext context)static NodeProxyfromNode(EntityProxy parent, Node<?> node, ProxyContext context)static NodeProxyfromNode(Node<?> node, ProxyContext context)IntegergetDefinitionId()IntegergetId()protected LocalegetLocale()protected MessageSourcegetMessageSource()IntegergetParentId()StringgetPath()booleanisUserSpecified()
-
-
-
Field Detail
-
context
protected transient ProxyContext context
-
-
Constructor Detail
-
NodeProxy
public NodeProxy(EntityProxy parent, Node<?> node, ProxyContext context)
-
-
Method Detail
-
fromNode
public static NodeProxy fromNode(Node<?> node, ProxyContext context)
-
fromNode
public static NodeProxy fromNode(EntityProxy parent, Node<?> node, ProxyContext context)
-
fromList
public static List<NodeProxy> fromList(EntityProxy parent, List<Node<?>> list, ProxyContext context)
-
getId
public Integer getId()
-
getDefinitionId
public Integer getDefinitionId()
-
getPath
public String getPath()
-
getParentId
public Integer getParentId()
-
isUserSpecified
public boolean isUserSpecified()
-
getMessageSource
protected MessageSource getMessageSource()
-
getLocale
protected Locale getLocale()
-
-