|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HistoryEvent | |
com.retek.component.customer.impl.command | |
com.retek.component.history | |
com.retek.component.history.impl | |
com.retek.component.history.test | |
com.retek.rcom.gui.core |
Uses of HistoryEvent in com.retek.component.customer.impl.command |
Methods in com.retek.component.customer.impl.command with parameters of type HistoryEvent | |
void |
CustomerSubmitCommand.addHistoryEvent(HistoryEvent event)
|
void |
ActivityRequestSubmitCommand.addHistoryEvent(HistoryEvent event)
|
Uses of HistoryEvent in com.retek.component.history |
Methods in com.retek.component.history that return HistoryEvent | |
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.buildHistoryEventInstanceForActivityRequest(Banner banner,
ChannelType channelType,
User user,
Customer customer,
CustomerOrder order,
ActivityRequest request)
Build a new customer history event instance for an activity request. |
HistoryEvent |
HistoryManager.buildHistoryEventInstance(HistoryEventRequest eventRequest)
Build a new history event instance for a history event request object. |
HistoryEvent |
HistoryManager.read(DistributedReference ref)
Read a history event for a specified reference. |
HistoryEvent |
HistoryManager.buildGenericHistoryEventInstanceForCustomer(User user,
Customer customer,
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. 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). |
HistoryEvent |
HistoryManager.buildGenericHistoryEventInstanceForOrder(User user,
CustomerOrder order,
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). |
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). |
Methods in com.retek.component.history with parameters of type HistoryEvent | |
boolean |
HistoryManager.isEventTypeEquals(HistoryEvent event,
java.lang.String eventTypeId)
|
Uses of HistoryEvent in com.retek.component.history.impl |
Classes in com.retek.component.history.impl that implement HistoryEvent | |
class |
HistoryEventImpl
|
Methods in com.retek.component.history.impl with parameters of type HistoryEvent | |
static void |
CustomerCommentHistoryEventValidator.validate(HistoryEvent historyEvent)
|
boolean |
HistoryManagerImpl.isEventTypeEquals(HistoryEvent event,
java.lang.String eventTypeId)
|
Uses of HistoryEvent in com.retek.component.history.test |
Methods in com.retek.component.history.test that return HistoryEvent | |
static HistoryEvent |
HistoryObjectMaster.createHistoryEventForCustomer(Customer customer,
Banner banner)
|
static HistoryEvent |
HistoryObjectMaster.createHistoryEventWithOrderVisiblity(CustomerOrder order)
|
static HistoryEvent |
HistoryObjectMaster.createHistoryEventForOrder(CustomerOrder order)
|
static HistoryEvent |
HistoryObjectMaster.createHistoryEventForActivityRequest(Customer customer,
CustomerOrder order,
ActivityRequest request)
|
Uses of HistoryEvent in com.retek.rcom.gui.core |
Methods in com.retek.rcom.gui.core that return HistoryEvent | |
static HistoryEvent |
RcomRepository.retrieveHistoryEvent()
|
Methods in com.retek.rcom.gui.core with parameters of type HistoryEvent | |
static void |
RcomRepository.storeHistoryEvent(HistoryEvent event)
HISTORY EVENT |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |