com.retek.component.location.impl
Class WarehouseImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.location.impl.LocationImpl
              extended bycom.retek.component.location.impl.WarehouseImpl
All Implemented Interfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject, Location, Warehouse

public class WarehouseImpl
extends LocationImpl
implements Warehouse


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
WarehouseImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
WarehouseImpl(DistributedContext context, DistributedReference reference, java.lang.String displayCode)
           
 
Method Summary
 java.lang.String getDeliveryPolicy()
           
 WarehouseDto getDto()
           
 boolean getHandlingTemp()
           
 java.lang.String getId()
          Deprecated. this method overwrites OID convention to satisfy non-OID-migrated Item components
 IntegrationReference getIntegrationReference()
           
 boolean getNonConveyableType()
           
 int getOutboundHandlingDays()
           
 Warehouse getPhysicalWarehouse()
           
 boolean isBreakPack()
           
 boolean isPhysicalLocation()
           
protected  Dto readLatest()
           
 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 class com.retek.component.location.impl.LocationImpl
getAddress, getChannel, getCurrencyCode, getDescription, getDisplayCode, getEmailAddress, isStockHolding, setAddress, setChannel, setCurrencyCode, setDescription, setEmailAddress, setStockHolding, toDisplayString
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.component.location.Location
getAddress, getChannel, getCurrencyCode, getDescription, getDisplayCode, getEmailAddress, isStockHolding, setAddress, setChannel, setCurrencyCode, setDescription, setEmailAddress, setStockHolding
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, 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
 

Constructor Detail

WarehouseImpl

public WarehouseImpl(DistributedContext context,
                     DistributedReference reference,
                     boolean createHollow)
              throws SystemException

WarehouseImpl

public WarehouseImpl(DistributedContext context,
                     DistributedReference reference,
                     java.lang.String displayCode)
              throws SystemException
Method Detail

getDto

public WarehouseDto getDto()
                    throws SystemException
Throws:
SystemException

readLatest

protected Dto readLatest()
                  throws SystemException
Overrides:
readLatest in class DistributedObjectImpl
Throws:
SystemException

isBreakPack

public boolean isBreakPack()
                    throws SystemException
Specified by:
isBreakPack in interface Warehouse
Throws:
SystemException

supportsGiftingServices

public boolean supportsGiftingServices()
                                throws SystemException
Specified by:
supportsGiftingServices in interface Warehouse
Throws:
SystemException

supportsPersAndMonoServices

public boolean supportsPersAndMonoServices()
                                    throws SystemException
Specified by:
supportsPersAndMonoServices in interface Warehouse
Throws:
SystemException

getPhysicalWarehouse

public Warehouse getPhysicalWarehouse()
                               throws SystemException
Specified by:
getPhysicalWarehouse in interface Warehouse
Throws:
SystemException

getDeliveryPolicy

public java.lang.String getDeliveryPolicy()
                                   throws SystemException
Specified by:
getDeliveryPolicy in interface Warehouse
Throws:
SystemException

getOutboundHandlingDays

public int getOutboundHandlingDays()
                            throws SystemException
Specified by:
getOutboundHandlingDays in interface Warehouse
Throws:
SystemException

getHandlingTemp

public boolean getHandlingTemp()
                        throws SystemException
Specified by:
getHandlingTemp in interface Warehouse
Throws:
SystemException

getNonConveyableType

public boolean getNonConveyableType()
                             throws SystemException
Specified by:
getNonConveyableType in interface Warehouse
Throws:
SystemException

setHandlingTemp

public void setHandlingTemp(boolean handlingTemp)
                     throws SystemException
Specified by:
setHandlingTemp in interface Warehouse
Throws:
SystemException

setNonConveyableType

public void setNonConveyableType(boolean nonConveyableType)
                          throws SystemException
Specified by:
setNonConveyableType in interface Warehouse
Throws:
SystemException

setBreakPack

public void setBreakPack(boolean isBreakPack)
                  throws SystemException
Specified by:
setBreakPack in interface Warehouse
Throws:
SystemException

setDeliveryPolicy

public void setDeliveryPolicy(java.lang.String deliveryPolicy)
                       throws SystemException
Specified by:
setDeliveryPolicy in interface Warehouse
Throws:
SystemException

setPhysicalWarehouse

public void setPhysicalWarehouse(Warehouse physicalWarehouse)
                          throws SystemException
Specified by:
setPhysicalWarehouse in interface Warehouse
Throws:
SystemException

setOutboundHandlingDays

public void setOutboundHandlingDays(int outboundHandlingDays)
                             throws SystemException
Specified by:
setOutboundHandlingDays in interface Warehouse
Throws:
SystemException

setSupportsGiftingServices

public void setSupportsGiftingServices(boolean supportsGiftingServices)
                                throws SystemException
Specified by:
setSupportsGiftingServices in interface Warehouse
Throws:
SystemException

setSupportsPersAndMonoServices

public void setSupportsPersAndMonoServices(boolean supportsPersAndMonoServices)
                                    throws SystemException
Specified by:
setSupportsPersAndMonoServices in interface Warehouse
Throws:
SystemException

submit

public void submit()
            throws SystemException
Specified by:
submit in interface Warehouse
Throws:
SystemException

getIntegrationReference

public IntegrationReference getIntegrationReference()
                                             throws SystemException
Specified by:
getIntegrationReference in interface Warehouse
Throws:
SystemException

getId

public java.lang.String getId()
Deprecated. this method overwrites OID convention to satisfy non-OID-migrated Item components

Specified by:
getId in interface DistributedObject
Overrides:
getId in class DistributedObjectImpl

isPhysicalLocation

public boolean isPhysicalLocation()
                           throws SystemException
Specified by:
isPhysicalLocation in interface Location
Throws:
SystemException


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