Class NotificationEventTypes
- java.lang.Object
-
- com.hybris.backoffice.widgets.notificationarea.event.NotificationEventTypes
-
@Deprecated(since="1811", forRemoval=true) public final class NotificationEventTypes extends java.lang.ObjectDeprecated, for removal: This API element is subject to removal in a future version.since 1811- See Also:
NotificationEventTypes
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEVENT_TYPE_GENERALDeprecated, for removal: This API element is subject to removal in a future version.Constant value defining type for notification of general purposestatic java.lang.StringEVENT_TYPE_OBJECT_CREATIONDeprecated, for removal: This API element is subject to removal in a future version.Constant value defining type for notification about object creationstatic java.lang.StringEVENT_TYPE_OBJECT_LOADDeprecated, for removal: This API element is subject to removal in a future version.Constant value defining type for notification about loading objectstatic java.lang.StringEVENT_TYPE_OBJECT_REMOVALDeprecated, for removal: This API element is subject to removal in a future version.Constant value defining type for notification about object removalstatic java.lang.StringEVENT_TYPE_OBJECT_UPDATEDeprecated, for removal: This API element is subject to removal in a future version.Constant value defining type for notification about object modificationstatic java.lang.StringEVENT_TYPE_PERMISSIONSDeprecated, for removal: This API element is subject to removal in a future version.Constant value defining type for notification related to permissions
-
-
-
Field Detail
-
EVENT_TYPE_OBJECT_CREATION
public static final java.lang.String EVENT_TYPE_OBJECT_CREATION
Deprecated, for removal: This API element is subject to removal in a future version.Constant value defining type for notification about object creation- See Also:
- Constant Field Values
-
EVENT_TYPE_OBJECT_UPDATE
public static final java.lang.String EVENT_TYPE_OBJECT_UPDATE
Deprecated, for removal: This API element is subject to removal in a future version.Constant value defining type for notification about object modification- See Also:
- Constant Field Values
-
EVENT_TYPE_OBJECT_REMOVAL
public static final java.lang.String EVENT_TYPE_OBJECT_REMOVAL
Deprecated, for removal: This API element is subject to removal in a future version.Constant value defining type for notification about object removal- See Also:
- Constant Field Values
-
EVENT_TYPE_OBJECT_LOAD
public static final java.lang.String EVENT_TYPE_OBJECT_LOAD
Deprecated, for removal: This API element is subject to removal in a future version.Constant value defining type for notification about loading object- See Also:
- Constant Field Values
-
EVENT_TYPE_GENERAL
public static final java.lang.String EVENT_TYPE_GENERAL
Deprecated, for removal: This API element is subject to removal in a future version.Constant value defining type for notification of general purpose- See Also:
- Constant Field Values
-
EVENT_TYPE_PERMISSIONS
public static final java.lang.String EVENT_TYPE_PERMISSIONS
Deprecated, for removal: This API element is subject to removal in a future version.Constant value defining type for notification related to permissions- See Also:
- Constant Field Values
-
-