Uses of Class
com.retek.commons.domain.core.exception.BusinessException

Packages that use BusinessException
com.retek.commons.component   
com.retek.commons.domain.core   
com.retek.commons.domain.core.exception   
com.retek.commons.fsm   
com.retek.commons.gui.core   
com.retek.commons.gui.table   
com.retek.commons.gui.util   
com.retek.commons.gui.widget   
com.retek.commons.util   
com.retek.commons.util.formatvalidator   
com.retek.component.banner_channel   
com.retek.component.correspondence   
com.retek.component.customer   
com.retek.component.customer.integration   
com.retek.component.customerorder   
com.retek.component.event   
com.retek.component.geolocation   
com.retek.component.history   
com.retek.component.internet   
com.retek.component.inventory   
com.retek.component.item   
com.retek.component.location   
com.retek.component.media   
com.retek.component.message   
com.retek.component.payment   
com.retek.component.payment.integration.settlement   
com.retek.component.pend   
com.retek.component.promotion   
com.retek.component.rcomrib   
com.retek.component.salesaudit   
com.retek.component.security   
com.retek.component.shipping   
com.retek.component.supplier   
com.retek.component.task   
com.retek.component.tax   
com.retek.rcom.gui.core   
com.retek.rcom.gui.html   
com.retek.rcom.gui.screen.activityrequest   
com.retek.rcom.gui.screen.activityrequesttype   
com.retek.rcom.gui.screen.altselling   
com.retek.rcom.gui.screen.backorder   
com.retek.rcom.gui.screen.carrier   
com.retek.rcom.gui.screen.catalogrequest   
com.retek.rcom.gui.screen.correspondence   
com.retek.rcom.gui.screen.customermain   
com.retek.rcom.gui.screen.customermerge   
com.retek.rcom.gui.screen.highriskzip   
com.retek.rcom.gui.screen.historytype   
com.retek.rcom.gui.screen.iteminquiry   
com.retek.rcom.gui.screen.mailorder   
com.retek.rcom.gui.screen.matchcode   
com.retek.rcom.gui.screen.messages   
com.retek.rcom.gui.screen.negativefraud   
com.retek.rcom.gui.screen.nocustomerinfo   
com.retek.rcom.gui.screen.nonbusinessdate   
com.retek.rcom.gui.screen.ordercommon   
com.retek.rcom.gui.screen.orderentry   
com.retek.rcom.gui.screen.orderfulfillment   
com.retek.rcom.gui.screen.ordermain   
com.retek.rcom.gui.screen.pendreasons   
com.retek.rcom.gui.screen.pendrules   
com.retek.rcom.gui.screen.personalreminder   
com.retek.rcom.gui.screen.report   
com.retek.rcom.gui.screen.returnreason   
com.retek.rcom.gui.screen.scripting   
com.retek.rcom.gui.screen.security   
com.retek.rcom.gui.screen.systemadmin   
com.retek.rcom.gui.screen.worklist   
com.retek.rcom.gui.screen.worklisttask   
com.retek.rcom.gui.util   
com.retek.rcom.gui.widget   
com.retek.rcom.gui.wrapper   
com.retek.rmm.gui.screen.admin   
com.retek.rmm.gui.screen.altsellingitem   
com.retek.rmm.gui.screen.common   
com.retek.rmm.gui.screen.event   
com.retek.rmm.gui.screen.inventoryitem   
com.retek.rmm.gui.screen.media   
com.retek.rmm.gui.screen.productinfo   
com.retek.rmm.gui.screen.promotions   
com.retek.rmm.gui.screen.sellingitem   
com.retek.rmm.gui.screen.shippingrate   
com.retek.rmm.gui.util   
com.retek.rmm.gui.widget   
 

Uses of BusinessException in com.retek.commons.component
 

Methods in com.retek.commons.component that throw BusinessException
protected  java.lang.Object ContextOperationWithAnyException.handleSuccess(java.lang.Object obj)
           
protected abstract  java.lang.Object ContextOperationWithBusinessException.doExecute()
           
 java.lang.Object ContextOperationWithBusinessException.execute()
           
 void PortableCommand.execute()
          Execute the command.
 

Uses of BusinessException in com.retek.commons.domain.core
 

Methods in com.retek.commons.domain.core that throw BusinessException
 void Rule.apply(Command cmd)
           
 void Command.execute()
           
protected  void Command.processRules(java.util.Iterator iter)
           
protected abstract  void Command.doExecute()
           
 

Uses of BusinessException in com.retek.commons.domain.core.exception
 

Methods in com.retek.commons.domain.core.exception that throw BusinessException
 void BusinessException.throwIfErrors()
          Throws itself if any of the business problems have a severity of Error or higher.
static void ExceptionHandler.handle(java.lang.Throwable t)
           
 

Uses of BusinessException in com.retek.commons.fsm
 

Methods in com.retek.commons.fsm that throw BusinessException
 void RcomRmmWorkflowContext.add(com.retek.fsm.Event event, com.retek.fsm.FSMAble fsmable)
           
 void RcomRmmWorkflowContext.fire(com.retek.fsm.FSMAble fsmable)
           
abstract  void RcomRmmAction.doAction(java.lang.Object bo, RcomRmmEvent event)
           
 void RcomRmmFsmable.fireFromRemote()
           
 void RcomRmmFsmable.accept(com.retek.fsm.Event event)
           
protected abstract  boolean RcomRmmGuard.doEvaluate(com.retek.fsm.FSMAble bo, RcomRmmEvent event)
           
 

Uses of BusinessException in com.retek.commons.gui.core
 

Methods in com.retek.commons.gui.core with parameters of type BusinessException
 void WidgetManager.displayException(BusinessException exception, RetekLogger logger)
          Displays an entire business exception, highlighting all the appropriate fields and display the appropriate error message.
protected  UiBusinessException ScreenHandler.getException(BusinessException exception)
          Converts a BusinessException to a UiBusinessException, translating all attribute names to widget names.
protected  SystemException ScreenHandler.getSystemException(BusinessException exception)
          Converts a BusinessException to a SystemException.
 

Uses of BusinessException in com.retek.commons.gui.table
 

Methods in com.retek.commons.gui.table with parameters of type BusinessException
 void REntryTable.displayException(BusinessException exception, RetekLogger logger)
          Displays an entire business exception, highlighting all the appropriate components based on the error message.
 

Uses of BusinessException in com.retek.commons.gui.util
 

Methods in com.retek.commons.gui.util with parameters of type BusinessException
static UiBusinessException UiBusinessExceptionConverter.convert(BusinessException exception)
          Returns UIBusinessException for a BusinessException after converting all component names into GUI names.
static UiBusinessException UiBusinessExceptionConverter.convert(BusinessException exception, java.util.Map translateMap)
          Returns UIBusinessException for a BusinessException after converting all component names into GUI names.
 

Constructors in com.retek.commons.gui.util with parameters of type BusinessException
UiBusinessException(BusinessException exception)
          Constructs a new UiBusinessException based around a Business Exception.
 

Uses of BusinessException in com.retek.commons.gui.widget
 

Methods in com.retek.commons.gui.widget with parameters of type BusinessException
protected abstract  void RView.displayException(BusinessException exception)
           
protected  void RFrame.displayException(BusinessException exception)
          Displays a Business exception on the status bar.
 void RFrame.displayException(BusinessException exception, RetekLogger logger)
          Displays a Business Exception on the status bar.
 void RScreen.displayException(BusinessException exception, RetekLogger logger)
          Displays a Business Exception.
protected abstract  void RTab.displayException(BusinessException exception)
           
 void RDialog.displayException(BusinessException exception)
          Displays a Business exception on the status bar.
 

Uses of BusinessException in com.retek.commons.util
 

Methods in com.retek.commons.util with parameters of type BusinessException
protected  void RetekTestCase.assertBusinessException(BusinessException businessException, java.lang.String expectedMessageKey, java.lang.String expectedAttributeName)
           
protected  void RetekTestCase.assertBusinessExceptionAttribute(BusinessException businessException, java.lang.String expectedAttributeName)
           
 

Uses of BusinessException in com.retek.commons.util.formatvalidator
 

Methods in com.retek.commons.util.formatvalidator that throw BusinessException
 void PageRangeFormatValidatorTest.testPageRangeValidatorCommaDashNumericSpace()
           
 void PageSpreadFormatValidatorTest.testPageSpreadValidator()
           
 

Uses of BusinessException in com.retek.component.banner_channel
 

Subclasses of BusinessException in com.retek.component.banner_channel
 class BannerChannelBusinessException
           
 class BannerChannelTypeBusinessException
           
 class ChannelTypeBusinessException
           
 class DuplicateTenderTypeGroupOrderSourceException
           
 

Methods in com.retek.component.banner_channel that throw BusinessException
 Banner BannerManager.findBannerByDisplayCode(java.lang.String displayCode)
           
 void Channel.submit()
           
 java.util.Collection Channel.getStores()
           
 java.util.Collection Channel.getVirtualStores()
           
 java.util.Collection Channel.getWarehouses()
           
 java.util.Collection Channel.getVirtualWarehouses()
           
 boolean Channel.hasStore(Store store)
           
 void Banner.submit()
           
 boolean BannerChannelType.isTenderTypeValidFor(TenderType tenderType, OrderSource orderSource)
           
 void BannerChannelType.validateTenderTypeFor(TenderType tenderType, OrderSource orderSource)
           
 GiftingSeason GiftManager.readGiftingSeason(DistributedReference reference)
           
 GiftingSeason GiftManager.buildGiftingSeasonInstance()
           
 GiftService GiftManager.buildGiftServiceInstance()
           
 Channel ChannelManager.buildChannelInstance(java.lang.String channelDisplayCode, DistributedReference bannerRef, ChannelType channelType)
           
 ChannelType ChannelManager.buildChannelTypeInstance(java.lang.String displayCode, java.lang.String description)
           
 void ChannelManager.addChannelTypeCode(java.lang.String code, java.lang.String description)
           
 Channel ChannelManager.findChannelByDisplayCode(java.lang.String displayCode)
           
 ChannelType ChannelManager.findChannelTypeByDisplayCode(java.lang.String displayCode)
           
 

Uses of BusinessException in com.retek.component.correspondence
 

Subclasses of BusinessException in com.retek.component.correspondence
 class CorrespondenceBusinessException
           
 

Methods in com.retek.component.correspondence that throw BusinessException
 void CorrespondenceTypeTemplate.setDeliveryMethods(java.util.Set deliveryMethods)
           
 void CorrespondenceTypeTemplate.submit()
           
 

Uses of BusinessException in com.retek.component.customer
 

Subclasses of BusinessException in com.retek.component.customer
 class ActivityRequestBusinessException
          This exception class is responsible for handling Activity request related problems.
 class CatalogBusinessException
          This exception class is responsible for handling Catalog related problems.
 class CatalogRequestBusinessException
          This exception class is responsible for handling catalog request related problems.
 class CustomerBusinessException
          This exception class is responsible for handling Customer related problems.
 class CustomerCreditApplicationBusinessException
          This exception class represents the exception thrown when the CustomerAddressValidator fails (one or more business problems with a Customer Address).
 class CustomerMergeException
          This exception class is responsible for handling Customer Merge related problems.
 class InvalidCustomerAddressException
          This exception class represents the exception thrown when the CustomerAddressValidator fails (one or more business problems with a Customer Address).
 class InvalidCustomerEmailException
          This exception class represents the exception thrown when the CustomerEmailValidator fails (email address fails format validation).
 class InvalidCustomerException
          This exception class represents the exception thrown when the CustomerSubmitValidator fails (customer is invalid or is missing required data).
 class InvalidCustomerMergeRequestException
          This exception class represents the exception thrown when the CustomerMergeRequest is invoked with no merge customer.
 class InvalidCustomerTelephoneException
          This exception class represents the exception thrown when an invalid customer telephone number is added to a customer or inactivated on a customer.
 class InvalidSearchCriteriaException
          This exception class is thrown when trying to find customers based on search criteria that is invalid or incomplete.
 

Methods in com.retek.component.customer that throw BusinessException
 SellingItem SpecialOrderActivityRequest.getSellingItem()
           
 java.util.Set CustomerManager.findActivityRequests(Customer customer)
           
 StoredValueCardCashout CustomerManager.buildStoredValueCardCashoutInstance()
          Builds a new instance of a StoredValueCardCashout
 CustomerAddress CustomerManager.buildCustomerAddressInstance(CustomerAddress copyFromAddress)
          Builds a new instance of CustomerAddress with all attribute values initialized to the current values on copyFromAddress.
 CustomerCreditCard CustomerManager.buildCustomerCreditCardInstance(Banner banner)
          Builds a new CustomerCreditCard with banner initialized to banner parameter, and a new CreditCard.
 CustomerPLCCCreditApplication CustomerManager.buildCustomerPLCCCreditApplicationInstance(Customer customer)
          Builds a customer credit application for a customer
 java.util.Set CustomerManager.findMatchingCustomers(CustomerMatchCriteria criteria)
          If MatchCodeFunctionality is active, finds all customers that match the criteria param value according to the current MatchRules.
 void CustomerManager.processCustomerMergeRequest(CustomerMergeRequest request)
          Process a customer merge request.
 void CustomerManager.mergeCustomers(java.lang.String activeCustomerId, java.util.Set mergeCustomerIds)
          Merges information from the set of mergeCustomers into the activeCustomer
 StoredValueCardCashoutResponse CustomerManager.cashOutStoredValueCardForCustomer(java.lang.String number, java.lang.String pin, Customer customer, User user)
           
 void CustomerAddress.setCountry(Country country)
           
 void CustomerMergeRequest.submit()
          Submit the customer merge request.
 void StoredValueCardCashout.setBanner(Banner banner)
           
 CustomerCreditApplicationStatus CustomerCreditApplication.apply(Banner banner, boolean quickCredit)
           
 SellingItem CareCardActivityRequest.getSellingItem()
           
 void CustomerInactiveReason.setDescription(java.lang.String description)
           
 java.util.List Customer.getCreditCards(Banner banner)
           
 java.util.List Customer.getActiveCreditCards(Banner banner)
           
 CustomerCreditPreApproval Customer.getCreditPreApproval(Banner banner, boolean searchThirdPartyForPreApproval)
           
 CustomerCreditPreApproval Customer.getCreditPreApproval(Banner banner)
           
 void Customer.setPrimaryShipToAddress(CustomerAddress shipToAddress)
           
 void Customer.setPrimaryBillToAddress(CustomerAddress billToAddress)
           
 void Customer.setAddressInactive(CustomerAddress customerAddress)
           
 void Customer.setTelephoneInactive(CustomerTelephone telephone, boolean inactive)
           
 CustomerAddress Customer.applyActiveAddress(CustomerAddress address)
          Ensures that a CustomerAddress with the same address text as the address parameter exists in this Customer's active address list.
 void Customer.addCreditCard(CustomerCreditCard card)
           
 void Customer.submit(User user)
           
 void Customer.merge(java.util.Set customersToMerge)
           
 void ActivityRequest.submit(User user)
           
 Customer ActivityRequest.getCustomer()
           
 CustomerOrder ActivityRequest.getCustomerOrder()
           
 Banner ActivityRequest.getBanner()
           
 void ActivityRequest.close(User user)
           
 TenderType CustomerCreditCard.getTenderType()
           
 void CatalogRequest.submit(User user)
           
 void CatalogType.submit(User user)
           
 SellingItem GeneralActivityRequest.getSellingItem()
           
 void ActivityRequestType.submit()
           
 

Uses of BusinessException in com.retek.component.customer.integration
 

Subclasses of BusinessException in com.retek.component.customer.integration
 class InvalidCustomerIntegrationCustomerException
          This exception class represents the exception thrown when the CustomerIntegrationCustomerValidator fails (one or more business problems with a customer import request).
 

Methods in com.retek.component.customer.integration that throw BusinessException
 void CustomerIntegrationElementVisitor.visit(CustomerIntegrationCustomer customer)
          Visit a CustomerIntegrationCustomer element.
 void CustomerIntegrationElementVisitor.visit(CustomerIntegrationCustomerAddress customerAddress)
          Visit a CustomerIntegrationCustomerAddress element.
 void CustomerIntegrationElementVisitor.visit(CustomerIntegrationCustomerTelephone customerTelephone)
          Visit a CustomerIntegrationCustomerTelephone element.
 void CustomerIntegrationElementVisitor.visit(CustomerIntegrationCustomerEmail customerEmail)
          Visit a CustomerIntegrationCustomeEmail element.
 void CustomerIntegrationElementVisitor.visit(CustomerIntegrationCustomerPreference customerPreference)
          Visit a CustomerIntegrationCustomePreference element.
 void CustomerIntegrationElementVisitor.visit(CustomerIntegrationAlternateNumber alternateNumber)
          Visit a CustomerIntegrationAlternateNumber element.
 void CustomerIntegrationElementVisitor.visit(CustomerIntegrationMergeRequest mergeRequest)
          Visit a CustomerIntegrationMergeRequest element.
 void CustomerIntegrationElementVisitor.visit(CustomerIntegrationMergeCustomer mergeCustomer)
          Visit a CustomerIntegrationMergeCustomer element.
 void CustomerIntegrationElementVisitor.visit(CustomerIntegrationCatalogRequest catalogRequest)
          Visit a CustomerIntegrationCatalogReuest element.
 void CustomerIntegrationElement.accept(CustomerIntegrationElementVisitor visitor)
          Accept a customer integration element visitor.
 

Uses of BusinessException in com.retek.component.customerorder
 

Subclasses of BusinessException in com.retek.component.customerorder
 class CallTagBusinessException
           
 class CustomerOrderBusinessException
           
 class CustomerOrderPaymentBusinessException
           
 class CustomerOrderPublishWorklistCorrespondenceBusinessException
           
 class CustomerOrderServiceLineCopyBusinessException
           
 class IllegalReturnLineOperationException
           
 class InvalidCustomerOrderException
           
 class InvalidECDDRecalculationItemException
           
 class InvalidMailOrderBatchException
           
 class InvalidNoCustomerInfoReturnException
           
 class InvalidOrderLineException
           
 class InvalidPaymentAmountException
           
 class InvalidPaymentStateException
           
 class InvalidReturnLineException
           
 class InvalidShippedContainerLineException
           
 class InvalidShippingMethodForSellableItemException
           
 class InvalidShipToException
           
 class ItemNotAvailableException
           
 class MailOrderBatchSearchValidationException
           
 class OrderCustomerAttributeException
           
 class OrderLineNotDirectShipException
           
 class OrderQtyNotReservedException
           
 

Methods in com.retek.component.customerorder that throw BusinessException
static void ContainerDeliveryConfirmationWizard.main(java.lang.String[] args)
           
 void OrderCancelReason.submit()
           
 void CustomerOrderManagerCodes.addReturnReasonCode(java.lang.String code, java.lang.String description)
           
 void CustomerOrderManagerCodes.updateReturnReasonCode(java.lang.String code, java.lang.String description)
           
 void ReturnReason.submit()
          Persists the object.
 Money ShippedContainerLine.getExtendedPrice()
           
 Money ShippedContainerLine.getTotalChargedTax()
           
 Money ShippedContainerLine.getExtendedAdditionalShippingCharge()
           
 Money ShippedContainerLine.getTotalServiceCharge()
           
 Money ShippedContainerLine.getTotalMerchChargeForStandardShipping()
           
 SellingItem ShippedContainerLine.getSellingItem()
           
 Money ShippedContainerLine.getTotalPersonalizationServiceCharge()
           
 Money ShippedContainerLine.getTotalGiftServiceCharge()
           
 RDate ShippedContainerLine.getOriginalEstimatedDeliveryDate()
           
 Money ShippedContainerLine.getTotalMerchChargeForRushShipping()
           
 Money ShippedContainerLine.getTotalShippingAndDeliveryCharges()
           
 boolean ShippedContainerLine.isPackComponentLine()
           
 void ShippedContainerLine.setOrderLine(CustomerOrderLine orderLine)
           
 CustomerOrderTransactionGroup ShippedContainerLine.getTransactionGroup()
           
 Money ShippedContainerLine.getPromotionDiscountAmount()
           
 Money CustomerOrderTransactionItem.getTransactionItemAmount()
           
 java.lang.String ShippedContainer.getCarrierTrackingUrl()
           
 RDate ShippedContainer.getDeliveryConfirmationDate()
           
 RDate ShippedContainer.getShipConfirmationReceivedDate()
           
 Money ShippedContainer.getTotalExtendedPrice()
           
 Money ShippedContainer.getStandardShippingCharge()
           
 Money ShippedContainer.getSettlementValue()
           
 Money ShippedContainer.getTotalShippingCharge()
           
 Money ShippedContainer.getTotalServiceCharge()
           
 Money ShippedContainer.getStandardShippingItemTotal()
           
 Money ShippedContainer.getTotalMerchChargeForStandardShipping()
           
 Money ShippedContainer.getTotalMerchChargeForRushShipping()
           
 Money ShippedContainer.getTotalTax()
           
 Money ShippedContainer.getTotalChargedStandardShippingAndRushDeliveryTax()
           
 Money ShippedContainer.getTotalActualStandardShippingAndRushDeliveryTax()
           
 Money ShippedContainer.getTotalPersonalizationServiceCharge()
           
 Money ShippedContainer.getTotalGiftServiceCharge()
           
 Money ShippedContainer.getAdditionalShippingCharge()
           
 Money ShippedContainer.getRushDeliveryCharge()
           
 RDate ShippedContainer.getExpectedReceiptDate()
           
 boolean ShippedContainer.isZeroChargeShipTo()
           
 void ShippedContainer.setShipConfirmationReceivedDate(RDate shipConfirmationReceivedDate)
           
 void ShippedContainer.adjustContainerValues()
           
 void CustomerOrderPayment.setAmount(Money amount)
           
 void CustomerOrderPayment.allocateSettlement(Money amount, RDate dateOfPurchase, ReturnLine returnLine)
           
 void CustomerOrderPayment.allocateSettlement(Money amount, RDate dateOfPurchase, ShippedContainer container)
           
 void CustomerOrderPayment.allocateSettlement(Money amount, RDate dateOfPurchase)
           
 void CustomerOrderPayment.finishSettlement(CustomerOrderSettlement settlement, java.lang.String settlementFileNumber)
           
 void CustomerOrderPayment.cancel()
           
 void CustomerOrderPayment.authorizeManually(java.lang.String authCode, User user)
           
 void CustomerOrderPayment.authorizeManually(Money authorizeAmount, java.lang.String authCode, User user)
           
 void CustomerOrderVoucherPayment.setControlNumber(java.lang.String controlNumber)
           
 ContainerDeliveryConfirmation ContainerDeliveryConfirmationManager.findConfirmation(DistributedReference carrierRef, java.lang.String carrierTrackingNumber)
           
 ContainerDeliveryConfirmation ContainerDeliveryConfirmationManager.findConfirmation(DistributedReference carrierRef, java.lang.String carrierTrackingNumber, DistributedReference customerOrderRef)
           
 ContainerDeliveryConfirmation ContainerDeliveryConfirmationManager.findConfirmation(DistributedReference carrierRef, java.lang.String carrierTrackingNumber, DistributedReference customerOrderRef, DistributedReference shipmentRequestRef)
           
 boolean CustomerOrderCreditCardPayment.checkPaymentExpired()
           
 void CustomerOrderCreditCardPayment.setCreditCard(CreditCard creditCard)
           
 java.lang.String Accommodation.getHistoryEventDetail()
           
 void Accommodation.calculateAmount()
           
 Money ShipToTotals.getTotalStandardShippingCharge()
           
 Money ShipToTotals.getTotalExtendedPrice()
           
 Money ShipToTotals.getTotalAdditionalShippingCharge()
           
 Money ShipToTotals.getTotalShippingTax()
           
 Money ShipToTotals.getTotalShippingTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotals.getTotalExtendedTax()
           
 Money ShipToTotals.getTotalExtendedTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotals.getTotalServiceCharge()
           
 Money ShipToTotals.getTotalGiftServiceCharge()
           
 Money ShipToTotals.getTotalPersonalizationServiceCharge()
           
 Money ShipToTotals.getTotalMerchChargeForStandardShipping()
           
 Money ShipToTotals.getTotalMerchChargeForRushShipping()
           
 Money ShipToTotals.getTotalShippingCharge()
           
 Money ShipToTotals.getTotalShipToLevelShippingChargesAndTax()
           
 Money ShipToTotals.getTotalStandardShippingTax()
           
 Money ShipToTotals.getTotalStandardShippingTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotals.getTotalAdditionalShippingTax()
           
 Money ShipToTotals.getTotalValueAddedServiceTax()
           
 Money ShipToTotals.getTotalValueAddedServiceTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotals.getAdditionalShippingCharge()
           
 Money ShipToTotals.getServiceCharge()
           
 Money ShipToTotals.getStandardShippingTax()
           
 Money ShipToTotals.getStandardShippingCharge()
           
 Money ShipToTotals.getStandardShippingTax(Money standardShippingCharge)
           
 Money ShipToTotals.getRushDeliveryCharge()
           
 Money ShipToTotals.getRushDeliveryTax()
           
 Money ShipToTotals.getRushDeliveryTax(Money rushDeliveryCharge)
           
 Money ShipToTotals.getTotalTax()
           
 Money ShipToTotals.getTotalTax(boolean applyReturnRefundTaxes)
           
 Money ShipToTotals.getTotalAccommodationAmount()
           
 Money ShipToTotals.getTotalNetStandardShippingCharge()
           
 Money ShipToTotals.getTotalNetRushShippingCharge()
           
 Money ShipToTotals.getTotalReturnRefundAmount()
           
 Money ShipToTotals.getTotalReturnPromotionAmount()
           
 Percent ShipToTotals.getTotalExtendTaxPercentage()
           
 void ShipToTotals.clearCalculatedTotals()
           
 Money ShipToTotals.getStandardShippingCharge(Money totalMerchChargeForStdShipping)
           
 void CallTag.submit()
           
 GiftingSeason CustomerOrderGiftServiceLine.getGiftingSeason()
           
 void CustomerOrderCorrespondenceRequest.submit()
           
 TaxInvoiceLineItem ShippedContainerTaxInvoiceLineItem.toTaxInvoiceLineItem()
           
 PendRule CustomerOrderPendReason.getPendRule()
           
 Task CustomerOrderPendReason.getTask()
           
 void CustomerOrderPendReason.inactivate(CustomerOrder order, User user)
           
 User CustomerOrderLine.getCreatedByUser()
           
 void CustomerOrderLine.recalculateEstimatedDeliveryDate()
           
 Money CustomerOrderLine.getSettlementValue()
          Returns the total settlement value for all shipped container lines for this order line.
 Money CustomerOrderLine.getExtendedPrice()
           
 Money CustomerOrderLine.getExtendedPriceLessAccommodations()
           
 Money CustomerOrderLine.getExtendedPrice(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLine.getExtendedMerchTax()
           
 Money CustomerOrderLine.getExtendedMerchTax(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLine.getValueAddedServiceTax()
           
 Money CustomerOrderLine.getValueAddedServiceTax(Quantity prevQty, Quantity qty)
           
 Money CustomerOrderLine.getExtendedAdditionalShippingTax()
           
 Money CustomerOrderLine.getExtendedAdditionalShippingTax(Quantity prevQty, Quantity quantity)
           
 Money CustomerOrderLine.getTotalMerchChargeForStandardShipping()
           
 Money CustomerOrderLine.getTotalMerchChargeForRushShipping()
           
 Money CustomerOrderLine.getTotalGiftServiceTax()
          Returns the total tax charge for all gift service lines that have not been cancelled.
 Money CustomerOrderLine.getTotalGiftServiceTax(Quantity prevQty, Quantity qty)
          Returns a prorated total tax charge for all gift service lines that have not been cancelled based on the quantities passed in.
 Money CustomerOrderLine.getTotalPersonalizationServiceTax()
          Returns the total tax charge for all personalization service lines that have not been cancelled.
 Money CustomerOrderLine.getTotalPersonalizationServiceTax(Quantity prevQty, Quantity qty)
          Returns a prorated total tax charge for all personalization service lines that have not been cancelled based on the quantities passed in.
 Money CustomerOrderLine.getTotalTaxAmount()
          Returns tht total tax for this line.
 Money CustomerOrderLine.getTotalNetExtendedPrice()
          Return the total net extended price for the order line (total sale extended price, less any return extended price, less any merchandise accommodations/adjustments).
 Money CustomerOrderLine.getTotalNetAdditionalShippingCharge()
          Return the total net shipping charge for the order line (total sale shipping charge, less any return shipping charge, less any shipping accommodations/adjustments).
 Money CustomerOrderLine.getTotalNetGiftServiceCharge()
          Return the total net gift service charge for the order line (total sale gift service charge, less any return gift service charge, less any gift service accommodations/adjustments).
 Money CustomerOrderLine.getTotalNetPersonalizationServiceCharge()
          Return the total net personalization service charge for the order line (total sale personalization serivce charge, less any return personalization service charge, less any personalization service accommodations/adjustments).
 SourceCode CustomerOrderLine.getDefaultOrderLineSourceCode()
           
 Supplier CustomerOrderLine.getDirectShipSupplier()
           
 GenericEvent CustomerOrderLine.getGenericEvent()
           
 Store CustomerOrderLine.getVirtualStore()
           
 boolean CustomerOrderLine.isGiftCertificate()
           
 boolean CustomerOrderLine.isAbleToReleaseToWms()
           
 boolean CustomerOrderLine.isModifiable()
          Order lines are only modifiable if: The line has not yet been attached to an order.
 boolean CustomerOrderLine.isPackLine()
           
 java.util.Set CustomerOrderLine.getAvailableMonogramValueAddedServices()
           
 java.util.Set CustomerOrderLine.getAvailablePersonalizationValueAddedServices()
           
 void CustomerOrderLine.cancel(OrderCancelReason reason, User user)
           
 void CustomerOrderLine.virtualWarehouseReserve(User user)
          For all lines that are ready to be reserved at the warehouse, determine the best warehouse(s) based on priority/carrier/ship method, and convert the current reservation in the RCOM system, to be customer reserved in RMS.
 void CustomerOrderLine.confirmCancelAtPackComponentLevel(Quantity cancelQuantity, Warehouse physicalWarehouse)
           
 void CustomerOrderLine.confirmCancel(Quantity cancelQuantity, Warehouse physicalWarehouse)
           
 void CustomerOrderLine.setSellingSku(SellingSku sellingSku)
           
 void CustomerOrderLine.setShipToAddress(CustomerAddress addr)
           
 void CustomerOrderLine.shipConfirm(ShippedContainerLine shipConf, User user)
           
 void CustomerOrderLine.setShippingMethod(ShippingMethod shippingMethod)
           
 void CustomerOrderLine.setCarrier(Carrier aCarrier)
           
 void CustomerOrderLine.addServiceLine(CustomerOrderServiceLine serviceLine)
           
 void CustomerOrderLine.setWarehouseMessage(java.lang.String message)
           
 void CustomerOrderLine.pickException(PickExceptionStatusType pickExceptionStatus, Quantity quantity, Warehouse warehouse)
           
 void CustomerOrderLine.addAccommodationAndGeneratePayment(Accommodation accomodation, Refundable refundable)
           
 void CustomerOrderLine.cancelAndReleaseATP(OrderCancelReason reason, User user)
           
 CustomerOrderLine CustomerOrderLine.getComponentLine(java.lang.String skuId)
           
 void CustomerOrderLine.releaseLineFromBackorder(User user)
          Perform reservation process to release the line from backorder (if stock is available).
 void ECDDRecalculationItem.submit()
           
 void ShipmentRequest.addShipmentRequestLine(ShipmentRequestLine reqLine)
           
 Carrier ShipmentRequest.getCarrier()
           
 ShippingMethod ShipmentRequest.getShippingMethod()
           
 Money ShipmentRequest.getTotalExtendedPrice()
           
 Money ShipmentRequest.getTotalExtendedTax()
           
 Money ShipmentRequest.getTotalStandardShippingAndHandlingAmount()
           
 Money ShipmentRequest.getTotalRushShippingAndHandlingAmount()
           
 Money ShipmentRequest.getTotalAdditionalShippingAndHandlingAmount()
           
 Money ShipmentRequest.getTotalVASAmount()
           
 Money ShipmentRequest.getTotalTaxAmount()
           
 ShipTo ShipmentRequest.getShipTo()
           
 java.lang.String ShipTo.getShippingLabelMessage()
           
 java.lang.String ShipTo.getInvoicePackSlipMessage()
           
 java.lang.String ShipTo.getWarehouseInstructions()
           
 Address ShipTo.getFromAddress()
           
 boolean ShipTo.isShipToAddressContiguousState()
           
 void ShipTo.setShowPricesOnPackingSlip(boolean show)
           
 void ShipTo.setShippingLabelMessage(java.lang.String shippingLabelMessage)
           
 void ShipTo.setInvoicePackSlipMessage(java.lang.String invoicePackSlipMessage)
           
 void ShipTo.setWarehouseInstructions(java.lang.String warehouseInstructions)
           
 AvsCode CustomerOrderCreditCardPaymentAuthorizationResponse.getAvsCode()
           
 Money NormalShipToTotals.getPreviousRushMerchTotal()
           
 Money NormalShipToTotals.getPreviousRushDeliveryCharge()
           
 Money NormalShipToTotals.getPreviousRushDeliveryTax()
           
 void NormalShipToTotals.setPreviousRushDeliveryCharge(Money rushCharge)
           
 void NormalShipToTotals.setPreviousRushDeliveryTax(Money prevRushDeliveryTax)
           
 void NormalShipToTotals.addToPreviousRushMerchTotal(Money previousRushMerchTotal)
           
 void ReturnLine.cancel(OrderCancelReason reason, User user)
           
 void ReturnLine.setExpectedReturnQty(Quantity qty)
          The expected return quanitity is the number of items that the customer indicates he/she is planning on returning.
 void ReturnLine.setActualReturnedQty(Quantity qty)
          The actual quanitity returned by the customer can be different than the expected quantity for various reasons (the customer may have returned the items in two or more shipping packages, the customer may have changed their mind and returned less or more than he/she indicated).
 void ReturnLine.setReturnReason(ReturnReason returnReason)
           
 void ReturnLine.setReturnRequired(boolean returnRequired)
          Return shipping charges may be more that the cost of an item.
 void ReturnLine.setReleaseImmediately(boolean immediateRelease)
          A sale associated with a Return is normally not allowed to be released to the warehouse for fullment until the Return is received from the customer.
 void ReturnLine.setGiftRefundRecipientAddress(CustomerAddress recipientAddress)
          Set the refund recipient for the return line refund (applicable if the return is for a gift return).
 void ReturnLine.setGiftRefundTenderType(TenderType refundTenderType)
          Set the refund tender type return line refund (applicable if the return is for a gift return).
 java.util.Set CustomerOrderPendRuleEvaluator.evaluate(CustomerOrder order)
           
 boolean CustomerOrderReservationUtilsManager.isReservationQtyValidForNonDS(java.lang.String skuId, Store virtualStore)
           
 Quantity CustomerOrderReservationUtilsManager.getReservationQtyPlusFulfillingQtyForAllNonDSOrderLines(java.lang.String skuId, Store virtualStore)
           
 boolean CustomerOrderReservationUtilsManager.isBackOrderedQtyValidForNonDS(java.lang.String skuId, Store virtualStore)
           
 Quantity CustomerOrderReservationUtilsManager.getBackOrderedQtyForAllNonDSOrderLines(java.lang.String skuId, Store virtualStore)
           
 Quantity CustomerOrderReservationUtilsManager.getReservationQtyPlusBOPlusShippedPlusFulfillingQtyForAllDSOrderLines(java.lang.String skuId, Supplier supplier)
           
 boolean CustomerOrderReservationUtilsManager.isReservationQtyValidForDS(java.lang.String skuId, Supplier supplier)
           
 User CustomerOrder.getCreatedByUser()
           
 ChannelType CustomerOrder.getChannelType()
           
 CustomerAddress CustomerOrder.getDefaultShipToAddress()
           
 CustomerAddress CustomerOrder.getBillToAddress()
           
 Media CustomerOrder.getSourceCodeMedia()
           
 Money CustomerOrder.getTotalExtendedPrice()
           
 Money CustomerOrder.getTotalShippingCharge()
           
 Money CustomerOrder.getTotalAdditionalShippingCharge()
           
 Money CustomerOrder.getTotalServiceCharge()
           
 Money CustomerOrder.getTotalGiftServiceCharge()
           
 Money CustomerOrder.getTotalPersonalizationServiceCharge()
           
 Money CustomerOrder.getGrandTotal()
           
 Money CustomerOrder.getTotalNetExtendedPrice()
          Return the total net extended price for the order (total sale extended price, less any return extended price, less any merchandise accommodations/adjustments).
 Money CustomerOrder.getTotalNetShippingCharge()
          Return the total net shipping charge for the order (total sale shipping charge, less any return shipping charge, less any shipping accommodations/adjustments).
 Money CustomerOrder.getTotalNetGiftServiceCharge()
          Return the total net gift service charge for the order (total sale gift service charge, less any return gift service charge, less any gift service accommodations/adjustments).
 Money CustomerOrder.getTotalNetPersonalizationServiceCharge()
          Return the total net personalization service charge for the order (total sale personalization serivce charge, less any return personalization service charge, less any personalization service accommodations/adjustments).
 Money CustomerOrder.getTotalPayments()
           
 Money CustomerOrder.getTotalAuthorizedPaymentAmount()
           
 Money CustomerOrder.getTotalPaymentsIncludingWaitingAuthorization()
           
 Money CustomerOrder.getBalance()
           
 Money CustomerOrder.getBalanceIncludingWaitingAuthorization()
           
 Money CustomerOrder.getTotalExtendedTax()
           
 Money CustomerOrder.getTotalShippingTax()
           
 Money CustomerOrder.getTotalValueAddedServiceTax()
           
 Money CustomerOrder.getTotalTax()
           
 Money CustomerOrder.getTotalAccommodationAmount()
           
 Money CustomerOrder.getTotalOrderHeaderAccommodationAmount()
           
 Money CustomerOrder.getTotalReturnExtendedPrice()
           
 boolean CustomerOrder.isNewNormalOrderLineAllowed()
           
 boolean CustomerOrder.isPendedForFraudReason()
           
 boolean CustomerOrder.isTaxCalculationValid()
           
 boolean CustomerOrder.hasEverBeenPendedForFraudReason()
           
 boolean CustomerOrder.hasActiveManualPendReason()
           
 boolean CustomerOrder.hasNewlyActivatedPLCCPayment()
           
 boolean CustomerOrder.hasNewPLCCCard()
           
 boolean CustomerOrder.hasNewPLCCPayment()
           
 GiftingDetail CustomerOrder.getGiftingDetailForLine(CustomerOrderLine orderLine)
           
 java.util.List CustomerOrder.getRefundables()
           
 java.util.Set CustomerOrder.getTenderTypeGroups()
           
 java.util.Set CustomerOrder.getTenderTypes()
           
 java.util.List CustomerOrder.getAllCustomerOrderPaymentsInSettlementOrder()
          Returns the payments for the customer order sorted by settlement (processing) order.
 void CustomerOrder.addPayment(CustomerOrderPayment payment)
           
 void CustomerOrder.setPendCancelByDate(RDate pendedCancelDate)
           
 void CustomerOrder.setCustomerOrderPendReasons(java.util.List customerOrderPendReasons, User user)
           
 void CustomerOrder.setOrderType(OrderType orderType)
           
 void CustomerOrder.setCustomer(Customer customer)
          (Re)sets the customer on the order.
 void CustomerOrder.setCustomerForCustomerMerge(Customer customer)
          (Re)sets the customer on the order.
 void CustomerOrder.setBillToAddress(CustomerAddress billToAddress)
          Set the bill to address for the order.
 void CustomerOrder.setSourceCode(SourceCode sourceCode)
          Sets the default source code for the order
 void CustomerOrder.setProcessTogether(java.util.Set orderLines)
          Joins the set of orderLines into the same process together group.
 void CustomerOrder.setWrapTogetherForLines(java.util.Set orderLines)
          Joins the set of orderLines into the same wrap together group.
 void CustomerOrder.setPersonalHoldDate(java.util.Set orderLines, RDate rDate, User user)
           
 void CustomerOrder.setGenericHold(java.util.Set genericLines, GenericEvent genericEvent, User user)
           
 void CustomerOrder.applyOrderLine(CustomerOrderLine orderLine, User user)
          Adds orderLine to the set of order lines for this order, reserves this order line, and applies promotions.
 void CustomerOrder.applyReturnLine(ReturnLine returnLine, User user)
          Adds returnLine to the order, clears calculated totals on the return line's shipTo.
 void CustomerOrder.applyReplacement(ReplacementLinePair replacementGroup, User user)
          Adds replacementLine from replacementGroup to the order and reserves the replacement line
 void CustomerOrder.applyGiftingDetailToLines(java.util.Set orderLines, GiftingDetail giftingDetail)
           
 void CustomerOrder.addJustPublishedToWmsShipmentRequest(ShipmentRequest shipmentRequest, User user)
           
 void CustomerOrder.clearTaxCalculationError()
          Clears tax calculation errors on all shipTos and all returnLines for this order
 void CustomerOrder.clearSpecialHandlingForLines(java.util.Set orderLines, User user)
           
 void CustomerOrder.submit(User user)
          Persist this order to the database and perform all order submit validation.
 void CustomerOrder.submit(User user, boolean doLightValidation)
          Persist this order to the database and perform all order submit validation.
 void CustomerOrder.submit(MailOrderBatch mailOrderBatch, User user)
          Persist this order to the database, perform minimal mail order submit validation, and add this order to the set of orders for the mailOrderBatch param.
 void CustomerOrder.submitForFirstTimeFromUI(MailOrderBatch mailOrderBatch, User user, java.lang.String originalOrderSummaryData)
           
 void CustomerOrder.cancel(OrderCancelReason cancelReason, User user)
           
 void CustomerOrder.releaseFromMailOrderBatch(User user)
          Releases this order to the warehouse because it is a mail order and the batch this mail order belongs to was just released.
 void CustomerOrder.pend(CustomerOrderPendReason customerOrderPendReason, User user)
          Pends an order for the given customer order pend reason.
 void CustomerOrder.pend(MailOrderBatch mailOrderBatch, CustomerOrderPendReason customerOrderPendReason, User user)
          Different variation on pend, used when the order is a mail order in mail-order-pre-batch state.
 void CustomerOrder.settle(ShippedContainer shippedContainer, User user, Money origOrderTotalTax)
          Finalize payments for the shippedContainer, generate credit payment if there was any tax adjustment in the customers favor at ship time, and allocate settlement for all payments that are ready to be settled.
 void CustomerOrder.persistForSalesAuditExport(User user)
           
 void CustomerOrder.authorizePayment(CustomerOrderPayment payment)
          Using an authorization calculation strategy, calculates the amount to be authorized for this payment.
 void CustomerOrder.authorizePaymentManually(CustomerOrderPayment payment, java.lang.String authCode, User user)
          For payments needing manual authorization, manually authorize the payment by storing the authorization code and authorization date.
 void CustomerOrder.reauthorizePayments()
          Perform reauthorization for credit card sale payments where the payment authorization has expired or where order lines have now reached appropriate lead time for authorization.
 java.util.Set CustomerOrder.generateShipmentRequestsToReleaseToWms()
          Builds shipment requests based on ship to address, shipping method, carrier, and direct ship for all lines on the order that are ready to be released to the warehouse, as well as any pack lines that have any component lines that are ready to be released to the warehouse.
 void CustomerOrder.addAccommodationAndGeneratePayment(Accommodation accomodation, Refundable refundable)
          Calculates the value of the accommodation, adds the accommodation to the order, generates a credit payment for the accommodation, sets the order priority to HIGH, and generates a history event for the accommodation.
 void CustomerOrder.consolidatePreSettledPayments()
          Combines payments at settlement time according to payment account number, payment tender type, and whether the payment amount is positive or negative.
 void CustomerOrder.createBackorderNotificationHistoryEvent(CustomerOrderCorrespondenceRequest request, User user)
          Adds a new unsaved history event to the order with type = HistoryEventType.BO_NOTIFICATION.
 void CustomerOrder.createComponentReturnOnPackHistoryEvent(java.lang.String sellableItemId, User user)
          Adds a new unsaved history event to the order with type = HistoryEventType.COMPONENT_RETURN_ON_PACK
 Money CustomerOrder.generateRefundIfNegativeBalance(CustomerOrderTransactionItem tranItem, CustomerOrderPaymentTransactionType transactionType)
          Generates a refund payment using the refund policy with transactionItem = tranItem param payment transaction type = transactionType param, refund balance = null, and no settlement.
 Money CustomerOrder.generateRefundIfNegativeBalance()
          Generates a refund payment using the refund policy with transactionItem = null, payment tranaction type = CustomerOrderPaymentTransactionType.GENERIC_REFUND, refund balance = null, and no settlement.
 void CustomerOrder.submitForFirstTimeFromUI(User user, java.lang.String orginalOrderSummary)
          Persist this order to the database and perform all order submit validation.
 void CustomerOrder.applyPromotionalOrderLine(CustomerOrderLine orderLine, User user, Promotion promotion)
           
 void CustomerOrder.applyPromotionalPaymentPlanCode(PaymentPlanCode selectedPaymentPlanCode, Promotion promotion)
           
 void CustomerOrder.reapplyPromotions()
          Called by order user when they would like to genericly reapply promotions
 void CustomerOrder.virtualWarehouseReserve(User user)
           
 void CustomerOrder.setStore(Store store)
           
 Address CustomerOrder.getOrderAcceptanceAddress()
           
 void CustomerOrder.addCallTag(User user, CallTag callTag)
           
 boolean CustomerOrder.isBalanceWithinUnderpaymentTolerance()
           
 User NoCustomerInformationReturn.getResolvedByUser()
           
 void NoCustomerInformationReturn.submit()
           
 void NoCustomerInformationReturn.resolve(User user)
           
 void NoCustomerInformationReturn.resolve(User user, CustomerOrder order)
           
 CustomerOrderServiceLine CustomerOrderServiceLine.createCopy(CustomerOrderLine copyToLine)
           
 void CustomerOrderRewardCertificatePayment.adjustAmount()
           
 void OrderPendReason.submit()
           
 CustomerOrderTransactionGroupType CustomerOrderTransactionGroup.getType()
           
 Money CustomerOrderTransactionGroup.getTotalExchangeSaleAmount()
           
 Money CustomerOrderTransactionGroup.getBalance()
           
 boolean CustomerOrderTransactionGroup.isNormal()
           
 boolean CustomerOrderTransactionGroup.isReturn()
           
 boolean CustomerOrderTransactionGroup.isExchange()
           
 boolean CustomerOrderTransactionGroup.isReplacement()
           
 boolean CustomerOrderTransactionGroup.isAccommodation()
           
 void ContainerDeliveryConfirmation.submit()
           
 User MailOrderBatch.getCreatedByUser()
           
 User MailOrderBatch.getLastUpdatedByUser()
           
 void MailOrderBatch.addOrder(CustomerOrder order)
           
 void MailOrderBatch.release(User user)
           
 void MailOrderBatch.submit(User user)
           
 void MailOrderBatch.pend(User user)
           
 java.util.Set TaxAccommodationContainer.generateTaxCredits()
           
 CustomerOrder CustomerOrderManager.buildCustomerOrderInstance(OrderSource orderSource, User user)
           
 CustomerOrder CustomerOrderManager.buildCustomerOrderInstance(OrderType orderType, OrderSource orderSource, User user)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderLineInstance(User user)
           
 CustomerOrderPromotionDiscount CustomerOrderManager.buildCustomerOrderPromotionDiscount(Promotion promotion, User user)
           
 CustomerOrderTransactionGroup CustomerOrderManager.buildCustomerOrderTransactionGroupInstance(CustomerOrder order)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderLineUpSellInstance(SellingListItem listItem, User user)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderLineSubSellInstance(SellingListItem listItem, CustomerOrderLine parentOrderLine)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderLineCrossSellInstance(SellingListItem listItem, CustomerOrderLine line)
           
 ReturnLine CustomerOrderManager.buildReturnLineInstance(CustomerOrderLine orderLine, User user)
           
 ReturnLine CustomerOrderManager.buildReturnLineInstance(CustomerOrderLine orderLine, User user, NoCustomerInformationReturn noCustomerInfoReturn)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderPartialLineInstance(CustomerOrderLine orderLine, User user)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerMailOrderLineInstance(CustomerOrder order, User user)
           
 CustomerOrderLine CustomerOrderManager.buildExchangeSaleOrderLineInstance(CustomerOrder order, User user)
           
 ReplacementLinePair CustomerOrderManager.buildReplacementPairInstance(CustomerOrderLine parentOrderLine, User user)
           
 CustomerOrderLine CustomerOrderManager.buildZeroSaleOrderLineInstance(User user)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderComponentLineInstance(CustomerOrderLine orderLine, SellingSku packComponent)
           
 GeneralAccommodation CustomerOrderManager.buildGeneralAccommodationInstance(AccommodationTypeEnum accommodationType, CustomerOrder order, User user)
           
 GeneralAccommodation CustomerOrderManager.buildGeneralAccommodationInstance(AccommodationTypeEnum accommodationType, CustomerOrderLine orderLine, User user)
           
 TaxAccommodation CustomerOrderManager.buildTaxAccommodationInstance(CustomerOrder order, User user)
           
 TaxAccommodation CustomerOrderManager.buildTaxAccommodationInstance(CustomerOrderLine orderLine, User user)
           
 CustomerOrderCashPayment CustomerOrderManager.buildCustomerOrderCashPaymentInstance()
           
 CustomerOrderCashPayment CustomerOrderManager.buildCustomerOrderCashPaymentInstanceForSplit()
           
 CustomerOrderPayment CustomerOrderManager.buildCustomerOrderPaymentInstance(java.lang.String code)
           
 CustomerOrderCheckPayment CustomerOrderManager.buildCustomerOrderCheckPaymentInstance()
           
 CustomerOrderGiftCertificatePayment CustomerOrderManager.buildCustomerOrderGiftCertificatePaymentInstance()
           
 CustomerOrderMerchandiseCertificatePayment CustomerOrderManager.buildCustomerOrderMerchandiseCertificatePaymentInstance()
           
 CustomerOrderMoneyOrderPayment CustomerOrderManager.buildCustomerOrderMoneyOrderPaymentInstance()
           
 CustomerOrderMoneyOrderPayment CustomerOrderManager.buildCustomerOrderMoneyOrderPaymentInstanceForSplit()
           
 CustomerOrderStoredValueCardPayment CustomerOrderManager.buildCustomerOrderStoredValueCardPaymentInstance(CustomerOrderStoredValueCardType type)
           
 CustomerOrderCreditCardPayment CustomerOrderManager.buildCustomerOrderCreditCardPaymentInstance()
           
 CustomerOrderCreditCardPayment CustomerOrderManager.buildCustomerOrderCreditCardPaymentInstanceForConsolidation()
           
 CustomerOrderCreditCardPayment CustomerOrderManager.buildCustomerOrderCreditCardPaymentInstanceForSplit()
           
 CustomerOrderCashPayment CustomerOrderManager.buildCustomerOrderCashPaymentInstanceForConsolidation()
           
 CustomerOrderCheckPayment CustomerOrderManager.buildCustomerOrderCheckPaymentInstanceForConsolidation()
           
 CustomerOrderCheckPayment CustomerOrderManager.buildCustomerOrderCheckPaymentInstanceForSplit()
           
 CustomerOrderMerchandiseCertificatePayment CustomerOrderManager.buildCustomerOrderMerchandiseCertificatePaymentInstanceForConsolidation()
           
 CustomerOrderMerchandiseCertificatePayment CustomerOrderManager.buildCustomerOrderMerchandiseCertificatePaymentInstanceForSplit()
           
 CustomerOrderGiftCertificatePayment CustomerOrderManager.buildCustomerOrderGiftCertificatePaymentInstanceForConsolidation()
           
 CustomerOrderGiftCertificatePayment CustomerOrderManager.buildCustomerOrderGiftCertificatePaymentInstanceForSplit()
           
 CustomerOrderRewardCertificatePayment CustomerOrderManager.buildCustomerOrderRewardCertificatePaymentInstanceForConsolidation()
           
 CustomerOrderRewardCertificatePayment CustomerOrderManager.buildCustomerOrderRewardCertificatePaymentInstanceForSplit()
           
 CustomerOrderStoredValueCardPayment CustomerOrderManager.buildCustomerOrderStoredValueCardPaymentInstanceForConsolidation(CustomerOrderStoredValueCardType type)
           
 CustomerOrderStoredValueCardPayment CustomerOrderManager.buildCustomerOrderStoredValueCardPaymentInstanceForSplit(CustomerOrderStoredValueCardType type)
           
 CustomerOrderLine CustomerOrderManager.buildPromotionCustomerOrderLineInstance(User user)
           
 CustomerOrderRewardCertificatePayment CustomerOrderManager.buildCustomerOrderRewardCertificatePaymentInstance()
           
 TaxAccommodationDetail CustomerOrderManager.buildTaxAccommodationDetail()
           
 java.util.Set CustomerOrderManager.findCustomerOrders(OrderSearchCriteria critera)
           
 java.util.Set CustomerOrderManager.findGenericEvents(java.util.Set lines)
           
 java.util.Set CustomerOrderManager.findCustomerOrderPendRuleEvaluators(Banner banner)
           
 java.util.Set CustomerOrderManager.findAllReturnReasons()
           
 java.util.Set CustomerOrderManager.findCustomerOrderCorrespondenceRequests(CustomerOrderCorrespondenceRequestSearchCriteria criteria)
           
 void CustomerOrderManager.recalculateOrderLineEcdds(java.lang.String sellableItemId, User user)
           
 java.util.Map CustomerOrderManager.publishBackorderNotificationRequests(User user)
           
 void CustomerOrderManager.publishShipConfirmationCorrespondence(ShippedContainer shippedContainer)
           
 void CustomerOrderManager.publishReturnConfirmationCorrespondence(ReturnLine returnLine)
           
 void CustomerOrderManager.publishInventoryAdjustmentMessage(ReturnLine returnLine, Quantity adjustmentQuantity, java.lang.String reasonCode, java.lang.String location, java.lang.String sellableItemId)
           
 void CustomerOrderManager.publishCostOfGoodsMessage(ReturnLine returnLine, Quantity returnedQuantity)
           
 void CustomerOrderManager.publishCostOfGoodsMessage(ShippedContainerLine containerLine)
           
 void CustomerOrderManager.publishNlaNotificationMessage(CustomerOrderLine orderLine)
           
 MailOrderBatchDepositSummary CustomerOrderManager.getMailOrderBatchDepositSummary(MailOrderBatchSearchCriteria criteria)
           
 java.util.Map CustomerOrderManager.getMailOrderBatchPaymentSummary(MailOrderBatchSearchCriteria criteria)
           
 void CustomerOrderManager.publishWorklistCorrespondence(CustomerOrder order, CorrespondenceType type, CorrespondenceTemplate template, CorrespondenceTemplateDeliveryMethod deliveryMethod)
           
 void CustomerOrderManager.publishWorklistCorrespondence(CustomerOrder order, CorrespondenceTypeTemplate typeTemplate, CorrespondenceTemplateDeliveryMethod deliveryMethod)
           
 OriginalOrderSummary CustomerOrderManager.readOriginalOrderSummary(CustomerOrder customerOrder)
           
 void CustomerOrderManager.cancelBackorderedOrderLineWithCancelReason(DistributedReference orderLineRef, OrderCancelReason reason, User user)
          Will cancel all backorder order lines with the reason parameter that are associated to a SellingSku that is associated to the inventoryNumber pararameter.
 java.util.Set CustomerOrderManager.findCancelOrderLinesForInventoryItem(java.lang.String inventoryItemNumber)
          Will find all backorder order lines that are associated to a SellingSku that is associated to the inventoryNumber pararameter.
 void CustomerOrderManager.processOrderForSettlement(CustomerOrder order, java.lang.String settlementFileNumber, User user)
           
 void CustomerOrderManager.submitNoCustomerInfoReturns(java.util.Set nciReturns)
          Submit one or more NoCustomerInfoReturn objects.
 TaxCalculatorInvoice ShippedContainerTaxCalculatorInvoice.toTaxCalculatorInvoice()
           
 boolean CustomerOrderValueAddedServiceLine.isEngraving()
           
 void CustomerOrderValueAddedServiceLine.setValueAddedService(ValueAddedService service)
           
 

Uses of BusinessException in com.retek.component.event
 

Subclasses of BusinessException in com.retek.component.event
 class EventBusinessException
           
 

Methods in com.retek.component.event that throw BusinessException
 void SupplierEvent.submit()
           
 Supplier SupplierEvent.getSupplier()
           
 void Event.submit()
           
 void ItemSupplierEvent.submit()
           
 Supplier ItemSupplierEvent.getSupplier()
           
 void BannerEvent.submit()
           
 ItemSupplierEvent EventManager.buildItemSupplierEventInstance(ItemSupplier itemSupplier, SupplierEvent suppEvent)
           
 

Uses of BusinessException in com.retek.component.geolocation
 

Subclasses of BusinessException in com.retek.component.geolocation
 class GeoLocationBusinessException
           
 class GeoLocationSearchException
           
 

Methods in com.retek.component.geolocation that throw BusinessException
 java.util.Set GeoLocationManager.findGeoLocations(GeoLocationSearchCriteria criteria)
           
 

Uses of BusinessException in com.retek.component.history
 

Subclasses of BusinessException in com.retek.component.history
 class InvalidHistoryEventException
           
 class InvalidHistoryEventTypeException
           
 

Methods in com.retek.component.history that throw BusinessException
 Banner HistoryEvent.getBanner()
           
 ChannelType HistoryEvent.getChannelType()
           
 java.lang.String HistoryEvent.getEventDetail()
           
 User HistoryEvent.getUser()
           
 java.lang.String HistoryEvent.getUserLocation()
           
 void HistoryEvent.submit()
           
 void HistoryEventType.submit(User user)
           
 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.
 java.util.List HistoryManager.findEventsForOrder(CustomerOrder order)
          Find history events for a specified customer order.
 java.util.List HistoryManager.findEventsForCustomer(Customer customer)
          Find all history events for a specified customer (regardless of visibility).
 java.util.List HistoryManager.findEventsForCustomerVisibleAtCustomer(Customer customer)
          Find all history events for a specified customer which have visibility set to customer only.
 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).
 

Uses of BusinessException in com.retek.component.internet
 

Methods in com.retek.component.internet that throw BusinessException
 int MediaXmlConverter.toXml(java.io.Writer writer)
           
 

Uses of BusinessException in com.retek.component.inventory
 

Subclasses of BusinessException in com.retek.component.inventory
 class AtpBusinessException
           
 class InventoryBusinessException
           
 class QuantityMoveBusinessException
           
 class ReservationBusinessException
           
 

Methods in com.retek.component.inventory that throw BusinessException
 Quantity WarehouseSkuAvailabilityRecord.getSellingUomAvailableQuantity(Location location)
           
 void ReservationValues.submit()
           
 java.util.Map InventoryManager.readInventoryForItems(java.util.Set sellableItemIds, DistributedReference organizationRef)
           
 AtpValues InventoryManager.calculateAtp(SellableItem sellableItem, RDate reserveFromDate, DistributedReference organizationRef)
           
 ReservationValues InventoryManager.reserve(SellableItem sellableItem, Store virtualStore, Quantity quantityToReserve, RDate reserveFromDate, boolean directShipSkuSegregation)
           
 ReservationValues InventoryManager.reserve(SellableItem sellableItem, Store virtualStore, Quantity quantityToReserve, RDate reservationFromDate)
           
 void InventoryManager.releaseFromVirtualStore(SellableItem sellableItem, Store virtualStore, Quantity reservationReleaseQuantity, Quantity backorderedReleaseQuantity)
           
 AtpValues InventoryManager.calculateAtpAndFutureAvailableQuantities(SellableItem sellableItem, RDate reserveFromDate, DistributedReference organizationRef, boolean allowNegativeFutureAvailableQty)
           
 java.util.Map InventoryManager.calculateAtpAndFutureAvailableQuantities(java.util.Set sellableItemSet, RDate reserveFromDate, DistributedReference bannerRef, boolean allowNegativeFutureAvailableQty)
           
 boolean InventoryManager.isAvailableForReservation(Quantity requestedQuantity, Quantity atpQuantity, Quantity futureAvailQuantity, boolean inventoriable)
           
 boolean InventoryManager.isAvailableForReservation(Quantity atpQuantity, Quantity futureAvailQuantity, boolean inventoriable)
           
 void InventoryManager.releaseFromSupplier(SellableItem sellableItem, Supplier supplier, Quantity reservationReleaseQuantity, Store virtualStore, RDate supplierStartDate)
           
 void InventoryManager.releasePack(Pack pack, Store virtualStore, PackReservationValues packReservationValues)
           
 InventoryQty InventoryManager.readInventoryQty(InventoryQtyType inventoryQtyType)
           
 java.util.Set InventoryManager.warehouseReserve(Sku sku, Store virtualStore, Country country, java.lang.String shipToZipCode, Quantity warehouseReservationQuantity, boolean isPersonalized, boolean isGifting)
           
 java.util.Set InventoryManager.warehouseReserve(Pack pack, Store virtualStore, Country country, java.lang.String shipToZipCode, PackReservationValues packReservationValues, boolean isPersonalized, boolean isGifting)
           
 void InventoryManager.warehouseRelease(SellableItem sellableItem, Store virtualStore, Warehouse virtualWarehouse, Quantity warehouseReleaseQuantity)
           
 void InventoryManager.warehouseReleasePack(Pack pack, Store virtualStore, Warehouse virtualWarehouse, PackReservationValues packReservationValues)
           
 void InventoryManager.warehouseReserveCancel(SellableItem sellableItem, Warehouse virtualWarehouse, Quantity warehouseReleaseQuantity)
           
 void InventoryManager.warehouseReserveCancel(Pack pack, Warehouse virtualWarehouse, PackReservationValues packReservationValues)
           
 java.util.Set InventoryManager.findWarehouseSkuAvailabilityRecords(java.lang.String sellableItemId)
           
 Quantity InventoryManager.getTotalReservedQuantity(java.lang.String skuId, Store virtualStore)
           
 Quantity InventoryManager.getTotalBackorderedQuantity(java.lang.String skuId, Store virtualStore)
           
 Quantity InventoryManager.getTotalBackorderedQuantity(SellableItem sellableItem, DistributedReference organizationRef)
           
 SupplierInventory InventoryManager.getSupplierInventory(SellableItem sellableItem, Supplier supplier)
           
 java.util.List InventoryManager.getAllSupplierInventoriesBySysDate(java.lang.String skuId)
           
 void InventoryManager.moveQuantityFromWarehouseReservedToBackOrder(java.lang.String skuId, Store virtualStore, Quantity qtyToMove, Warehouse warehouse)
           
 Quantity InventoryManager.getFutureAvailableQuantity(Sku sku, DistributedReference organizationRef)
           
 Quantity InventoryManager.getFutureAvailableQuantity(Sku aSku, IntegrationReference bannerIntRef, IntegrationReference channelTypeIntRef)
           
 ItemSupplierQuantityBlock InventoryManager.buildItemSupplierQuantityBlock(ItemSupplier itemSupplier)
           
 java.util.Set InventoryManager.findItemSupplierQuantityBlocks(java.lang.String itemId, java.lang.String supplierId)
           
 java.util.Collection InventoryManager.findPurchaseOrders(PurchaseOrderSearchCriteria criteria)
           
 void EstimatedAtpValuesCalculator.setRequestedQuantity(Quantity requestedQty)
           
 void InventoryQtyBucket.addInventoryQty(InventoryQty inventoryQuantity)
           
static int DirectShipReservationDateCalculator.getDaysUntilNextContactDay(java.lang.String supplierId, java.lang.String itemId, RDate reserveFromDate, DistributedContext context)
           
static int DirectShipReservationDateCalculator.getSupplierLeadTime(java.lang.String supplierId, DistributedContext context)
           
static int DirectShipReservationDateCalculator.getTotalSupplierDays(java.lang.String supplierId, java.lang.String itemId, RDate reserveFromDate, DistributedContext context)
           
 void InventoryQty.submit()
           
 Quantity SupplierInventory.getSupplierInventoryQuantity()
           
 void ItemSupplierQuantityBlock.submit()
           
 

Uses of BusinessException in com.retek.component.item
 

Subclasses of BusinessException in com.retek.component.item
 class AddressCodeSubmitException
           
 class DepartmentBusinessException
           
 class DifferentiatorDuplicateException
           
 class DifferentiatorGroupDetailDuplicateException
           
 class DifferentiatorGroupHeaderDuplicateException
           
 class DifferentiatorTypeDuplicateException
           
 class DuplicateDepartmentException
           
 class DuplicateItemClassException
           
 class DuplicateItemSubclassException
           
 class DuplicateShipRestrictionException
           
 class ItemAttributeDuplicateException
           
 class ItemBusinessException
           
 class ItemCarrierDuplicateException
           
 class ItemClassBusinessException
           
 class ItemDuplicateException
           
 class ItemLocationDuplicateException
           
 class ItemSubclassBusinessException
           
 class ItemSupplierCountryAttributeDuplicateException
           
 class ItemSupplierDuplicateException
           
 class ItemSupplierPersonalizationAttributeDuplicateException
           
 class UdaHeaderDuplicateException
           
 class UdaValueDuplicateException
           
 

Methods in com.retek.component.item that throw BusinessException
 void Department.submit()
           
 void ItemClass.submit()
           
 java.util.Set ProductInformationManager.getSkusWithUda(java.util.Set itemIds)
           
 java.util.Set ProductInformationManager.findProductInformationAttributes(ProductInformationSearchCriteria criteria)
           
 void ItemAttributeScreenType.submit()
           
 void ItemAttributeScreenType.submit(java.util.Set relations)
           
 void DifferentiatorType.submit()
           
 void ItemSubclass.submit()
           
 Differentiator ItemManager.buildDifferentiatorInstance(java.lang.String id)
           
 DifferentiatorType ItemManager.buildDifferentiatorTypeInstance(java.lang.String id)
           
 DifferentiatorGroupHeader ItemManager.buildDifferentiatorGroupHeaderInstance(java.lang.String id)
           
 UdaHeader ItemManager.buildUdaHeaderInstance(java.lang.String id)
           
 UdaValue ItemManager.buildUdaValueInstance(UdaHeader udaHeader, java.lang.String udaValueId)
           
 ItemSupplier ItemManager.buildItemSupplierInstance(SellableItem SellableItem, Supplier supplier)
           
 ItemSupplierCountryAttribute ItemManager.buildItemSupplierCountryAttributeInstance(ItemSupplier itemSupplier, java.lang.String country)
           
 ItemSupplierCountryAttribute ItemManager.readItemSupplierCountryAttributeInstance(ItemSupplier itemSupplier, java.lang.String country)
           
 ItemSupplier ItemManager.readItemSupplierInstance(SellableItem sellableItem, Supplier supplier)
           
 java.util.Collection ItemManager.findStyles(ItemSearchCriteria criteria)
           
 java.util.Collection ItemManager.findSkus(ItemSearchCriteria criteria)
           
 java.util.Collection ItemManager.findSkuIds(ItemSearchCriteria criteria)
           
 java.util.Set ItemManager.findSellableItems(ItemSearchCriteria criteria)
           
 Item ItemManager.readItem(java.lang.String id, int itemLevel, int transactionLevel)
           
 Item ItemManager.readItem(java.lang.String id, int itemLevel, int tranLevel, boolean isPack)
           
 Item ItemManager.buildItemInstance(java.lang.String id, int itemLevel, int transactionLevel)
           
 Item ItemManager.buildItemInstance(java.lang.String id, int itemLevel, int transactionLevel, boolean isPack)
           
 ItemLocation ItemManager.buildItemLocationInstance(SellableItem sellableItem, Location location)
           
 ItemLocation ItemManager.readItemLocationInstance(SellableItem sellableItem, Location location)
           
 Pack ItemManager.buildPackInstance(java.lang.String id, int itemLevel, int tranLevel)
           
 DirectShipItemSupplier ItemManager.readDirectShipItemSupplier(java.lang.String supplierId, java.lang.String itemId, ContactDayType contactDay, ContactLevelType contactLevel)
           
 Department ItemManager.buildDepartmentInstance(java.lang.String id, java.lang.String description)
           
 ItemClass ItemManager.buildItemClassInstance(java.lang.String departmentId, java.lang.String itemClassId, java.lang.String description)
           
 ItemSubclass ItemManager.buildItemSubclassInstance(java.lang.String departmentId, java.lang.String itemClassId, java.lang.String itemSubClassId, java.lang.String description)
           
 java.util.Set ItemManager.findIntersectingBannersForItems(java.util.Set itemIds)
           
 void ItemManager.addItemCollectionCode(java.lang.String code, java.lang.String description)
           
 void ItemManager.updateItemCollectionCode(java.lang.String code, java.lang.String newDescription)
           
 java.util.Set ShipRestrictionManager.getShipRestrictions(Item item, boolean includeItemParentRestrictions)
           
 java.util.Set ShipRestrictionManager.getShipRestrictions(Item item, Carrier carrier, boolean includeItemParentRestrictions)
           
 java.util.Set ShipRestrictionManager.getShipRestrictionTypes(Item item, Carrier carrier, Address address)
           
 java.lang.String ProductInformationAttribute.getDescription()
           
 void ItemAttributeScreenTypeRelation.submit()
           
 void ItemAttribute.submit()
           
 boolean ItemAttribute.isItemAttributeInUse(ItemAttribute itemAttribute)
           
 void ItemAttribute.remove()
           
 void UdaHeader.submit()
           
 ItemSupplier SellableItem.getItemSupplier(Supplier supplier)
           
 ItemSupplier SellableItem.getPrimaryItemSupplier()
           
 Warehouse SellableItem.getPrimaryDefaultWarehouse()
           
 int SellableItem.getItemLocationOutboundHandlingDays(java.lang.String locationId)
           
 void DirectShipItemSupplier.submit()
           
 void UdaValue.submit()
           
 java.util.Set Pack.getItems()
           
 java.util.Set Pack.getAllPossiblePackAndComponentSuppliers()
           
 java.util.Set Pack.getAllPossibleComponentSuppliers()
           
 void ShipRestriction.addAddressCodeDetail(AddressCodeDetail addressCodedetail)
           
 void ShipRestriction.submit()
           
 void Differentiator.submit()
           
 void ProductInformation.submit(java.util.Set piAttributes)
           
 void AddressCode.addAddressCodeDetail(AddressCodeDetail detail)
           
 void AddressCode.submit()
           
 void DifferentiatorGroupHeader.submit()
           
 void Item.submit()
           
 int ItemLocation.getOutboundHandlingDays()
           
 Supplier ItemSupplier.getSupplier()
           
 ItemSupplierPersonalizationAttribute ItemSupplier.getItemSupplierPersonalizationAttribute(PersonalizationStyleType styletype)
           
 void ItemSupplier.setPersonalizationActive(boolean active)
           
 void ItemSupplier.addItemSupplierPersonalizationAttribute(PersonalizationStyleType styleType, ItemSupplierPersonalizationAttribute itemSupplierPersonalizationAttribute)
           
 

Uses of BusinessException in com.retek.component.location
 

Subclasses of BusinessException in com.retek.component.location
 class InvalidLocationException
           
 class InvalidNonBusinessDayException
           
 class LocationBusinessException
           
 

Methods in com.retek.component.location that throw BusinessException
 Store LocationManager.buildStoreInstance(java.lang.String displayCode)
           
 Warehouse LocationManager.buildWarehouseInstance(java.lang.String displayCode)
           
 void Store.submit()
           
 void Warehouse.submit()
           
 void CallCenter.submit()
           
 void Country.submit(User user, boolean requirePriorities)
           
 void CallCenterTest.testCreateReadUpdateCallCenter()
           
 void DailyMessage.submit()
           
 void Location.submit()
           
 

Uses of BusinessException in com.retek.component.media
 

Subclasses of BusinessException in com.retek.component.media
 class InvalidSellingItemDisplayNumberFormatException
           
 class MediaBusinessException
           
 class NoSuchSellingItemException
           
 class NoSuchSourceCodeException
           
 class WildcardException
           
 

Methods in com.retek.component.media that throw BusinessException
 void MediaManager.removeSeasonCode(SeasonCode seasonCode)
           
 void MediaManager.removeMediaType(MediaType mediaType)
           
 SourceCode MediaManager.buildSourceCodeInstance(java.lang.String displayCode, java.lang.String description)
           
 Media MediaManager.buildMediaInstance(Banner banner)
           
 java.util.Set MediaManager.findMedia(MediaSearchCriteria searchCriteria)
           
 void MediaManager.updateMediaWorksheetStatusToActive(java.io.File errorFile)
           
 void MediaManager.updateMediaActiveStatusToReleased(java.io.File errorFile)
           
 ShippingRateTable MediaManager.createShippingRateTableForMediaWithDefaultValues(DistributedReference mediaRef, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
 void MediaManager.removeShippingRateTable(ShippingRateTable shippingRateTable)
           
 void MediaType.submit()
           
 Pack PackSellingSku.getPack()
           
 java.lang.String ValueAddedService.getPlacementOnItem()
           
 Supplier ValueAddedService.getSupplier()
           
 java.util.Set ValueAddedService.getAvailableColors()
          Returns the complete set of available colors for the item/supplier.
 java.util.Set ValueAddedService.getAvailableFonts()
          Returns the complete set of available fonts for the item/supplier.
 java.util.Set ValueAddedService.getColors()
          Returns the selected (supported) colors for the value added service.
 java.util.Set ValueAddedService.getFonts()
          Returns the selected (supported) fonts for the value added service.
 int MonogramValueAddedService.getMaxCharacters()
           
 boolean MonogramValueAddedService.isCharacterMonogrammingOneIndicator()
           
 boolean MonogramValueAddedService.isCharacterMonogrammingThreeIndicator()
           
 boolean MonogramValueAddedService.isCharacterMonogrammingTwoIndicator()
           
 Money SellingSku.getSuggestedRetailPrice()
           
 boolean SellingSku.isPartial()
           
 Money SellingSku.getUnitPrice()
           
 java.util.Set SellingSku.getPersonalizationSuppliers()
           
 java.util.Set SellingSku.getPersonalizationServices(java.util.Collection itemSuppliers)
          This method returns personalization value added services across multiple item suppliers for the selling sku.
 java.util.Set SellingSku.getPersonalizationServices(java.util.Collection itemSuppliers, boolean ignorePersonalizationActiveFlag)
           
 java.util.Set SellingSku.getPersonalizationServices(ItemSupplier itemSupplier)
          This method returns the personalization value added services for ONLY the specified item supplier for the selling sku.
 java.util.Set SellingSku.getMonogramServices(ItemSupplier itemSupplier)
          This method returns the monogram value added services for ONLY the specified item supplier for the selling sku.
 java.util.Set SellingSku.getMonogramServices(java.util.Collection itemSuppliers)
          This method returns the monogram value added services for ONLY the specified item supplier for the selling sku.
 java.util.Set SellingSku.getMonogramServices(java.util.Collection itemSuppliers, boolean ignorePersonalizationActiveFlag)
           
 void SellingSku.setUnitPrice(Money unitPrice)
           
 boolean SellingSku.isGiftCardable()
           
 boolean SellingSku.isGiftWrappable()
           
 boolean SellingSku.isGiftServiceable()
           
 boolean SellingSku.isPersonalizationAvailable()
           
 java.util.Set SellingListManager.findSellingListsForOrderLine(CustomerOrderLine orderLine, SellingListType type)
           
 java.util.Set SellingListManager.findUpSellListsForOrder(CustomerOrder customerOrder)
           
 void SeasonCode.submit()
           
 java.util.List PersonalizationValueAddedService.getLineRestrictions()
          Returns all line restrictions for the personalization value added service ( regardless of line availability ).
 java.util.List PersonalizationValueAddedService.getLineRestrictionsForAvailableLines()
          Returns only line restrictions where the line available flag is "true".
 int PersonalizationValueAddedService.getMaxCharactersForLine(int lineNumber)
           
 Sku SellingList.getTriggerSku()
           
 java.util.List SellingList.getSortedSellingListItems()
          This is a very expensive operation (e.g.
 java.util.List SellingList.getAvailableSortedSellingListItems()
           
 boolean SellingList.areTriggersEqual(SellingList sellingList)
           
 void SellingList.submit(java.util.List sellingListItems, User user)
           
static Money MediaReportingUtility.getAveragePricePoint(Media media)
           
static Money MediaReportingUtility.getMedianPricePoint(Media media)
           
 void Media.submit()
           
 DropCode Media.addDropCode(DropCode dropCode)
           
 void Media.validateDropCodeUpdate(DropCode dropCode)
           
 void Media.addSourceCode(DropCode dropCode, SourceCode sourceCode)
           
 void Media.validateActiveDate()
           
 void Media.validateStartDate()
           
 ShippingRateTable Media.createAdjustmentShippingRateTable()
          Create a new adjustment shipping rate table for the media.
 void Media.remove()
           
 void SellingItem.submit()
           
 void SellingItem.remove()
           
 java.util.Collection SellingItem.getDifferentiatorTypes()
           
 SellingSku SellingItem.getSellingSkuByDifferentiators(java.util.Set differentators)
           
 java.lang.String SellingItem.getClazz()
           
 ItemCollection SellingItem.getItemCollection()
           
 java.lang.String SellingItem.getDepartment()
           
 java.lang.String SellingItem.getStatus()
           
 java.lang.String SellingItem.getSubclass()
           
 SellableItem SellingItem.getSellableItemBySellingSkuDisplayCode(java.lang.String sellingSkuDisplayCode)
           
 boolean SellingItem.isCareCardIndicator()
           
 void SellingItem.setMedia(Media media)
           
 void SellingItem.removeSellingSkuByDisplayCode(java.lang.String displayCode)
           
 void SellingItem.validateDepictions()
           
 void SellingItem.setIncorrectDisplayCode(java.lang.String string)
           
 java.lang.String SellingListItem.getItemDescription()
           
 Money SellingListItem.getRegularPrice()
           
 Money SellingListItem.getDiscountPrice()
           
 Money SellingListItem.getDiscount()
           
 boolean SellingListItem.isBackordered()
           
 boolean SellingListItem.hasDiscount()
           
 void Depiction.setTotalAreaOfDepiction(java.math.BigDecimal totalAreaOfDepiction)
           
 void Depiction.recalculatePercentOfDepiction()
           
 void ShippingRateTable.submit()
           
 java.util.Set ShippingRateTable.getSourceCodes()
           
 void SubConcept.submit()
           
 java.math.BigDecimal PackSellingSkuComponent.calculateReturnUnitPrice()
           
 SellingItem SellingItemManager.buildSellingItemInstance(Item item)
           
 SellingItem SellingItemManager.buildSellingItemInstance(java.util.Set items)
           
 SellingItem SellingItemManager.buildSellingItemInstance(Item item, java.util.Set sellingSkus)
           
 PackSellingSku SellingItemManager.buildPackSellingSkuInstance(SellingItem sellingItem, Pack pack)
           
 PackSellingSkuComponent SellingItemManager.buildPackSellingSkuComponentInstance(PackSellingSku packSellingSku, Item item)
           
 java.util.List SellingItemManager.buildSellingItemInstances(Media media, java.util.List styleOrPackList)
           
 SellingItemSearchResult SellingItemManager.findOrderableSellingItem(java.lang.String sellingItemDisplayNumber, Banner banner)
          Finds a selling item on a specific media, in a specific banner, with media status of active or released.
 java.util.Set SellingItemManager.find(SellingSkuSearchCriteria searchCriteria)
           
 java.util.Set SellingItemManager.findSellingSkuSearchResults(SellingSkuSearchCriteria searchCriteria)
           
 SellingItem SellingItemManager.findSellingItem(java.lang.String sellingItemDisplayNumber, Banner banner)
          Finds a selling item on a specific media, in a specific banner, regardless of media status.
 java.util.Set SellingItemManager.findGiftCertificates(Media media)
           
 void SellingItemManager.copySellingItemsToMedias(java.util.Set copyFromSellingItems, java.util.Set copyToMedias, SellingItemCopyToMediaCriteria sellingItemCopyToMediaCriteria, boolean ignoreExistingSellingItemWarnings)
           
 SellingItem SellingItemManager.buildSellingItemInstance(SellingItem originalSellingItem, SellingItemItemDescriptor descriptor)
           
 

Uses of BusinessException in com.retek.component.message
 

Subclasses of BusinessException in com.retek.component.message
 class MessageBusinessException
           
 

Uses of BusinessException in com.retek.component.payment
 

Subclasses of BusinessException in com.retek.component.payment
 class CreditCardBusinessException
          A parent class for other credit card business exceptions.
 class InvalidCreditCardNumberException
          InvalidCreditCardNumberException is an exception that is thrown in the case where a credit card number is improperly formatted.
 class InvalidPaymentTypeException
           
 class PaymentAuthorizationBusinessException
           
 class PaymentBusinessException
          A general business exception for payment related problems.
 

Methods in com.retek.component.payment that throw BusinessException
 GiftCertificatePayment PaymentManager.buildGiftCertificatePaymentInstance()
           
 MerchandiseCertificatePayment PaymentManager.buildMerchandiseCertificatePaymentInstance()
           
 RewardCertificatePayment PaymentManager.buildRewardCertificatePaymentInstance()
           
 MoneyOrderPayment PaymentManager.buildMoneyOrderPaymentInstance()
           
 StoredValueCardPayment PaymentManager.buildStoredValueCardPaymentInstance(StoredValueCardType cardType)
           
 CheckPayment PaymentManager.buildCheckPaymentInstance()
           
 CashPayment PaymentManager.buildCashPaymentInstance()
           
 CreditCardPayment PaymentManager.buildCreditCardPaymentInstance()
           
 PaymentCustomer PaymentManager.buildPaymentCustomerInstance()
           
 AvsCode PaymentManager.readAvsCode(java.lang.String avsCode)
           
 void Payment.authorize()
           
 Payment Payment.allocateSettlement(Money amount, RDate dateOfPurchase)
           
 CreditApplicationResponse PLCCCreditApplication.doApply()
           
 AvsCode CreditCardAuthorizationResponse.getAvsCode()
           
 CreditCard CreditCard.copy(boolean isModifable)
           
 CreditCard CreditCard.copy()
           
 void CreditCard.setCreditCardNumber(java.lang.String creditCardNumber)
           
 CreditApplicationResponse CreditApplication.apply()
           
protected abstract  CreditApplicationResponse CreditApplication.doApply()
           
 

Uses of BusinessException in com.retek.component.payment.integration.settlement
 

Methods in com.retek.component.payment.integration.settlement that throw BusinessException
 void PaymentSettlementBatch.runBatch(java.util.Map args, User user, RDate createTime, java.io.File exportDirectory)
           
 PaymentSettlementTransaction CreditCardSettlementConverter.getTransaction()
           
 

Constructors in com.retek.component.payment.integration.settlement that throw BusinessException
CreditCardSettlementConverter(PaymentSettlementTransactionContainer txnContainer, CustomerOrderCreditCardPayment payment)
           
 

Uses of BusinessException in com.retek.component.pend
 

Subclasses of BusinessException in com.retek.component.pend
 class HighRiskZipBusinessException
           
 class NegativeCustomerRecordException
           
 class PendRuleException
           
 

Methods in com.retek.component.pend that throw BusinessException
 void PendRule.submit()
           
 java.util.Set PendRule.getBanners()
           
 AvsCode PendRule.getAvsCode()
           
 NegativeCustomerRecord PendManager.buildNegativeCustomerRecordInstance(CustomerOrder order)
           
 java.util.Set PendManager.findAllNegativeCustomerRecords()
           
 java.util.Set PendManager.findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
           
 java.util.List PendManager.findExistingNegativeCustomerRecords(CustomerOrder order)
           
 PendRule PendManager.readPendRule(DistributedReference ref)
           
 java.util.Set PendManager.findPendRules(Banner banner)
           
 HighRiskZip PendManager.readHighRiskZip(DistributedReference ref)
           
 boolean NegativeCustomerRecord.matches(CustomerOrder order)
           
 void NegativeCustomerRecord.submit(User user)
           
 void HighRiskZip.setDescription(java.lang.String description)
           
 void HighRiskZip.submit(User user)
           
 

Uses of BusinessException in com.retek.component.promotion
 

Subclasses of BusinessException in com.retek.component.promotion
 class PromotionBusinessException
           
 

Methods in com.retek.component.promotion that throw BusinessException
 PromotionStatus Promotion.getStatus()
           
 User Promotion.getCreatedByUser()
           
 java.util.Set Promotion.getSourceCodes()
           
 java.util.Set Promotion.getSellingLists()
           
 void Promotion.removeAllSourceCodes()
           
 void Promotion.removeAllOfferCodes()
           
 void Promotion.removeAllSellingLists()
           
 void Promotion.setBenefits(java.util.Set newBenefits)
           
 void Promotion.setSellingListItemBenefits(java.util.Set newBenefits)
           
 void Promotion.setThresholds(java.util.Set newThresholds)
           
 void Promotion.submit(User user)
           
 void Promotion.addBenefit(PromotionBenefit benefit)
           
 java.util.Set PromotionManager.findAllPromotions()
           
 void PromotionManager.validatePromotionAltSellingList(PromotionSearchCriteria criteria, java.util.List sellingLists)
           
 void PromotionManager.updateSellingListPromotion(SellingList sellingList, User user)
           
 

Uses of BusinessException in com.retek.component.rcomrib
 

Methods in com.retek.component.rcomrib that throw BusinessException
protected abstract  void RcomRibAbstractInjector.processPayload(com.retek.rib.binding.payload.Payload payload)
          Subclasses are responsible for implementing this method.
 

Uses of BusinessException in com.retek.component.salesaudit
 

Subclasses of BusinessException in com.retek.component.salesaudit
 class InvalidStoreTransactionContainerException
           
 

Methods in com.retek.component.salesaudit that throw BusinessException
 void SalesAuditManager.processOrderForSalesAuditExport(DistributedReference orderRef, User user)
          Process a customer order for sales audit, converting triggered order objects into appropriate sales audit transaction elements.
 void SalesAuditManager.processSvcCashoutForSalesAuditExport(StoredValueCardCashout cashout)
          Process a svc cashout for sales audit, converting triggered order objects into appropriate sales audit transaction elements.
 void SaeStoreTransactionContainer.submit()
          Submit the order transaction container object.
protected  void SalesAuditExportTestCase.assertTransactionElementContents(CustomerOrder order, Store store, RDate transactionDate, java.lang.String transactionType, java.lang.String subTransactionType, java.lang.String reasonCode, SaeTransaction transaction)
           
protected  void SalesAuditExportTestCase.assertTransactionElementContents(CustomerOrder order, Store store, RDate transactionDate, java.lang.String transactionType, java.lang.String subTransactionType, java.lang.String reasonCode, java.lang.String returnRequiredFlag, SaeTransaction transactionElement)
           
 

Uses of BusinessException in com.retek.component.security
 

Subclasses of BusinessException in com.retek.component.security
 class CycleDetectedException
           
 class InvalidUserIdException
           
 class RetekSecurityException
           
 class UserLoginNotAllowedException
           
 

Methods in com.retek.component.security that throw BusinessException
 void User.submit()
           
 User UserManager.buildUserInstance(java.lang.String userName)
           
 User UserManager.read(DistributedReference ref)
           
 void Role.delete()
           
 void Role.submit()
           
 

Uses of BusinessException in com.retek.component.shipping
 

Subclasses of BusinessException in com.retek.component.shipping
 class CarrierBusinessException
           
 class InvalidShippingMethodException
           
 class ShippingBusinessException
           
 

Methods in com.retek.component.shipping that throw BusinessException
 Carrier CarrierManager.addCarrierCode(java.lang.String code, java.lang.String codeDescription)
           
 void CarrierShippingMethodZoneManager.createCarrierServiceLocationZones(java.util.Set carrierServiceLocationZones)
           
 void ShippingMethod.submit()
          Saves (i.e., creates or updates) this shipping method.
 int ShippingMethod.getCarrierTransitDays(Carrier carrier, java.lang.String shipFromZipCode, java.lang.String shipToZipCode)
           
 void Carrier.submit()
           
 

Uses of BusinessException in com.retek.component.supplier
 

Subclasses of BusinessException in com.retek.component.supplier
 class InvalidSupplierException
           
 class SupplierBusinessException
           
 

Methods in com.retek.component.supplier that throw BusinessException
 SupplierCallSchedule SupplierManager.buildSupplierCallScheduleInstance(ContactDayType contactDay)
           
 PersonalizationStyleType SupplierManager.buildPersonalizationStyleTypeInstance(PersonalizationStyle personalizationStyle, PersonalizationType personalizationType)
           
 Supplier SupplierManager.buildSupplierInstance(java.lang.String supplierId)
           
 java.util.Set SupplierManager.findSuppliers(SupplierSearchCriteria criteria)
           
 PersonalizationStyle SupplierManager.addPersonalizationStyleCode(java.lang.String code, java.lang.String description)
           
 void SupplierManager.addPersonalizationTypeCode(java.lang.String code, java.lang.String description)
           
 void Supplier.setCallSchedules(java.util.Set contactDays)
          Creates a call schedule for each contact day in the passed set.
 void Supplier.submit()
           
 

Uses of BusinessException in com.retek.component.task
 

Subclasses of BusinessException in com.retek.component.task
 class TaskBusinessException
           
 

Methods in com.retek.component.task that throw BusinessException
 void Task.setAutoResolvable(boolean isAutoResolvable)
          Sets the autoresolve flag on the Task
 void Task.submit()
          Persist this Task to the database and perform all task submit validation.
 void WorkTaskSubmitValidator.validate(WorkTask workTask)
           
 void PersonalReminderWorkTaskSubmitValidator.validate(PersonalReminderWorkTask personalReminderWorkTask)
           
static void TaskSubmitValidator.validate(Task task)
           
static void PersonalReminderWorkTaskResolveValidator.validate(PersonalReminderWorkTask personalReminderWorkTask)
           
 void WorkTask.submit(User user)
           
 void WorkTask.resolve(User user)
           
 Task TaskManager.buildTask(TaskType taskType, java.lang.String shortDescription)
           
 void TaskManager.releaseLease(WorkTask workTask, User user)
           
 ActivityRequestPrintFile TaskManager.printActivityRequests(java.util.Set activityRequestWorkTasks, User user)
           
 void TaskManager.leaseWorkTask(WorkTask workTask, User user)
           
 void TaskManager.resolve(ActivityRequestWorkTask activityRequestWorkTask, ActivityRequest activityRequest, User user)
           
 void TaskManager.resolve(OrderWorkTask orderWorkTask, CustomerOrder order, User user, CustomerOrderPendReason customerOrderPendReason)
           
 void OrderWorkTaskSubmitValidator.validate(OrderWorkTask orderWorkTask)
           
 void ActivityRequestWorkTaskSubmitValidator.validate(ActivityRequestWorkTask activityRequestWorkTask)
           
 void WorkTaskResolver.resolve(User user)
           
 

Uses of BusinessException in com.retek.component.tax
 

Subclasses of BusinessException in com.retek.component.tax
 class TaxBusinessException
           
 

Methods in com.retek.component.tax that throw BusinessException
protected  Address TaxApiTestCase.getOrderAcceptanceAddress()
           
protected  Address TaxApiTestCase.getShipFromAddress()
           
protected  Address TaxApiTestCase.getShipToAddress()
           
 TaxCalculatorInvoice TaxManager.buildTaxCalculatorInvoiceInstance()
           
 TaxCreditInvoice TaxManager.buildTaxCreditInvoiceInstance()
           
 TaxCreditInvoice TaxManager.buildTaxCreditInvoiceInstance(java.lang.String invoiceId)
           
 TaxInvoiceLineItem TaxManager.buildTaxInvoiceLineItemInstance(long id)
           
 TaxCalculator TaxManager.buildTaxCalculatorInstance(TaxCalculatorInvoice invoice, boolean isPersisted)
           
 TaxCreditor TaxManager.buildTaxCreditorInstance(TaxCreditInvoice creditInvoice, Money creditAmount)
           
 void TaxCalculatorInvoice.addLineItem(TaxInvoiceLineItem lineItem)
           
 void TaxCreditor.creditTax()
           
 

Uses of BusinessException in com.retek.rcom.gui.core
 

Methods in com.retek.rcom.gui.core that throw BusinessException
 void ApplicationFrameHandler.setBanner(java.lang.Object object)
          Sets a new banner in the RcomRepository, clearing and resetting the customer orders.
 void ApplicationFrameHandler.storePersonalReminderCustomerOrder(java.lang.Object object)
          Stores supplied customer order (for personal reminders)
 void ApplicationFrameHandler.clearOrders()
           
 void ApplicationFrameHandler.clearWorkTask()
           
 void ApplicationFrameHandler.releaseWorkTask(java.lang.Object workTask)
           
 void ApplicationFrame.clearScreensForWorklist()
          Clears all state screens and active screen if active screen is not worklist
 void ApplicationFrame.releaseWorkTask(java.lang.Object workTask)
           
static void RcomRepository.storeCustomer(Customer customer)
          CUSTOMER
 

Uses of BusinessException in com.retek.rcom.gui.html
 

Methods in com.retek.rcom.gui.html that throw BusinessException
 void SummaryHtmlTemplate.setOrderToDraw(CustomerOrder order)
           
 void ServiceLineHtmlTemplate.setServiceLineToDraw(CustomerOrderServiceLine serviceLine, RcomOrderLine orderLine)
           
 void ReturnTotalHtmlTemplate.setOrderToDraw(CustomerOrder order)
           
 void ReturnTotalHtmlTemplate.setShipTo(ShipTo orderLineShipTo)
           
 void OrderTotalHtmlTemplate.setOrderToDraw(CustomerOrder order)
           
 void ShipToHtmlTemplate.setShipmentToDraw(ShipTo orderLineShipTo, int lineNumber, int totalShipTos)
           
 void OrderLineHtmlTemplate.setOrderLineToDraw(RcomOrderLine orderLine)
           
 void PaymentLineHtmlTemplate.setPaymentToDraw(CustomerOrderPayment payment, int i)
           
 void PaymentHtmlTemplate.setOrderToDraw(CustomerOrder order)
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.activityrequest
 

Methods in com.retek.rcom.gui.screen.activityrequest that throw BusinessException
 java.lang.String CareCardViewHandler.getSellingItem()
           
 java.lang.String CareCardViewHandler.getSellingItemDescription()
           
 void SpecialOrderView.setActivityRequest(java.lang.Object activityRequest)
           
 void GeneralView.setActivityRequest(java.lang.Object activityRequest)
           
 void ActivityRequestPrimaryView.refresh()
           
 void CertificateView.setActivityRequest(java.lang.Object activityRequest)
           
 void CareCardView.setActivityRequest(java.lang.Object activityRequest)
           
 void CustomerViewHandler.setActivityRequest(java.lang.Object object)
          STATE MANAGEMENT METHODS
 java.util.List GeneralViewHandler.getSellingItems()
           
 java.lang.String GeneralViewHandler.getSellingItem()
           
 java.lang.Object GeneralViewHandler.getSellingItemDescription()
           
 java.util.Collection ActivityRequestPrimaryHandler.getActivityRequests()
           
 java.lang.String ActivityRequestPrimaryHandler.getBannerDescription()
           
 java.lang.String ActivityRequestPrimaryHandler.getOrderDisplayId()
           
 java.util.List SpecialOrderViewHandler.getSellingItems()
           
 java.lang.String SpecialOrderViewHandler.getSellingItemDisplayCode()
           
 java.lang.Object SpecialOrderViewHandler.getSellingItem()
           
 void GeneralHandler.createActivityRequest(java.lang.Object type)
          STATE MANAGEMENT METHODS
 java.lang.Object GeneralHandler.getActivityRequestCustomer()
           
 java.lang.Object GeneralHandler.resolve()
           
 void CustomerView.setActivityRequest(java.lang.Object activityRequest)
           
 void CommentView.setActivityRequest(java.lang.Object activityRequest)
           
 void ActivityRequestViewHandler.setActivityRequest(java.lang.Object request)
           
 java.lang.String ActivityRequestViewHandler.getActivityRequestOrderId()
           
abstract  void ActivityRequestView.setActivityRequest(java.lang.Object activityRequest)
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.activityrequesttype
 

Methods in com.retek.rcom.gui.screen.activityrequesttype that throw BusinessException
 java.lang.Object ActivityRequestTypeMaintenanceDialogHandler.submit(java.lang.Object task)
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.altselling
 

Methods in com.retek.rcom.gui.screen.altselling that throw BusinessException
 boolean SellingListDisplayDialog.setSellingList(java.lang.Object sellingList)
           
 java.util.List SellingListDisplayManagerHandler.getUpsellLists(boolean getAllLists)
           
 RcomSellingList SellingListDisplayManagerHandler.getSubSellList(java.lang.Object object)
          SUBSELL LIST METHODS
 java.lang.Object SellingListDisplayManagerHandler.getCrossSellList(java.lang.Object object)
          CROSSSELL LIST METHODS
 boolean SellingListDisplayManagerHandler.isDisplayable(java.lang.Object object)
           
 java.util.List SellingListDisplayDialogHandler.getSellingListItems()
           
 java.lang.String SellingListDisplayDialogHandler.getTitle()
           
 java.lang.String SellingListDisplayDialogHandler.getDescription()
           
 java.lang.String SellingListDisplayDialogHandler.getPrice()
           
 java.lang.String SellingListDisplayDialogHandler.getDiscountPrice()
           
 java.lang.String SellingListDisplayDialogHandler.getDiscount()
           
 void SellingListDisplayDialogHandler.generateSubsellLines(java.lang.Object object, java.lang.String quantity)
          GENERATE SUBSELL LINE
 void SellingListDisplayDialogHandler.generateUpsellLines(java.lang.Object object, java.lang.String quantity)
          GENERATE UPSELL LINE
 void SellingListDisplayDialogHandler.generateCrosssellLines(java.lang.Object object, java.lang.String quantity)
          GENERATE CROSSSELL LINE
 void SellingListDisplayDialogHandler.generateSellingLines(java.lang.String quantity)
           
 boolean CrossOrSubSellDialog.setSellingList(java.lang.Object sellingList)
           
 boolean UpsellFrame.setSellingList(java.lang.Object sellingList)
           
 boolean SellingListDisplayManager.isAllWindowsOpen()
          WINDOW STATE METHODS
 void SellingListDisplayManager.displayUpsellLists(RcomScreen screen, RcomTab paymentTab, java.lang.Object order, boolean displayAllLists)
          UPSELL LIST METHODS
 boolean SellingListDisplayManager.hasUpsellLists(java.lang.Object order)
           
 void SellingListDisplayManager.displaySubsellList(REventListener listener, java.lang.Object line)
          SUBSELL LIST METHODS
 boolean SellingListDisplayManager.hasSubSellLists(java.lang.Object orderLine)
           
 boolean SellingListDisplayManager.displayCrossSellList(REventListener listener, java.lang.Object line)
          CROSSSELL LIST METHODS
 boolean SellingListDisplayManager.hasCrossSellLists(java.lang.Object orderLine)
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.backorder
 

Methods in com.retek.rcom.gui.screen.backorder that throw BusinessException
 void CancelNLAItemsHandler.findCancelLines()
           
 void CancelNLAItemsHandler.setInventoryItem(java.lang.String inventoryNumber)
           
 void CancelNLAItemsHandler.cancelNextLine()
           
 void PendingBoNotificationHandler.setNotificationRequest(java.lang.Object request)
          REQUEST METHODS
 void PendingBoNotificationHandler.cancelRequest(java.lang.Object request)
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.carrier
 

Methods in com.retek.rcom.gui.screen.carrier that throw BusinessException
 void CarrierMaintenanceDialogHandler.setShipmentTrackingUrlPattern(java.lang.String trackingUrl)
           
 void CarrierMaintenanceDialogHandler.submit()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.catalogrequest
 

Methods in com.retek.rcom.gui.screen.catalogrequest that throw BusinessException
 void CatalogDialogHandler.submit()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.correspondence
 

Methods in com.retek.rcom.gui.screen.correspondence that throw BusinessException
 void CorrespondenceAdminDialogHandler.setDeliveryMethods(java.util.Set methodSet)
           
 void CorrespondenceAdminDialogHandler.submit()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.customermain
 

Methods in com.retek.rcom.gui.screen.customermain that throw BusinessException
 void CustomerPhoneView.save()
           
 void CustomerSearchHandler.storeCustomerInRepository(java.lang.Object object)
           
 java.util.List GeoCodeSelectionHandler.getGeoLocationList()
           
 void GeoCodeSelectionHandler.setGeoCodeOnAddress(java.lang.Object object, boolean submit)
           
 java.lang.Object CustomerPhoneHandler.addPhoneToCustomer(java.lang.String phone, java.lang.String extension)
           
 void CustomerPhoneHandler.setPhoneIsInactive(java.lang.Object phone, boolean inactive)
           
 void AddressBookDialogHandler.setCountry(java.lang.Object nation)
           
 void AddressBookDialogHandler.createAddress()
          CUSTOMER ADDRESS PROCESS METHODS
 void AddressBookDialogHandler.inactivateAddress(java.lang.Object address)
           
 void AddressBookDialogHandler.applyAddress(boolean isPrimaryShipTo)
           
 void InactivateCustomerDialogHandler.setInactiveAndSubmit(java.lang.Object reason)
           
 CustomerCreditPreApproval CustomerMainAddressHandler.getCreditPreApproval()
           
 void CustomerMainAddressHandler.submit()
          SUBMIT CUSTOMER
 void CustomerMainAddressHandler.validateOrderLineAddresses()
           
 java.lang.Object CustomerMainAddressHandler.getCustomerCreditPreApproval()
           
 void CustomerMainAddressHandler.storeCustomer(java.lang.Object object)
          SEARCH METHODS
 void AddressPanelHandler.setCountry(java.lang.Object country)
           
 java.util.List HistoryPrimaryHandler.getCustomerEvents()
           
 java.lang.String HistoryPrimaryHandler.getUserName()
           
 java.lang.String HistoryPrimaryHandler.getUserLocation()
           
 java.lang.String HistoryPrimaryHandler.getEventDetails()
           
 void HistoryPrimaryHandler.submitComment(java.lang.String comment)
           
 void GeoCodeSelectionDialog.setAddress(java.lang.Object address, java.util.List geoCodeList)
           
 void CustomerCreditPreApprovalDialog.doNever()
           
 void CustomerCreditPreApprovalHandler.setCustomerOptOut(boolean optOut)
           
 void CustomerMatchDialogHandler.storeCustomerInRepository(java.lang.Object object)
          SEARCH METHODS
 boolean AddressPanel.performGeoCodeSearch()
           
 void CustomerMainPreferencesHandler.submitCustomer()
          CUSTOMER METHODS
 void SvcCashOutDialogHandler.cashoutSVC(java.lang.String number, java.lang.String pin)
           
 void CustomerMainPreferencesTab.save()
           
 void CustomerMainAddressTab.doSubmitCustomer()
          SUBMIT CUSTOMER
 void HistoryPrimaryView.refresh()
           
 java.util.List CreditCardHistoryHandler.getCreditCards()
           
 java.lang.String CreditCardHistoryHandler.getCreditCardType()
           
 void CreditCardHistoryHandler.submitCustomer()
           
 void CustomerMainHandler.submitCustomer()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.customermerge
 

Methods in com.retek.rcom.gui.screen.customermerge that throw BusinessException
 void CustomerMergeHandler.submit(java.lang.Object customer)
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.highriskzip
 

Methods in com.retek.rcom.gui.screen.highriskzip that throw BusinessException
 void HighRiskZipCodeDialogHandler.setDescription(java.lang.String description)
           
 void HighRiskZipCodeDialogHandler.submit()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.historytype
 

Methods in com.retek.rcom.gui.screen.historytype that throw BusinessException
 void HistoryEventTypeDialogHandler.submit()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.iteminquiry
 

Methods in com.retek.rcom.gui.screen.iteminquiry that throw BusinessException
 void ItemDetailHandler.setSellingSku(java.lang.Object object)
          STATE MANAGEMENT METHODS
 java.util.Set ItemDetailHandler.findMediaSellingSkus(boolean latestMediaOnly)
           
 java.lang.String ItemDetailHandler.getBackorderedQuantity()
           
 boolean ItemDetailHandler.isPersonalizable()
           
 boolean ItemDetailHandler.isMonogrammable()
           
 boolean ItemDetailHandler.isGiftable()
           
 boolean ItemDetailHandler.isDirectShippable()
           
 boolean ItemDetailHandler.hasUdaValues()
           
 void ItemDetailHandler.loadATPCalculator()
          CALCULATOR METHODS
 java.util.Collection ItemDetailHandler.getShippingRestrictions()
          SHIPPING RESTRICTIONS
 java.lang.String ItemDetailHandler.getMediaPrice()
           
 java.util.Collection ItemMediaHandler.getMediaForCurrentConcept()
          FIND MEDIA METHODS
 java.util.Collection ItemMediaHandler.getMediaForAllConcepts()
           
 java.util.Collection ItemSearchHandler.findItems()
          SEARCH METHODS
 java.util.Map ItemSearchHandler.getOnHandQuantities(java.util.List itemList)
          CALCULATE ATP
 java.lang.String ItemUdaHandler.getDescription()
           
 java.util.Set ItemUdaHandler.getUdaDescriptions()
           
 java.util.List ItemUdaHandler.getAllSkus()
           
protected  void ItemDetailTab.setSellingSku(java.lang.Object sellingSku)
           
 java.util.List ItemMonogrammingHandler.getMonogrammingTypes()
           
 java.lang.String ItemMonogrammingHandler.getTypeLocation()
           
 java.util.List ItemMonogrammingHandler.getAvailableFonts()
           
 java.util.List ItemMonogrammingHandler.getAvailableColors()
           
 void ItemUdaDialog.refreshTable()
           
 java.util.Collection ItemPurchaseOrderHandler.getPurchaseOrders()
          PURCHASE ORDER METHODS
 void ItemMonogrammingDialog.setSellingSku(java.lang.Object object)
           
 java.util.List ItemPersonalizationHandler.getPersonalizationTypes()
           
 java.lang.String ItemPersonalizationHandler.getTypeLocation()
           
 java.util.List ItemPersonalizationHandler.getAvailableFonts()
           
 java.util.List ItemPersonalizationHandler.getAvailableColors()
           
 void ItemPersonalizationDialog.setSellingSku(java.lang.Object object)
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.mailorder
 

Methods in com.retek.rcom.gui.screen.mailorder that throw BusinessException
 void MailOrderBatchSetUpPrimaryView.refresh()
           
 void MailOrderBatchSetUpPrimaryView.clear()
           
 java.util.Collection MailOrderBatchSetUpPrimaryHandler.findFilteredStatusBatches(java.lang.Object newStatus)
           
 void MailOrderBatchSetUpPrimaryHandler.resetMailOrder(java.lang.Object object)
           
 boolean MailOrderBatchSetUpPrimaryHandler.validateOrderNotPersisted()
           
 java.lang.String MailOrderBatchSetUpPrimaryHandler.getCreatedBy()
           
 java.lang.String MailOrderBatchSetUpPrimaryHandler.getUpdatedBy()
           
 void NewCustomerDialogHandler.setAddressLine1(java.lang.String string)
           
 void NewCustomerDialogHandler.setAddressLine2(java.lang.String string)
           
 void NewCustomerDialogHandler.setAddressLine3(java.lang.String string)
           
 void NewCustomerDialogHandler.setAddressCountry(java.lang.Object object)
           
 void NewCustomerDialogHandler.setAddressCity(java.lang.String string)
           
 void NewCustomerDialogHandler.setAddressPostalCode(java.lang.String string)
           
 void NewCustomerDialogHandler.setAddressState(java.lang.String string)
           
 void NewCustomerDialogHandler.setGeoLocationCode(java.lang.String string)
           
 void NewCustomerDialogHandler.setAddressCounty(java.lang.String string)
           
 void NewCustomerDialogHandler.setSalutation(java.lang.Object object)
           
 void NewCustomerDialogHandler.setFirstName(java.lang.String string)
           
 void NewCustomerDialogHandler.setMiddleInitial(java.lang.String string)
           
 void NewCustomerDialogHandler.setLastName(java.lang.String string)
           
 void NewCustomerDialogHandler.setSuffix(java.lang.Object object)
           
 void NewCustomerDialogHandler.setAddressDayPhone(java.lang.String phone, java.lang.String extension)
           
 void NewCustomerDialogHandler.setAddressEveningPhone(java.lang.String phone, java.lang.String extension)
           
 void NewCustomerDialogHandler.setEmailAddress(java.lang.String string)
           
 void NewCustomerDialogHandler.submit()
           
 void MailOrderBatchHandler.submit()
           
 java.lang.String MailOrderBatchSummaryPrimaryHandler.getBanner()
           
 java.lang.String MailOrderBatchSummaryPrimaryHandler.getTotalTenderEntered()
           
 java.lang.String MailOrderBatchSummaryPrimaryHandler.getTotalMerchValue()
           
 java.lang.String MailOrderBatchSummaryPrimaryHandler.getCreatedBy()
           
 java.lang.String MailOrderBatchSummaryPrimaryHandler.storeOrder(java.lang.Object object)
           
 void MailOrderBatchSummaryPrimaryView.refresh()
           
 void MailOrderBatchSummaryHandler.pendBatch()
           
 void MailOrderBatchSummaryHandler.releaseBatch()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.matchcode
 

Methods in com.retek.rcom.gui.screen.matchcode that throw BusinessException
 void MatchCodeHandler.storeCustomerInRepository(java.lang.Object object)
          SEARCH METHODS
 java.util.Collection MatchCodeHandler.search()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.messages
 

Methods in com.retek.rcom.gui.screen.messages that throw BusinessException
 void DailyMessageDialogHandler.submit()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.negativefraud
 

Methods in com.retek.rcom.gui.screen.negativefraud that throw BusinessException
 void NegativeFraudDialogHandler.submit()
           
 void NegativeFraudScreen.refreshTable()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.nocustomerinfo
 

Methods in com.retek.rcom.gui.screen.nocustomerinfo that throw BusinessException
 java.lang.String NoCustomerInfoHandler.getItem()
           
 java.lang.String NoCustomerInfoHandler.getItemDescription()
           
 java.util.Set NoCustomerInfoHandler.getAllReturnsNoCriteria()
           
 void NoCustomerInfoHandler.resolve(java.util.List selectedItems)
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.nonbusinessdate
 

Methods in com.retek.rcom.gui.screen.nonbusinessdate that throw BusinessException
 void NonBusinessDateDialogHandler.setCountry(java.lang.Object object)
           
 void NonBusinessDateDialogHandler.submit()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.ordercommon
 

Methods in com.retek.rcom.gui.screen.ordercommon that throw BusinessException
 void CreditCardPaymentDialog.displayCreditCards()
           
protected  void CreditCardPaymentDialog.doApplyPayment()
           
 void OrderLineAccommodationDialog.setScreenType(OrderScreenType screenType)
           
 java.util.Collection OrderHistoryPrimaryHandler.getOrderEvents()
           
 java.lang.String OrderHistoryPrimaryHandler.getUserName()
           
 java.lang.String OrderHistoryPrimaryHandler.getUserLocation()
           
 java.lang.String OrderHistoryPrimaryHandler.getEventDetails()
           
 void OrderHistoryPrimaryHandler.applyComment(java.lang.String comment, java.lang.Object sellingItem)
           
 void PromotionItemDialog.setPromotion(java.lang.Object promotion)
           
 void PersonalHoldDialog.setOrderLineGroup(java.lang.Object order, java.util.List orderLineList)
           
 boolean PromotionItemDialogHandler.isSellingItem()
           
 java.lang.String PromotionItemDialogHandler.getUnitPrice()
           
 java.lang.String PromotionItemDialogHandler.getDiscountValue()
           
 void PromotionItemDialogHandler.createOrderLine(java.lang.Object object)
           
 void PromotionItemDialogHandler.apply()
           
 boolean PromotionItemDialogHandler.isPersonalizable()
           
 boolean PromotionItemDialogHandler.isMonogrammable()
           
 void GiftCardDialogHandler.setOrderLine(java.lang.Object newOrderLine)
           
 boolean GiftCardDialogHandler.isNonDenominationBased()
           
 void GiftCardDialogHandler.setAmount(java.lang.String string)
           
 java.lang.String GiftCardDialogHandler.getAmount()
           
 void CheckPaymentDialogHandler.setOrder(java.lang.Object order)
          ORDER METHODS
 boolean CheckPaymentDialogHandler.isOrderBalanceZero()
           
 void CheckPaymentDialogHandler.createPayment()
          CHECK PAYMENT METHODS
 void CheckPaymentDialogHandler.applyPayment()
           
 void EventHoldDialog.setOrderLineGroup(java.lang.Object order, java.util.List orderLineList)
           
protected  void GiftableDialogHandler.setOrderLine(java.lang.Object object)
           
 java.lang.String GiftableDialogHandler.getDescription()
           
 void GiftableDialogHandler.apply()
           
 boolean GiftableDialogHandler.isEditAllowed()
           
 boolean GiftableDialogHandler.isGiftCardable()
           
 boolean GiftableDialogHandler.isGiftWrapable()
           
 void PersonalizationHandler.setOrderLine(java.lang.Object object)
           
 void PersonalizationHandler.initPersonalizationServiceLine(java.lang.Object object)
           
 boolean PersonalizationHandler.isEditAllowed()
           
 boolean PersonalizationHandler.isPack()
           
 java.lang.String PersonalizationHandler.getItemDescription()
          ORDERLINE METHODS
 java.util.List PersonalizationHandler.getPersonalizationTypes()
           
 void PersonalizationHandler.applyServiceLines()
          PERSONALIZATION SERVICE LINE METHODS
 void PersonalizationHandler.setPersonalizationType(java.lang.Object persType)
           
 java.util.List PersonalizationHandler.getPersonalizationTextColors()
          PERSONALIZATION VALUE ADDED SERVICE METHODS
 java.util.List PersonalizationHandler.getPersonalizationTextFonts()
           
 java.util.List PersonalizationHandler.getPersonalizationLineRestrictions()
           
 java.lang.String PersonalizationHandler.getPersonalizationLocation()
           
 java.util.List PersonalizationHandler.getPersonalizablePackComponents()
          PACK ITEMS
 java.lang.String PersonalizationHandler.getPackItemNumber()
           
 java.lang.String PersonalizationHandler.getPackItemDescription()
           
 void CashPaymentDialogHandler.setOrder(java.lang.Object order)
          ORDER METHODS
 boolean CashPaymentDialogHandler.isOrderBalanceZero()
           
 void CashPaymentDialogHandler.createPayment()
          PAYMENT METHODS
 void CashPaymentDialogHandler.applyPayment()
           
 java.lang.String OrderAccommodationDialogHandler.getMerchandiseTotal()
          ORDER TOTOALS
 java.lang.String OrderAccommodationDialogHandler.getGiftingTotal()
           
 java.lang.String OrderAccommodationDialogHandler.getPersonalizationTotal()
           
 java.lang.String OrderAccommodationDialogHandler.getShippingTotal()
           
 java.lang.String OrderAccommodationDialogHandler.getTaxTotal()
           
 java.lang.String OrderAccommodationDialogHandler.getOrderTotal()
           
 void OrderAccommodationDialogHandler.createOrderAccomodation(java.lang.Object type)
           
 void OrderAccommodationDialogHandler.addOrderAccomodation()
           
 java.util.List OrderAccommodationDialogHandler.getRefundables()
          REFUNDABLE METHODS
 java.lang.String OrderAccommodationDialogHandler.getTaxAmount()
           
 void OrderAccommodationDialogHandler.createOrderAccomodationForTypeTotal()
           
 void MultiSkuSelectionDialog.setSellingItem(java.lang.Object sellingItem)
           
 void OrderSpecialHandlingHandler.warehouseReserveOrder()
           
 java.util.List OrderSpecialHandlingHandler.getOrderLines()
          SHIP REQUEST METHODS
 void OrderSpecialHandlingHandler.setCurrentOrderLine(java.lang.Object object)
           
 java.lang.String OrderSpecialHandlingHandler.getEventHoldDescription()
           
 boolean OrderSpecialHandlingHandler.areOrderLinesModifiable()
          VALIDATION METHODS
 boolean OrderSpecialHandlingHandler.isGroupWrappable()
           
 boolean OrderSpecialHandlingHandler.hasOrderLinesOnEventHold()
           
 void OrderSpecialHandlingHandler.clearSpecialHandling()
           
 void OrderSpecialHandlingHandler.processTogether()
           
 void OrderSpecialHandlingHandler.wrapTogether()
           
 java.lang.String EventHoldHandler.getShipToLabel()
           
 java.util.List EventHoldHandler.getHoldEvents()
           
 void EventHoldHandler.setHoldEvent(java.lang.Object event)
           
 java.lang.Object EventHoldHandler.getSelectedHoldEvent()
           
 void PersonalizationDialog.setOrderLine(java.lang.Object orderLine)
           
 void PersonalizationDialog.setDisplayOnly(boolean displayOnly)
           
 void PersonalizationDialog.displayAttributes()
           
 void PersonalizationDialog.doPackRowSelected()
           
 void PersonalizationDialog.displayPersonalizationTypeMessages()
           
 void WarehouseInstructionHandler.setWarehouseInstructions(java.lang.String message, boolean specialHandling)
           
 java.lang.String PersonalHoldHandler.getShipToLabel()
           
 void PersonalHoldHandler.setPersonalHold(java.lang.String dateText)
           
 boolean OrderMessagesHandler.shipToEqualsBillTo()
           
 java.lang.String OrderMessagesHandler.getWarehouseMessage()
           
 java.lang.String OrderMessagesHandler.getShippingMessage()
           
 java.lang.String OrderMessagesHandler.getPackingSlipMessage()
           
 void OrderMessagesHandler.setShippingMessage(java.lang.String message)
           
 void OrderMessagesHandler.setWarehouseMessage(java.lang.String message)
           
 void OrderMessagesHandler.setPackingSlipMessage(java.lang.String message)
           
 void OrderMessagesHandler.setShowPriceOnPackingSlip(boolean showPrice)
           
 boolean OrderMessagesHandler.canEditMessages()
           
 boolean OrderMessagesHandler.packingSlipRadiosEditable()
           
 void PromotionPlanCodeDialogHandler.apply(java.lang.Object paymentPlanCode)
           
 boolean OrderPaymentHandler.isVoucherAllowed()
           
 boolean OrderPaymentHandler.isCreditCardAllowed()
           
 boolean OrderPaymentHandler.isCheckAllowed()
           
 boolean OrderPaymentHandler.isGiftCardAllowed()
           
 boolean OrderPaymentHandler.isMoneyOrderAllowed()
           
 boolean OrderPaymentHandler.isCashAllowed()
           
 void OrderLinePrimaryView.refresh()
          REFRESH ENTIRE TABLE
 void OrderLinePrimaryView.refreshTable()
           
 void CatalogRequestDialog.doClose()
           
 void CreditCardPaymentDialogHandler.setOrder(java.lang.Object order)
           
 void CreditCardPaymentDialogHandler.createPayment()
           
 java.util.List CreditCardPaymentDialogHandler.getCreditCards()
          CREDIT CARD METHODS
 java.lang.String CreditCardPaymentDialogHandler.getCreditCardType()
           
 java.lang.String CreditCardPaymentDialogHandler.getPaymentCardType()
           
 void CreditCardPaymentDialogHandler.setPaymentCreditCard(java.lang.Object object)
          PAYMENTS SETTERS
 void CreditCardPaymentDialogHandler.setPaymentCardNumber(java.lang.String cardNumber)
           
 void CreditCardPaymentDialogHandler.applyPayment()
          APPLY PAYMENT
 boolean CreditCardPaymentDialogHandler.isAuthorizationAllowed()
          VALIDATE AUTHORIZATION
 boolean CreditCardPaymentDialogHandler.isOrderBalanceZero()
           
 java.lang.String GiftCardPaymentDialogHandler.getOrderBalance()
          ORDER METHODS
 boolean GiftCardPaymentDialogHandler.isOrderBalanceZero()
           
 java.lang.String GiftCardPaymentDialogHandler.getMinimumSvcOrOrderBalance()
           
 void GiftCardPaymentDialogHandler.createPayment()
          SVC PAYMENT METHODS
 void GiftCardPaymentDialogHandler.setAccount(java.lang.String string)
           
 void GiftCardPaymentDialogHandler.setAmount(java.lang.String amount)
           
 void GiftCardPaymentDialogHandler.submitPayment()
           
 void OrderHistoryPrimaryView.refresh()
           
 void GiftCertificateHandler.reserveGiftCertificate(java.lang.String amount)
           
 java.lang.String GiftCertificateHandler.getGiftCertificateAmount()
           
 boolean GiftCertificateHandler.isGiftCertificateModifiable()
           
 boolean ShippingRequestPrimaryHandler.hasShipToMessages()
           
 void GiftCardDialog.setOrderLine(java.lang.Object orderLine)
           
 java.util.List OrderLineAccommodationDialogHandler.getOrderLines()
          ORDER LINE MANAGEMENT
 java.lang.String OrderLineAccommodationDialogHandler.getExtendedPrice()
           
 java.lang.String OrderLineAccommodationDialogHandler.getValueForRowType(java.lang.String rowType)
           
 void OrderLineAccommodationDialogHandler.createOrderLineAccomodation(java.lang.Object accomMapper)
          ACCOMODATION METHODS
 void OrderLineAccommodationDialogHandler.addOrderLineAccomodation(java.lang.Object accommodationMapper)
           
 java.util.List OrderLineAccommodationDialogHandler.getRefundables()
          REFUNDABLE METHODS
 java.lang.String OrderLineAccommodationDialogHandler.getTaxAmount()
           
 java.lang.String PaymentPrimaryHandler.getAccountNumber()
           
 void CertificatePaymentDialogHandler.setOrder(java.lang.Object order)
           
 void CertificatePaymentDialogHandler.setAccount(java.lang.String account)
           
 void CertificatePaymentDialogHandler.createPayment()
          CREATE/APPLY Payment
 void CertificatePaymentDialogHandler.createPayment(java.lang.Object object)
           
 void CertificatePaymentDialogHandler.applyPayment()
           
 boolean CertificatePaymentDialogHandler.isOrderBalanceZero()
           
 boolean CertificatePaymentDialogHandler.isAmountOverPaid()
           
 boolean CertificatePaymentDialogHandler.amountMeetsBannerMinimum()
           
 void CatalogRequestDialogHandler.setAddress(java.lang.Object object)
          CUSTOMER ADDRESS METHODS
 void CatalogRequestDialogHandler.setNation(java.lang.Object object)
           
 void CatalogRequestDialogHandler.submitCustomer()
           
 void CatalogRequestDialogHandler.discardChanges()
           
 void CatalogRequestDialogHandler.createNewCustomer()
           
 void MultiStyleSelectionDialog.setSellingItem(java.lang.Object sellingItem)
           
 java.util.List MultiSkuSelectionHandler.getSellingSkus()
           
 java.util.List OrderLinePrimaryHandler.getAllOrderLines()
           
 java.lang.Object OrderLinePrimaryHandler.getLastOrderLine()
           
 java.lang.String OrderLinePrimaryHandler.getPrice()
           
 java.lang.String OrderLinePrimaryHandler.getDiscountPrice()
           
 java.lang.String OrderLinePrimaryHandler.getChargeableQuantity()
           
 java.lang.String OrderLinePrimaryHandler.getExtendedPrice()
           
 java.lang.String OrderLinePrimaryHandler.getShipToLabel()
           
 boolean OrderLinePrimaryHandler.hasPersonalization()
           
 boolean OrderLinePrimaryHandler.hasMonogramming()
           
 java.util.List OrderLinePrimaryHandler.getComponentLines()
          COMPONENT LINE METHODS
 java.lang.String OrderLinePrimaryHandler.getEmployeeDiscountAmount()
           
 void OrderLinePrimaryHandler.copyBufferToSelection(java.lang.Object object)
           
 java.lang.Object MultiStyleSelectionHandler.createSellingItem(java.lang.Object item)
           
 void MonogrammingHandler.setOrderLine(java.lang.Object object)
           
 void MonogrammingHandler.initMonogrammingServiceLine(java.lang.Object object)
           
 boolean MonogrammingHandler.isEditAllowed()
           
 java.lang.String MonogrammingHandler.getItemDescription()
          ORDER LINE METHODS
 java.util.List MonogrammingHandler.getMonogrammingTypes()
           
 void MonogrammingHandler.applyServiceLine()
           
 java.util.Collection MonogrammingHandler.getMonogramFonts()
          MONOGRAM - VAS METHODS
 java.util.Collection MonogrammingHandler.getMonogramColors()
           
 boolean MonogrammingHandler.isMonoChar2FieldEnabled()
           
 boolean MonogrammingHandler.isMonoChar3FieldEnabled()
           
 java.lang.String MonogrammingHandler.getMonogramLocation()
           
 void MonogrammingHandler.setMonogramType(java.lang.Object type)
           
 boolean MonogrammingHandler.isPack()
          PACK METHODS
 java.util.List MonogrammingHandler.getMonogrammableComponents()
           
 java.lang.String MonogrammingHandler.getPackInventoryId()
           
 java.lang.String MonogrammingHandler.getPackDescription()
           
 void OrderAccommodationDialog.setScreenType(OrderScreenType screenType)
           
 void MonogrammingDialog.setOrderLine(java.lang.Object orderLine)
           
 void MonogrammingDialog.setDisplayOnly(boolean displayOnly)
           
 void MonogrammingDialog.doPackRowSelected()
           
 void MonogrammingDialog.validateButtonState()
           
 void GiftCertificateDialog.setOrderLine(java.lang.Object orderLine)
           
 void GiftableDialog.setDisplayOnly(boolean displayOnly)
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.orderentry
 

Methods in com.retek.rcom.gui.screen.orderentry that throw BusinessException
 void OrderEntryLineTab.doItemSearch()
           
 void OrderEntryPaymentHandler.generateRefundIfNegativeBalance()
          Generates a Refund if the order has a Negative Balance
 void OrderEntryPaymentHandler.cancelPayment()
           
 void OrderEntryPaymentHandler.manuallyAuthorizePayment(java.lang.String authCode)
          VALIDATION AND AUTHORIZATION
 java.lang.String OrderEntryPaymentHandler.getMerchandiseAmount()
          ORDER METHODS
 java.lang.String OrderEntryPaymentHandler.getPersonalizationAmount()
           
 java.lang.String OrderEntryPaymentHandler.getGiftingAmount()
           
 java.lang.String OrderEntryPaymentHandler.getSubTotal()
           
 java.lang.String OrderEntryPaymentHandler.getShippingAmount()
           
 java.lang.String OrderEntryPaymentHandler.getAdditionalChargesAmount()
           
 java.lang.String OrderEntryPaymentHandler.getRushShippingChargesAmount()
           
 java.lang.String OrderEntryPaymentHandler.getDeliveryTotal()
           
 java.lang.String OrderEntryPaymentHandler.getMerchandiseTaxAmount()
           
 java.lang.String OrderEntryPaymentHandler.getShippingTaxAmount()
           
 java.lang.String OrderEntryPaymentHandler.getVasTaxAmount()
           
 java.lang.String OrderEntryPaymentHandler.getTaxTotal()
           
 java.lang.String OrderEntryPaymentHandler.getPaymentTotal()
           
 java.lang.String OrderEntryPaymentHandler.getAccommodationTotal()
           
 java.lang.String OrderEntryPaymentHandler.getPromotionalTotal()
           
 java.lang.String OrderEntryPaymentHandler.getOrderTotal()
           
 java.lang.String OrderEntryPaymentHandler.getOrderBalance()
           
 void OrderEntryPaymentHandler.clearTaxCalculationError()
           
 boolean OrderEntryPaymentHandler.isTaxCalculationValid()
           
 java.util.Collection OrderEntryPaymentHandler.getPromotionRollups()
          PROMOTIONS METHODS
 java.util.Set OrderEntryPaymentHandler.getAccommodations()
          ACcOMMODATIONS METHODS
 boolean OrderEntryPaymentHandler.canDisplayUpsellLists()
          UPSELL METHODS
 void OrderEntryPaymentHandler.clearUpsellLists()
           
 void OrderEntryCustomerHandler.storeDataInRepository()
           
 void OrderEntryCustomerHandler.storeCustomer(java.lang.Object object)
          SEARCH METHODS
 java.lang.Object OrderEntryCustomerHandler.getBillToAddress()
           
 java.lang.Object OrderEntryCustomerHandler.getShipToAddress()
           
 void OrderEntryCustomerHandler.setBillToAddress(java.lang.Object object)
           
 CustomerCreditPreApproval OrderEntryCustomerHandler.getCreditPreApproval()
           
 void OrderEntryCustomerHandler.setCustomerOptOut(boolean optOut)
           
 void OrderEntryCustomerHandler.setSourceCode(java.lang.String sourceCodeText)
          ORDER METHODS
 java.lang.String OrderEntryCustomerHandler.getMediaDescription()
           
 java.lang.String OrderEntryCustomerHandler.getMediaSeason()
           
 void OrderEntryCustomerHandler.setOrderStore(java.lang.String storeCode)
           
 java.util.List OrderEntryCustomerHandler.getGeoCodesForOrderStore()
          STORE ADDRESS
 void OrderEntryCustomerHandler.applyOrderStore()
           
 void OrderEntryScreen.doItemSearch()
           
 void OrderEntryScreen.doCreditCardApplication()
           
 void OrderEntryScreen.doDisplayPromotions()
           
 void OrderEntryScreen.validateButton()
           
 void SummaryPrimaryHandler.refreshCustomerOrder(boolean doRefundIfNegativeBalance)
           
 void SummaryPrimaryHandler.warehouseReserveOrder()
           
 boolean SummaryPrimaryHandler.isPendAndSubmitAllowed()
           
 java.lang.String SummaryPrimaryHandler.getShippingSummaryHtml()
           
 void SummaryPrimaryHandler.storeShippingSummaryHtmlToRepository(java.lang.String summaryHtml)
           
 boolean SummaryPrimaryHandler.isCustomerPhoneValid()
           
 CustomerCreditPreApproval OrderEntryHandler.getCustomerCreditPreApproval()
           
 boolean OrderEntryHandler.canCancelOrder()
           
 boolean OrderEntryHandler.orderHasLines()
           
 boolean OrderEntryHandler.orderHasLinesWithShipTo()
           
 void OrderEntryHandler.setOrderType(java.lang.Object orderType)
           
 void OrderEntryHandler.submitOrder(boolean isMailOrder)
           
 void OrderEntryHandler.cancelOrder(java.lang.Object reason)
           
 void OrderEntryHandler.pendOrder(java.lang.Object reason)
           
 void OrderEntryHandler.findBatch(java.lang.String batchNumber)
          BATCH METHODS
 void OrderEntryHandler.setMailOrderBatch(java.lang.Object batch)
           
 java.util.Set OrderEntryHandler.getPromotions()
          PROMOTION METHODS
 void OrderEntryLineHandler.setOrderLine(java.lang.Object object)
           
 boolean OrderEntryLineHandler.isOrderLineModifiable()
           
 void OrderEntryLineHandler.createOrderLine()
          ORDER LINE GENERAL METHODS
 int OrderEntryLineHandler.applyOrderLine(java.lang.String quantity)
           
 void OrderEntryLineHandler.cancelOrderLine(java.lang.Object reasonChoice)
           
 java.lang.String OrderEntryLineHandler.getCalculatedDeliveryDate()
           
 java.lang.String OrderEntryLineHandler.getCalculatedReservedQuantity()
           
 java.lang.String OrderEntryLineHandler.getCalculatedBackorderedQuantity()
           
 java.lang.String OrderEntryLineHandler.getCalculatedNLAQuantity()
           
 java.lang.String OrderEntryLineHandler.getRegularPrice()
           
 java.lang.String OrderEntryLineHandler.getExtendedPrice()
           
 java.lang.String OrderEntryLineHandler.getShipToLabel()
           
 java.util.List OrderEntryLineHandler.getShippingMethods()
           
 java.lang.String OrderEntryLineHandler.getPackItemLabel()
           
 boolean OrderEntryLineHandler.isGiftServicable()
           
 boolean OrderEntryLineHandler.isPersonalizable()
           
 boolean OrderEntryLineHandler.isMonogrammable()
           
 boolean OrderEntryLineHandler.hasPersonalizationBeenDisplayed()
           
 boolean OrderEntryLineHandler.hasMonogrammingBeenDisplayed()
           
 void OrderEntryLineHandler.setCarrierService(java.lang.Object shippingMethod)
          ORDER LINE SETTER METHODS
 void OrderEntryLineHandler.setCarrier(java.lang.Object carrier)
           
 int OrderEntryLineHandler.setQuantity(java.lang.String quantity)
           
 void OrderEntryLineHandler.setBackOrderNotification(boolean notification)
           
 void OrderEntryLineHandler.setSellingItem(java.lang.String enteredCode)
          SELLING ITEM METHODS
 void OrderEntryLineHandler.setSellingItem(java.lang.Object object)
           
 boolean OrderEntryLineHandler.isMultiStyle()
           
 boolean OrderEntryLineHandler.isMultiSkuWithNoDiffs()
           
 void OrderEntryLineHandler.setSellingSku(java.util.List diffList)
          SELLING SKU and DIFFERENTIATOR METHODS
 void OrderEntryLineHandler.setSellingSku(java.lang.Object object)
           
 java.util.List OrderEntryLineHandler.getDifferentiatorTypes()
           
 java.util.List OrderEntryLineHandler.getDifferentiatorList(java.lang.Object diffType)
           
 java.util.List OrderEntryLineHandler.getDifferentiators()
           
 void OrderEntryLineHandler.setShipToAddress(java.lang.Object object)
          ADDRESS METHODS
 CustomerAddress OrderEntryLineHandler.getLastOrderLineAddress()
           
 boolean OrderEntryLineHandler.isGiftCertificate()
           
 boolean OrderEntryLineHandler.isSubSellListAvailable()
           
 boolean OrderEntryLineHandler.isCrossSellListAvailable()
           
 void OrderEntryLineHandler.resetOrderLineToOriginal()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.orderfulfillment
 

Methods in com.retek.rcom.gui.screen.orderfulfillment that throw BusinessException
 void ZipCodeRangesDialogHandler.submitZipCodes(java.util.List zipCodesToRemove)
           
 void WarehousePriorityDialog.setAddMode()
           
 java.util.Collection WarehousePriorityDialogHandler.submit(java.lang.Object countryObj, java.util.Collection zipCodeRanges, java.util.Collection warehouses)
          PROCESS FLOW METHODS
 

Uses of BusinessException in com.retek.rcom.gui.screen.ordermain
 

Methods in com.retek.rcom.gui.screen.ordermain that throw BusinessException
 void OrderMainHandler.setSourceCode(java.lang.String sourceCode)
          SOURCE CODE
 void OrderMainHandler.submitOrder()
          ORDER ACTION METHODS
 void OrderMainHandler.cancelOrder(java.lang.Object reason)
           
 void OrderMainHandler.pendOrder(java.lang.Object reason)
           
 void OrderMainHandler.setOrderCancelByDate(java.lang.String date)
           
 void SchedulePickupDialog.setCustomerOrder(java.lang.Object order, java.lang.Object pendingReturnLine)
           
 void ReplacementLineDialog.setCustomerOrder(java.lang.Object order, java.lang.Object orderLine)
           
 void CreditCardApplicationDialog.setCustomerCreditPreApproval(java.lang.Object object)
           
 void CreditCardApplicationDialog.setCustomer(java.lang.Object customer)
           
 java.util.List ReturnLinePackReturnPanelHandler.getReturnReasonList()
           
 java.lang.String[] ReturnLinePackReturnPanelHandler.getReturnReasonArray()
           
 java.util.List ReturnLinePackReturnPanelHandler.getReturnableOrderLines()
           
 boolean ReturnLinePackReturnPanelHandler.isZeroSaleOrder()
           
 boolean ReturnLinePackReturnPanelHandler.isParentOrderLinePack()
           
 boolean ReturnLinePackReturnPanelHandler.isParentReturnable()
           
 boolean ReturnLinePackReturnPanelHandler.isReservedAtComponentLevel()
           
 java.util.List ReturnLinePackReturnPanelHandler.getReturnableComponents()
           
 java.lang.Object ReturnLinePackReturnPanelHandler.buildComponentReturnLine(java.lang.Object component)
          COMPONENT METHODS
 boolean ReturnLinePackReturnPanelHandler.isEditAllowed()
           
 void ReturnLinePackReturnPanelHandler.setExpectedReturnQuantity(java.lang.String quantity)
          RETURN LINE SETTER METHODS
 void ReturnLinePackReturnPanelHandler.setReturnReason(java.lang.Object object)
           
 void ReturnLinePackReturnPanelHandler.setReturnRequired(boolean required)
           
 void ReturnLinePackReturnPanelHandler.setTenderType(java.lang.Object tenderType)
           
 void ReturnLinePackReturnPanelHandler.applyComponentReturnLine()
           
 java.lang.String ReturnLinePackReturnPanelHandler.retrieveAddress()
           
 java.lang.Object ReturnLinePackReturnPanelHandler.getCustomer(boolean isShipTo)
           
 void ReturnLinePackReturnPanelHandler.setGiftRefundAddress(java.lang.Object address)
           
 void ReturnLinePackReturnPanelHandler.setGiftRefundAddressToShipTo()
           
 void ReturnLinePackReturnPanelHandler.setGiftRefundAddressToBillTo()
           
 boolean ReturnLinePackReturnPanelHandler.isBillToAddressForRefundRecipient()
           
 void ExchangeLineDialogHandler.createExchangeLine()
           
 void ExchangeLineDialogHandler.setExchangeLine(java.lang.Object line)
           
 java.lang.String ExchangeLineDialogHandler.getCalculatedDeliveryDate()
           
 java.lang.String ExchangeLineDialogHandler.getCalculatedReservedQuantity()
           
 java.lang.String ExchangeLineDialogHandler.getCalculatedBackorderedQuantity()
           
 java.lang.String ExchangeLineDialogHandler.getPrice()
           
 java.lang.String ExchangeLineDialogHandler.getExtendedPrice()
           
 java.lang.String ExchangeLineDialogHandler.getShipToLabel()
           
 java.lang.String ExchangeLineDialogHandler.getPackItemLabel()
           
 java.util.List ExchangeLineDialogHandler.getShippingMethods()
           
 boolean ExchangeLineDialogHandler.isGiftCertificate()
           
 boolean ExchangeLineDialogHandler.isGiftServicable()
           
 boolean ExchangeLineDialogHandler.isPersonalizable()
           
 boolean ExchangeLineDialogHandler.isMonogrammable()
           
 int ExchangeLineDialogHandler.setQuantity(java.lang.String quantity)
          ORDER LINE SETTER METHODS
 void ExchangeLineDialogHandler.setShipToAddress(java.lang.Object address)
           
 void ExchangeLineDialogHandler.setCarrierService(java.lang.Object shippingMethod)
           
 void ExchangeLineDialogHandler.setCarrier(java.lang.Object carrier)
           
 void ExchangeLineDialogHandler.setSellingItem(java.lang.String displayCode)
          SELLING ITEM METHODS
 void ExchangeLineDialogHandler.setSellingItem(java.lang.Object object)
           
 boolean ExchangeLineDialogHandler.isMultiStyle()
           
 void ExchangeLineDialogHandler.setSellingSku(java.util.List differentiatorList)
          SELLING SKU and DIFFERENTIATOR METHODS
 void ExchangeLineDialogHandler.setSellingSku(java.lang.Object object)
           
 java.util.List ExchangeLineDialogHandler.getDifferentiators()
           
 java.util.List ExchangeLineDialogHandler.getDifferentiatorTypes()
           
 java.util.List ExchangeLineDialogHandler.getDifferentiatorList(java.lang.Object diffType)
           
 int ExchangeLineDialogHandler.applyOrderLine(java.lang.String quantity)
          APPLY ORDER LINE
 void ExchangeLineDialogHandler.cancelOrderLine(java.lang.Object reasonChoice)
           
 void ReturnLineDialog.initReturnLineDialog(java.lang.Object orderLine)
           
 void PartialLineDialog.setOrderLine(java.lang.Object orderLine)
           
 void PartialLineDialog.setAddPartialLine(java.lang.Object orderLine)
           
 void PartialLineDialog.setEditPartialLine(java.lang.Object orderLine)
           
 void PartialLineDialog.setViewPartialLine(java.lang.Object orderLine)
           
 void SchedulePickupDialogHandler.initHandler(java.lang.Object order, java.lang.Object orderLine)
           
 java.util.List SchedulePickupDialogHandler.getRequiredReturnLinesWithSameShipTo()
           
 void SchedulePickupDialogHandler.setPickupLinesItem(java.util.List selectedItems)
          SELECTED ORDER LINE with required return indicator passed from order line primary view tab
 java.lang.String SchedulePickupDialogHandler.getCustomerAddress1()
           
 java.lang.String SchedulePickupDialogHandler.getCustomerAddress2()
           
 java.lang.String SchedulePickupDialogHandler.getCustomerAddress3()
           
 java.lang.String SchedulePickupDialogHandler.getCustomerCity()
           
 java.lang.String SchedulePickupDialogHandler.getCustomerState()
           
 java.lang.String SchedulePickupDialogHandler.getCustomerZipCode()
           
 java.lang.String SchedulePickupDialogHandler.getCustomerDayPhone()
           
 java.lang.String SchedulePickupDialogHandler.getCustomerEvePhone()
           
 java.lang.String SchedulePickupDialogHandler.getCustomerEmail()
           
 java.lang.String SchedulePickupDialogHandler.getOrderLineTotalRefundAmount(java.lang.Object selectedReturnLine)
           
 java.lang.String SchedulePickupDialogHandler.getOrderLineExtendedPrice(java.lang.Object selectedReturnLine)
           
 java.lang.Object SchedulePickupDialogHandler.getPickupAddress()
           
 void SchedulePickupDialogHandler.apply()
           
 java.util.List ReturnLineHandler.getReturnableOrderLines()
           
 boolean ReturnLineHandler.isZeroSaleOrder()
           
 boolean ReturnLineHandler.isSelectedOrderLinePackWithReturnableComponents()
           
 boolean ReturnLineHandler.isSelectedOrderLineReturnable()
           
 boolean ReturnLineHandler.isReservedAtComponentLevel()
           
 java.util.List ReturnLineHandler.getReturnableComponents()
           
 boolean ReturnLineHandler.isEditAllowed()
           
 void OrderMainLineTab.doItemSearch()
           
 java.lang.Object OrderMainLineHandler.getReturnableOrderLine()
           
 java.lang.Object OrderMainLineHandler.getExchangeOrderLine()
           
 java.lang.Object OrderMainLineHandler.getPickUpOrderLine()
           
 boolean OrderMainLineHandler.isGiftCertificate()
           
 boolean OrderMainLineHandler.hasPersonalization()
           
 boolean OrderMainLineHandler.hasMonogramming()
           
 boolean OrderMainLineHandler.isNewOrderLineAllowed()
           
 boolean OrderMainLineHandler.isApplyItemAllowed()
           
 void OrderMainLineHandler.createOrderLine()
          ORDER LINE GENERAL METHODS
 int OrderMainLineHandler.applyOrderLine(java.lang.String quantity)
           
 void OrderMainLineHandler.cancelOrderLine(java.lang.Object reasonChoice)
           
 java.lang.String OrderMainLineHandler.getChargeableQuantity()
           
 java.lang.String OrderMainLineHandler.getCalculatedDeliveryDate()
           
 java.lang.String OrderMainLineHandler.getCalculatedReservedQuantity()
           
 java.lang.String OrderMainLineHandler.getCalculatedBackorderQuantity()
           
 java.lang.String OrderMainLineHandler.getCalculatedNLAQuantity()
           
 java.lang.String OrderMainLineHandler.getRegularPrice()
           
 java.lang.String OrderMainLineHandler.getExtendedPrice()
           
 java.lang.String OrderMainLineHandler.getShipToLabel()
           
 boolean OrderMainLineHandler.isShipToNotificationAvailable()
           
 java.util.List OrderMainLineHandler.getCarrierServices()
           
 boolean OrderMainLineHandler.isReturnable()
           
 boolean OrderMainLineHandler.isReplaceable()
           
 boolean OrderMainLineHandler.isExchangeable()
           
 boolean OrderMainLineHandler.isPartialAllowed()
           
 boolean OrderMainLineHandler.isGiftServicable()
           
 boolean OrderMainLineHandler.isMonogrammable()
           
 boolean OrderMainLineHandler.isPersonalizable()
           
 boolean OrderMainLineHandler.isOrderLineModifiable()
           
 boolean OrderMainLineHandler.isOrderLineModifiable(boolean ignorePartialLine)
           
 void OrderMainLineHandler.setShippingMethod(java.lang.Object shippingMethod)
          ORDER LINE SETTER METHODS
 void OrderMainLineHandler.setCarrier(java.lang.Object carrier)
           
 int OrderMainLineHandler.setQuantity(java.lang.String quantity)
           
 void OrderMainLineHandler.setBackOrderNotification(boolean notification)
           
 java.lang.String OrderMainLineHandler.getReturnExtendedPrice()
           
 void OrderMainLineHandler.setSellingItem(java.lang.String displayCode)
          SELLING ITEM METHODS
 void OrderMainLineHandler.setSellingItem(java.lang.Object object)
           
 boolean OrderMainLineHandler.isMultiStyle()
           
 boolean OrderMainLineHandler.isMultiSkuWithNoDiffs()
           
 void OrderMainLineHandler.setSellingSku(java.util.List differentiatorList)
          SELLING SKU and DIFFERENTIATOR METHODS
 void OrderMainLineHandler.setSellingSku(java.lang.Object object)
           
 java.util.List OrderMainLineHandler.getDifferentiatorTypes()
           
 java.util.List OrderMainLineHandler.getDifferentiatorList(java.lang.Object diffType)
           
 java.util.List OrderMainLineHandler.getDifferentiators()
           
 java.lang.String OrderMainLineHandler.getPackItemLabel()
           
 void OrderMainLineHandler.setShipToAddress(java.lang.Object object)
          ADDRESS METHODS
 boolean OrderMainLineHandler.isAddressModifiable()
           
 CustomerAddress OrderMainLineHandler.getLastOrderLineAddress()
           
 boolean OrderMainLineHandler.isModifiable()
           
 boolean OrderMainLineHandler.isNoInfoReturnable()
           
 void PaymentHistoryHandler.performTotalsCalculation()
           
 java.lang.String PaymentHistoryHandler.getSellingItemDisplayCode()
           
 java.lang.String PaymentHistoryHandler.getContainerLineExtentedPrice()
           
 java.lang.String PaymentHistoryHandler.getShippingPrice()
           
 java.lang.String PaymentHistoryHandler.getChargedTaxTotal()
           
 java.lang.String PaymentHistoryHandler.getPersonalizationCharge()
           
 java.lang.String PaymentHistoryHandler.getGiftServiceCharge()
           
 void ReturnLineNormalReturnPanel.initNormalReturnLinePanel(java.lang.Object orderLine)
           
 void OrderMainCustomerHandler.setShipToAddress()
           
 void OrderMainCustomerHandler.setBillToAddress()
           
 java.lang.String OrderMainCustomerHandler.getMediaDescription()
           
 java.lang.String OrderMainCustomerHandler.getMediaSeason()
           
 void OrderMainCustomerHandler.setBillToAddress(java.lang.Object address)
           
 void ExchangeLineDialog.setCustomerOrder(java.lang.Object order, java.lang.Object exchangeLine)
           
 void ZeroDollarReturnHandler.setCustomer(java.lang.Object object)
           
 void ZeroDollarReturnHandler.createZeroDollarReturnLine()
           
 void ZeroDollarReturnHandler.setSellingSku(java.util.List differentiatorList)
           
 void ZeroDollarReturnHandler.setSellingSku(java.lang.Object sellingSku)
           
 void ZeroDollarReturnHandler.setRequestedQuantity(java.lang.String quantity)
           
 java.lang.String ZeroDollarReturnHandler.getRegularPrice()
           
 java.lang.String ZeroDollarReturnHandler.getExtendedPrice()
           
 void ZeroDollarReturnHandler.applyOrderLine()
           
 void ZeroDollarReturnHandler.setSellingItem(java.lang.String sellingItemId)
          SELLING ITEM AND SELLING SKU METHODS
 void ZeroDollarReturnHandler.setSellingItem(java.lang.Object object)
           
 java.util.List ZeroDollarReturnHandler.getDifferentiatorTypes()
           
 java.util.List ZeroDollarReturnHandler.getDifferentiatorList(java.lang.Object diffType)
           
 boolean ZeroDollarReturnHandler.isPersonalizable()
           
 boolean ZeroDollarReturnHandler.isMonogrammable()
           
 boolean ZeroDollarReturnHandler.isMultiStyle()
           
 boolean ZeroDollarReturnHandler.isMultiSkuWithNoDiffs()
           
 java.util.List ReturnLineNormalReturnPanelHandler.getReturnReasonList()
           
 java.lang.String[] ReturnLineNormalReturnPanelHandler.getReturnReasonArray()
           
 java.util.List ReturnLineNormalReturnPanelHandler.getReturnableOrderLines()
           
 boolean ReturnLineNormalReturnPanelHandler.isZeroSaleOrder()
           
 boolean ReturnLineNormalReturnPanelHandler.isParentOrderLinePack()
           
 boolean ReturnLineNormalReturnPanelHandler.isParentReturnable()
           
 boolean ReturnLineNormalReturnPanelHandler.isReservedAtComponentLevel()
           
 java.util.List ReturnLineNormalReturnPanelHandler.getReturnableComponents()
           
 java.lang.Object ReturnLineNormalReturnPanelHandler.buildComponentReturnLine(java.lang.Object component)
          COMPONENT METHODS
 void ReturnLineNormalReturnPanelHandler.createReturnLine()
          RETURN LINE GETTER METHODS
 java.lang.Object ReturnLineNormalReturnPanelHandler.getReturnLineParent()
           
 boolean ReturnLineNormalReturnPanelHandler.isEditAllowed()
           
 void ReturnLineNormalReturnPanelHandler.setExpectedReturnQuantity(java.lang.String quantity)
          RETURN LINE SETTER METHODS
 void ReturnLineNormalReturnPanelHandler.setReturnReason(java.lang.Object object)
           
 void ReturnLineNormalReturnPanelHandler.setReturnRequired(boolean required)
           
 void ReturnLineNormalReturnPanelHandler.setTenderType(java.lang.Object tenderType)
           
 void ReturnLineNormalReturnPanelHandler.applyReturnLine()
           
 java.lang.String ReturnLineNormalReturnPanelHandler.retrieveAddress()
           
 java.lang.Object ReturnLineNormalReturnPanelHandler.getCustomer(boolean isShipTo)
           
 void ReturnLineNormalReturnPanelHandler.setGiftRefundAddress(java.lang.Object address)
           
 void ReturnLineNormalReturnPanelHandler.setGiftRefundAddressToShipTo()
           
 void ReturnLineNormalReturnPanelHandler.setGiftRefundAddressToBillTo()
           
 boolean ReturnLineNormalReturnPanelHandler.isBillToAddressForRefundRecipient()
           
 void ShipmentDetailsHandler.setShippedContainerLine(java.lang.Object shippedContainerLine)
          CONTAINER LINE METHODS
 java.lang.String ShipmentDetailsHandler.getContainerLineItemDescription()
           
 java.lang.String ShipmentDetailsHandler.getContainerLineOriginalECDD()
           
 java.lang.String ShipmentDetailsHandler.getContainerLinePersonalizedInd()
           
 java.lang.String ShipmentDetailsHandler.getContainerExpectedReceiptDate()
           
 java.lang.String ShipmentDetailsHandler.getContainerDeliveryConfirmationDate()
           
 java.lang.String ShipmentDetailsHandler.getContainerShipToLabel()
           
 java.lang.String ShipmentDetailsHandler.getTrackingExecutable()
          TRACKING METHODS
 boolean ShipmentDetailsHandler.hasTrackingExecutable()
           
 void ReturnLinePackReturnPanel.initPackReturnLinePanel(java.lang.Object orderLine)
           
 void SummaryPrimaryHandler.refreshCustomerOrder()
           
 void SummaryPrimaryHandler.warehouseReserveOrder()
           
 boolean SummaryPrimaryHandler.isPendAllowed()
           
 boolean SummaryPrimaryHandler.isSubmitAllowed()
           
 java.lang.String SummaryPrimaryHandler.getShippingSummaryHtml()
           
 java.lang.String SummaryPrimaryHandler.getOriginalSummaryHtml()
           
 void PartialLineDialogHandler.setOrderLine(java.lang.Object object)
           
 void PartialLineDialogHandler.setPartialLine(java.lang.Object object)
           
 boolean PartialLineDialogHandler.isModifiable()
           
 boolean PartialLineDialogHandler.isPartialLineModifiable(java.lang.Object orderLine)
           
 void PartialLineDialogHandler.createPartialLine()
          PARTIAL LINE GENERAL METHODS
 int PartialLineDialogHandler.applyPartialLine(java.lang.String quantity)
           
 java.lang.String PartialLineDialogHandler.getCalculatedDeliveryDate()
           
 java.lang.String PartialLineDialogHandler.getCalculatedReservedQuantity()
           
 java.lang.String PartialLineDialogHandler.getCalculatedBackorderedQuantity()
           
 java.lang.String PartialLineDialogHandler.getUnitPrice()
           
 java.lang.String PartialLineDialogHandler.getExtendedPrice()
           
 java.lang.String PartialLineDialogHandler.getShipToLabel()
           
 java.util.List PartialLineDialogHandler.getShippingMethods()
           
 java.lang.String PartialLineDialogHandler.getPackItemLabel()
           
 java.lang.String PartialLineDialogHandler.getComment()
           
 void PartialLineDialogHandler.setCarrierService(java.lang.Object shippingMethod)
          PARTIAL LINE SETTER METHODS
 void PartialLineDialogHandler.setCarrier(java.lang.Object carrier)
           
 int PartialLineDialogHandler.setQuantity(java.lang.String quantity)
           
 void PartialLineDialogHandler.setReason(java.lang.Object object)
           
 void PartialLineDialogHandler.setBoNotification(boolean notification)
           
 void PartialLineDialogHandler.setWarehousMessage(java.lang.String message)
           
 void PartialLineDialogHandler.setSellingItem(java.lang.String displayCode)
          SELLING ITEM METHODS
 void PartialLineDialogHandler.setSellingSku(java.util.List differentiatorList)
          SELLING ITEM and DIFFERENTIATOR METHODS
 java.util.List PartialLineDialogHandler.getDifferentiatorTypes()
           
 java.util.List PartialLineDialogHandler.getDifferentiatorList(java.lang.Object diffType)
           
 java.util.List PartialLineDialogHandler.getDifferentiators()
           
 void PartialLineDialogHandler.setShipToAddress(java.lang.Object address)
          ADDRESS METHODS
 CustomerAddress PartialLineDialogHandler.getLastOrderLineAddress()
           
 void OrderMainPaymentHandler.generateRefundIfNegativeBalance()
           
 void OrderMainPaymentHandler.manuallyAuthorizePayment(java.lang.String authCode)
          ACTION METHODS
 void OrderMainPaymentHandler.cancelPayment()
           
 java.lang.String OrderMainPaymentHandler.getMerchandiseAmount()
          ORDER TOTALS
 java.lang.String OrderMainPaymentHandler.getPersonalizationAmount()
           
 java.lang.String OrderMainPaymentHandler.getGiftingAmount()
           
 java.lang.String OrderMainPaymentHandler.getSubTotal()
           
 java.lang.String OrderMainPaymentHandler.getShippingAmount()
           
 java.lang.String OrderMainPaymentHandler.getAdditionalChargesAmount()
           
 java.lang.String OrderMainPaymentHandler.getRushShippingChargesAmount()
           
 java.lang.String OrderMainPaymentHandler.getDeliveryTotal()
           
 java.lang.String OrderMainPaymentHandler.getMerchandiseTaxAmount()
           
 java.lang.String OrderMainPaymentHandler.getShippingTaxAmount()
           
 java.lang.String OrderMainPaymentHandler.getVasTaxAmount()
           
 java.lang.String OrderMainPaymentHandler.getTaxTotal()
           
 java.lang.String OrderMainPaymentHandler.getPaymentTotal()
           
 java.lang.String OrderMainPaymentHandler.getAccommodationTotal()
           
 java.lang.String OrderMainPaymentHandler.getPromotionalTotal()
           
 java.lang.String OrderMainPaymentHandler.getOrderTotal()
           
 java.lang.String OrderMainPaymentHandler.getOrderBalance()
           
 boolean OrderMainPaymentHandler.isTaxCalculationValid()
           
 void OrderMainPaymentHandler.clearTaxCalculationError()
           
 java.util.Collection OrderMainPaymentHandler.getPromotionRollups()
          PROMOTIONS METHODS
 java.util.Set OrderMainPaymentHandler.getAccommodations()
          ACcOMMODATIONS METHODS
 java.util.Collection CreditCardApplicationHandler.getFilteredTenderTypes()
           
 void CreditCardApplicationHandler.setCustomer(java.lang.Object object)
           
 java.lang.Object CreditCardApplicationHandler.apply()
           
 java.lang.String CreditCardApplicationHandler.getApprovalMessage(java.lang.Object tenderType)
           
 void ReplacementLineDialogHandler.buildReplacementLine(java.lang.Object object)
           
 void ReplacementLineDialogHandler.setReplacementLine(java.lang.Object object)
           
 java.util.List ReplacementLineDialogHandler.getReplaceableOrderLines()
           
 boolean ReplacementLineDialogHandler.isReplaceableOrderLine(java.lang.Object orderLine)
           
 java.util.List ReplacementLineDialogHandler.getReturnReasons()
          RETURN REASON LIST
 java.lang.String ReplacementLineDialogHandler.getRequestedQuantity()
           
 java.lang.String ReplacementLineDialogHandler.getCalculatedDeliveryDate()
           
 java.lang.String ReplacementLineDialogHandler.getCalculatedReservedQuantity()
           
 java.lang.String ReplacementLineDialogHandler.getCalculatedBackorderedQuantity()
           
 java.lang.String ReplacementLineDialogHandler.getPrice()
           
 java.lang.String ReplacementLineDialogHandler.getExtendedPrice()
           
 java.lang.String ReplacementLineDialogHandler.getComments()
           
 java.lang.String ReplacementLineDialogHandler.getShipToLabel()
           
 java.lang.String ReplacementLineDialogHandler.getPackItemLabel()
           
 java.util.List ReplacementLineDialogHandler.getShippingMethods()
           
 boolean ReplacementLineDialogHandler.isGiftServicable()
           
 boolean ReplacementLineDialogHandler.isPersonalizable()
           
 boolean ReplacementLineDialogHandler.isMonogrammable()
           
 int ReplacementLineDialogHandler.setQuantity(java.lang.String quantity)
          ORDER LINE SETTER METHODS
 void ReplacementLineDialogHandler.setShipToAddress(java.lang.Object address)
           
 void ReplacementLineDialogHandler.setCarrierService(java.lang.Object shippingMethod)
           
 void ReplacementLineDialogHandler.setCarrier(java.lang.Object carrier)
           
 void ReplacementLineDialogHandler.setFulfillingRequired(boolean isFulfilling)
           
 void ReplacementLineDialogHandler.setReturnRequired(boolean isRequired)
           
 void ReplacementLineDialogHandler.setReturnReason(java.lang.Object reason)
           
 java.util.List ReplacementLineDialogHandler.getDifferentiators()
          SELLING SKU and DIFFERENTIATOR METHODS
 boolean ReplacementLineDialogHandler.isShipToNotificationAvailable()
          BACK ORDER NOTIFICATION METHODS
 void ReplacementLineDialogHandler.setBackOrderNotification(boolean notification)
           
 int ReplacementLineDialogHandler.applyOrderLine(java.lang.String quantity)
          APPLY ORDER LINE
 java.util.Collection NoInfoReturnHandler.getReturnInfoLines()
           
 java.lang.String NoInfoReturnHandler.getItemDisplayCode()
           
 java.lang.String NoInfoReturnHandler.getDescription()
           
 java.lang.Object NoInfoReturnHandler.applyReturnLine()
           
 void OrderMainWorklistTabHandler.resolve(java.util.Collection pendReasons)
           
 java.util.Collection OrderMainWorklistTabHandler.getCorrespondenceTypes()
           
 java.util.Collection OrderMainWorklistTabHandler.getCorrespondenceTemplates()
           
 java.util.Collection OrderMainWorklistTabHandler.getDeliveryMethods()
           
 void OrderMainWorklistTabHandler.submit()
           
 java.lang.Object OrderMainWorklistTabHandler.getDefaultCorrespondenceTemplate()
           
 java.lang.Object OrderMainWorklistTabHandler.getDefaultDeliveryMethod()
           
 void OrderMainScreen.doItemSearch()
          ITEM ORDER
 

Uses of BusinessException in com.retek.rcom.gui.screen.pendreasons
 

Methods in com.retek.rcom.gui.screen.pendreasons that throw BusinessException
 java.lang.Object PendReasonMaintenanceDialogHandler.submit()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.pendrules
 

Methods in com.retek.rcom.gui.screen.pendrules that throw BusinessException
 java.util.Set PendRulesDialogHandler.getRuleBanners()
           
 java.lang.Object PendRulesDialogHandler.getAvsCode()
           
 void PendRulesDialogHandler.submit()
           
 boolean PendRulesHandler.bannerHasRule(java.lang.Object object)
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.personalreminder
 

Methods in com.retek.rcom.gui.screen.personalreminder that throw BusinessException
 java.lang.Object PersonalReminderDialogHandler.submit()
           
 java.lang.Object PersonalReminderDialogHandler.resolveReminder()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.report
 

Methods in com.retek.rcom.gui.screen.report that throw BusinessException
 void MailOrderDetailHandler.generateReport()
           
 java.util.Collection FlashReportingHandler.getMedias()
           
 java.util.Map MailOrderSummaryHandler.submitSubTotalsSearchCriteria()
           
 void MailOrderSummaryHandler.submitDepositSearchCriteria()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.returnreason
 

Methods in com.retek.rcom.gui.screen.returnreason that throw BusinessException
 java.util.List ReturnReasonHandler.getReturnReasons()
          FIND ALL REASONS
 void ReturnReasonHandler.submitReturnReason()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.scripting
 

Methods in com.retek.rcom.gui.screen.scripting that throw BusinessException
 void ScriptMessageDialogHandler.validateDates()
           
 void ScriptMessageDialogHandler.submit()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.security
 

Methods in com.retek.rcom.gui.screen.security that throw BusinessException
 void UserRolesDialogHandler.submit(java.util.List roleList)
           
 void RoleDialogHandler.setInheritedRole(java.lang.Object object)
           
 void RoleDialogHandler.submit()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.systemadmin
 

Methods in com.retek.rcom.gui.screen.systemadmin that throw BusinessException
 void CallCenterLocationScreen.refreshTable()
           
 void CallCenterLocationDialogHandler.submit()
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.worklist
 

Methods in com.retek.rcom.gui.screen.worklist that throw BusinessException
abstract  void WorklistTabHandler.setNumber(java.lang.String string)
           
 void WorklistTabHandler.resolveTask(java.lang.Object task)
           
 void WorklistTabHandler.leaseWorkTask(java.lang.Object workTask)
           
 void WorkListPrintDialogHandler.exportFile(java.util.Collection workTasks, java.lang.String location)
           
 void OrderWorklistHandler.setNumber(java.lang.String orderNumber)
           
 

Uses of BusinessException in com.retek.rcom.gui.screen.worklisttask
 

Methods in com.retek.rcom.gui.screen.worklisttask that throw BusinessException
 java.lang.Object TaskMaintenanceDialogHandler.submit(java.lang.Object taskType, java.lang.String subType, java.lang.String description, java.lang.Object routing)
           
 

Uses of BusinessException in com.retek.rcom.gui.util
 

Methods in com.retek.rcom.gui.util that throw BusinessException
 void CustomerOrderTotal.clearTaxCalculationError()
           
 java.lang.String CustomerOrderTotal.getMerchandiseAmount()
          ORDER TOTAL GETTERS
 java.lang.String CustomerOrderTotal.getPersonalizationAmount()
           
 java.lang.String CustomerOrderTotal.getGiftingAmount()
           
 java.lang.String CustomerOrderTotal.getSubTotal()
           
 java.lang.String CustomerOrderTotal.getShippingAmount()
           
 java.lang.String CustomerOrderTotal.getAdditionalChargesAmount()
           
 java.lang.String CustomerOrderTotal.getRushShippingChargesAmount()
           
 java.lang.String CustomerOrderTotal.getDeliveryTotal()
           
 java.lang.String CustomerOrderTotal.getMerchandiseTaxAmount()
           
 java.lang.String CustomerOrderTotal.getShippingTaxAmount()
           
 java.lang.String CustomerOrderTotal.getVasTaxAmount()
           
 java.lang.String CustomerOrderTotal.getTaxTotal()
           
 java.lang.String CustomerOrderTotal.getOrderTotal()
           
 java.lang.String CustomerOrderTotal.getPaymentTotal()
           
 java.lang.String CustomerOrderTotal.getAccomodationTotal()
           
 java.lang.String CustomerOrderTotal.getPromotionTotal()
           
 java.lang.String CustomerOrderTotal.getOrderBalance()
           
static SellingItem RcomFindHandler.readSellingItem(Banner banner, java.lang.String enteredSellingItemCode)
           
 

Uses of BusinessException in com.retek.rcom.gui.widget
 

Methods in com.retek.rcom.gui.widget with parameters of type BusinessException
protected  void RcomTab.displayException(BusinessException exception)
          Displays a BusinessException in the tab.
 void RcomView.displayException(BusinessException exception)
          Displays a UIBusinessException.
protected  void RcomScreen.displayException(BusinessException exception)
          Displays a BusinessException in the main application frame.
protected  void RcomDialogTab.displayException(BusinessException exception)
          Displays a GUI exception on the status bar.
 

Uses of BusinessException in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper that throw BusinessException
static java.util.List RcomGeoLocationManager.findGeoLocations(Address address)
           
 java.lang.String RcomOrderLine.getTotalLineTax()
           
 java.lang.String RcomOrderLine.getInventoryId()
          Retrieves the inventory display code of the selling sku.
 java.util.List RcomOrderLine.getDifferentiators()
          Retrieves all the differentiators of the selling sku.
 void RcomOrderLine.setSellingSku(SellingSku newSellingSku)
          Assigns a new selling sku to this order line.
 java.lang.String RcomOrderLine.getUnitPrice()
          Retrieves the unit price.
 java.lang.String RcomOrderLine.getDiscountAmount()
          Retrieves the discount amount for the order line.
 java.lang.String RcomOrderLine.getExtendedPrice()
          Retrieves the extended price for the order line.
 java.lang.String RcomOrderLine.getChargeableQuantity()
          Retrieves the chargeable quantity of the order line as a string.
 java.lang.String RcomOrderLine.getCalculatedReservedQuantity()
          Retrieves the estimated ATP reserved quantity from the calculator.
 java.lang.String RcomOrderLine.getCalculatedBackorderQuantity()
          Retrieves the estimated ATP backordered quantity from the calculator.
 java.lang.String RcomOrderLine.getCalculatedNLAQuantity()
          Retrieves the estimated ATP No-Longer-Available quantity from the calculator.
 java.lang.String RcomOrderLine.getCalculatedDeliveryDate()
          Retrieves the estimated delivery date from the calculator.
 int RcomOrderLine.validateRequestedQuantity(Quantity requestedQuantity)
          Validate the requested quantity against quantity rules.
 void RcomOrderLine.setRequestedQuantity(Quantity quantity)
          Assigns a requested quantity to an order line or partial line only.
 void RcomOrderLine.setRequestedQuantity(java.lang.String quantity, boolean performATP)
          Assigns a requested quantity to an order line or partial line only.
 void RcomOrderLine.setRequestedQuantity(java.lang.String quantity)
          Assigns a requested quantity to an order line or partial line only.
 void RcomOrderLine.setExpectedReturnQuantity(java.lang.String quantity)
          Assigns an expected return quantity to a return line only.
 CustomerAddress RcomOrderLine.getShipToAddress()
          Retrieves the ship to address of the order line.
 java.lang.String RcomOrderLine.getShipToLabel()
          Retrieves the label of the-ship to address.
 java.util.List RcomOrderLine.getShippingMethods()
          Retrieves all the shipping methods available to the selling sku.
 void RcomOrderLine.setShipToAddress(CustomerAddress address)
          Assigns a ship to address to an order line or partial line.
 void RcomOrderLine.setShippingMethod(ShippingMethod shippingMethod)
          Assigns a shipping method to an order line or partial line.
 void RcomOrderLine.setCarrier(Carrier carrier)
          Assigns a carrier to an order line or partial line.
 void RcomOrderLine.setBackOrderNotification(boolean notification)
          Assigns whether or not the ship to customer should be notified of backordered status changes.
 void RcomOrderLine.setWarehouseInstructions(java.lang.String message, boolean specialHandling)
          Assigns warehouse instructions to the order line.
 void RcomOrderLine.setReturnRequired(boolean required)
          Assigns whether or not the return is required before refunding the customer.
 java.util.List RcomOrderLine.getReturnLines()
          Retrieves all the return lines associated with this order line.
 void RcomOrderLine.setPartialReason(OrderPartialLineReason reason)
          Assigns a reason to a partial order line.
 void RcomOrderLine.setReturnReason(ReturnReason reason)
          Assigns a reason to a return order line.
 GiftVoucherAttributes RcomOrderLine.getGiftCertificateAttributes()
          Retrieves the gift certificate attribute object for an order line or partial line.
 void RcomOrderLine.setGiftCertificateAmount(java.lang.String amount)
          Assigns the amount of a gift certificate for a gift certificate order line.
 void RcomOrderLine.setGift(boolean isGift)
          Assigns whether or not the order line is a gift.
 GenericEvent RcomOrderLine.getGenericEvent()
          Retrieves the event object that placed the order line on hold if one exists.
 java.lang.String RcomOrderLine.getGenericEventDescription()
          Retrieves the description of the event that placed the order line on hold.
protected  Supplier RcomOrderLine.getDefaultDirectShipSupplier()
           
protected  ItemSupplier RcomOrderLine.getDefaultDirectShipItemSupplier()
           
 java.util.Collection RcomOrderLine.getAvailableMonogramValueAddedServices()
           
 java.util.Collection RcomOrderLine.getAvailablePersonalizationValueAddedServices()
           
 void RcomOrderLine.addServiceLine(CustomerOrderServiceLine serviceLine)
           
 boolean RcomOrderLine.hasPersonalization()
           
 boolean RcomOrderLine.hasMonogramming()
           
 boolean RcomOrderLine.isModifiable()
          Returns true if the order line can be edited.
 boolean RcomOrderLine.isReturnable()
          Returns true if the order line is returnable.
 boolean RcomOrderLine.isSkuDirectShippable()
          Retrieves whether or not the order line is a direct shippable.
 boolean RcomOrderLine.isPack()
          Retrieves whether or no the order line is a pack item.
 java.lang.String RcomOrderLine.getPackItemLabel()
          Retrieves a translated version of the label "Pack Item" if the order line is a pack.
 java.util.List RcomOrderLine.getComponentLines()
          Retrieves all the component lines of the order line.
 java.util.List RcomOrderLine.getReturnableComponentLines()
          Retrieves all the returnable component lines of the pack.
 java.util.List RcomOrderLine.getPersonalizableComponentLines()
          Retrieves all the personalizable component lines for a pack item.
 java.util.List RcomOrderLine.getMonogrammableComponentLines()
          Retrieves all the monogrammable component lines for a pack item.
 boolean RcomOrderLine.isPackComponentsReturnable()
          If the order line is a pack, this returns whether or not any of its component lines are returnable.
 boolean RcomOrderLine.isGiftServicable()
          Retrieves whether or not gift services are available for this order line.
 boolean RcomOrderLine.isGiftWrappable()
          Retrieves whehter or not the order line may be wrapped.
 boolean RcomOrderLine.isGiftCardable()
          Retrieves whether or not a gift card may be sent with for the particular selling sku.
 boolean RcomOrderLine.isPersonalizable()
          Retrieves whehter or not the order line is personalizable.
 boolean RcomOrderLine.isMonogrammable()
          Retrieves whehter or not the order line is monogrammable.
 java.lang.String RcomOrderLine.getComment()
          Retrieves the comment for a partial line or replacement line.
 boolean RcomOrderLine.isGiftCertificate()
          Return whether or not the order line is a gift certificate.
 TaxAccommodation RcomOrderLine.buildTaxAccommodation()
           
 void RcomOrderLine.cancel(OrderCancelReason reason, User user)
          This will cancel the order line or return line.
 void RcomOrderLine.cancelAndReleaseATP(OrderCancelReason reason, User user)
          This attempts to release the ATP on an order line that is being cancelled.
 void RcomOrderLine.resetOrderLineToOriginal()
           
static RcomOrderLine RcomOrderLineManager.buildOrderLine()
          Builds a new RcomOrderLine.
static RcomOrderLine RcomOrderLineManager.buildMailOrderLine(CustomerOrder order, User user)
          Builds a new RcomOrderLine.
static RcomOrderLine RcomOrderLineManager.buildPartialLine(RcomOrderLine orderLine)
          Builds a new RcomOrderLine around a RcomOrderLine object to create a partial order line.
static RcomOrderLine RcomOrderLineManager.buildReturnLine(RcomOrderLine orderLine)
          Builds a new RcomOrderLine around a RcomOrderLine object to create a return line.
static RcomOrderLine RcomOrderLineManager.buildExchangeLine(CustomerOrder order)
          Builds a new RcomOrderLine around an Exchange Sale Order Line.
static ReplacementLinePair RcomOrderLineManager.buildReplacementLine(RcomOrderLine orderLine)
          Builds a new RcomOrderLine around an Exchange Sale Order Line.
static RcomOrderLine RcomOrderLineManager.buildZeroDollarReturnLine()
          Builds a new RcomOrderLine around a Zero Dollar Return Line.
static java.util.List RcomOrderLineManager.getAllSellingItems(CustomerOrder order)
          Retrieves all the selling items of a customer order.
static java.util.List RcomOrderLineManager.getOrderLines(ShipTo shipRequest)
          Retrieves all the standard and partial order lines of a Ship Request, including cancelled lines.
static java.util.List RcomOrderLineManager.getActiveOrderLines(ShipTo shipRequest)
          Retrieves all the standard and partial order lines of a Ship Request, excludeing cancelled lines.
static java.util.List RcomOrderLineManager.getReturnLines(ShipTo shipRequest)
          Retrieves all the return lines for a ship request.
 void AddressValidateDialogHandler.submit()
           
static void RcomOrderManager.clearOrder(CustomerOrder customerOrder)
          Clears out the inventory on an order that is cleared and non submitted.
static void RcomOrderManager.clearOrders(boolean orderEntry, boolean orderMain, boolean clearCustomer)
          Clears the RcomRepository of orders and discards the changes on customer.
static void RcomOrderManager.createOrders(Customer customer, Banner banner)
           
static java.util.List RcomOrderManager.getDisplayableOrderLines(CustomerOrder order)
          Retrieves all the displayable order lines of a customer order automatically excluding No-Longer-Available items.
static java.util.List RcomOrderManager.getNonPersistedOrderLines(CustomerOrder order)
          Retrieves all the non persisted order lines in the order.
static java.util.List RcomOrderManager.getReturnableOrderLines(CustomerOrder order)
          Retrieves all the returnable order lines of a customer order.
static java.util.List RcomOrderManager.getReplaceableOrderLines(CustomerOrder order)
          Retrieves all the replaceable order lines of a customer order.
static RcomOrderLine RcomOrderManager.getLastOrderLine(CustomerOrder order)
          Retrieves the very last RcomOrderLine within a customer order.
static RcomOrderLine RcomOrderManager.getFirstOrderLine(CustomerOrder order)
          Retrieves the very first RcomOrderLine within a customer order.
static boolean RcomOrderManager.hasOrderLines(CustomerOrder order)
          Returns whethor or not an order contains order lines.
static boolean RcomOrderManager.hasOrderLinesWithShipTo(CustomerOrder order)
          Returns whethor or not an order contains order lines (and all have ship to addresses).
static boolean RcomOrderManager.hasReturnableOrderLines(CustomerOrder order)
          Returns whethor or not an order contains returnable order lines.
static boolean RcomOrderManager.hasReplaceableOrderLines(CustomerOrder order)
          Returns whethor or not an order contains replaceable order lines.
static void RcomOrderManager.addPaymentToOrder(CustomerOrder order, CustomerOrderPayment payment, OrderScreenType screenType)
          Adds a payment to the customer order and authorize it if necessary.
static void RcomOrderManager.storeMailOrder(CustomerOrder customerOrder)
          Stores a mail order in the repository.
 boolean RcomSellingList.isDisplayable()
           
 java.util.List RcomSellingList.getSellingListItems()
           
 java.lang.String RcomSellingList.getTitle()
           
 boolean RcomSellingList.hasMatchingTrigger(SellingList matchingList)
           
static void RcomAddressManager.validateDefaultBillAndShipTo(Customer customer)
           
static void RcomAddressManager.validateShipTo(CustomerAddress address, Customer customer)
           
 

Constructors in com.retek.rcom.gui.wrapper that throw BusinessException
RcomOrderLine(java.lang.Object object)
          Constructs a new RcomOrderLine around a CustomerOrderLine or ReturnLine object.
 

Uses of BusinessException in com.retek.rmm.gui.screen.admin
 

Methods in com.retek.rmm.gui.screen.admin that throw BusinessException
 java.util.Set SupplierPrimaryHandler.getSuppliers(java.lang.String supplierName)
           
 void OrganizationTabHandler.submitBanner()
           
 void FontSelectionDialogHandler.submit()
           
 void ColorSelectionDialogHandler.submit()
           
 void MediaSeasonDialogHandler.applySeasonCode()
           
 void MediaTypeDialogHandler.applyMediaType()
           
 java.lang.Object ShipRestrictionDetailDialogHandler.createShipRestrictionDetail(java.lang.Object type, java.lang.Object country, java.lang.String value)
           
 void ShipRestrictionCodeHandler.inactivateShipRestrictionCode(java.lang.Object code)
           
 void StyleTypesHandler.addStyleType(java.lang.String type, java.lang.String style)
           
 void StyleTypesHandler.submit()
           
 void WarhouseTabHandler.submitWarehouse()
           
 void ShipRestrictionCodeDialogHandler.submit()
           
 void SupplierTabHandler.setSupplier(java.lang.Object object)
           
 void SupplierTabHandler.removeRestrictedCharacter(java.lang.Character character)
           
 void SupplierTabHandler.addRestrictedCharacter(java.lang.Character character)
           
 void SupplierTabHandler.submitSupplier()
           
 

Uses of BusinessException in com.retek.rmm.gui.screen.altsellingitem
 

Methods in com.retek.rmm.gui.screen.altsellingitem that throw BusinessException
 java.util.List SellingListItemDialogHandler.getSellingListItems()
          SELLING LIST METHODS
 void SellingListItemDialogHandler.submit(java.util.List sellingListItems)
           
 java.lang.String SellingListItemDialogHandler.getDescription()
           
 java.lang.String SellingListItemDialogHandler.getPrice()
           
 java.lang.Object SellingListItemDialogHandler.getSellingItem(java.lang.String displayCode)
          SELLING LIST ITEM SETTER METHODS
 java.util.List SellingListTabHandler.getSellingListItems()
           
 void SellingListTabHandler.submit(java.util.List itemList)
           
 java.lang.String SellingListTabHandler.getPrice()
           
 void SellingListItemDialog.setUpsellList(java.lang.Object upsellList)
           
 void SellingListDialogHandler.submit()
           
 void SellingListDialogHandler.setOtherTrigger(java.lang.String triggerCode)
           
 java.lang.String SellingListDialogHandler.getOtherTriggerDescription()
           
 

Uses of BusinessException in com.retek.rmm.gui.screen.common
 

Methods in com.retek.rmm.gui.screen.common that throw BusinessException
 java.lang.String MonogramDialogHandler.getDescription()
           
 java.util.List MonogramDialogHandler.getSuppliers()
           
 java.util.List MonogramDialogHandler.getMonogramServices(java.lang.Object object)
           
 void MonogramDialogHandler.saveSellingItem()
           
 java.util.List MonogramDialogHandler.getAvailableFonts()
          MONOGRAM SERVICE GETTERS
 java.util.List MonogramDialogHandler.getSelectedFonts()
           
 java.util.List MonogramDialogHandler.getAvailableColors()
           
 java.util.List MonogramDialogHandler.getSelectedColors()
           
 java.lang.String MonogramDialogHandler.getLocation()
           
 java.lang.String MonogramDialogHandler.getMaxCharacters()
           
 void MonogramDialogHandler.setSelectedFontsAndColors(java.util.List fontList, java.util.List colorList)
          MONOGRAM SERVICE SETTERS
 void DepictionDialogHandler.submitDepictions(java.util.List depictionList)
           
 void DepictionDialogHandler.setTotalArea(java.lang.String area)
           
 void DepictionDialogHandler.setPercentOfArea(java.lang.String percent)
           
 void SellingSkuDialogHandler.submitSellingItem()
           
 java.lang.String SellingSkuDialogHandler.getDescription()
           
 java.lang.String SellingSkuDialogHandler.getUnitPrice()
           
 java.lang.String SellingSkuDialogHandler.getRetailPrice()
           
 boolean SellingSkuDialogHandler.isGiftWrappable()
           
 boolean SellingSkuDialogHandler.isGiftCardable()
           
 void SellingSkuDialogHandler.setUnitPrice(java.lang.String price)
           
 void PersonalizationDialog.setSellingSku(java.lang.Object sellingSku)
           
 void SellingItemEditDialogHandler.submitSellingItem()
           
 java.lang.String PersonalizationDialogHandler.getDescription()
           
 java.util.List PersonalizationDialogHandler.getSuppliers()
           
 java.util.List PersonalizationDialogHandler.getPersonalizationServices(java.lang.Object object)
           
 void PersonalizationDialogHandler.saveSellingItem()
           
 java.util.List PersonalizationDialogHandler.getAvailableFonts()
          MONOGRAM SERVICE GETTERS
 java.util.List PersonalizationDialogHandler.getSelectedFonts()
           
 java.util.List PersonalizationDialogHandler.getAvailableColors()
           
 java.util.List PersonalizationDialogHandler.getSelectedColors()
           
 java.lang.String PersonalizationDialogHandler.getLocation()
           
 void PersonalizationDialogHandler.setSelectedFontsAndColors(java.util.List fontList, java.util.List colorList)
          PERSONALIZATION SERVICE SETTERS
 java.util.List PersonalizationDialogHandler.getLineRestrictions()
          PERSONALIZATION RESTRICTION LINES
 void MonogramDialog.setSellingSku(java.lang.Object sellingSku)
           
 void SellingSkuDialog.setSellingSkus(java.lang.Object sellingItem, java.util.List sellingSkuList)
           
 

Uses of BusinessException in com.retek.rmm.gui.screen.event
 

Methods in com.retek.rmm.gui.screen.event that throw BusinessException
 void BannerEventPrimaryHandler.removeEvent(java.lang.Object object)
           
 void BannerEventDialogHandler.submit()
           
 void ItemEventPrimaryView.refresh()
           
 java.lang.String ItemEventPrimaryHandler.getSupplierDescription()
           
 void ItemEventPrimaryHandler.removeEvent(java.lang.Object object)
           
 void ItemEventDialogHandler.findItem(java.lang.String itemId)
          ITEM METHODS
 void ItemEventDialogHandler.validateItemSupplierCombination()
           
 java.lang.String ItemEventDialogHandler.getEventSupplierDescription()
           
 void ItemEventDialogHandler.createItemSupplierEvent()
          ITEM SUPPLIER EVENT SETTERS
 void ItemEventDialogHandler.submit()
           
 void EventDialogHandler.submit()
           
 void ItemEventDialog.setEditMode(java.lang.Object event)
           
 void SupplierEventDialog.setEditMode(java.lang.Object event)
           
 void GeneralEventPrimaryHandler.removeEvent(java.lang.Object object)
           
 void SupplierEventPrimaryView.refresh()
           
 java.lang.String SupplierEventPrimaryHandler.getSupplierDescription()
           
 void SupplierEventPrimaryHandler.removeEvent(java.lang.Object object)
           
 java.util.List SupplierEventDialogHandler.findSuppliers(java.lang.String supplierName)
          LIST RETRIEVERS
 java.lang.String SupplierEventDialogHandler.getEventSupplierDescription()
           
 void SupplierEventDialogHandler.submit()
           
 

Uses of BusinessException in com.retek.rmm.gui.screen.inventoryitem
 

Methods in com.retek.rmm.gui.screen.inventoryitem that throw BusinessException
 void ItemSupplierPrimaryView.refreshSuppliers()
           
 void ItemShippingRestrictionHandler.setCarrier(java.lang.Object carrier)
           
 void ItemShippingRestrictionHandler.initShipRestriction()
           
 void ItemShippingRestrictionHandler.removeRestriction(java.lang.Object restriction)
           
 void ItemShippingRestrictionHandler.removeAddressCode()
           
 java.util.Collection InventoryItemPrimaryHandler.findItems()
           
 java.util.Collection InventoryItemPrimaryHandler.findItems(java.lang.Object criteria)
           
 void FontSelectionDialog.setItemSupplier(java.lang.Object itemSupplier, java.lang.Object attribute)
           
 void FontSelectionDialog.setInitialFontData()
           
 java.util.List FontSelectionDialogHandler.getAllFonts()
           
 java.lang.String ItemLocationHandler.getOutboundDays()
           
 void ItemLocationHandler.submitItemLocation()
           
 java.util.List StyleTypeAttributeHandler.getAvailableStyleTypes()
           
 void StyleTypeAttributeHandler.addPersonalizationAttribute()
           
 void ItemLocationPrimaryView.refreshLocations()
           
 void ColorSelectionDialog.setItemSupplier(java.lang.Object itemSupplier, java.lang.Object attribute)
           
 void ColorSelectionDialog.setInitialColorData()
           
 void ItemShippingMethodHandler.submitItem()
           
 void ItemMasterDialogHandler.submitItem()
           
 java.util.Collection ItemMasterDialogHandler.getSkus()
           
 java.lang.String ItemLocationPrimaryHandler.getOutboundDays()
           
 java.util.List ColorSelectionDialogHandler.getAllColors()
           
 void ItemSupplierHandler.submit()
           
 java.util.Set ItemSupplierHandler.getQuantityBlocks()
           
 java.util.Collection ItemSupplierPrimaryHandler.getAllSuppliers()
           
 java.lang.String ItemSupplierPrimaryHandler.getSupplierName()
           
 void ItemMasterDialog.setItem(java.lang.Object item)
           
 void ItemSupplierQtyHandler.createQuantityBlock()
           
 void ItemSupplierQtyHandler.submit()
           
 void StyleTypeAttributeDialog.setAddMode(java.lang.Object itemSupplier)
           
 void StyleTypeAttributeDialog.setEditMode(java.lang.Object itemSupplier, java.lang.Object attribute)
           
 void ItemSupplierPersonalizationHandler.setPersonalizationActive(boolean active)
           
 java.util.Set ItemSupplierPersonalizationHandler.getAllPersonalizationAttributes()
           
 void ItemSupplierPersonalizationHandler.submitItem()
           
 java.lang.Object ItemShipRestrictionDetailHandler.createShipRestrictionDetail(java.lang.Object type, java.lang.Object country, java.lang.String value)
           
 void ItemShipRestrictionDetailHandler.applyAddressCode(java.lang.Object code)
           
 

Uses of BusinessException in com.retek.rmm.gui.screen.media
 

Methods in com.retek.rmm.gui.screen.media with parameters of type BusinessException
 java.lang.String MediaCopyHandler.buildOverwriteText(BusinessException exception)
           
 

Methods in com.retek.rmm.gui.screen.media that throw BusinessException
 java.util.Collection SellingItemAddDialogHandler.findStylesAndPacks()
          FIND STYLES
 void SellingItemAddDialogHandler.createSingleStyleOrPackItem(java.util.List styleOrPackList)
           
 void SellingItemAddDialogHandler.createMultiStylePackItem(java.util.List multiList, java.lang.String name)
           
 java.lang.Object ShippingRateDialogHandler.createMediaAdjustmentRateTable()
           
 void ShippingRateDialogHandler.submitMedia()
           
 java.lang.String MediaSellingItemHandler.getItemStatus()
           
 java.lang.String MediaSellingItemHandler.getItemCollectionDescription()
           
 java.lang.String MediaSellingItemHandler.getItemDepartment()
           
 java.lang.String MediaSellingItemHandler.getItemClass()
           
 java.lang.String MediaSellingItemHandler.getItemSubclass()
           
 void MediaSellingItemHandler.removeSellingItem(java.lang.Object object)
           
 void MediaSellingItemHandler.submitSellingItem()
           
 java.lang.String MediaSellingItemHandler.getSkuDescription()
           
 java.lang.String MediaSellingItemHandler.getSkuUnitPrice()
           
 java.lang.String MediaSellingItemHandler.getSkuRetailPrice()
           
 boolean MediaSellingItemHandler.isMonogrammable()
           
 boolean MediaSellingItemHandler.isPersonalizable()
           
 void MediaSellingItemHandler.removeSellingSku(java.lang.Object object)
           
 void ShippingRateDialog.setMedia(java.lang.Object media)
           
 void MediaScreen.remove()
           
 void MediaDetailDialogHandler.setBanner(java.lang.Object object)
           
 void MediaDetailDialogHandler.submitMedia()
           
 void DropCodeDialogHandler.submitDropCode()
           
 void MediaReportingDialogHandler.submitMedia()
           
 java.lang.String MediaReportingDialogHandler.getAveragePricePoint()
           
 java.lang.String MediaReportingDialogHandler.getMedianPricePoint()
           
 java.util.Collection MediaPrimaryHandler.findMedia(java.lang.Object object)
           
 void MediaPrimaryHandler.removeMedia()
           
 java.util.List MediaCopyHandler.getMediaForBanner()
          MEDIA METHODS
 void MediaCopyHandler.copySellingItems(java.util.List copyToList, boolean ignore)
          COPY METHODS
 void MediaCopyHandler.submit(java.util.List copyList)
           
 void MediaCopyTab.resetTab()
           
 void MediaPrimaryView.removeMedia()
           
 void MediaReportingDialog.setMedia(java.lang.Object media)
           
 void MediaReportingDialog.submitMedia()
           
 void SourceCodeDialogHandler.addSourceCode(java.lang.String code, java.lang.String desc, boolean submit)
           
 void MediaDropCodeHandler.removeDropCode()
           
 void MediaDropCodeHandler.removeSourceCode()
           
 

Uses of BusinessException in com.retek.rmm.gui.screen.productinfo
 

Methods in com.retek.rmm.gui.screen.productinfo that throw BusinessException
 boolean AttributeHandler.isCustomRemoveAllowed(java.util.List selectedList, java.lang.Object selectedItemAttr)
          ATTRIBUTE LIST HELPER METHODS
 boolean AttributeHandler.removeCustomAttributes(java.util.List removeList)
           
 void AttributeHandler.saveAttributes(java.util.List attributeList)
          There is code here to check is the attribute we are about to submit has been altered or not [ isDirty() ].
 void ProductInfoDialog.setAddMode()
           
 java.lang.Object CustomAttributeHandler.createAttribute(java.lang.String description)
           
 void ScreenTypeDialogHandler.submitScreenType()
           
 void ProductInfoHandler.setItems(java.lang.String itemString)
          STATE MANAGEMENT
 java.lang.String ProductInfoHandler.getBannerDescription()
           
 java.lang.String ProductInfoHandler.getProductInfoAttributeName()
           
 java.util.List ProductInfoHandler.findBannersForItems()
          UTILITY FINDER METHODS
 java.util.Set ProductInfoHandler.findProductInformation(java.lang.String itemID)
           
 void ProductInfoHandler.setProductInformation(java.lang.Object object)
          PRODUCT INFORMATION METHODS
 void UDADialogHandler.setItems(java.util.Set itemSet, java.util.List attributeList)
          STATE MANAGEMENTS
 void UDADialogHandler.setIncluded(java.lang.Object object, boolean isIncluded)
          METHODS FOR EDITING ATTRIBUTE
 void CustomAttributeDialog.doClose()
           
 java.lang.String CustomAttributeDataHandler.getAttributeLabel()
           
 void UDADialog.setItems(java.util.Set itemSet, java.util.List attributeList)
           
 void UDADialog.doClose()
           
 void ScreenTypeDialog.doClose()
           
 void CustomAttributeDataDialog.setAttribute(java.lang.Object attribute)
           
 void CustomAttributeDataDialog.doClose()
           
 java.util.Set ProductInfoSearchHandler.doSearch()
           
 

Uses of BusinessException in com.retek.rmm.gui.screen.promotions
 

Methods in com.retek.rmm.gui.screen.promotions that throw BusinessException
 void SourceCodeTriggerPanel.setEditMode(java.lang.Object promotion)
           
 void SourceCodeTriggerPanel.setAddMode(java.lang.Object promotion)
           
 void SourceCodeTriggerPanel.refreshTable()
           
 void SourceCodeTriggerPanel.clearSourceCodes()
           
 void PromotionPurchaseItemDialogHandler.search()
           
 void AltSellingTriggerPanel.setEditMode(java.lang.Object promotion)
           
 void AltSellingTriggerPanel.doSearch()
           
 void PromotionRecieveItemDialogHandler.searchSellingSkus()
           
 java.lang.String PromotionDialogHandler.getStatus()
           
 boolean PromotionDialogHandler.isWorksheetStatus()
           
 boolean PromotionDialogHandler.isActiveStatus()
           
 void PromotionDialogHandler.setChannelType(java.lang.Object object)
           
 void PromotionDialogHandler.setSellingLists(java.util.List sellingLists)
           
 void PromotionDialogHandler.buildItemBenefit(java.util.List recieveItems, java.lang.String value, boolean isPercentOff)
           
 void PromotionDialogHandler.buildGiftCertificateBenefit(java.lang.String amount, java.lang.String value, boolean isPercentOff)
           
 void PromotionDialogHandler.buildItemCurrencyThreshold(java.util.Collection purchaseItems, java.lang.String amount)
           
 void PromotionDialogHandler.buildItemQuantityThreshold(java.util.Collection purchaseItems, java.lang.String quantity)
           
 void PromotionDialogHandler.setPromotionBenefits(java.util.Set benefitsSet)
           
 void PromotionDialogHandler.setSourceCodes(java.util.List sourceCodeList)
          SOURCE CODE SEARCH
 java.util.Set PromotionDialogHandler.getSelectedSourceCodes()
           
 boolean PromotionDialogHandler.hasSourceCodes()
           
 void PromotionDialogHandler.setSelectedTenderTypes(java.util.List tenderTypes)
           
 void PromotionDialogHandler.setSelectedOfferCodes(java.util.List offerCodes)
           
 void PromotionDialogHandler.submit()
           
 void ThresholdPromotionPanel.setEditMode(java.lang.Object promotion)
           
 void ThresholdPromotionPanel.setSelectedTenderType(java.lang.Object tenderType)
           
 void AltSellingPromotionPanel.setEditMode(java.lang.Object promotion)
           
 java.util.Collection PromotionPrimaryHandler.getPromotions()
           
 java.lang.String PromotionPrimaryHandler.getStatus()
           
 java.lang.String PromotionPrimaryHandler.getCreatedBy()
           
 boolean SourceCodeTriggerPanelHandler.isWorksheetStatus()
           
 java.util.Set SourceCodeTriggerPanelHandler.getSelectedSourceCodes()
           
 boolean AltSellingPromotionHandler.hasSellingLists()
           
 java.util.Set AltSellingPromotionHandler.getSelectedSellingLists()
           
 boolean AltSellingPromotionHandler.isWorksheetStatus()
           
 boolean AltSellingPromotionHandler.isActiveStatus()
           
 void SellingListItemDiscountsDialog.doItemDollarsModified(int row)
           
 void SellingListItemDiscountsDialog.doItemPercentModified(int row)
           
 void SellingListItemDiscountsDialog.doItemPriceModified(int row)
           
 void AltSellingTriggerHandler.addSelectedSellingList(java.util.List list)
           
 void AltSellingTriggerHandler.removeSelectedSellingList(java.util.List list)
           
 void AltSellingTriggerHandler.setSellingListItemNumber(java.lang.String itemNumber)
           
 void AltSellingTriggerHandler.setSellingListItemNumberDesc(java.lang.String itemNumberDesc)
           
 void PromotionDialog.setAddMode()
           
 void PromotionDialog.setEditMode(java.lang.Object object)
           
 void PromotionDialog.refreshFormat()
           
 void PromotionDialog.refreshTrigger()
           
 void PromotionDialog.doClose()
           
 java.lang.String PromotionOfferTabHandler.getStatus()
           
 java.util.Set PromotionOfferTabHandler.getSourceCodes()
           
 java.lang.String SellingListItemDiscountsDialogHandler.getMediaPrice()
           
 java.lang.String SellingListItemDiscountsDialogHandler.getDiscountPrice()
           
 java.lang.String SellingListItemDiscountsDialogHandler.getDiscountCurrency()
           
 java.lang.String SellingListItemDiscountsDialogHandler.getDiscountPercent()
           
 boolean GeneralPromotionPanelHandler.isWorksheetStatus()
           
 boolean GeneralPromotionPanelHandler.isActiveStatus()
           
 boolean ThresholdPromotionPanelHandler.isWorksheetStatus()
           
 boolean ThresholdPromotionPanelHandler.isActiveStatus()
           
 boolean ThresholdPromotionPanelHandler.canEnablePlanCodeButtton()
           
 

Constructors in com.retek.rmm.gui.screen.promotions that throw BusinessException
SellingListItemDiscountsDialog(javax.swing.JFrame frame, java.util.Set sellingListItemBenefits, boolean isEditable)
           
 

Uses of BusinessException in com.retek.rmm.gui.screen.sellingitem
 

Methods in com.retek.rmm.gui.screen.sellingitem that throw BusinessException
 java.util.Collection SellingItemAddDialogHandler.findAllMedia()
          LOGIC METHODS
 void SellingItemAddDialogHandler.setUnitPrice(SellingSku sellingSku)
           
 void SellingItemAddDialogHandler.createMultiItemAndPack(java.util.List mediaList, java.util.List stylePackList, java.lang.String description)
           
 java.lang.String SellingSkuHandler.getSkuDescription()
           
 java.lang.String SellingSkuHandler.getSkuUnitPrice()
           
 java.lang.String SellingSkuHandler.getSkuRetailPrice()
           
 boolean SellingSkuHandler.isCustomizable()
           
 boolean SellingSkuHandler.isMonogrammable()
           
 boolean SellingSkuHandler.isPersonalizable()
           
 void SellingSkuHandler.removeSellingSku(java.lang.Object object)
           
 java.util.Collection SellingItemSearchViewHandler.findStylesAndPacks()
          FIND STYLES
 java.lang.String SellingItemPrimaryHandler.getItemCollectionDescription()
           
 java.lang.String SellingItemPrimaryHandler.getDepartment()
           
 java.lang.String SellingItemPrimaryHandler.getSellingItemClass()
           
 java.lang.String SellingItemPrimaryHandler.getSellingItemSubclass()
           
 void SellingItemPrimaryHandler.removeSellingItem()
           
 

Uses of BusinessException in com.retek.rmm.gui.screen.shippingrate
 

Methods in com.retek.rmm.gui.screen.shippingrate that throw BusinessException
 java.util.Collection ShippingRateTableDialogHandler.getShippingRateSourceCodes()
           
 void ShippingRateTableDialogHandler.submit()
          SUBMIT
 void ShippingRateTableDialog.setAddMode()
           
 void ShippingRateTableView.setShippingRateTable(java.lang.Object table)
          INTERFACE METHODS
 java.util.Collection ShippingRateHandler.getTriggers()
           
 void ShippingRateHandler.removeShippingRate()
           
 void ShippingRateTab.refreshTriggerTable()
           
 void ShippingRateTableViewHandler.setDeliveryMinimum(java.lang.String amount)
           
 void ShippingRateTableViewHandler.setDeliveryMaximum(java.lang.String amount)
           
 void ShippingRateTableViewHandler.removeShippingRate(java.lang.Object object)
           
 

Uses of BusinessException in com.retek.rmm.gui.util
 

Methods in com.retek.rmm.gui.util that throw BusinessException
static void RmmDebug.displaySellingItem(SellingItem sellingItem)
           
static void RmmDebug.displaySellingSku(SellingSku sellingSku)
           
 

Uses of BusinessException in com.retek.rmm.gui.widget
 

Methods in com.retek.rmm.gui.widget with parameters of type BusinessException
 void RmmView.displayException(BusinessException exception)
          Displays a BusinessException.
protected  void RmmScreen.displayException(BusinessException exception)
          Displays a BusinessException in the main application frame.
 void RmmTab.displayException(BusinessException exception)
          Displays a BusinessException in the tab.
 



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