com.retek.rmm.gui.screen.shippingrate
Class ShippingRateTableDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.shippingrate.ShippingRateTableDialogHandler

public class ShippingRateTableDialogHandler
extends ScreenHandler


Constructor Summary
ShippingRateTableDialogHandler()
          STATE MANAGEMENT
 
Method Summary
 void createShippingRateTable()
           
 java.util.List getAllBanners()
           
 java.util.List getAllChannelTypes()
           
 java.lang.Object getBanner()
           
 java.lang.Object getChannelType()
           
 java.util.List getChannelTypes()
           
 java.lang.String getEndDate()
           
 java.lang.String getName()
           
 java.lang.String getRushDeliveryCharge()
           
 java.lang.String getRushDeliveryChargeNonContiguous()
           
 java.util.Collection getShippingRateSourceCodes()
           
 java.lang.Object getShippingRateTable()
           
 java.lang.String getSourceCodeDescription()
           
 java.lang.String getSourceCodeName()
           
 java.lang.String getStartDate()
           
 java.lang.String getStatus()
           
 java.lang.Object getType()
           
 java.util.List getTypesList()
           
 boolean isShippingRateTableActive()
           
 java.util.Collection search(java.util.Collection selectedSourceCodes)
           
 void setBanner(java.lang.Object object)
           
 void setChannelType(java.lang.Object object)
           
 void setCurrentSourceCode(java.lang.Object object)
          SOURCE CODE METHODS
 void setEndDate(java.lang.String endDate)
           
 void setName(java.lang.String name)
           
 void setRushDeliveryCharge(java.lang.String charge)
           
 void setRushDeliveryChargeNonContiguous(java.lang.String charge)
           
 void setSearchMedia(java.lang.String media)
          SEARCH METHODS
 void setSearchSourceCode(java.lang.String sourceCode)
           
 void setSearchSourceDescription(java.lang.String description)
           
 void setShippingRateTable(java.lang.Object table)
          SHIPPING RATE TABLE METHODS
 void setSourceCodes(java.util.List sourceCodeList)
           
 void setStartDate(java.lang.String startDate)
           
 void submit()
          SUBMIT
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShippingRateTableDialogHandler

public ShippingRateTableDialogHandler()
STATE MANAGEMENT

Method Detail

getAllBanners

public java.util.List getAllBanners()

getAllChannelTypes

public java.util.List getAllChannelTypes()

getChannelTypes

public java.util.List getChannelTypes()
                               throws SystemException
Throws:
SystemException

getTypesList

public java.util.List getTypesList()

setShippingRateTable

public void setShippingRateTable(java.lang.Object table)
SHIPPING RATE TABLE METHODS


createShippingRateTable

public void createShippingRateTable()
                             throws SystemException
Throws:
SystemException

getShippingRateTable

public java.lang.Object getShippingRateTable()

setBanner

public void setBanner(java.lang.Object object)
               throws SystemException
Throws:
SystemException

getBanner

public java.lang.Object getBanner()
                           throws SystemException
Throws:
SystemException

setChannelType

public void setChannelType(java.lang.Object object)
                    throws SystemException
Throws:
SystemException

getChannelType

public java.lang.Object getChannelType()
                                throws SystemException
Throws:
SystemException

getType

public java.lang.Object getType()
                         throws SystemException
Throws:
SystemException

setStartDate

public void setStartDate(java.lang.String startDate)
                  throws SystemException,
                         UiBusinessException
Throws:
SystemException
UiBusinessException

getStartDate

public java.lang.String getStartDate()
                              throws SystemException
Throws:
SystemException

setEndDate

public void setEndDate(java.lang.String endDate)
                throws SystemException,
                       UiBusinessException
Throws:
SystemException
UiBusinessException

getEndDate

public java.lang.String getEndDate()
                            throws SystemException
Throws:
SystemException

getStatus

public java.lang.String getStatus()
                           throws SystemException
Throws:
SystemException

setName

public void setName(java.lang.String name)
             throws SystemException
Throws:
SystemException

getName

public java.lang.String getName()
                         throws SystemException
Throws:
SystemException

getShippingRateSourceCodes

public java.util.Collection getShippingRateSourceCodes()
                                                throws SystemException,
                                                       BusinessException
Throws:
SystemException
BusinessException

setRushDeliveryCharge

public void setRushDeliveryCharge(java.lang.String charge)
                           throws SystemException
Throws:
SystemException

getRushDeliveryCharge

public java.lang.String getRushDeliveryCharge()
                                       throws SystemException
Throws:
SystemException

setRushDeliveryChargeNonContiguous

public void setRushDeliveryChargeNonContiguous(java.lang.String charge)
                                        throws SystemException
Throws:
SystemException

getRushDeliveryChargeNonContiguous

public java.lang.String getRushDeliveryChargeNonContiguous()
                                                    throws SystemException
Throws:
SystemException

isShippingRateTableActive

public boolean isShippingRateTableActive()
                                  throws SystemException
Throws:
SystemException

setSourceCodes

public void setSourceCodes(java.util.List sourceCodeList)
                    throws SystemException
Throws:
SystemException

setSearchMedia

public void setSearchMedia(java.lang.String media)
SEARCH METHODS


setSearchSourceCode

public void setSearchSourceCode(java.lang.String sourceCode)

setSearchSourceDescription

public void setSearchSourceDescription(java.lang.String description)

search

public java.util.Collection search(java.util.Collection selectedSourceCodes)
                            throws SystemException,
                                   UiBusinessException
Throws:
SystemException
UiBusinessException

setCurrentSourceCode

public void setCurrentSourceCode(java.lang.Object object)
SOURCE CODE METHODS


getSourceCodeName

public java.lang.String getSourceCodeName()
                                   throws SystemException
Throws:
SystemException

getSourceCodeDescription

public java.lang.String getSourceCodeDescription()
                                          throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException,
                   BusinessException
SUBMIT

Throws:
SystemException
BusinessException


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