|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
---|---|
HistoryEventType |
buildExternalHistoryEventType()
|
HistoryEvent |
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 |
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). |
HistoryEvent |
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 |
buildHistoryEventInstance(HistoryEventRequest eventRequest)
Build a new history event instance for a history event request object. |
HistoryEvent |
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 |
buildHistoryEventInstanceForCustomer(Banner banner,
ChannelType channelType,
HistoryEventType type,
User user,
Customer customer)
Build a new customer history event instance for a customer. |
HistoryEvent |
buildHistoryEventInstanceForOrder(HistoryEventType type,
User user,
CustomerOrder order)
Build a new customer history event instance for an order. |
java.util.Set |
findAllEventTypes()
|
java.util.List |
findEventsForCustomer(Customer customer)
Find all history events for a specified customer (regardless of visibility). |
java.util.List |
findEventsForCustomerVisibleAtCustomer(Customer customer)
Find all history events for a specified customer which have visibility set to customer only. |
java.util.List |
findEventsForOrder(CustomerOrder order)
Find history events for a specified customer order. |
boolean |
isEventTypeEquals(HistoryEventRequest request,
java.lang.String eventTypeId)
|
boolean |
isEventTypeEquals(HistoryEvent event,
java.lang.String eventTypeId)
|
HistoryEvent |
read(DistributedReference ref)
Read a history event for a specified reference. |
HistoryEventType |
readHistoryEventType(java.lang.String eventTypeId)
|
void |
submitHistoryEvents(java.util.Collection eventRequests)
Submit one or more history events to the history database for a specified set of history event requests. |
Methods inherited from interface com.retek.commons.component.DistributedObjectManager |
---|
getContext |
Method Detail |
public HistoryEvent buildHistoryEventInstanceForCustomer(Banner banner, ChannelType channelType, HistoryEventType type, User user, Customer customer) throws SystemException, BusinessException
banner
- banner for the new eventchannelType
- channel type for the new eventtype
- history event typeuser
- user that created the new eventcustomer
- customer for the new event
SystemException
BusinessException
HistoryEvent.submit()
public HistoryEvent buildHistoryEventInstanceForOrder(HistoryEventType type, User user, CustomerOrder order) throws SystemException, BusinessException
type
- history event typeuser
- user that created the new eventorder
- order for the new event
SystemException
BusinessException
HistoryEvent.submit()
public HistoryEvent buildHistoryEventInstanceForActivityRequest(Banner banner, ChannelType channelType, User user, Customer customer, CustomerOrder order, ActivityRequest request) throws SystemException, BusinessException
banner
- banner for the new eventchannelType
- channel type for the new eventuser
- user that created the new eventcustomer
- customer for the new eventorder
- order for the new eventrequest
- activity request for the new event
SystemException
BusinessException
HistoryEvent.submit()
public HistoryEvent buildHistoryEventInstance(HistoryEventRequest eventRequest) throws SystemException
eventRequest
- history event request bean
SystemException
HistoryManager#submitHistoryEvents(Set)
public HistoryEvent read(DistributedReference ref) throws SystemException
ref
- history event reference
SystemException
public java.util.List findEventsForOrder(CustomerOrder order) throws SystemException, BusinessException
order
- customer order
SystemException
BusinessException
public java.util.List findEventsForCustomer(Customer customer) throws SystemException, BusinessException
customer
- customer
SystemException
BusinessException
public java.util.List findEventsForCustomerVisibleAtCustomer(Customer customer) throws SystemException, BusinessException
customer
- customer
SystemException
BusinessException
public HistoryEvent buildGenericHistoryEventInstanceForCustomer(User user, Customer customer, java.lang.String eventDetail) throws SystemException, BusinessException
user
- user that created the new eventcustomer
- customer for the new eventeventDetail
- event detail
SystemException
BusinessException
HistoryEvent.submit()
public HistoryEvent buildGenericHistoryEventInstanceForOrder(User user, CustomerOrder order, HistoryEventVisibility visibility, java.lang.String eventDetail) throws SystemException, BusinessException
user
- user that created the new eventorder
- order for the new eventvisibility
- history event visilbilityeventDetail
- event detail
SystemException
BusinessException
HistoryEvent.submit()
public HistoryEvent buildGenericHistoryEventInstanceForOrder(User user, CustomerOrder order, HistoryEventType eventType, HistoryEventVisibility visibility, java.lang.String eventDetail) throws SystemException, BusinessException
user
- user that created the new eventorder
- order for the new eventvisibility
- history event visilbilityeventDetail
- event detail
SystemException
BusinessException
HistoryEvent.submit()
public void submitHistoryEvents(java.util.Collection eventRequests) throws SystemException
eventRequests
- history event request beans
SystemException
HistoryEventRequest
public boolean isEventTypeEquals(HistoryEvent event, java.lang.String eventTypeId) throws SystemException
SystemException
public boolean isEventTypeEquals(HistoryEventRequest request, java.lang.String eventTypeId) throws SystemException
SystemException
public HistoryEventType readHistoryEventType(java.lang.String eventTypeId) throws SystemException
SystemException
public HistoryEventType buildExternalHistoryEventType() throws SystemException
SystemException
public java.util.Set findAllEventTypes() throws SystemException
SystemException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |