Class CategoryNode
- java.lang.Object
-
- de.hybris.platform.productcockpit.model.macfinder.node.MacFinderTreeNodeAbstract
-
- de.hybris.platform.productcockpit.model.macfinder.node.CategoryNode
-
- All Implemented Interfaces:
MacFinderTreeNode,MacFinderTreeNodeChildable
public class CategoryNode extends MacFinderTreeNodeAbstract implements MacFinderTreeNodeChildable
Represents category node (is childable)
-
-
Field Summary
-
Fields inherited from interface de.hybris.platform.productcockpit.model.macfinder.node.MacFinderTreeNode
CODE_ATTR, LEFT_SQUERE_BRACKET, NAME_ATTR, RIGH_SQUERE_BRACKET, UNDEFINED_ATTR
-
-
Constructor Summary
Constructors Constructor Description CategoryNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractDaogetDao()java.lang.StringgetDisplayedLabel()booleanisNameAttributeExist()-
Methods inherited from class de.hybris.platform.productcockpit.model.macfinder.node.MacFinderTreeNodeAbstract
equals, getContainingColumn, getOriginalItem, getQuantity, hashCode, isSelected, isVisible, setOriginalItem, setParentColumn, setQuantity, setSelected
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.productcockpit.model.macfinder.node.MacFinderTreeNode
getContainingColumn, getOriginalItem, getQuantity, isSelected, isVisible, setOriginalItem, setParentColumn, setQuantity, setSelected
-
-
-
-
Method Detail
-
getDao
public AbstractDao getDao()
- Specified by:
getDaoin interfaceMacFinderTreeNode
-
getDisplayedLabel
public java.lang.String getDisplayedLabel()
- Specified by:
getDisplayedLabelin interfaceMacFinderTreeNode- Overrides:
getDisplayedLabelin classMacFinderTreeNodeAbstract
-
isNameAttributeExist
public boolean isNameAttributeExist() throws JaloSecurityException- Specified by:
isNameAttributeExistin interfaceMacFinderTreeNode- Overrides:
isNameAttributeExistin classMacFinderTreeNodeAbstract- Throws:
JaloSecurityException
-
-