@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 |
action The action performed. |
private java.util.Date |
dateCreated |
private java.util.Date |
dateTime The date/time the action took place. |
private static java.lang.Object |
fieldOrder Defines the default general field ordering for GUIs and other field listings/reports. |
private java.lang.String |
fields The custom field holder. |
private LSN |
lsn The LSN affected. |
private Order |
order The Order affected. |
private Product |
product The Product for the LSN/Order. |
private BigDecimal |
qty The quantity processed during this action. |
private java.lang.String |
userName The user who performed this action (User name) (Default: current user). |
private java.util.UUID |
uuid |
private WorkCenter |
workCenter The 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