|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OfferAudit
Captures when an offer was applied to a customer. Utilized by the offer process to enforce max use by customer rules and as a high-level audit of what orders and customers have used an offer.
| Method Summary | |
|---|---|
Long |
getCustomerId()
The id of the associated customer. |
Long |
getId()
System generated unique id for this audit record. |
Long |
getOfferId()
The associated offer id. |
Long |
getOrderId()
The associated order id. |
Date |
getRedeemedDate()
The date the offer was applied to the order. |
void |
setCustomerId(Long customerId)
Sets the customer id. |
void |
setId(Long id)
Sets the id. |
void |
setOfferId(Long offerId)
Sets the associated offer id. |
void |
setOrderId(Long orderId)
Sets the associated order id. |
void |
setRedeemedDate(Date redeemedDate)
Sets the offer redeemed date. |
| Method Detail |
|---|
Long getId()
void setId(Long id)
id - Long getOfferId()
void setOfferId(Long offerId)
offerId - Long getOrderId()
void setOrderId(Long orderId)
orderId - Long getCustomerId()
void setCustomerId(Long customerId)
customerId - Date getRedeemedDate()
void setRedeemedDate(Date redeemedDate)
redeemedDate -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||