Package | Description |
---|---|
org.broadleafcommerce.common.config.domain | |
org.broadleafcommerce.core.order.domain | |
org.broadleafcommerce.profile.core.domain |
Modifier and Type | Field and Description |
---|---|
protected Auditable |
AbstractModuleConfiguration.auditable |
Modifier and Type | Method and Description |
---|---|
Auditable |
ModuleConfiguration.getAuditable() |
Auditable |
AbstractModuleConfiguration.getAuditable() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleConfiguration.setAuditable(Auditable auditable) |
void |
AbstractModuleConfiguration.setAuditable(Auditable auditable) |
Modifier and Type | Field and Description |
---|---|
protected Auditable |
OrderItemImpl.auditable |
protected Auditable |
OrderImpl.auditable |
Modifier and Type | Method and Description |
---|---|
Auditable |
OrderItemImpl.getAuditable() |
Auditable |
Order.getAuditable()
Gets the auditable associated with this Order instance which tracks changes made to this Order (creation/update)
|
Auditable |
OrderItem.getAuditable() |
Auditable |
OrderImpl.getAuditable() |
Auditable |
NullOrderImpl.getAuditable() |
Modifier and Type | Method and Description |
---|---|
void |
OrderItemImpl.setAuditable(Auditable auditable) |
void |
Order.setAuditable(Auditable auditable) |
void |
OrderItem.setAuditable(Auditable auditable)
Sets the Auditable date object - typially set by Hibernate through the AuditableListener
|
void |
OrderImpl.setAuditable(Auditable auditable) |
void |
NullOrderImpl.setAuditable(Auditable auditable) |
Modifier and Type | Field and Description |
---|---|
protected Auditable |
CustomerImpl.auditable |
Modifier and Type | Method and Description |
---|---|
Auditable |
Customer.getAuditable() |
Auditable |
CustomerImpl.getAuditable() |
Modifier and Type | Method and Description |
---|---|
void |
Customer.setAuditable(Auditable auditable) |
void |
CustomerImpl.setAuditable(Auditable auditable) |
Copyright © 2022. All rights reserved.