Uses of Class
de.hybris.deltadetection.enums.ItemVersionMarkerStatus
-
Packages that use ItemVersionMarkerStatus Package Description de.hybris.deltadetection.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.deltadetection.model 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 ItemVersionMarkerStatus Modifier and Type Method Description static ItemVersionMarkerStatusItemVersionMarkerStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ItemVersionMarkerStatus[]ItemVersionMarkerStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ItemVersionMarkerStatus in de.hybris.deltadetection.model
Methods in de.hybris.deltadetection.model that return ItemVersionMarkerStatus Modifier and Type Method Description ItemVersionMarkerStatusItemVersionMarkerModel. getStatus()Generated method - Getter of theItemVersionMarker.statusattribute defined at extensiondeltadetection.Methods in de.hybris.deltadetection.model with parameters of type ItemVersionMarkerStatus Modifier and Type Method Description voidItemVersionMarkerModel. setStatus(ItemVersionMarkerStatus value)Generated method - Setter ofItemVersionMarker.statusattribute defined at extensiondeltadetection.Constructors in de.hybris.deltadetection.model with parameters of type ItemVersionMarkerStatus Constructor Description ItemVersionMarkerModel(ComposedTypeModel _itemComposedType, java.lang.Long _itemPK, ItemVersionMarkerStatus _status, java.lang.String _streamId, java.util.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, java.lang.Long _itemPK, ItemModel _owner, ItemVersionMarkerStatus _status, java.lang.String _streamId, java.util.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
-