com.retek.component.banner_channel
Interface Banner

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

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


Field Summary
static java.lang.String BANNER_DISPLAY_CODE
           
static java.lang.String CREDIT_CARD_AUTHORIZATION_LEAD_TIME_DAYS
           
static java.lang.String DEFAULT_CANCEL_DAYS
           
static java.lang.String EVENT_HOLD_DAYS
           
static java.lang.String EXPIRATION_LAG_DAYS
           
 
Method Summary
 void addChannelType(ChannelType channelType)
           
 void addGiftService(GiftService giftService)
           
 void delete()
           
 java.util.Set getAllNonMerchExportSkuIds()
           
 int getBackorderNotificationDelayDays()
           
 int getBackorderNotificationLeadTimeDays()
           
 Channel getChannel(ChannelType channelType)
           
 java.util.Set getChannelTypes()
           
 int getCreditCardAuthorizationLeadTimeDays()
           
 int getDefaultBackorderDeliveryDays()
           
 java.lang.Integer getDefaultCancelDays()
           
 Warehouse getDefaultReturnWarehouse()
           
 ShippingMethod getDefaultShippingMethod()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayCode()
           
 Quantity getEventHoldDays()
           
 java.lang.Integer getExpirationLagDays()
           
 java.util.Collection getGiftingSeasonsForGiftService(GiftServiceType giftServiceType)
           
 GiftService getGiftService(GiftServiceType serviceType)
           
 java.util.Set getGiftServices()
           
 IntegrationReference getIntegrationReference()
           
 java.lang.Integer getInternetSummaryCancelDays()
           
 Money getMinimumAmountForMerchandiseCredit()
           
 Money getMonogrammingFee()
           
 int getPersonalHoldDeliveryDateLimit()
           
 Money getPersonalizationFee()
           
 Money getReturnThresholdAmount()
           
 java.lang.String getSalesAuditShippingAndHandlingExportSkuId()
           
 java.lang.String getSalesAuditVasGeneralExportSkuId()
           
 java.lang.String getSalesAuditVasGiftCardExportSkuId()
           
 java.lang.String getSalesAuditVasGiftWrapExportSkuId()
           
 java.lang.String getSalesAuditVasMonogramExportSkuId()
           
 java.lang.String getSalesAuditVasPersonalizationExportSkuId()
           
 Money getUnderpaymentAmountTolerance()
           
 Quantity getUnderpaymentPercentTolerance()
           
 boolean isMerchandiseCreditAsCertificate()
           
 void setBackorderNotificationDelayDays(int days)
           
 void setBackorderNotificationLeadTimeDays(int days)
           
 void setCreditCardAuthorizationLeadTimeDays(int creditCardAuthorizationLeadTimeDays)
           
 void setDefaultBackorderDeliveryDays(int days)
           
 void setDefaultCancelDays(int days)
           
 void setDefaultCancelDays(java.lang.Integer days)
           
 void setDefaultReturnWarehouse(Warehouse returnWarehouse)
           
 void setDefaultShippingMethod(ShippingMethod shippingMethod)
           
 void setDescription(java.lang.String description)
           
 void setDisplayCode(java.lang.String displayCode)
           
 void setEventHoldDays(Quantity eventHoldDays)
           
 void setExpirationLagDays(int i)
           
 void setExpirationLagDays(java.lang.Integer i)
           
 void setInternetSummaryCancelDays(java.lang.Integer i)
           
 void setMerchandiseCreditAsCertificate(boolean merchandiseCreditAsCertificate)
           
 void setMinimumAmountForMerchandiseCredit(Money minAmount)
           
 void setMonogrammingFee(Money amt)
           
 void setPersonalHoldDeliveryDateLimit(int days)
           
 void setPersonalizationFee(Money amt)
           
 void setReturnThresholdAmount(Money thresholdAmount)
           
 void setSalesAuditShippingAndHandlingExportSkuId(java.lang.String skuId)
           
 void setSalesAuditVasGeneralExportSkuId(java.lang.String skuId)
           
 void setSalesAuditVasGiftCardExportSkuId(java.lang.String skuId)
           
 void setSalesAuditVasGiftWrapExportSkuId(java.lang.String skuId)
           
 void setSalesAuditVasMonogramExportSkuId(java.lang.String skuId)
           
 void setSalesAuditVasPersonalizationExportSkuId(java.lang.String skuId)
           
 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

BANNER_DISPLAY_CODE

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

EVENT_HOLD_DAYS

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

CREDIT_CARD_AUTHORIZATION_LEAD_TIME_DAYS

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

DEFAULT_CANCEL_DAYS

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

EXPIRATION_LAG_DAYS

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

getDescription

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

getEventHoldDays

public Quantity getEventHoldDays()
                          throws SystemException
Throws:
SystemException

getCreditCardAuthorizationLeadTimeDays

public int getCreditCardAuthorizationLeadTimeDays()
                                           throws SystemException
Throws:
SystemException

getDefaultCancelDays

public java.lang.Integer getDefaultCancelDays()
                                       throws SystemException
Throws:
SystemException

getInternetSummaryCancelDays

public java.lang.Integer getInternetSummaryCancelDays()
                                               throws SystemException
Throws:
SystemException

getChannel

public Channel getChannel(ChannelType channelType)
                   throws SystemException
Throws:
SystemException

getChannelTypes

public java.util.Set getChannelTypes()
                              throws SystemException
Throws:
SystemException

getGiftServices

public java.util.Set getGiftServices()
                              throws SystemException
Throws:
SystemException

getAllNonMerchExportSkuIds

public java.util.Set getAllNonMerchExportSkuIds()
                                         throws SystemException
Throws:
SystemException

getGiftService

public GiftService getGiftService(GiftServiceType serviceType)
                           throws SystemException
Throws:
SystemException

getPersonalizationFee

public Money getPersonalizationFee()
                            throws SystemException
Throws:
SystemException

getMonogrammingFee

public Money getMonogrammingFee()
                         throws SystemException
Throws:
SystemException

getMinimumAmountForMerchandiseCredit

public Money getMinimumAmountForMerchandiseCredit()
                                           throws SystemException
Throws:
SystemException

getPersonalHoldDeliveryDateLimit

public int getPersonalHoldDeliveryDateLimit()
                                     throws SystemException
Throws:
SystemException

getDefaultShippingMethod

public ShippingMethod getDefaultShippingMethod()
                                        throws SystemException
Throws:
SystemException

getDefaultBackorderDeliveryDays

public int getDefaultBackorderDeliveryDays()
                                    throws SystemException
Throws:
SystemException

getDisplayCode

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

getSalesAuditShippingAndHandlingExportSkuId

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

getSalesAuditVasPersonalizationExportSkuId

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

getSalesAuditVasMonogramExportSkuId

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

getSalesAuditVasGiftCardExportSkuId

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

getSalesAuditVasGiftWrapExportSkuId

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

getSalesAuditVasGeneralExportSkuId

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

getBackorderNotificationLeadTimeDays

public int getBackorderNotificationLeadTimeDays()
                                         throws SystemException
Throws:
SystemException

getBackorderNotificationDelayDays

public int getBackorderNotificationDelayDays()
                                      throws SystemException
Throws:
SystemException

getReturnThresholdAmount

public Money getReturnThresholdAmount()
                               throws SystemException
Throws:
SystemException

getUnderpaymentAmountTolerance

public Money getUnderpaymentAmountTolerance()
                                     throws SystemException
Throws:
SystemException

getUnderpaymentPercentTolerance

public Quantity getUnderpaymentPercentTolerance()
                                         throws SystemException
Throws:
SystemException

isMerchandiseCreditAsCertificate

public boolean isMerchandiseCreditAsCertificate()
                                         throws SystemException
Throws:
SystemException

getGiftingSeasonsForGiftService

public java.util.Collection getGiftingSeasonsForGiftService(GiftServiceType giftServiceType)
                                                     throws SystemException
Throws:
SystemException

getIntegrationReference

public IntegrationReference getIntegrationReference()
                                             throws SystemException
Throws:
SystemException

getDefaultReturnWarehouse

public Warehouse getDefaultReturnWarehouse()
                                    throws SystemException
Throws:
SystemException

getExpirationLagDays

public java.lang.Integer getExpirationLagDays()
                                       throws SystemException
Throws:
SystemException

setEventHoldDays

public void setEventHoldDays(Quantity eventHoldDays)
                      throws SystemException
Throws:
SystemException

setCreditCardAuthorizationLeadTimeDays

public void setCreditCardAuthorizationLeadTimeDays(int creditCardAuthorizationLeadTimeDays)
                                            throws SystemException
Throws:
SystemException

setDefaultCancelDays

public void setDefaultCancelDays(int days)
                          throws SystemException
Throws:
SystemException

setDefaultCancelDays

public void setDefaultCancelDays(java.lang.Integer days)
                          throws SystemException
Throws:
SystemException

setInternetSummaryCancelDays

public void setInternetSummaryCancelDays(java.lang.Integer i)
                                  throws SystemException
Throws:
SystemException

setDescription

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

setPersonalizationFee

public void setPersonalizationFee(Money amt)
                           throws SystemException
Throws:
SystemException

setMonogrammingFee

public void setMonogrammingFee(Money amt)
                        throws SystemException
Throws:
SystemException

setDefaultShippingMethod

public void setDefaultShippingMethod(ShippingMethod shippingMethod)
                              throws SystemException
Throws:
SystemException

setDefaultBackorderDeliveryDays

public void setDefaultBackorderDeliveryDays(int days)
                                     throws SystemException
Throws:
SystemException

setPersonalHoldDeliveryDateLimit

public void setPersonalHoldDeliveryDateLimit(int days)
                                      throws SystemException
Throws:
SystemException

setDisplayCode

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

setSalesAuditShippingAndHandlingExportSkuId

public void setSalesAuditShippingAndHandlingExportSkuId(java.lang.String skuId)
                                                 throws SystemException
Throws:
SystemException

setSalesAuditVasPersonalizationExportSkuId

public void setSalesAuditVasPersonalizationExportSkuId(java.lang.String skuId)
                                                throws SystemException
Throws:
SystemException

setSalesAuditVasMonogramExportSkuId

public void setSalesAuditVasMonogramExportSkuId(java.lang.String skuId)
                                         throws SystemException
Throws:
SystemException

setSalesAuditVasGiftCardExportSkuId

public void setSalesAuditVasGiftCardExportSkuId(java.lang.String skuId)
                                         throws SystemException
Throws:
SystemException

setSalesAuditVasGiftWrapExportSkuId

public void setSalesAuditVasGiftWrapExportSkuId(java.lang.String skuId)
                                         throws SystemException
Throws:
SystemException

setSalesAuditVasGeneralExportSkuId

public void setSalesAuditVasGeneralExportSkuId(java.lang.String skuId)
                                        throws SystemException
Throws:
SystemException

setBackorderNotificationLeadTimeDays

public void setBackorderNotificationLeadTimeDays(int days)
                                          throws SystemException
Throws:
SystemException

setBackorderNotificationDelayDays

public void setBackorderNotificationDelayDays(int days)
                                       throws SystemException
Throws:
SystemException

setReturnThresholdAmount

public void setReturnThresholdAmount(Money thresholdAmount)
                              throws SystemException
Throws:
SystemException

setMinimumAmountForMerchandiseCredit

public void setMinimumAmountForMerchandiseCredit(Money minAmount)
                                          throws SystemException
Throws:
SystemException

setMerchandiseCreditAsCertificate

public void setMerchandiseCreditAsCertificate(boolean merchandiseCreditAsCertificate)
                                       throws SystemException
Throws:
SystemException

setDefaultReturnWarehouse

public void setDefaultReturnWarehouse(Warehouse returnWarehouse)
                               throws SystemException
Throws:
SystemException

setExpirationLagDays

public void setExpirationLagDays(java.lang.Integer i)
                          throws SystemException
Throws:
SystemException

setExpirationLagDays

public void setExpirationLagDays(int i)
                          throws SystemException
Throws:
SystemException

addChannelType

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

addGiftService

public void addGiftService(GiftService giftService)
                    throws SystemException
Throws:
SystemException

submit

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

delete

public void delete()
            throws SystemException
Throws:
SystemException


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