com.retek.component.banner_channel
Interface Banner
- All Superinterfaces:
- BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject
- public interface Banner
- extends DistributedObject, com.retek.swing11.commons.type.Displayable
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.swing11.commons.type.Displayable |
toDisplayString |
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
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 © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25