Uses of Class
de.hybris.platform.configurablebundleservices.model.BundleSelectionCriteriaModel
-
Packages that use BundleSelectionCriteriaModel Package Description de.hybris.platform.configurablebundlecockpits.services.label.impl de.hybris.platform.configurablebundleservices.model Contains generated models for each type of de.hybris.platform.configurablebundleservices.jalo package.de.hybris.platform.subscriptionbundlecockpits.services.label.impl -
-
Uses of BundleSelectionCriteriaModel in de.hybris.platform.configurablebundlecockpits.services.label.impl
Methods in de.hybris.platform.configurablebundlecockpits.services.label.impl with parameters of type BundleSelectionCriteriaModel Modifier and Type Method Description protected java.lang.String
BundleSelectionCriteriaModelLabelProvider. getIconPath(BundleSelectionCriteriaModel item)
protected java.lang.String
BundleSelectionCriteriaModelLabelProvider. getIconPath(BundleSelectionCriteriaModel item, java.lang.String languageIso)
protected java.lang.String
BundleSelectionCriteriaModelLabelProvider. getItemDescription(BundleSelectionCriteriaModel item)
protected java.lang.String
BundleSelectionCriteriaModelLabelProvider. getItemDescription(BundleSelectionCriteriaModel item, java.lang.String languageIso)
protected java.lang.String
BundleSelectionCriteriaModelLabelProvider. getItemLabel(BundleSelectionCriteriaModel selectionCriteria)
protected java.lang.String
BundleSelectionCriteriaModelLabelProvider. getItemLabel(BundleSelectionCriteriaModel selectionCriteria, java.lang.String languageIso)
-
Uses of BundleSelectionCriteriaModel in de.hybris.platform.configurablebundleservices.model
Subclasses of BundleSelectionCriteriaModel in de.hybris.platform.configurablebundleservices.model Modifier and Type Class Description class
AutoPickBundleSelectionCriteriaModel
Generated model class for type AutoPickBundleSelectionCriteria first defined at extension subscriptionbundleservices.class
PickExactlyNBundleSelectionCriteriaModel
Generated model class for type PickExactlyNBundleSelectionCriteria first defined at extension configurablebundleservices.class
PickNToMBundleSelectionCriteriaModel
Generated model class for type PickNToMBundleSelectionCriteria first defined at extension configurablebundleservices.Methods in de.hybris.platform.configurablebundleservices.model that return BundleSelectionCriteriaModel Modifier and Type Method Description BundleSelectionCriteriaModel
BundleTemplateModel. getBundleSelectionCriteria()
Generated method - Getter of theBundleTemplate.bundleSelectionCriteria
attribute defined at extensionconfigurablebundleservices
.Methods in de.hybris.platform.configurablebundleservices.model with parameters of type BundleSelectionCriteriaModel Modifier and Type Method Description void
BundleTemplateModel. setBundleSelectionCriteria(BundleSelectionCriteriaModel value)
Generated method - Setter ofBundleTemplate.bundleSelectionCriteria
attribute defined at extensionconfigurablebundleservices
. -
Uses of BundleSelectionCriteriaModel in de.hybris.platform.subscriptionbundlecockpits.services.label.impl
Methods in de.hybris.platform.subscriptionbundlecockpits.services.label.impl with parameters of type BundleSelectionCriteriaModel Modifier and Type Method Description protected java.lang.String
AutoPickBundleSelectionCriteriaModelLabelProvider. getItemLabel(BundleSelectionCriteriaModel selectionCriteria)
-