com.retek.rmm.gui.screen.admin
Class WarhouseTabHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.admin.WarhouseTabHandler

public class WarhouseTabHandler
extends ScreenHandler


Constructor Summary
WarhouseTabHandler()
           
 
Method Summary
 java.lang.String getOutboundDays()
           
 java.lang.Object getWarehouse()
           
 java.lang.String getWarehouseDescription()
           
 java.lang.String getWarehouseId()
           
 boolean hasWarehouse()
           
 boolean isHandlingTemperature()
           
 boolean isNonConveyable()
           
 void setHandlingTemperature(boolean flag)
           
 void setNonConveyable(boolean flag)
           
 void setOutboundDays(java.lang.String days)
           
 void setSupportsGifting(boolean flag)
           
 void setSupportsPersonalization(boolean flag)
           
 void setWarehouse(java.lang.Object object)
           
 void submitWarehouse()
           
 boolean supportsGifting()
           
 boolean supportsPersonalization()
           
 
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

WarhouseTabHandler

public WarhouseTabHandler()
Method Detail

getWarehouse

public java.lang.Object getWarehouse()

setWarehouse

public void setWarehouse(java.lang.Object object)

hasWarehouse

public boolean hasWarehouse()

getWarehouseId

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

getWarehouseDescription

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

getOutboundDays

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

isHandlingTemperature

public boolean isHandlingTemperature()
                              throws SystemException
Throws:
SystemException

isNonConveyable

public boolean isNonConveyable()
                        throws SystemException
Throws:
SystemException

supportsPersonalization

public boolean supportsPersonalization()
                                throws SystemException
Throws:
SystemException

supportsGifting

public boolean supportsGifting()
                        throws SystemException
Throws:
SystemException

setOutboundDays

public void setOutboundDays(java.lang.String days)
                     throws SystemException
Throws:
SystemException

setHandlingTemperature

public void setHandlingTemperature(boolean flag)
                            throws SystemException
Throws:
SystemException

setNonConveyable

public void setNonConveyable(boolean flag)
                      throws SystemException
Throws:
SystemException

setSupportsPersonalization

public void setSupportsPersonalization(boolean flag)
                                throws SystemException
Throws:
SystemException

setSupportsGifting

public void setSupportsGifting(boolean flag)
                        throws SystemException
Throws:
SystemException

submitWarehouse

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


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