|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExAException | |
---|---|
com.retek.component.customerorder | |
com.retek.component.internet |
Uses of ExAException in com.retek.component.customerorder |
---|
Methods in com.retek.component.customerorder that throw ExAException | |
static void |
ContainerDeliveryConfirmationWizard.main(java.lang.String[] args)
|
Uses of ExAException in com.retek.component.internet |
---|
Subclasses of ExAException in com.retek.component.internet | |
class |
ExABusinessException
This class maintains business-oriented exception information for the external API. |
class |
ExASystemException
This class maintains application and system exception information for the external API. |
Methods in com.retek.component.internet that throw ExAException | |
java.util.Set |
ExAManager.findOrders(ExAOrderSearchCriteria searchCriteria)
Find all existing orders that meet the given search criteria. |
java.util.Set |
ExAManager.findCustomers(ExACustomerSearchCriteria searchCriteria)
Find all existing customers that meet the given search criteria. |
java.util.Set |
ExAManager.findHistoryEvents(ExAHistoryEventSearchCriteria criteria)
Find all existing history events based on given search criteria. |
ExASellingSkuStockStatus |
ExAManager.findStockStatus(java.lang.String sellingSkuNumber,
java.math.BigDecimal requestQuantity)
Determine the general availability of the selling sku associated with the given display code. |
ExASellingItem |
ExAManager.findSellingItem(ExAMedia media,
java.lang.String sellingItemNumber)
Find the selling item associated with the given media and selling item display code. |
ExACatalogRequestResponse |
ExAManager.createCatalogRequest(ExACatalogRequest catalogRequest)
Create and submit an online request for a catalog. |
ExAOrder |
ExAManager.createSummary(ExAOrderRequest order)
Create and submit an online request for an order summary, which represents a new order in the system. |
ExAOrder |
ExAManager.createPendedOrder(ExAOrder order)
Create and submit an online request for a pended order with or without payment information. |
ExAOrder |
ExAManager.createPendedOrder(ExAOrder order,
java.util.Set paymentSet)
Deprecated. (3/10/2004) Use createPendedOrder(ExAOrder order) Create and submit an online request for a pended order with payment information. The request must be an order summary, which represents a new order in the system. |
ExAOrder |
ExAManager.createOrder(ExAOrder order,
java.util.Set paymentSet)
Deprecated. (3/10/2004) Use updateOrder(ExAOrder) |
ExAOrder |
ExAManager.updateOrder(ExAOrder order)
Create and submit an online request for an open order with full payment information. |
ExACustomer |
ExAManager.createCustomer(ExACustomerRequest customer)
Createa a new customer. |
ExACustomer |
ExAManager.updateCustomer(ExACustomerRequest customer)
Update an existing customer's information. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |