com.retek.component.location
Interface Store

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

public interface Store
extends Location


Field Summary
static java.lang.String ADDRESS
           
static java.lang.String ADDRESS_CITY
           
static java.lang.String ADDRESS_LINE_ONE
           
static java.lang.String ADDRESS_POSTAL_CODE
           
static java.lang.String ADDRESS_STATE
           
static java.lang.String CHANNEL
           
static java.lang.String WAREHOUSE
           
 
Method Summary
 Warehouse getDefaultWarehouse()
           
 java.lang.String getFaxNumber()
           
 java.lang.String getMallName()
           
 java.lang.String getManagerName()
           
 int getMaxOutboundHandlingDays()
           
 RDate getStoreCloseDate()
           
 RDate getStoreOpenDate()
           
 java.lang.String getTelephoneNumber()
           
 void setDefaultWarehouse(Warehouse defaultWh)
           
 void setFaxNumber(java.lang.String faxNumber)
           
 void setMallName(java.lang.String mallName)
           
 void setManagerName(java.lang.String managerName)
           
 void setStoreCloseDate(RDate closeDate)
           
 void setStoreOpenDate(RDate openDate)
           
 void setTelephoneNumber(java.lang.String telephoneNumber)
           
 void submit()
           
 
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
 

Field Detail

ADDRESS_LINE_ONE

public static final java.lang.String ADDRESS_LINE_ONE
See Also:
Constant Field Values

ADDRESS_CITY

public static final java.lang.String ADDRESS_CITY
See Also:
Constant Field Values

ADDRESS_STATE

public static final java.lang.String ADDRESS_STATE
See Also:
Constant Field Values

ADDRESS_POSTAL_CODE

public static final java.lang.String ADDRESS_POSTAL_CODE
See Also:
Constant Field Values

ADDRESS

public static final java.lang.String ADDRESS
See Also:
Constant Field Values

CHANNEL

public static final java.lang.String CHANNEL
See Also:
Constant Field Values

WAREHOUSE

public static final java.lang.String WAREHOUSE
See Also:
Constant Field Values
Method Detail

getDefaultWarehouse

public Warehouse getDefaultWarehouse()
                              throws SystemException
Throws:
SystemException

getManagerName

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

getStoreOpenDate

public RDate getStoreOpenDate()
                       throws SystemException
Throws:
SystemException

getStoreCloseDate

public RDate getStoreCloseDate()
                        throws SystemException
Throws:
SystemException

getFaxNumber

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

getTelephoneNumber

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

getMallName

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

getMaxOutboundHandlingDays

public int getMaxOutboundHandlingDays()
                               throws SystemException
Throws:
SystemException

setDefaultWarehouse

public void setDefaultWarehouse(Warehouse defaultWh)
                         throws SystemException
Throws:
SystemException

setManagerName

public void setManagerName(java.lang.String managerName)
                    throws SystemException
Throws:
SystemException

setStoreOpenDate

public void setStoreOpenDate(RDate openDate)
                      throws SystemException
Throws:
SystemException

setStoreCloseDate

public void setStoreCloseDate(RDate closeDate)
                       throws SystemException
Throws:
SystemException

setFaxNumber

public void setFaxNumber(java.lang.String faxNumber)
                  throws SystemException
Throws:
SystemException

setTelephoneNumber

public void setTelephoneNumber(java.lang.String telephoneNumber)
                        throws SystemException
Throws:
SystemException

setMallName

public void setMallName(java.lang.String mallName)
                 throws SystemException
Throws:
SystemException

submit

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


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