Uses of Class
com.retek.commons.gui.util.UiBusinessException

Packages that use UiBusinessException
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.rcom.gui.core   
com.retek.rcom.gui.screen.activityrequest   
com.retek.rcom.gui.screen.backorder   
com.retek.rcom.gui.screen.carrier   
com.retek.rcom.gui.screen.catalogrequest   
com.retek.rcom.gui.screen.customermain   
com.retek.rcom.gui.screen.highriskzip   
com.retek.rcom.gui.screen.iteminquiry   
com.retek.rcom.gui.screen.login   
com.retek.rcom.gui.screen.mailorder   
com.retek.rcom.gui.screen.messages   
com.retek.rcom.gui.screen.negativefraud   
com.retek.rcom.gui.screen.nonbusinessdate   
com.retek.rcom.gui.screen.orderadmin   
com.retek.rcom.gui.screen.ordercommon   
com.retek.rcom.gui.screen.orderentry   
com.retek.rcom.gui.screen.ordermain   
com.retek.rcom.gui.screen.personalreminder   
com.retek.rcom.gui.screen.report   
com.retek.rcom.gui.screen.scripting   
com.retek.rcom.gui.screen.security   
com.retek.rcom.gui.screen.worklist   
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 UiBusinessException in com.retek.commons.gui.core
 

Methods in com.retek.commons.gui.core that return UiBusinessException
protected  UiBusinessException ScreenHandler.getException(BusinessException exception)
          Converts a BusinessException to a UiBusinessException, translating all attribute names to widget names.
 

Methods in com.retek.commons.gui.core with parameters of type UiBusinessException
 void WidgetManager.displayException(UiBusinessException exception, RetekLogger logger)
          Displays an entire business exception, highlighting all the appropriate fields and display the appropriate error message.
protected  void WidgetManager.propagateException(UiBusinessException exception)
          Propagates a business exception to children widget managers.
 

Methods in com.retek.commons.gui.core that throw UiBusinessException
 void ScreenHandler.processSystemException(SystemException exception, java.lang.String businessName)
          Processes a SystemException to determine if it is really a business exception.
 

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

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

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

Methods in com.retek.commons.gui.util that return UiBusinessException
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.
 

Methods in com.retek.commons.gui.util with parameters of type UiBusinessException
 java.lang.String MessageTranslator.getMessage(UiBusinessException exception)
          Retrieves the full message translation for a UiBusinessException message/error code.
 

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

Methods in com.retek.commons.gui.widget with parameters of type UiBusinessException
protected abstract  void RView.displayException(UiBusinessException exception)
           
protected  void RFrame.displayException(UiBusinessException exception)
          Displays a GUI exception on the status bar.
 void RFrame.displayException(UiBusinessException exception, RetekLogger logger)
          Displays a GUI exception on the status bar.
 void RScreen.displayException(UiBusinessException exception, RetekLogger logger)
          Displays a UIBusinessException.
protected abstract  void RTab.displayException(UiBusinessException exception)
           
 void RFatalDialog.initializeConcurrent(UiBusinessException exception)
          Initializes the RFatalDialog and prepares it to be shown.
 void RDialog.displayException(UiBusinessException exception)
          Displays a GUI exception on the status bar.
 void RStatusWindow.displayMessages(UiBusinessException exception)
          Displays the formatted messages for the exception.
 void RStatusBar.setException(UiBusinessException exception)
          Assigns exception to display when details button is pressed.
 

Uses of UiBusinessException in com.retek.commons.util
 

Methods in com.retek.commons.util that throw UiBusinessException
static RDate RDateUtils.getDate(java.lang.String date)
           
static RDate RDateUtils.getDate(java.lang.String date, java.lang.String time)
           
 

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

Methods in com.retek.rcom.gui.core that throw UiBusinessException
 void ApplicationFrameHandler.storePersonalReminderCustomerOrder(java.lang.Object object)
          Stores supplied customer order (for personal reminders)
 void ApplicationFrame.navigateToOrderEntryLineTab(java.lang.Object sellingSku)
           
 

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

Methods in com.retek.rcom.gui.screen.activityrequest that throw UiBusinessException
 void CareCardViewHandler.setSellingItem(java.lang.String mediaSellingItemDisplayCode)
          CARE CARD ACTIVITY REQUEST METHODS
 void GeneralTab.setActivityRequest(java.lang.Object activityRequest)
           
 java.lang.Object GeneralHandler.submit()
           
 void ActivityRequestScreen.setActivityRequest(java.lang.Object activityRequest)
           
 

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

Methods in com.retek.rcom.gui.screen.backorder that throw UiBusinessException
 java.util.Collection PendingBoNotificationHandler.findNotificationRequests()
          ACTION METHODS (SEARCH AND CANCEL)
 

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

Methods in com.retek.rcom.gui.screen.carrier that throw UiBusinessException
 void CarrierServiceDialogHandler.setDefaultCarrier(java.util.List carrierList)
           
 void CarrierServiceDialogHandler.setDeliveryDays(java.lang.String days)
           
 void CarrierServiceDialogHandler.submitCarrierService()
           
 

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

Methods in com.retek.rcom.gui.screen.catalogrequest that throw UiBusinessException
 void CatalogDialogHandler.setDescription(java.lang.String description)
           
 void CatalogDialogHandler.setEstimatedDeliveryDays(java.lang.String days)
           
 

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

Methods in com.retek.rcom.gui.screen.customermain that throw UiBusinessException
 void CustomerPhoneView.save()
           
 java.util.List CustomerSearchHandler.search()
          SEARCH METHODS
 java.lang.String SvcBalanceInquiryDialogHandler.getBalance(java.lang.String number)
           
 void CustomerEmailView.save()
           
 java.util.List CustomerMainAddressHandler.findCustomerByNumber(java.lang.String customerId)
           
 void CustomerMainAddressHandler.setAddressCountry(java.lang.Object object)
           
 void HistoryPrimaryHandler.submitComment(java.lang.String comment)
           
protected  void CustomerSearchDialog.displayCustomers(java.util.List customerList)
           
 void AddressPanel.performGeoCodeSearch()
           
 void SvcCashOutDialogHandler.querySVC(java.lang.String number)
           
 void SvcCashOutDialogHandler.cashoutSVC(java.lang.String number, java.lang.String pin)
           
 void CustomerMainPreferencesHandlerTest.testPrefsListHasCurrentBannerFirst()
           
 void CustomerMainAddressTab.doSubmitCustomer()
          SUBMIT CUSTOMER
 java.lang.Object CustomerEmailHandler.addEmailToCustomer(java.lang.String email)
           
 void CustomerCommentDialog.doSaveOrderComments()
           
 

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

Methods in com.retek.rcom.gui.screen.highriskzip that throw UiBusinessException
 void HighRiskZipCodeScreen.refresh()
           
 

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

Methods in com.retek.rcom.gui.screen.iteminquiry that throw UiBusinessException
 void ItemDetailHandler.initializeSellingSku()
           
 boolean ItemDetailHandler.hasPackComponents()
           
 void ItemSearchHandler.setMediaSellingItemCode(java.lang.String sellingItemNumber)
           
 void ItemSearchHandler.validateCriteria()
           
 java.util.Collection ItemSearchHandler.search()
          SEARCH METHOD
 void ItemSearchTab.doSearch()
           
 void ItemDialog.doItemSearch()
           
 void ItemProductHandler.getProductInformation()
          PRODUCT INFORMATION FINDER AND LIST METHODS
 void ItemUdaDialog.refreshTable()
           
 void ItemFrame.doItemSearch()
           
 

Uses of UiBusinessException in com.retek.rcom.gui.screen.login
 

Methods in com.retek.rcom.gui.screen.login that throw UiBusinessException
 void LoginHandler.login(java.lang.String username, char[] passwordChars)
           
 

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

Methods in com.retek.rcom.gui.screen.mailorder that throw UiBusinessException
 void MailOrderBatchSetUpPrimaryView.clear()
           
 java.lang.String MailOrderBatchSummaryPrimaryHandler.storeOrder(java.lang.Object object)
           
 void MailOrderBatchSummaryPrimaryHandler.clearMailOrder()
           
 void MailOrderBatchSummaryHandler.createNewMailOrder()
           
 

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

Methods in com.retek.rcom.gui.screen.messages that throw UiBusinessException
 void DailyMessageDialogHandler.setPurgeDate(java.lang.String purgeDate)
           
 

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

Methods in com.retek.rcom.gui.screen.negativefraud that throw UiBusinessException
 java.util.Set NegativeFraudSearchHandler.findReferences()
          SEARCH METHODS
 java.util.Collection NegativeFraudSearchHandler.readNegativeCustomerRecords(java.util.Set refs)
           
 

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

Methods in com.retek.rcom.gui.screen.nonbusinessdate that throw UiBusinessException
 void NonBusinessDateDialogHandler.setDate(java.lang.String string)
           
 

Uses of UiBusinessException in com.retek.rcom.gui.screen.orderadmin
 

Methods in com.retek.rcom.gui.screen.orderadmin that throw UiBusinessException
 void CancelReasonDialogHandler.submit()
           
 

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

Methods in com.retek.rcom.gui.screen.ordercommon that throw UiBusinessException
protected  void CreditCardPaymentDialog.doApplyPayment()
           
 void OrderHistoryPrimaryHandler.applyComment(java.lang.String comment, java.lang.Object sellingItem)
           
 void PromotionItemDialog.setPromotion(java.lang.Object promotion)
           
 boolean PromotionItemDialogHandler.isSellingItem()
           
 void PromotionItemDialogHandler.createOrderLine(java.lang.Object object)
           
 boolean GiftCardDialogHandler.isNonDenominationBased()
           
 java.lang.String CheckPaymentDialogHandler.getOrderBalance()
           
 java.lang.String CheckPaymentDialogHandler.getAmount()
           
 void CheckPaymentDialogHandler.setAmount(java.lang.String amount)
           
 void OrderCommentDialog.doSaveOrderComments()
           
 java.lang.String CashPaymentDialogHandler.getOrderBalance()
           
 void CashPaymentDialogHandler.setAmount(java.lang.String amount)
           
 java.lang.String CashPaymentDialogHandler.getAmount()
           
 java.lang.String OrderAccommodationDialogHandler.getTaxAmount()
           
 void PersonalHoldHandler.setPersonalHold(java.lang.String dateText)
           
 void CatalogRequestDialog.doClose()
           
 void CreditCardPaymentDialogHandler.setPaymentCardNumber(java.lang.String cardNumber)
           
 void CreditCardPaymentDialogHandler.setPaymentAmount(java.lang.String amount)
           
 void CreditCardPaymentDialogHandler.displayPaymentAuthorizationMessage()
           
 java.lang.String CreditCardPaymentDialogHandler.getOrderBalance()
          ORDER METHODS
 java.lang.String GiftCardPaymentDialogHandler.getOrderBalance()
          ORDER METHODS
 void GiftCardPaymentDialogHandler.validateSvc(java.lang.String svcNumber)
          SVC VALIDATION METHODS
 java.lang.String GiftCardPaymentDialogHandler.getMinimumSvcOrOrderBalance()
           
 void GiftCardDialog.setOrderLine(java.lang.Object orderLine)
           
 void OrderLineAccommodationDialogHandler.createOrderLineAccomodation(java.lang.Object accomMapper)
          ACCOMODATION METHODS
 java.lang.String OrderLineAccommodationDialogHandler.getTaxAmount()
           
 void CertificatePaymentDialogHandler.setAmount(java.lang.String amount)
           
 java.lang.String CertificatePaymentDialogHandler.getOrderBalance()
          ORDER METHODS
 void CatalogRequestDialogHandler.submitRequest(java.util.List submitList)
           
 void OrderLinePrimaryHandler.copyBufferToSelection(java.lang.Object object)
           
 

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

Methods in com.retek.rcom.gui.screen.orderentry that throw UiBusinessException
 void OrderEntryLineTab.doItemSearch()
           
 boolean OrderEntryPaymentHandler.isOrderBalanceZero()
           
 java.util.List OrderEntryCustomerHandler.findCustomerByNumber(java.lang.String customerId)
          CUSTOMER METHODS
 void OrderEntryCustomerHandler.setOrderStore(java.lang.String storeCode)
           
 void OrderEntryScreen.doItemSearch()
           
 void OrderEntryScreen.doCreditCardApplication()
           
 void OrderEntryScreen.doDisplayPromotions()
           
 void OrderEntryScreen.triggerOrderLine(java.lang.Object sellingSku)
           
 void OrderEntryHandler.addPendingComment(java.lang.String comment)
          ORDER COMMENT METHODS
 void OrderEntryHandler.findBatch(java.lang.String batchNumber)
          BATCH METHODS
 void OrderEntryLineHandler.setSellingItem(java.lang.String enteredCode)
          SELLING ITEM METHODS
 void OrderEntryLineHandler.compareEnteredNumberToFoundSellingItem(java.lang.String originalItemId)
           
 void OrderEntryLineHandler.setSellingItem(java.lang.Object object)
           
 void OrderEntryLineHandler.setSellingSku(java.util.List diffList)
          SELLING SKU and DIFFERENTIATOR METHODS
 void OrderEntryLineHandler.setSellingSku(java.lang.Object object)
           
 

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

Methods in com.retek.rcom.gui.screen.ordermain that throw UiBusinessException
 void OrderMainHandler.findCustomerOrder(java.lang.String orderNumber)
           
 void OrderMainHandler.setOrderCancelByDate(java.lang.String date)
           
 void CreditCardApplicationDialog.setCustomerCreditPreApproval(java.lang.Object object)
           
 void ReturnLinePackReturnPanelHandler.validateQuantity(java.lang.String qty)
           
 void ExchangeLineDialogHandler.setSellingItem(java.lang.String displayCode)
          SELLING ITEM METHODS
 void ExchangeLineDialogHandler.setSellingItem(java.lang.Object object)
           
 void ExchangeLineDialogHandler.setSellingSku(java.util.List differentiatorList)
          SELLING SKU and DIFFERENTIATOR METHODS
 void ExchangeLineDialogHandler.setSellingSku(java.lang.Object object)
           
 java.util.List SchedulePickupDialogHandler.getPickUpCarriers()
           
 void OrderMainLineTab.doItemSearch()
           
 void OrderMainLineHandler.setOrderLine(java.lang.Object object)
           
 java.lang.Object OrderMainLineHandler.getPickUpOrderLine()
           
 void OrderMainLineHandler.setSellingItem(java.lang.String displayCode)
          SELLING ITEM METHODS
 void OrderMainLineHandler.setSellingItem(java.lang.Object object)
           
 void OrderMainLineHandler.compareEnteredNumberToFoundSellingItem(java.lang.String originalItemId)
           
 void OrderMainLineHandler.setSellingSku(java.util.List differentiatorList)
          SELLING SKU and DIFFERENTIATOR METHODS
 void OrderMainLineHandler.setSellingSku(java.lang.Object object)
           
 void ZeroDollarReturnHandler.setSellingSku(java.util.List differentiatorList)
           
 void ZeroDollarReturnHandler.setSellingItem(java.lang.String sellingItemId)
          SELLING ITEM AND SELLING SKU METHODS
 void PaymentHistoryPrimaryView.refresh()
           
 void PartialLineDialogHandler.setSellingItem(java.lang.String displayCode)
          SELLING ITEM METHODS
 void PartialLineDialogHandler.setSellingSku(java.util.List differentiatorList)
          SELLING ITEM and DIFFERENTIATOR METHODS
 boolean OrderMainPaymentHandler.hasOrderBalance()
           
 java.util.Collection CreditCardApplicationHandler.getFilteredTenderTypes()
           
 void CreditCardApplicationHandler.setDateOfBirth(java.lang.String date)
           
 java.util.List PaymentHistoryPrimaryHandler.getPaymentTransactions()
           
 void OrderMainScreen.doItemSearch()
          ITEM ORDER
 

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

Methods in com.retek.rcom.gui.screen.personalreminder that throw UiBusinessException
 void PersonalReminderDialogHandler.setDueDate(java.lang.String string)
           
 

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

Methods in com.retek.rcom.gui.screen.report that throw UiBusinessException
 void MailOrderDetailHandler.setDateTo(java.lang.String dateTo)
           
 void MailOrderDetailHandler.setDateFrom(java.lang.String dateFrom)
           
 void MailOrderSummaryHandler.setSubTotalDateRange(java.lang.String from, java.lang.String to)
           
 void MailOrderSummaryHandler.setDepositDateRange(java.lang.String from, java.lang.String to)
           
 void MailOrderSummaryHandler.submitDepositSearchCriteria()
           
 

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

Methods in com.retek.rcom.gui.screen.scripting that throw UiBusinessException
 void ScriptMessageDialogHandler.setStartDate(java.lang.String date)
           
 void ScriptMessageDialogHandler.setEndDate(java.lang.String date)
           
 void ScriptMessageDialogHandler.setPromptConditionText(java.lang.String triggerCode)
           
 

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

Methods in com.retek.rcom.gui.screen.security that throw UiBusinessException
 void RolesHandler.remove()
           
 java.util.Collection UserRolesPrimaryHandler.getUserList(java.lang.Object object)
           
 

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

Methods in com.retek.rcom.gui.screen.worklist that throw UiBusinessException
abstract  void WorklistTabHandler.setNumber(java.lang.String string)
           
 void WorkListPrintDialogHandler.exportFile(java.util.Collection workTasks, java.lang.String location)
           
 void OrderWorklistHandler.setNumber(java.lang.String orderNumber)
           
 void ActivityRequestWorklistHandler.setNumber(java.lang.String activityRequestNumber)
           
 

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

Methods in com.retek.rcom.gui.util that throw UiBusinessException
static SellingItem RcomFindHandler.readSellingItem(Banner banner, java.lang.String enteredSellingItemCode)
           
 

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

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

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

Methods in com.retek.rcom.gui.wrapper that throw UiBusinessException
static java.util.List RcomGeoLocationManager.findGeoLocations(Country country, java.lang.String postalCode)
           
 void RcomOrderLine.setSellingSku(SellingSku newSellingSku)
          Assigns a new selling sku to this order line.
 TaxAccommodation RcomOrderLine.buildTaxAccommodation()
           
 java.util.List AddressValidateDialogHandler.getGeoLocationList(java.lang.String postalCode)
           
 

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

Methods in com.retek.rmm.gui.screen.admin that throw UiBusinessException
 void MediaSeasonHandler.removeSeasonCode(java.lang.Object object)
           
 java.util.Set SupplierPrimaryHandler.getSuppliers(java.lang.String supplierName)
           
 void MediaSeasonDialog.setAddMode()
           
 void MediaTypeDialog.setAddMode()
           
 void MediaTypeHandler.removeMediaType(java.lang.Object object)
           
 

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

Methods in com.retek.rmm.gui.screen.altsellingitem that throw UiBusinessException
 java.lang.Object SellingListItemDialogHandler.getSellingItem(java.lang.String displayCode)
          SELLING LIST ITEM SETTER METHODS
 java.lang.Object SellingListItemDialogHandler.getSellingListItem(java.lang.String displayCode)
           
 void SellingListDialogHandler.setStartDate(java.lang.String startDate)
           
 void SellingListDialogHandler.setEndDate(java.lang.String endDate)
           
 void SellingListDialogHandler.setMediaTrigger(java.lang.String mediaCode)
          TRIGGER METHODS
 void SellingListDialogHandler.setOtherTrigger(java.lang.String triggerCode)
           
 

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

Methods in com.retek.rmm.gui.screen.common that throw UiBusinessException
 void MonogramDialogHandler.setSelectedFontsAndColors(java.util.List fontList, java.util.List colorList)
          MONOGRAM SERVICE SETTERS
 void DepictionDialogHandler.setPercentOfArea(java.lang.String percent)
           
 java.lang.String SellingItemEditDialogHandler.getItemStatus()
           
 java.lang.String SellingItemEditDialogHandler.getItemCollectionDescription()
           
 java.lang.String SellingItemEditDialogHandler.getItemDepartment()
           
 java.lang.String SellingItemEditDialogHandler.getItemClass()
           
 java.lang.String SellingItemEditDialogHandler.getItemSubclass()
           
 boolean SellingItemEditDialogHandler.isCareCard()
           
 void PersonalizationDialogHandler.setSelectedFontsAndColors(java.util.List fontList, java.util.List colorList)
          PERSONALIZATION SERVICE SETTERS
 

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

Methods in com.retek.rmm.gui.screen.event that throw UiBusinessException
 void BannerEventDialogHandler.setOrderByDate(java.lang.String date, java.lang.String time)
           
 void BannerEventDialogHandler.setDeliveryDate(java.lang.String date)
           
 void ItemEventDialogHandler.findItem(java.lang.String itemId)
          ITEM METHODS
 void ItemEventDialogHandler.validateDirectShippable()
           
 void ItemEventDialogHandler.setOrderByDate(java.lang.String date, java.lang.String time)
           
 void ItemEventDialogHandler.setDeliveryDate(java.lang.String date)
           
 void EventDialogHandler.setStartDate(java.lang.String date)
           
 void EventDialogHandler.setEndDate(java.lang.String date)
           
 void SupplierEventDialogHandler.setOrderByDate(java.lang.String date, java.lang.String time)
           
 void SupplierEventDialogHandler.setDeliveryDate(java.lang.String date)
           
 

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

Methods in com.retek.rmm.gui.screen.inventoryitem that throw UiBusinessException
 java.util.Collection InventoryItemPrimaryHandler.findItems()
           
 java.util.Collection InventoryItemPrimaryHandler.findItems(java.lang.Object criteria)
           
 void ItemSupplierQtyHandler.setEffectiveDate(java.lang.String date, java.lang.String time)
           
 void ItemSupplierQtyHandler.setExpirationDate(java.lang.String date, java.lang.String time)
           
 

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

Methods in com.retek.rmm.gui.screen.media that throw UiBusinessException
 void DropCodeDialog.setAddMode()
           
 void DropCodeDialog.closeDialog()
           
 java.util.List MediaDetailDialogHandler.getStores()
           
 void MediaDetailDialogHandler.setPriceEndDate(java.lang.String endDate)
           
 void MediaDetailDialogHandler.setReleaseDate(java.lang.String releaseDate)
           
 void MediaDetailDialogHandler.setInHomeDate(java.lang.String inHomeDate)
           
 void MediaDetailDialogHandler.validateActiveDate(java.lang.String activeDate)
          VALIDATION
 void MediaDetailDialogHandler.validateStartDate(java.lang.String startDate)
           
 void MediaDetailDialogHandler.validatePriceDateRange(java.lang.String startDate, java.lang.String endDate)
           
 void DropCodeDialogHandler.setDate(java.lang.String date)
           
 void MediaSearchHandler.setSearchStartDate(java.lang.String date)
           
 void MediaSearchHandler.setSearchEndDate(java.lang.String date)
           
 void MediaSearchTab.doBannerModified()
           
 void MediaHandler.submit()
           
 void SourceCodeDialog.setAddMode(java.lang.Object dropCode)
           
 void SourceCodeDialog.setAddMode(java.lang.Object dropCode, boolean submitOnSave)
           
 void SourceCodeDialogHandler.addSourceCode(java.lang.String code, java.lang.String desc, boolean submit)
           
 

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

Methods in com.retek.rmm.gui.screen.productinfo that throw UiBusinessException
 void ScreenTypeDialogHandler.setBanner(java.lang.Object object)
           
 java.util.Set ProductInfoHandler.findProductInformation(java.lang.String itemID)
           
 void AttributeTab.resetTab()
           
 java.util.Set ProductInfoSearchHandler.doSearch()
           
 

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

Methods in com.retek.rmm.gui.screen.promotions that throw UiBusinessException
 void SourceCodeTriggerPanel.doSearch()
           
 void PromotionPurchaseItemDialogHandler.search()
           
 void AltSellingTriggerPanel.doSearch()
           
 void PromotionRecieveItemDialogHandler.searchSellingItems()
           
 void PromotionRecieveItemDialogHandler.searchSellingSkus()
           
 void PromotionDialogHandler.setStartDate(java.lang.String startDate)
           
 void PromotionDialogHandler.setEndDate(java.lang.String endDate)
           
 void PromotionDialogHandler.setSellingLists(java.util.List sellingLists)
           
 void PromotionDialogHandler.buildOrderServiceBenefit(java.lang.Object serviceType, java.lang.String value, boolean isPercentOff)
          BUILD BENEFIT AND THRESHOLD OBJECTS
 void PromotionDialogHandler.buildOrderMerchAmountBenefit(java.lang.String value, boolean isPercentOff)
           
 void PromotionDialogHandler.buildLineMerchAmountBenefit(java.lang.String value, boolean isPercentOff)
           
 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.buildOrderQuantityThreshold(java.lang.String quantity)
           
 void PromotionDialogHandler.buildItemCurrencyThreshold(java.util.Collection purchaseItems, java.lang.String amount)
           
 void PromotionDialogHandler.buildItemQuantityThreshold(java.util.Collection purchaseItems, java.lang.String quantity)
           
 void OfferCodeTriggerPanelHandler.add(java.lang.String text)
           
 java.util.Set SourceCodeTriggerPanelHandler.findPromotionCodes()
           
 void AltSellingTriggerHandler.setSellingListItemNumber(java.lang.String itemNumber)
           
 void AltSellingTriggerHandler.setSellingListItemNumberDesc(java.lang.String itemNumberDesc)
           
 void AltSellingTriggerHandler.findSellingLists()
           
 void PromotionDialog.doClose()
           
 void SellingListItemDiscountsDialogHandler.setBenefitDollarOff(java.lang.String dollars)
           
 void SellingListItemDiscountsDialogHandler.setBenefitPercentOff(java.lang.String percent)
           
 void SellingListItemDiscountsDialogHandler.setBenefitPrice(java.lang.String price)
           
 

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

Methods in com.retek.rmm.gui.screen.sellingitem that throw UiBusinessException
 void SellingItemAddDialogHandler.validateMediaSelections(java.util.List selectedList, java.lang.Object object)
           
 void SellingItemAddDialogHandler.createSingleItemOrPack(java.util.List mediaList, java.util.List selectedItemList)
           
 void SellingSkuHandler.submitSellingItem()
           
 void SellingItemSearchViewHandler.setItemNumber(java.lang.String sellingItemNumber)
           
 void SellingItemSearchHandler.setSellingItem(java.lang.String sellingItemNumber)
           
 void SellingItemSearchView.setMedia(java.lang.Object object)
           
 java.util.Collection SellingItemPrimaryHandler.findSellingItems(java.lang.Object criteria)
           
 

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

Methods in com.retek.rmm.gui.screen.shippingrate that throw UiBusinessException
 void ShippingRateTableDialogHandler.setStartDate(java.lang.String startDate)
           
 void ShippingRateTableDialogHandler.setEndDate(java.lang.String endDate)
           
 java.util.Collection ShippingRateTableDialogHandler.search(java.util.Collection selectedSourceCodes)
           
 void ShippingRatePrimaryView.refreshTable()
           
 void ShippingRateTableViewHandler.setDeliveryPercent(java.lang.String amount)
           
 

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

Methods in com.retek.rmm.gui.util that throw UiBusinessException
static SellingItem RmmFindHandler.readSellingItem(Banner banner, java.lang.String sellingItemNumber)
          SELLING ITEM METHODS
static SellingItem RmmFindHandler.readSellingItem(Banner banner, ChannelType type, java.lang.String sellingItemNumber)
           
 

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

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



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28