Constructors in com.retek.component.history with parameters of type HistoryEventType
|
HistoryEventRequest(HistoryEventType type,
User user,
CustomerOrder order)
|
HistoryEventRequest(HistoryEventType type,
User user,
java.lang.String itemDesc,
java.lang.String additionalEventDetail,
CustomerOrder order)
|
HistoryEventRequest(HistoryEventType type,
HistoryEventVisibility visibility,
User user,
CustomerOrder order)
|
HistoryEventRequest(HistoryEventType type,
HistoryEventVisibility visibility,
User user,
CustomerOrder order,
java.lang.String eventDetail)
|
HistoryEventRequest(HistoryEventType type,
HistoryEventVisibility visibility,
User user,
Customer customer,
java.lang.String eventDetail)
|
HistoryEventRequest(HistoryEventType type,
DistributedReference userRef,
DistributedReference customerRef,
java.lang.String detail)
|
HistoryEventRequest(HistoryEventType type,
User user,
CustomerOrderLine orderLine)
|
HistoryEventRequest(HistoryEventType type,
HistoryEventVisibility visibility,
User user,
CustomerOrderLine orderLine)
|