com.retek.rcom.gui.screen.carrier
Class CarrierMaintenanceDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.carrier.CarrierMaintenanceDialogHandler

public class CarrierMaintenanceDialogHandler
extends ScreenHandler


Constructor Summary
CarrierMaintenanceDialogHandler()
           
 
Method Summary
 void discardChanges()
           
 java.lang.String getAccount()
           
 java.lang.String getCarrierDescription()
           
 java.lang.String getCutoffTime()
           
 java.lang.String getShipmentTrackingUrlPattern()
           
 boolean isDefault()
           
 boolean isValidPickup()
           
 void setAccount(java.lang.String accountNumber)
           
 void setCarrier(java.lang.Object object)
           
 void setCutoffTime(java.lang.String string)
           
 void setDefault(boolean defaultPickup)
           
 void setShipmentTrackingUrlPattern(java.lang.String trackingUrl)
           
 void setValidPickup(boolean validPickup)
           
 void 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

CarrierMaintenanceDialogHandler

public CarrierMaintenanceDialogHandler()
Method Detail

setCarrier

public void setCarrier(java.lang.Object object)

getCarrierDescription

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

getShipmentTrackingUrlPattern

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

getAccount

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

isDefault

public boolean isDefault()
                  throws SystemException
Throws:
SystemException

isValidPickup

public boolean isValidPickup()
                      throws SystemException
Throws:
SystemException

setShipmentTrackingUrlPattern

public void setShipmentTrackingUrlPattern(java.lang.String trackingUrl)
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException

setAccount

public void setAccount(java.lang.String accountNumber)
                throws SystemException
Throws:
SystemException

setDefault

public void setDefault(boolean defaultPickup)
                throws SystemException
Throws:
SystemException

setValidPickup

public void setValidPickup(boolean validPickup)
                    throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException

discardChanges

public void discardChanges()
                    throws SystemException
Throws:
SystemException

getCutoffTime

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

setCutoffTime

public void setCutoffTime(java.lang.String string)
                   throws SystemException
Throws:
SystemException


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