@io.micronaut.data.annotation.MappedEntity @DomainEntity @com.fasterxml.jackson.annotation.JsonFilter(value: searchableFilter) @groovy.transform.ToString(includePackage: false, includeNames: true, excludes: [dateCreated, dateUpdated]) @groovy.transform.EqualsAndHashCode(includes: [rma]) @java.lang.SuppressWarnings(value: unused) class RMA extends java.lang.Object
A sample domain class that simulates an RMA approval. Fields include: rma, status, product, qty, returnDate, rmaType
Type | Name and description |
---|---|
private java.lang.String |
customFields |
private java.util.Date |
dateCreated |
private java.util.Date |
dateUpdated |
private static java.lang.Object |
fieldOrder |
private java.lang.String |
product |
private BigDecimal |
qty |
private java.util.Date |
returnDate |
private java.lang.String |
rma |
private java.lang.String |
rmaSummary A transient list of the fields defined for this flex type. |
private FlexType |
rmaType |
private static java.lang.Object |
searchable Non-Searchable domain for Search tests (SearchHelperSpec+). |
private java.lang.String |
status |
private java.util.UUID |
uuid |
private java.lang.Integer |
version |
Constructor and description |
---|
RMA
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getRmaSummary() Finds all of the user roles this user has assigned and returns it as a comma-delimited list of roles (titles). |
|
java.lang.Object |
validate() |
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() |
A transient list of the fields defined for this flex type.
Non-Searchable domain for Search tests (SearchHelperSpec+).
Finds all of the user roles this user has assigned and returns it as a comma-delimited list of roles (titles). This reads the roles from the roles for the user and formats them for display.
Groovy Documentation