Uses of Enum Class
de.hybris.platform.audit.view.impl.EventType
Packages that use EventType
-
Uses of EventType in de.hybris.platform.audit.view.impl
Methods in de.hybris.platform.audit.view.impl that return EventTypeModifier and TypeMethodDescriptionAuditEvent.getEventType()DefaultAuditEvent.getEventType()static EventTypeReturns the enum constant of this class with the specified name.static EventType[]EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.hybris.platform.audit.view.impl with parameters of type EventTypeModifierConstructorDescriptionDefaultAuditEvent(AuditRecord record, Date timestamp, EventType eventType)