Uses of Class
de.hybris.platform.b2bcommercefacades.company.data.B2BUnitNodeData
Packages that use B2BUnitNodeData
Package
Description
-
Uses of B2BUnitNodeData in de.hybris.platform.b2bacceleratorfacades.company
Methods in de.hybris.platform.b2bacceleratorfacades.company that return types with arguments of type B2BUnitNodeDataModifier and TypeMethodDescriptionCompanyB2BCommerceFacade.getBranchNodes()Deprecated, for removal: This API element is subject to removal in a future version.Gets a list ofB2BUnitNodeDatarepresenting each unit in the branch based on the session customer -
Uses of B2BUnitNodeData in de.hybris.platform.b2bacceleratorfacades.company.data
Subclasses of B2BUnitNodeData in de.hybris.platform.b2bacceleratorfacades.company.dataModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUnitNodeData in de.hybris.platform.b2bacceleratorfacades.company.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.impl that return B2BUnitNodeDataModifier and TypeMethodDescriptionDefaultB2BCommerceUnitFacade.getParentUnitNode()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.company.impl that return types with arguments of type B2BUnitNodeDataModifier and TypeMethodDescriptionDefaultB2BCommerceUnitFacade.getAllowedParentUnits(String uid) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCompanyB2BCommerceFacade.getBranchNodes()Deprecated, for removal: This API element is subject to removal in a future version.protected Converter<B2BUnitModel,B2BUnitNodeData> DefaultCompanyB2BCommerceFacade.getUnitTreeConverter()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.company.impl with type arguments of type B2BUnitNodeDataModifier and TypeMethodDescriptionvoidDefaultCompanyB2BCommerceFacade.setUnitTreeConverter(Converter<B2BUnitModel, B2BUnitNodeData> unitTreeConverter) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUnitNodeData in de.hybris.platform.b2bacceleratorfacades.company.populators
Methods in de.hybris.platform.b2bacceleratorfacades.company.populators that return types with arguments of type B2BUnitNodeDataModifier and TypeMethodDescriptionprotected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData> B2BUnitNodePopulator.getChildNodeConverter()Deprecated, for removal: This API element is subject to removal in a future version.protected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData> B2BUnitNodePopulator.lookupChildNodeConverter()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.company.populators with parameters of type B2BUnitNodeDataModifier and TypeMethodDescriptionvoidB2BUnitNodePopulator.populate(B2BUnitModel b2BUnitModel, B2BUnitNodeData b2BUnitNodeData) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of B2BUnitNodeData in de.hybris.platform.b2bcommercefacades.company
Methods in de.hybris.platform.b2bcommercefacades.company that return B2BUnitNodeDataModifier and TypeMethodDescriptionB2BUnitFacade.getParentUnitNode()Gets a business unit as a B2BUnitNodeData assigned to the current session user with all the children retrieved viagetChildren()which only has enough data to construct a tree view.Methods in de.hybris.platform.b2bcommercefacades.company that return types with arguments of type B2BUnitNodeDataModifier and TypeMethodDescriptionB2BUnitFacade.getAllowedParentUnits(String unitUid) A list of parent units for which the unit with uid can be assigned as a siblingB2BUnitFacade.getBranchNodes()Gets a list ofB2BUnitNodeDatarepresenting each unit in the branch based on the session customer -
Uses of B2BUnitNodeData in de.hybris.platform.b2bcommercefacades.company.converters.populators
Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators that return types with arguments of type B2BUnitNodeDataModifier and TypeMethodDescriptionprotected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData> B2BUnitNodePopulator.getChildNodeConverter()protected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData> B2BUnitNodePopulator.lookupChildNodeConverter()Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators with parameters of type B2BUnitNodeDataModifier and TypeMethodDescriptionvoidB2BUnitNodePopulator.populate(B2BUnitModel source, B2BUnitNodeData target) protected voidB2BUnitNodePopulator.populateChildren(B2BUnitModel source, B2BUnitNodeData target) protected voidB2BUnitNodePopulator.populateParent(B2BUnitModel source, B2BUnitNodeData target) -
Uses of B2BUnitNodeData in de.hybris.platform.b2bcommercefacades.company.data
Methods in de.hybris.platform.b2bcommercefacades.company.data that return types with arguments of type B2BUnitNodeDataMethod parameters in de.hybris.platform.b2bcommercefacades.company.data with type arguments of type B2BUnitNodeDataModifier and TypeMethodDescriptionvoidB2BUnitNodeData.setChildren(List<B2BUnitNodeData> children) -
Uses of B2BUnitNodeData in de.hybris.platform.b2bcommercefacades.company.impl
Methods in de.hybris.platform.b2bcommercefacades.company.impl that return B2BUnitNodeDataMethods in de.hybris.platform.b2bcommercefacades.company.impl that return types with arguments of type B2BUnitNodeDataModifier and TypeMethodDescriptionDefaultB2BUnitFacade.getAllowedParentUnits(String uid) DefaultB2BUnitFacade.getBranchNodes()protected Converter<B2BUnitModel,B2BUnitNodeData> DefaultB2BUnitFacade.getUnitTreeConverter()Method parameters in de.hybris.platform.b2bcommercefacades.company.impl with type arguments of type B2BUnitNodeDataModifier and TypeMethodDescriptionvoidDefaultB2BUnitFacade.setUnitTreeConverter(Converter<B2BUnitModel, B2BUnitNodeData> unitTreeConverter) -
Uses of B2BUnitNodeData in de.hybris.platform.commerceorgaddon.controllers.pages
Method parameters in de.hybris.platform.commerceorgaddon.controllers.pages with type arguments of type B2BUnitNodeDataModifier and TypeMethodDescriptionprotected List<MyCompanyPageController.SelectOption>MyCompanyPageController.getBranchSelectOptions(List<B2BUnitNodeData> branchNodes)
B2BUnitNodeDatainstead.