Class CmsDomainNodeModel
java.lang.Object
ch.tocco.nice2.dms.spi.tree.AbstractContentTreeNodeModel
ch.tocco.nice2.dms.spi.tree.DomainNodeModel
ch.tocco.nice2.optional.cms.impl.tree.CmsDomainNodeModel
- All Implemented Interfaces:
ContentTreeNodeModel
Model for
CmsDomainNode
.-
Field Summary
Fields inherited from interface ch.tocco.nice2.dms.api.tree.ContentTreeNodeModel
DOMAIN_NODE_MODEL_ORDER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the relations to the child nodes.Methods inherited from class ch.tocco.nice2.dms.spi.tree.DomainNodeModel
getEntityName
Methods inherited from class ch.tocco.nice2.dms.spi.tree.AbstractContentTreeNodeModel
getParentRelations, getRootRelationName
-
Constructor Details
-
CmsDomainNodeModel
public CmsDomainNodeModel()
-
-
Method Details
-
getChildRelations
Description copied from interface:ContentTreeNodeModel
Returns the relations to the child nodes.- Specified by:
getChildRelations
in interfaceContentTreeNodeModel
- Overrides:
getChildRelations
in classDomainNodeModel
- Returns:
- the relations to the child nodes.
-