Class PageNodeImpl
java.lang.Object
ch.tocco.nice2.dms.spi.tree.AbstractContentTreeNode
ch.tocco.nice2.optional.cms.impl.tree.PageNodeImpl
- All Implemented Interfaces:
ContentTreeNode,PageNode
Deprecated.
-
Field Summary
Fields inherited from class ch.tocco.nice2.dms.spi.tree.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
ConstructorsConstructorDescriptionPageNodeImpl(Entity entity, ContentTreeService contentTreeService, NodeServicePointHolder nodeServicePointHolder, CopyWidgetConfigService copyWidgetConfigService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddecorateCopy(ContentTreeNode original) Deprecated.Post process this created copy of theoriginal.protected EntityTreeNodedecorateTreeNode(EntityTreeNode treeNode) Deprecated.Deprecated.Returns the over "relContent_published" related entity.Deprecated.Deprecated.Get all domains which have this page set as login page.Deprecated.Get the template properties stored on this page node.Deprecated.Get all domains which have this page set as 404 error page.Deprecated.intDeprecated.Deprecated.Get all applicable template properties for this page node.booleanDeprecated.protected booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidmoveAbove(ContentTreeNode referenceNode) Deprecated.move the currentContentTreeNodeto the position beforereferenceNodevoidmoveBelow(ContentTreeNode referenceNode) Deprecated.move the currentContentTreeNodeto the position afterreferenceNodevoidmoveInto(ContentTreeNode parentNode) Deprecated.move the currentContentTreeNodeintoparentNodevoidsetPosition(int position) Deprecated.Methods inherited from class ch.tocco.nice2.dms.spi.tree.AbstractContentTreeNode
addAlias, aliasesApplyRecursive, areAliasesChanged, copy, copyChild, copyChildren, copyRelation, delete, equals, getAdminUrl, getAliases, getAliasesSet, getAvailablePermissions, getBusinessUnit, getBusinessUnitInvoker, getChecksum, getChild, getChildCopyParams, getChildren, getChildren, getChildren, getChildrenCount, getContent, getContentEntity, getContentRelation, getContentTreeContext, getCopySource, getDelegate, getLabel, getModel, getName, getNodeRight, getNodeRights, getOldPath, getOldPathPart, getOldPaths, getOptimalPathForRequest, getOrCreateNodeRight, getParent, getPath, getPathPart, getPaths, getPermissionsForChildren, getPublishStatus, getRoot, getRoot, getSorting, getTreeNode, hasChild, hasChildren, hasContentReadPermission, hashCode, hasPermissionEditPermission, invokePrivileged, isChildOf, isChildRelationChanged, isCurrentlyPublished, isParentRelationChanged, isPathPartChanged, isPrivileged, isRoot, isSystemNode, normalizeAliases, normalizeName, perform, readString, readStringPrivileged, removeNodeRight, requireParent, resetChildren, setAliases, setContentTreeContext, setLabel, setName, setParent, setPublishStatus, setSorting, setValue, setValue, toString, verifyChecksum, verifyNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.tocco.nice2.dms.api.tree.ContentTreeNode
addAlias, aliasesApplyRecursive, areAliasesChanged, copy, delete, getAdminUrl, getAliases, getAliasesSet, getAvailablePermissions, getBusinessUnit, getBusinessUnitInvoker, getChecksum, getChild, getChildren, getChildren, getChildren, getChildrenCount, getContent, getContentTreeContext, getCopySource, getDelegate, getLabel, getModel, getName, getNodeRight, getNodeRights, getOldPath, getOldPathPart, getOldPaths, getOptimalPathForRequest, getOrCreateNodeRight, getParent, getPath, getPathPart, getPaths, getPermissionsForChildren, getPublishStatus, getRoot, getRoot, getSorting, getTreeNode, hasChild, hasChildren, hasContentReadPermission, hasContentReadPermission, hasPermissionEditPermission, isChildOf, isChildRelationChanged, isCurrentlyPublished, isParentRelationChanged, isPathPartChanged, isRoot, isSystemNode, removeNodeRight, requireParent, resetChildren, setAliases, setContentTreeContext, setLabel, setName, setParent, setSorting, verifyChecksum, verifyNameMethods inherited from interface ch.tocco.nice2.optional.cms.api.tree.PageNode
getContentEntity
-
Constructor Details
-
PageNodeImpl
public PageNodeImpl(Entity entity, ContentTreeService contentTreeService, NodeServicePointHolder nodeServicePointHolder, CopyWidgetConfigService copyWidgetConfigService) Deprecated.
-
-
Method Details
-
getDefaultPublicContentTreeContext
Deprecated.- Specified by:
getDefaultPublicContentTreeContextin interfaceContentTreeNode- Overrides:
getDefaultPublicContentTreeContextin classAbstractContentTreeNode
-
getContentPublished
Deprecated.Description copied from interface:ContentTreeNodeReturns the over "relContent_published" related entity.- Specified by:
getContentPublishedin interfaceContentTreeNode- Overrides:
getContentPublishedin classAbstractContentTreeNode
-
hasAliases
public boolean hasAliases()Deprecated.- Specified by:
hasAliasesin interfaceContentTreeNode- Overrides:
hasAliasesin classAbstractContentTreeNode
-
getOptimalPath
Deprecated.- Specified by:
getOptimalPathin interfaceContentTreeNode- Overrides:
getOptimalPathin classAbstractContentTreeNode- Returns:
- the optimal full path of the current ContentTreeNode
- Throws:
ContentException
-
moveInto
Deprecated.Description copied from interface:ContentTreeNodemove the currentContentTreeNodeintoparentNode- Specified by:
moveIntoin interfaceContentTreeNode- Overrides:
moveIntoin classAbstractContentTreeNode- Parameters:
parentNode- becomes the new parent of thisContentTreeNode- Throws:
ContentException
-
moveBelow
Deprecated.Description copied from interface:ContentTreeNodemove the currentContentTreeNodeto the position afterreferenceNode- Specified by:
moveBelowin interfaceContentTreeNode- Parameters:
referenceNode- becomes the new left neighbour of thisContentTreeNode- Throws:
ContentException
-
moveAbove
Deprecated.Description copied from interface:ContentTreeNodemove the currentContentTreeNodeto the position beforereferenceNode- Specified by:
moveAbovein interfaceContentTreeNode- Parameters:
referenceNode- becomes the new right neighbour of thisContentTreeNode- Throws:
ContentException
-
isHomePage
Deprecated.- Specified by:
isHomePagein interfacePageNode- Throws:
ContentException
-
getPosition
Deprecated.- Specified by:
getPositionin interfacePageNode- Throws:
PersistException
-
setPosition
public void setPosition(int position) Deprecated.- Specified by:
setPositionin interfacePageNode
-
getNodeTemplateProperties
Deprecated.Description copied from interface:PageNodeGet the template properties stored on this page node.- Specified by:
getNodeTemplatePropertiesin interfacePageNode- Returns:
- the temlate properties stored on this page node.
- Throws:
ContentException- See Also:
-
getTemplatePropertiesRecursive
Deprecated.Description copied from interface:PageNodeGet all applicable template properties for this page node. For this purpose the template properties of all parent nodes are also collected.- Specified by:
getTemplatePropertiesRecursivein interfacePageNode- Returns:
- all applicable template properties for this page node.
- Throws:
ContentException- See Also:
-
getNotFoundPageDomains
Deprecated.Description copied from interface:PageNodeGet all domains which have this page set as 404 error page.- Specified by:
getNotFoundPageDomainsin interfacePageNode- Returns:
- all domains which have this page set as 404 error page.
-
getLoginPageDomains
Deprecated.Description copied from interface:PageNodeGet all domains which have this page set as login page.- Specified by:
getLoginPageDomainsin interfacePageNode- Returns:
- all domains which have this page set as login page.
-
isRobotsNoindex
public boolean isRobotsNoindex()Deprecated.- Specified by:
isRobotsNoindexin interfacePageNode- Returns:
- true, if boolean field "robots_noindex" is checked.
-
decorateTreeNode
Deprecated.- Overrides:
decorateTreeNodein classAbstractContentTreeNode- Throws:
ContentException
-
decorateCopy
Deprecated.Description copied from class:AbstractContentTreeNodePost process this created copy of theoriginal.- Overrides:
decorateCopyin classAbstractContentTreeNode- Parameters:
original-ContentTreeNodethat was just copied
-
isEntityDocsNode
protected boolean isEntityDocsNode()Deprecated.- Specified by:
isEntityDocsNodein classAbstractContentTreeNode
-