Uses of Class
com.retek.component.history.HistoryEventVisibility

Packages that use HistoryEventVisibility
com.retek.component.history   
 

Uses of HistoryEventVisibility in com.retek.component.history
 

Fields in com.retek.component.history declared as HistoryEventVisibility
static HistoryEventVisibility HistoryEventVisibility.CUSTOMER_ONLY
           
static HistoryEventVisibility HistoryEventVisibility.ORDER_ONLY
           
static HistoryEventVisibility HistoryEventVisibility.BOTH
           
 

Methods in com.retek.component.history that return HistoryEventVisibility
 HistoryEventVisibility HistoryEvent.getVisibility()
           
 HistoryEventVisibility HistoryEventType.getDefaultVisibility()
           
 HistoryEventVisibility HistoryEventRequest.getVisibility()
           
static HistoryEventVisibility HistoryEventVisibility.fromCode(java.lang.String code)
           
 

Methods in com.retek.component.history with parameters of type HistoryEventVisibility
 void HistoryEventType.setDefaultVisibility(HistoryEventVisibility visibility)
           
 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).
 void HistoryEventRequest.setVisibility(HistoryEventVisibility visibility)
           
 

Constructors in com.retek.component.history with parameters of type HistoryEventVisibility
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, HistoryEventVisibility visibility, User user, CustomerOrderLine orderLine)
           
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25