|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExAException | |
com.retek.component.customerorder | |
com.retek.component.internet | |
com.retek.component.internet.impl | |
com.retek.component.internet.test |
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. |
Uses of ExAException in com.retek.component.internet.impl |
Methods in com.retek.component.internet.impl that throw ExAException | |
java.util.Set |
ExAManagerImpl.findOrders(ExAOrderSearchCriteria searchCriteria)
|
ExAOrder |
ExAManagerImpl.createSummary(ExAOrderRequest orderRequest)
|
ExAOrder |
ExAManagerImpl.createOrder(ExAOrder order,
java.util.Set paymentSet)
Deprecated. Use updateOrder |
ExAOrder |
ExAManagerImpl.updateOrder(ExAOrder order)
|
ExAOrder |
ExAManagerImpl.createPendedOrder(ExAOrder order)
|
ExAOrder |
ExAManagerImpl.createPendedOrder(ExAOrder order,
java.util.Set paymentSet)
Deprecated. Use createPendedOrder(ExAOrder order) |
java.util.Set |
ExAManagerImpl.findCustomers(ExACustomerSearchCriteria searchCriteria)
|
java.util.Set |
ExAManagerImpl.findHistoryEvents(ExAHistoryEventSearchCriteria criteria)
|
ExACatalogRequestResponse |
ExAManagerImpl.createCatalogRequest(ExACatalogRequest exaCatalogRequest)
|
ExASellingSkuStockStatus |
ExAManagerImpl.findStockStatus(java.lang.String sellingSkuNumber,
java.math.BigDecimal requestQuantity)
|
ExASellingItem |
ExAManagerImpl.findSellingItem(ExAMedia media,
java.lang.String itemNumber)
|
ExACustomer |
ExAManagerImpl.createCustomer(ExACustomerRequest customerRequest)
|
ExACustomer |
ExAManagerImpl.updateCustomer(ExACustomerRequest customerRequest)
|
Uses of ExAException in com.retek.component.internet.test |
Methods in com.retek.component.internet.test that throw ExAException | |
void |
ExAWizObtainHistoryEventInfoCommand.execute()
|
abstract void |
ExAWizCommand.execute()
|
void |
ExAWizCreateOrderCommand.execute()
|
protected void |
InternetWizardCustomer.obtainCustomerInformationMenuSelection(java.io.BufferedReader stdin)
|
protected void |
InternetWizardCustomer.obtainHistoryEventsMenuSelection(java.io.BufferedReader stdin)
|
protected void |
InternetWizardCustomer.createCreateCustomerMenuSelection(java.io.BufferedReader stdin)
|
protected void |
InternetWizardCustomer.updateCustomerMenuSelection(java.io.BufferedReader stdin)
|
protected void |
InternetWizardCustomer.requestCatalogMenuSelection(java.io.BufferedReader stdin)
|
void |
ExAWizRequestCatalogCommand.execute()
|
void |
ExAWizCreateOrderSummaryCommand.execute()
|
void |
ExAWizCreateCustomerCommand.execute()
|
protected ExAOrder |
ExATestCase.addPaymentsAndUpdate(ExAOrder exaOrderSummary)
|
protected void |
ExATestCase.addPayment(ExAOrder exaOrderSummary)
|
protected void |
ExATestCase.addPayment(ExAOrder exaOrderSummary,
java.math.BigDecimal amount)
|
void |
ExAWizObtainCustomerInfoCommand.execute()
|
void |
ExAWizObtainStockStatusCommand.execute()
|
protected void |
InternetWizardCustomerOrder.obtainSellingItemInformationMenuSelection(java.io.BufferedReader stdin)
|
protected void |
InternetWizardCustomerOrder.createOrderRequestMenuSelection(java.io.BufferedReader stdin)
|
protected void |
InternetWizardCustomerOrder.createModifyOrderMenuSelection(java.io.BufferedReader stdin)
|
protected void |
InternetWizardCustomerOrder.createOrderSummaryMenuSelection(java.io.BufferedReader reader)
|
protected void |
InternetWizardCustomerOrder.obtainStockStatusMenuSelection(java.io.BufferedReader stdin)
|
protected void |
InternetWizardCustomerOrder.obtainOrderStatusMenuSelection(java.io.BufferedReader stdin)
|
void |
InternetWizardCustomerOrder.obtainContainerInformationMenuSelection(java.io.BufferedReader stdin)
|
void |
InternetWizardCustomerOrder.returnOrderLinesMenuSelection(java.io.BufferedReader stdin)
|
void |
InternetWizardCustomerOrder.exchangeOrderLinesMenuSelection(java.io.BufferedReader stdin)
|
void |
ExAWizObtainOrderStatusCommand.execute()
|
void |
ExAWizUpdateCustomerCommand.execute()
|
void |
ExAWizObtainSellingItemInfoCommand.execute()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |