Class TmaCatalogTreeModelPopulator
java.lang.Object
com.hybris.backoffice.tree.model.CatalogTreeModelPopulator
de.hybris.platform.b2ctelcobackoffice.tree.TmaCatalogTreeModelPopulator
- All Implemented Interfaces:
com.hybris.cockpitng.model.ComponentModelPopulator<org.zkoss.zul.TreeModel<org.zkoss.zul.TreeNode<ItemModel>>>,com.hybris.cockpitng.tree.node.DynamicNodePopulator,com.hybris.cockpitng.tree.node.SearchableDynamicNodePopulator
public class TmaCatalogTreeModelPopulator
extends com.hybris.backoffice.tree.model.CatalogTreeModelPopulator
Populator for rendering the
TreeModel catalog for Product Specification in PCM Backoffice perspective.- Since:
- 6.7
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hybris.backoffice.tree.model.CatalogTreeModelPopulator
com.hybris.backoffice.tree.model.CatalogTreeModelPopulator.CatalogTreeModel -
Field Summary
Fields inherited from class com.hybris.backoffice.tree.model.CatalogTreeModelPopulator
ALL_CATALOGS_NODE_ID, BACKOFFICE_CONFIGURATION_CATALOG_ID, CONFIG_BACKOFFICE_CATALOG_TREE_POPULATOR_SEARCH_BASED_ACTIVE, CTX_TREE_LOOKUP_ALLOW_FOR_FLAT_LIST, CTX_TREE_LOOKUP_ATTRIBUTES, CTX_TREE_LOOKUP_FLAT_LIST_THRESHOLD, CTX_TREE_LOOKUP_FS_ENABLED, CTX_TREE_LOOKUP_OVERFLOW_THRESHOLD, FALLBACK_OVERFLOW_THRESHOLD_VALUE, I18N_CATALOGTREEMODELPOPULATOR_ALLCATALOGS, I18N_CATALOGTREEMODELPOPULATOR_UNCATEGORIZED, I18N_EXPLORER_TREE_FILTERED_TOO_MANY_RESULT, MULTI_SELECT, SHOW_ALL_CATALOGS_NODE, SHOW_UNCATEGORIZED_CATALOG_NODE, SHOW_UNCATEGORIZED_CATALOG_VERSION_NODE, SHOW_UNCATEGORIZED_CLASSIFICATION_CATALOG_VERSION_NODE, SHOW_UNCATEGORIZED_ROOT_NODE, SIMPLE_LABELS_CTX_PARAMETERS, UNCATEGORIZED_PRODUCTS_NODE_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.hybris.cockpitng.tree.node.DynamicNodeprepareUncategorizedProductsNode(com.hybris.backoffice.navigation.NavigationNode rootNode, ItemModel parentObject) Methods inherited from class com.hybris.backoffice.tree.model.CatalogTreeModelPopulator
addCategoriesFromTheTail, buildFlatListNodes, buildOverflowNode, buildSpanningTree, buildSpanningTree, createCockpitContext, createDynamicNode, createDynamicNode, createDynamicNodeId, createModel, createParentNodesIdPrefix, filterAvailableCategories, filterConfiguredCategoryAttributes, findChildrenNavigationNodes, getAllCatalogVersions, getAllReadableCatalogs, getAllReadableCatalogVersions, getAllReadableCatalogVersionsForCurrentUser, getCatalogService, getCatalogTreeSimpleLabelProvider, getCatalogVersionService, getCategoryDynamicNodeCreatorFunction, getChildren, getChildren, getCockpitUserService, getExcludedTypes, getFieldSearchFacade, getFlatListThreshold, getFlatListThreshold, getIndexingDepth, getLabelService, getLookupQueryAttributes, getLookupQueryAttributes, getOverflowThreshold, getOverflowThreshold, getPartitionThreshold, getPermissionFacade, getRegularNodeCreatorFunction, getRoot, getSessionService, getTypeFacade, getTypeService, getUserService, isAllowForFlatList, isAllowForFlatList, isCatalogAvailableInContext, isCatalogVersionAvailableInContext, isParentIdAppended, isRootCategory, isSearchBasedPopulatorActive, isSupportedType, partitionNodes, postConstruct, prepareAllCatalogsNode, prepareCatalogNodes, prepareCatalogVersionNodes, prepareNodeLabel, prepareNodeLabel, preparePopulatingQuery, prepareRootCategoryNodes, prepareSubcategoryNodes, resolvedMatchOperator, setAllowForFlatList, setCatalogService, setCatalogTreeSimpleLabelProvider, setCatalogVersionService, setCockpitUserService, setExcludedTypes, setFieldSearchFacade, setFlatListThreshold, setLabelService, setLookupQueryAttributes, setOverflowThreshold, setPartitionThreshold, setPermissionFacade, setSessionService, setTypeFacade, setTypeService, setUserService, showUncategorizedNodeForCatalogVersion, simpleLabelsEnabledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.tree.node.SearchableDynamicNodePopulator
getChildren
-
Constructor Details
-
TmaCatalogTreeModelPopulator
public TmaCatalogTreeModelPopulator()
-
-
Method Details