@io.micronaut.data.annotation.MappedEntity @org.simplemes.eframe.domain.annotation.DomainEntity @java.lang.SuppressWarnings(value: unused) @groovy.transform.ToString(includeNames: true, includePackage: false) @groovy.transform.EqualsAndHashCode(includes: [uuid]) class ActionLog extends java.lang.Object
This class represents a single action by a user in the system.
| Type | Name and description | 
|---|---|
| private java.lang.String | actionThe action performed. | 
| private java.util.Date | dateCreated | 
| private java.util.Date | dateTimeThe date/time the action took place. | 
| private static java.lang.Object | fieldOrderDefines the default general field ordering for GUIs and other field listings/reports. | 
| private java.lang.String | fieldsThe custom field holder. | 
| private LSN | lsnThe LSN affected. | 
| private Order | orderThe Order affected. | 
| private Product | productThe Product for the LSN/Order. | 
| private BigDecimal | qtyThe quantity processed during this action. | 
| private java.lang.String | userNameThe user who performed this action (User name) (Default: current user). | 
| private java.util.UUID | uuid | 
| private WorkCenter | workCenterThe Work Center this action took place at. | 
| Constructor and description | 
|---|
| ActionLog
                                () | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.lang.Object | beforeValidate()Called before validate happens. | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
The action performed.
The date/time the action took place.
Defines the default general field ordering for GUIs and other field listings/reports.
The custom field holder.
The LSN affected.
The Order affected.
The Product for the LSN/Order. Determined automatically on save.
The quantity processed during this action.
The user who performed this action (User name) (Default: current user).
The Work Center this action took place at.
Groovy Documentation