Uses of Interface
de.hybris.platform.productcockpit.model.macfinder.node.MacFinderTreeNode
-
-
Uses of MacFinderTreeNode in de.hybris.platform.productcockpit.components.contentbrowser
Methods in de.hybris.platform.productcockpit.components.contentbrowser with parameters of type MacFinderTreeNode Modifier and Type Method Description protected TypedObjectCategoryTreeContentBrowser. getParentObject(MacFinderTreeNode node) -
Uses of MacFinderTreeNode in de.hybris.platform.productcockpit.components.macfinder
Methods in de.hybris.platform.productcockpit.components.macfinder that return MacFinderTreeNode Modifier and Type Method Description MacFinderTreeNodeMacFinderTreeComponent. getLastSelectedCategory()Searches for last selected category -
Uses of MacFinderTreeNode in de.hybris.platform.productcockpit.dao
Methods in de.hybris.platform.productcockpit.dao that return types with arguments of type MacFinderTreeNode Modifier and Type Method Description abstract java.util.List<MacFinderTreeNode>AbstractDao. getItems(Item category, CatalogVersion version, boolean withSubcategories)java.util.List<MacFinderTreeNode>CategoryDao. getItems(Item category, CatalogVersion version, boolean withSubcategories)java.util.List<MacFinderTreeNode>MediaDao. getItems(Item category, CatalogVersion version, boolean withSubcategories)java.util.List<MacFinderTreeNode>ProductDao. getItems(Item category, CatalogVersion version, boolean withSubcategories)protected abstract java.util.List<MacFinderTreeNode>AbstractDao. wrapIntoConnectedItem(java.util.List<Item> sourceList)protected java.util.List<MacFinderTreeNode>CategoryDao. wrapIntoConnectedItem(java.util.List<Item> sourceList)protected java.util.List<MacFinderTreeNode>MediaDao. wrapIntoConnectedItem(java.util.List<Item> sourceList)protected java.util.List<MacFinderTreeNode>ProductDao. wrapIntoConnectedItem(java.util.List<Item> sourceList)Method parameters in de.hybris.platform.productcockpit.dao with type arguments of type MacFinderTreeNode Modifier and Type Method Description protected java.util.List<Item>AbstractDao. unwrapIntoConnectedItem(java.util.List<MacFinderTreeNode> sourceList) -
Uses of MacFinderTreeNode in de.hybris.platform.productcockpit.model.macfinder
Methods in de.hybris.platform.productcockpit.model.macfinder that return MacFinderTreeNode Modifier and Type Method Description MacFinderTreeNodeMacFinderTreeModelAbstract. getCategory()MacFinderTreeNodeMacFinderTreeColumn. getParentNode()MacFinderTreeNodeMacFinderTreeColumn. getSelectedNode()Methods in de.hybris.platform.productcockpit.model.macfinder that return types with arguments of type MacFinderTreeNode Modifier and Type Method Description abstract java.util.List<MacFinderTreeNode>MacFinderTreeModelAbstract. doSearchInternal(MacFinderTreeNode wrappedCategory, CatalogVersionModel version, MacFinderTreeNode connectedItem)java.util.List<MacFinderTreeNode>MacFinderTreeModelAbstract. getCategoryElements()java.util.List<MacFinderTreeNode>MacFinderTreeColumn. getChildren()abstract java.util.List<MacFinderTreeNode>MacFinderTreeModelAbstract. getConnectedItems()java.util.List<MacFinderTreeNode>MacFinderTreeModelAbstract. getSelectedNodes()Methods in de.hybris.platform.productcockpit.model.macfinder with parameters of type MacFinderTreeNode Modifier and Type Method Description abstract intMacFinderTreeModelAbstract. countSearchResultsInternal(MacFinderTreeNode wrappedCategory, CatalogVersionModel version, MacFinderTreeNode connectedItem)abstract java.util.List<MacFinderTreeNode>MacFinderTreeModelAbstract. doSearchInternal(MacFinderTreeNode wrappedCategory, CatalogVersionModel version, MacFinderTreeNode connectedItem)voidMacFinderTreeModelAbstract. extendHierarchy(MacFinderTreeNode node)voidMacFinderTreeModelAbstract. refreshAfterAdd(MacFinderTreeNode node)voidMacFinderTreeColumn. removeChild(MacFinderTreeNode treeNode)voidMacFinderTreeColumn. setColumnType(MacFinderTreeNode columnType)Method parameters in de.hybris.platform.productcockpit.model.macfinder with type arguments of type MacFinderTreeNode Modifier and Type Method Description voidMacFinderTreeColumn. appendToChild(java.util.List<MacFinderTreeNode> additonalChilds)booleanMacFinderTreeColumn. isColumnType(java.lang.Class<? extends MacFinderTreeNode> columnTypeClass)voidMacFinderTreeColumn. setChildren(java.util.List<MacFinderTreeNode> children)Constructor parameters in de.hybris.platform.productcockpit.model.macfinder with type arguments of type MacFinderTreeNode Constructor Description MacFinderTreeModelAbstract(java.util.List<MacFinderTreeNode> selectedNodes) -
Uses of MacFinderTreeNode in de.hybris.platform.productcockpit.model.macfinder.node
Subinterfaces of MacFinderTreeNode in de.hybris.platform.productcockpit.model.macfinder.node Modifier and Type Interface Description interfaceMacFinderTreeNodeChildableInvented only to mark childeable nodesClasses in de.hybris.platform.productcockpit.model.macfinder.node that implement MacFinderTreeNode Modifier and Type Class Description classCategoryNodeRepresents category node (is childable)classClassAttributeAssignmentNodeclassLeafNodeRepresents leaves in MAC finder treeclassMacFinderTreeNodeAbstractInterface represents additional node in columnclassMediaNodeRepresents Medias node into additional section in each columnclassProductNodeRepresents Products node into additional section in each columnMethods in de.hybris.platform.productcockpit.model.macfinder.node that return types with arguments of type MacFinderTreeNode Modifier and Type Method Description java.util.List<MacFinderTreeNode>ClassAttributeAssignmentDao. getItems(Item category, CatalogVersion version, boolean withSubcategories)protected java.util.List<MacFinderTreeNode>ClassAttributeAssignmentDao. wrapIntoConnectedItem(java.util.List<Item> sourceList) -
Uses of MacFinderTreeNode in de.hybris.platform.productcockpit.services.catalog
Methods in de.hybris.platform.productcockpit.services.catalog that return types with arguments of type MacFinderTreeNode Modifier and Type Method Description java.util.List<MacFinderTreeNode>ConnectedItemService. getAllKindConnectedItems()Retrieves all available connected itemsjava.util.List<MacFinderTreeNode>CatalogService. getItems(MacFinderTreeNode wrappedCategory, CatalogVersionModel version, boolean includeSubCategory, MacFinderTreeNode connectedItem)Get the products for a given category.Methods in de.hybris.platform.productcockpit.services.catalog with parameters of type MacFinderTreeNode Modifier and Type Method Description intCatalogService. getItemCount(MacFinderTreeNode wrappedCategory, CatalogVersionModel version, boolean includeSubCategory, MacFinderTreeNode connectedItem)Counts subitems in MacFinder tree for specified node.java.util.List<MacFinderTreeNode>CatalogService. getItems(MacFinderTreeNode wrappedCategory, CatalogVersionModel version, boolean includeSubCategory, MacFinderTreeNode connectedItem)Get the products for a given category. -
Uses of MacFinderTreeNode in de.hybris.platform.productcockpit.services.catalog.impl
Methods in de.hybris.platform.productcockpit.services.catalog.impl that return types with arguments of type MacFinderTreeNode Modifier and Type Method Description java.util.List<MacFinderTreeNode>ConnectedItemServiceImpl. getAllKindConnectedItems()java.util.List<MacFinderTreeNode>CatalogServiceImpl. getItems(MacFinderTreeNode wrappedCategory, CatalogVersionModel version, boolean includSubCategory, MacFinderTreeNode connectedItem)Methods in de.hybris.platform.productcockpit.services.catalog.impl with parameters of type MacFinderTreeNode Modifier and Type Method Description intCatalogServiceImpl. getItemCount(MacFinderTreeNode wrappedCategory, CatalogVersionModel version, boolean includeSubCategory, MacFinderTreeNode connectedItem)java.util.List<MacFinderTreeNode>CatalogServiceImpl. getItems(MacFinderTreeNode wrappedCategory, CatalogVersionModel version, boolean includSubCategory, MacFinderTreeNode connectedItem) -
Uses of MacFinderTreeNode in de.hybris.platform.productcockpit.util.testing.impl
Methods in de.hybris.platform.productcockpit.util.testing.impl that return MacFinderTreeNode Modifier and Type Method Description MacFinderTreeNodeCategoryTreeTestIdContext. getTreeNode()Constructors in de.hybris.platform.productcockpit.util.testing.impl with parameters of type MacFinderTreeNode Constructor Description CategoryTreeTestIdContext(CategoryTreeBrowserModel browserModel, MacFinderTreeNode treeNode)
-