com.retek.component.banner_channel
Interface Channel

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject

public interface Channel
extends DistributedObject, com.retek.swing11.commons.type.Displayable


Field Summary
static java.lang.String BANNER
           
static java.lang.String DISPLAY_CODE
           
static java.lang.String PAYMENT_TYPE_ID
           
static java.lang.String TENDER_TYPE_GROUP_ORDER_SOURCE
           
 
Method Summary
 Banner getBanner()
           
 ChannelType getChannelType()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayCode()
           
 java.util.Collection getStores()
           
 java.util.Collection getVirtualStores()
           
 java.util.Collection getVirtualWarehouses()
           
 java.util.Collection getWarehouses()
           
 boolean hasStore(Store store)
           
 void setBanner(Banner banner)
           
 void setChannelType(ChannelType channelType)
           
 void setDescription(java.lang.String description)
           
 void setDisplayCode(java.lang.String displayCode)
           
 void submit()
           
 
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

PAYMENT_TYPE_ID

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

BANNER

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

DISPLAY_CODE

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

TENDER_TYPE_GROUP_ORDER_SOURCE

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

setDisplayCode

public void setDisplayCode(java.lang.String displayCode)
                    throws SystemException
Throws:
SystemException

getDisplayCode

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

getDescription

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

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

submit

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

getBanner

public Banner getBanner()
                 throws SystemException
Throws:
SystemException

setBanner

public void setBanner(Banner banner)
               throws SystemException
Throws:
SystemException

getChannelType

public ChannelType getChannelType()
                           throws SystemException
Throws:
SystemException

setChannelType

public void setChannelType(ChannelType channelType)
                    throws SystemException
Throws:
SystemException

getStores

public java.util.Collection getStores()
                               throws SystemException,
                                      BusinessException
Throws:
SystemException
BusinessException

getVirtualStores

public java.util.Collection getVirtualStores()
                                      throws SystemException,
                                             BusinessException
Throws:
SystemException
BusinessException

getWarehouses

public java.util.Collection getWarehouses()
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException

getVirtualWarehouses

public java.util.Collection getVirtualWarehouses()
                                          throws SystemException,
                                                 BusinessException
Throws:
SystemException
BusinessException

hasStore

public boolean hasStore(Store store)
                 throws SystemException,
                        BusinessException
Throws:
SystemException
BusinessException


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