|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HistoryEventType | |
com.retek.component.customerorder.impl | |
com.retek.component.history | |
com.retek.component.history.impl |
Uses of HistoryEventType in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl with parameters of type HistoryEventType | |
void |
CustomerOrderImpl.createOrderHistory(HistoryEventType type,
java.lang.String detail)
|
Uses of HistoryEventType in com.retek.component.history |
Methods in com.retek.component.history that return HistoryEventType | |
HistoryEventType |
HistoryEvent.getType()
|
HistoryEventType |
HistoryManager.readHistoryEventType(java.lang.String eventTypeId)
|
HistoryEventType |
HistoryManager.buildExternalHistoryEventType()
|
Methods in com.retek.component.history with parameters of type HistoryEventType | |
HistoryEvent |
HistoryManager.buildHistoryEventInstanceForCustomer(Banner banner,
ChannelType channelType,
HistoryEventType type,
User user,
Customer customer)
Build a new customer history event instance for a customer. |
HistoryEvent |
HistoryManager.buildHistoryEventInstanceForOrder(HistoryEventType type,
User user,
CustomerOrder order)
Build a new customer history event instance for an order. |
HistoryEvent |
HistoryManager.buildGenericHistoryEventInstanceForOrder(User user,
CustomerOrder order,
HistoryEventType eventType,
HistoryEventVisibility visibility,
java.lang.String eventDetail)
Deprecated. : 3/31/2004 : Please use one of the buildHistoryEventInstance methods Build a new generic history event instance for a customer order. Note: This api is intended for use by external integration layer to RCOM (not for use internally within the RCOM application, see the other build instance patterns for building new history events within RCOM). |
Uses of HistoryEventType in com.retek.component.history.impl |
Classes in com.retek.component.history.impl that implement HistoryEventType | |
class |
HistoryEventTypeImpl
|
Methods in com.retek.component.history.impl that return HistoryEventType | |
HistoryEventType |
HistoryManagerImpl.readHistoryEventType(java.lang.String eventTypeId)
|
HistoryEventType |
HistoryManagerImpl.buildExternalHistoryEventType()
|
HistoryEventType |
HistoryEventImpl.getType()
|
Methods in com.retek.component.history.impl with parameters of type HistoryEventType | |
static void |
HistoryEventTypeValidator.validate(HistoryEventType historyEventType)
|
HistoryEvent |
HistoryManagerImpl.buildHistoryEventInstanceForCustomer(Banner banner,
ChannelType channelType,
HistoryEventType type,
User user,
Customer customer)
|
HistoryEvent |
HistoryManagerImpl.buildHistoryEventInstanceForOrder(HistoryEventType type,
User user,
CustomerOrder order)
|
HistoryEvent |
HistoryManagerImpl.buildGenericHistoryEventInstanceForOrder(User user,
CustomerOrder order,
HistoryEventType eventType,
HistoryEventVisibility visibility,
java.lang.String eventDetail)
Deprecated. test uses deprecated API's |
void |
HistoryEventImpl.setType(HistoryEventType type)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |