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.
Use
CMSItemModelLabelProvider instead.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected CatalogVersiongetCatalogVersion(CMSItem item) Deprecated, for removal: This API element is subject to removal in a future version.protected StringgetIconPath(CMSItem item) Deprecated, for removal: This API element is subject to removal in a future version.protected StringgetIconPath(CMSItem item, String languageIso) Deprecated, for removal: This API element is subject to removal in a future version.protected StringgetItemDescription(CMSItem item) Deprecated, for removal: This API element is subject to removal in a future version.protected StringgetItemDescription(CMSItem item, String languageIso) Deprecated, for removal: This API element is subject to removal in a future version.protected StringgetItemLabel(CMSItem item) Deprecated, for removal: This API element is subject to removal in a future version.protected StringgetItemLabel(CMSItem item, 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, getLabelMethods inherited from class de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider
getDescription, getDescription, getIconPath, getIconPath, getModelService
-
Constructor Details
-
CMSItemLabelProvider
public CMSItemLabelProvider()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getItemLabel
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<CMSItem>
-
getItemLabel
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<CMSItem>
-
getCatalogVersion
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getCatalogVersionin classCatalogAwareLabelProvider<CMSItem>
-
getIconPath
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getIconPathin classAbstractObjectLabelProvider<CMSItem>
-
getIconPath
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getIconPathin classAbstractObjectLabelProvider<CMSItem>
-
getItemDescription
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<CMSItem>
-
getItemDescription
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<CMSItem>
-
CMSItemModelLabelProviderinstead.