Class CMSItemLabelProvider
- java.lang.Object
-
- de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider<T>
-
- de.hybris.platform.cockpit.services.label.CatalogAwareLabelProvider<CMSItem>
-
- de.hybris.platform.cmscockpit.services.label.impl.CMSItemLabelProvider
-
- All Implemented Interfaces:
ObjectLabelProvider
@Deprecated(since="4.5", forRemoval=true) public class CMSItemLabelProvider extends CatalogAwareLabelProvider<CMSItem>Deprecated, for removal: This API element is subject to removal in a future version.since 4.5. Please useCMSItemModelLabelProviderinstead.UseCMSItemModelLabelProviderinstead.
-
-
Constructor Summary
Constructors Constructor Description CMSItemLabelProvider()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CatalogVersiongetCatalogVersion(CMSItem item)Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetIconPath(CMSItem item)Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetIconPath(CMSItem item, java.lang.String languageIso)Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetItemDescription(CMSItem item)Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetItemDescription(CMSItem item, java.lang.String languageIso)Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetItemLabel(CMSItem item)Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetItemLabel(CMSItem item, java.lang.String languageIso)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.cockpit.services.label.CatalogAwareLabelProvider
getLabel, getLabel
-
Methods inherited from class de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider
getDescription, getDescription, getIconPath, getIconPath, getModelService
-
-
-
-
Method Detail
-
getItemLabel
protected java.lang.String getItemLabel(CMSItem item)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<CMSItem>
-
getItemLabel
protected java.lang.String getItemLabel(CMSItem item, java.lang.String languageIso)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<CMSItem>
-
getCatalogVersion
protected CatalogVersion getCatalogVersion(CMSItem item)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getCatalogVersionin classCatalogAwareLabelProvider<CMSItem>
-
getIconPath
protected java.lang.String getIconPath(CMSItem item)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getIconPathin classAbstractObjectLabelProvider<CMSItem>
-
getIconPath
protected java.lang.String getIconPath(CMSItem item, java.lang.String languageIso)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getIconPathin classAbstractObjectLabelProvider<CMSItem>
-
getItemDescription
protected java.lang.String getItemDescription(CMSItem item)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<CMSItem>
-
getItemDescription
protected java.lang.String getItemDescription(CMSItem item, java.lang.String languageIso)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<CMSItem>
-
-