Uses of Enum Class
de.hybris.deltadetection.enums.ItemVersionMarkerStatus
Packages that use ItemVersionMarkerStatus
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.deltadetection.jalo package.
-
Uses of ItemVersionMarkerStatus in de.hybris.deltadetection.enums
Methods in de.hybris.deltadetection.enums that return ItemVersionMarkerStatusModifier and TypeMethodDescriptionstatic ItemVersionMarkerStatusReturns the enum constant of this class with the specified name.static ItemVersionMarkerStatus[]ItemVersionMarkerStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ItemVersionMarkerStatus in de.hybris.deltadetection.model
Methods in de.hybris.deltadetection.model that return ItemVersionMarkerStatusModifier and TypeMethodDescriptionItemVersionMarkerModel.getStatus()Generated method - Getter of theItemVersionMarker.statusattribute defined at extensiondeltadetection.Methods in de.hybris.deltadetection.model with parameters of type ItemVersionMarkerStatusModifier and TypeMethodDescriptionvoidItemVersionMarkerModel.setStatus(ItemVersionMarkerStatus value) Generated method - Setter ofItemVersionMarker.statusattribute defined at extensiondeltadetection.Constructors in de.hybris.deltadetection.model with parameters of type ItemVersionMarkerStatusModifierConstructorDescriptionItemVersionMarkerModel(ComposedTypeModel _itemComposedType, Long _itemPK, ItemVersionMarkerStatus _status, String _streamId, Date _versionTS) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersItemVersionMarkerModel(ComposedTypeModel _itemComposedType, Long _itemPK, ItemModel _owner, ItemVersionMarkerStatus _status, String _streamId, Date _versionTS) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters