com.retek.component.location
Interface Warehouse

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject, Location
All Known Implementing Classes:
WarehouseImpl

public interface Warehouse
extends Location


Method Summary
 java.lang.String getDeliveryPolicy()
           
 boolean getHandlingTemp()
           
 IntegrationReference getIntegrationReference()
           
 boolean getNonConveyableType()
           
 int getOutboundHandlingDays()
           
 Warehouse getPhysicalWarehouse()
           
 boolean isBreakPack()
           
 void setBreakPack(boolean isBreakPack)
           
 void setDeliveryPolicy(java.lang.String deliveryPolicy)
           
 void setHandlingTemp(boolean handlingTemp)
           
 void setNonConveyableType(boolean nonConveyableType)
           
 void setOutboundHandlingDays(int outboundHandlingDays)
           
 void setPhysicalWarehouse(Warehouse physicalWarehouse)
           
 void setSupportsGiftingServices(boolean supportsGiftingServices)
           
 void setSupportsPersAndMonoServices(boolean supportsPersAndMonoServices)
           
 void submit()
           
 boolean supportsGiftingServices()
           
 boolean supportsPersAndMonoServices()
           
 
Methods inherited from interface com.retek.component.location.Location
getAddress, getChannel, getCurrencyCode, getDescription, getDisplayCode, getEmailAddress, isPhysicalLocation, isStockHolding, setAddress, setChannel, setCurrencyCode, setDescription, setEmailAddress, setStockHolding
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Method Detail

isBreakPack

public boolean isBreakPack()
                    throws SystemException
Throws:
SystemException

getPhysicalWarehouse

public Warehouse getPhysicalWarehouse()
                               throws SystemException
Throws:
SystemException

getDeliveryPolicy

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

getHandlingTemp

public boolean getHandlingTemp()
                        throws SystemException
Throws:
SystemException

getNonConveyableType

public boolean getNonConveyableType()
                             throws SystemException
Throws:
SystemException

getOutboundHandlingDays

public int getOutboundHandlingDays()
                            throws SystemException
Throws:
SystemException

supportsPersAndMonoServices

public boolean supportsPersAndMonoServices()
                                    throws SystemException
Throws:
SystemException

supportsGiftingServices

public boolean supportsGiftingServices()
                                throws SystemException
Throws:
SystemException

getIntegrationReference

public IntegrationReference getIntegrationReference()
                                             throws SystemException
Throws:
SystemException

setBreakPack

public void setBreakPack(boolean isBreakPack)
                  throws SystemException
Throws:
SystemException

setPhysicalWarehouse

public void setPhysicalWarehouse(Warehouse physicalWarehouse)
                          throws SystemException
Throws:
SystemException

setDeliveryPolicy

public void setDeliveryPolicy(java.lang.String deliveryPolicy)
                       throws SystemException
Throws:
SystemException

setHandlingTemp

public void setHandlingTemp(boolean handlingTemp)
                     throws SystemException
Throws:
SystemException

setNonConveyableType

public void setNonConveyableType(boolean nonConveyableType)
                          throws SystemException
Throws:
SystemException

setOutboundHandlingDays

public void setOutboundHandlingDays(int outboundHandlingDays)
                             throws SystemException
Throws:
SystemException

setSupportsPersAndMonoServices

public void setSupportsPersAndMonoServices(boolean supportsPersAndMonoServices)
                                    throws SystemException
Throws:
SystemException

setSupportsGiftingServices

public void setSupportsGiftingServices(boolean supportsGiftingServices)
                                throws SystemException
Throws:
SystemException

submit

public void submit()
            throws BusinessException,
                   SystemException
Specified by:
submit in interface Location
Throws:
BusinessException
SystemException


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