Class CmsDomainNodeImpl
java.lang.Object
ch.tocco.nice2.dms.spi.tree.AbstractContentTreeNode
ch.tocco.nice2.dms.spi.tree.DomainNodeImpl
ch.tocco.nice2.optional.cms.impl.tree.CmsDomainNodeImpl
- All Implemented Interfaces:
ContentTreeNode, DomainNode, CmsDomainNode
Deprecated.
-
Field Summary
Fields inherited from class AbstractContentTreeNode
ALIAS_FIELD_NAME, ALIAS_SPLITTER, contentTreeContext, contentTreeService, delegate, HASH_FUNCTION, LABEL_FIELD_NAME, log, mode, model, NAME_FIELD_NAME, nodeServicePointHolder, URL_FIELD_NAME -
Constructor Summary
ConstructorsConstructorDescriptionCmsDomainNodeImpl(Entity entity, ContentTreeService contentTreeService, NodeServicePointHolder nodeServicePointHolder) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the home page of the domain.Deprecated.Deprecated.Deprecated.Deprecated.getOptimalPathForRequest(String requestUrl) Deprecated.Methods inherited from class DomainNodeImpl
aliasesApplyRecursive, decorateTreeNode, getName, getOldPathPart, getPath, getPathPart, getUrl, hasAliases, isEntityDocsNode, isPathPartChanged, isRoot, moveAbove, moveBelow, normalizeAliases, normalizeName, normalizeUrl, setUrlMethods inherited from class AbstractContentTreeNode
addAlias, areAliasesChanged, copy, copyChild, copyChildren, copyRelation, decorateCopy, delete, equals, getAdminUrl, getAliases, getAliasesSet, getAvailablePermissions, getBusinessUnit, getBusinessUnitInvoker, getChecksum, getChild, getChildCopyParams, getChildren, getChildren, getChildren, getChildrenCount, getContent, getContentEntity, getContentPublished, getContentRelation, getContentTreeContext, getCopySource, getDefaultPublicContentTreeContext, getDelegate, getLabel, getModel, getNodeRight, getNodeRights, getOldPath, getOldPaths, getOptimalPath, getOrCreateNodeRight, getParent, getPaths, getPermissionsForChildren, getPublishStatus, getRoot, getRoot, getSorting, getTreeNode, hasChild, hasChildren, hasContentReadPermission, hashCode, hasPermissionEditPermission, invokePrivileged, isChildOf, isChildRelationChanged, isCurrentlyPublished, isParentRelationChanged, isPrivileged, isSystemNode, isVisibleInNavigation, moveInto, perform, readString, readStringPrivileged, removeNodeRight, requireParent, resetChildren, setAliases, setContentTreeContext, setLabel, setName, setParent, setPublishStatus, setSorting, setValue, setValue, toString, verifyChecksum, verifyNameMethods inherited from interface ContentTreeNode
addAlias, aliasesApplyRecursive, areAliasesChanged, copy, delete, getAdminUrl, getAliases, getAliasesSet, getAvailablePermissions, getBusinessUnit, getBusinessUnitInvoker, getChecksum, getChild, getChildren, getChildren, getChildren, getChildrenCount, getContent, getContentEntity, getContentPublished, getContentTreeContext, getCopySource, getDefaultPublicContentTreeContext, getDelegate, getLabel, getModel, getName, getNodeRight, getNodeRights, getOldPath, getOldPathPart, getOldPaths, getOptimalPath, getOrCreateNodeRight, getParent, getPath, getPathPart, getPaths, getPermissionsForChildren, getPublishStatus, getRoot, getRoot, getSorting, getTreeNode, hasAliases, hasChild, hasChildren, hasContentReadPermission, hasContentReadPermission, hasPermissionEditPermission, isChildOf, isChildRelationChanged, isCurrentlyPublished, isParentRelationChanged, isPathPartChanged, isRoot, isSystemNode, isVisibleInNavigation, moveAbove, moveBelow, moveInto, removeNodeRight, requireParent, resetChildren, setAliases, setContentTreeContext, setLabel, setName, setParent, setSorting, verifyChecksum, verifyName
-
Constructor Details
-
CmsDomainNodeImpl
public CmsDomainNodeImpl(Entity entity, ContentTreeService contentTreeService, NodeServicePointHolder nodeServicePointHolder) Deprecated.
-
-
Method Details
-
getOptimalPathForRequest
Deprecated.- Specified by:
getOptimalPathForRequestin interfaceContentTreeNode- Overrides:
getOptimalPathForRequestin classDomainNodeImpl- Returns:
- the optimal path of the current ContentTreeNode which does not contain authority if possible and uses same alias as request if possible
- Throws:
ContentException
-
getLocale
-
getNodeTemplateProperties
Deprecated.- Specified by:
getNodeTemplatePropertiesin interfaceCmsDomainNode
-
getNotFoundPage
Deprecated.- Specified by:
getNotFoundPagein interfaceCmsDomainNode
-
getLoginPage
Deprecated.- Specified by:
getLoginPagein interfaceCmsDomainNode
-
getHomePage
Deprecated.Description copied from interface:CmsDomainNodeGet the home page of the domain. The home page is the first child page.- Specified by:
getHomePagein interfaceCmsDomainNode- Returns:
- the home page (if present).
- See Also:
-