|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
static java.lang.String |
ACTIVE_DATE
|
static java.lang.String |
ACTIVE_END_DATE
|
static java.lang.String |
ACTIVE_START_DATE
|
static java.lang.String |
ACTIVE_STATUS
|
static java.lang.String |
AVERAGE_ORDER_SIZE
|
static java.lang.String |
BANNER
|
static java.lang.String |
CHANNEL
|
static java.lang.String |
CURRENT_FORECAST
|
static java.lang.String |
DATE
|
static java.lang.String |
DEFAULT_SOURCE_CODE
|
static java.lang.String |
DEFAULT_WAREHOUSE
|
static java.lang.String |
DELETION
|
static java.lang.String |
DESCRIPTION
|
static java.lang.String |
DESCRIPTION_SEARCH
|
static java.lang.String |
DROP_CODE_DATE
|
static java.lang.String |
DROP_CODE_SOURCE_CODE_COLLECTION
|
static java.lang.String |
EFFECTIVE_PRICE_END_DATE
|
static java.lang.String |
EFFECTIVE_PRICE_START_DATE
|
static java.lang.String |
ID
|
static java.lang.String |
IN_HOME_DATE
|
static java.lang.String |
ORIGINAL_FORECAST
|
static java.lang.String |
PAGE_LENGTH
|
static java.lang.String |
PAGE_SPREAD
|
static java.lang.String |
PAGE_UOM
|
static java.lang.String |
PAGE_WIDTH
|
static java.lang.String |
RELEASE_DATE
|
static java.lang.String |
RELEASED_STATUS
|
static java.lang.String |
RESPONSE_RATE
|
static java.lang.String |
RUSH_DELIVERY_CHARGE
|
static java.lang.String |
RUSH_DELIVERY_CHARGE_EXCEPTION
|
static java.lang.String |
RUSH_DELIVERY_CHARGE_GIFT_CERTIFICATE
|
static java.lang.String |
SEASON
|
static java.lang.String |
SELLING_ITEM_COLLECTION
|
static java.lang.String |
SELLING_SKU
|
static java.lang.String |
SELLING_SKU_COLLECTION
|
static java.lang.String |
SELLING_SKU_UNIT_PRICE
|
static java.lang.String |
SHIPPING_RATE_COLLECTION
|
static java.lang.String |
STATUS
|
static java.lang.String |
STD_DELIVERY_CHARGE_DOLLAR
|
static java.lang.String |
STD_DELIVERY_CHARGE_MAX
|
static java.lang.String |
STD_DELIVERY_CHARGE_MIN
|
static java.lang.String |
STD_DELIVERY_CHARGE_PERCENT
|
static java.lang.String |
TOTAL_AD_COST
|
static java.lang.String |
TOTAL_NUMBER_OF_PAGES
|
static java.lang.String |
TYPE
|
static java.lang.String |
VIRTUAL_STORE
|
static java.lang.String |
WORKSHEET_STATUS
|
static java.lang.String |
YEAR
|
Method Summary | |
---|---|
DropCode |
addDropCode(DropCode dropCode)
|
void |
addSourceCode(DropCode dropCode,
SourceCode sourceCode)
|
ShippingRateTable |
createAdjustmentShippingRateTable()
Create a new adjustment shipping rate table for the media. |
RDate |
getActiveDate()
|
java.util.Collection |
getAllShippingRateTables()
Return all shipping rate tables for the media. |
java.lang.String |
getAvgOrderSize()
|
Banner |
getBanner()
|
ChannelType |
getChannelType()
|
long |
getCirculation()
|
java.lang.String |
getCurrentForecast()
|
SourceCode |
getDefaultSourceCode()
|
java.lang.String |
getDescription()
|
java.lang.String |
getDisplayCode()
|
DropCode |
getDropCode(java.lang.String code)
|
java.util.Collection |
getDropCodes()
|
RDate |
getInHomeDate()
|
MediaType |
getMediaType()
|
MediaOrderableStatus |
getOrderableStatus()
|
java.lang.String |
getOriginalForecast()
|
java.math.BigDecimal |
getPageLength()
|
UnitOfMeasure |
getPageUnitOfMeasure()
|
java.math.BigDecimal |
getPageWidth()
|
RDate |
getPriceEffectiveEndDate()
|
RDate |
getPriceEffectiveStartDate()
|
RDate |
getReleaseDate()
|
RDate |
getReserveFromDate()
|
java.lang.String |
getResponseRate()
|
SeasonCode |
getSeasonCode()
|
SellingItem |
getSellingItem(java.lang.String sellingItemNumber)
|
java.util.Collection |
getSellingItems()
|
int |
getSellingSkuCount()
|
ShippingRateTable |
getShippingRateTable()
Return the current (most recent shipping rate table) for the media. |
ShippingRateTable |
getShippingRateTable(RDate effectiveDate)
Return the shipping rate table for the specified effectiveDate. |
java.util.Collection |
getSourceCodes()
|
MediaStatus |
getStatus()
|
Store |
getStore()
|
SubConcept |
getSubConcept()
|
Money |
getTotalAdCost()
|
java.math.BigDecimal |
getTotalArea()
|
long |
getTotalNumPages()
|
java.lang.String |
getYear()
|
boolean |
isNewAdjustmentShippingRateTableAllowed()
Return boolean indicating if the media is allowed to have a new adjusted shipping rate table created. |
void |
remove()
|
void |
removeDropCode(DropCode dropCode)
|
void |
removeSourceCode(DropCode dropCode,
SourceCode sourceCode)
|
void |
setActiveDate(RDate activeDate)
|
void |
setAvgOrderSize(java.lang.String avgOrderSize)
|
void |
setChannelType(ChannelType channelType)
|
void |
setCurrentForecast(java.lang.String currentForecast)
|
void |
setDefaultSourceCode(SourceCode defaultSourceCode)
|
void |
setDescription(java.lang.String description)
|
void |
setInHomeDate(RDate inHomeDate)
|
void |
setMediaType(MediaType mediaType)
|
void |
setOriginalForecast(java.lang.String originalForecast)
|
void |
setPageLength(java.math.BigDecimal pageLength)
|
void |
setPageUnitOfMeasure(UnitOfMeasure unitOfMeasure)
|
void |
setPageWidth(java.math.BigDecimal pageWidth)
|
void |
setPriceEffectiveEndDate(RDate priceEffEndDate)
|
void |
setPriceEffectiveStartDate(RDate priceEffStartDate)
|
void |
setReleaseDate(RDate releaseDate)
|
void |
setResponseRate(java.lang.String responseRate)
|
void |
setSeasonCode(SeasonCode seasonCode)
|
void |
setStatus(MediaStatus status)
|
void |
setSubConcept(SubConcept subConcept)
|
void |
setTotalAdCost(Money cost)
|
void |
setTotalNumPages(long numPages)
|
void |
setVirtualStore(Store store)
|
void |
setYear(java.lang.String year)
|
void |
submit()
|
void |
validateActiveDate()
|
void |
validateDropCodeUpdate(DropCode dropCode)
|
void |
validateStartDate()
|
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 |
Field Detail |
public static final java.lang.String DATE
public static final java.lang.String ACTIVE_DATE
public static final java.lang.String IN_HOME_DATE
public static final java.lang.String RELEASE_DATE
public static final java.lang.String DESCRIPTION
public static final java.lang.String DESCRIPTION_SEARCH
public static final java.lang.String EFFECTIVE_PRICE_START_DATE
public static final java.lang.String EFFECTIVE_PRICE_END_DATE
public static final java.lang.String YEAR
public static final java.lang.String SEASON
public static final java.lang.String TYPE
public static final java.lang.String STATUS
public static final java.lang.String BANNER
public static final java.lang.String CHANNEL
public static final java.lang.String ID
public static final java.lang.String DROP_CODE_DATE
public static final java.lang.String PAGE_LENGTH
public static final java.lang.String PAGE_WIDTH
public static final java.lang.String PAGE_UOM
public static final java.lang.String TOTAL_NUMBER_OF_PAGES
public static final java.lang.String ACTIVE_START_DATE
public static final java.lang.String ACTIVE_END_DATE
public static final java.lang.String TOTAL_AD_COST
public static final java.lang.String PAGE_SPREAD
public static final java.lang.String STD_DELIVERY_CHARGE_MIN
public static final java.lang.String STD_DELIVERY_CHARGE_MAX
public static final java.lang.String STD_DELIVERY_CHARGE_DOLLAR
public static final java.lang.String STD_DELIVERY_CHARGE_PERCENT
public static final java.lang.String RESPONSE_RATE
public static final java.lang.String ORIGINAL_FORECAST
public static final java.lang.String CURRENT_FORECAST
public static final java.lang.String AVERAGE_ORDER_SIZE
public static final java.lang.String WORKSHEET_STATUS
public static final java.lang.String ACTIVE_STATUS
public static final java.lang.String RELEASED_STATUS
public static final java.lang.String DEFAULT_SOURCE_CODE
public static final java.lang.String SELLING_ITEM_COLLECTION
public static final java.lang.String SHIPPING_RATE_COLLECTION
public static final java.lang.String SELLING_SKU_COLLECTION
public static final java.lang.String SELLING_SKU_UNIT_PRICE
public static final java.lang.String DROP_CODE_SOURCE_CODE_COLLECTION
public static final java.lang.String VIRTUAL_STORE
public static final java.lang.String DEFAULT_WAREHOUSE
public static final java.lang.String RUSH_DELIVERY_CHARGE
public static final java.lang.String RUSH_DELIVERY_CHARGE_EXCEPTION
public static final java.lang.String RUSH_DELIVERY_CHARGE_GIFT_CERTIFICATE
public static final java.lang.String DELETION
public static final java.lang.String SELLING_SKU
Method Detail |
public void setDescription(java.lang.String description) throws SystemException
SystemException
public void submit() throws SystemException, BusinessException
SystemException
BusinessException
public Banner getBanner() throws SystemException
SystemException
public java.lang.String getDisplayCode() throws SystemException
SystemException
public void setMediaType(MediaType mediaType) throws SystemException
SystemException
public void setSeasonCode(SeasonCode seasonCode) throws SystemException
SystemException
public void setSubConcept(SubConcept subConcept) throws SystemException
SystemException
public void setStatus(MediaStatus status) throws SystemException
SystemException
public void setYear(java.lang.String year) throws SystemException
SystemException
public void setInHomeDate(RDate inHomeDate) throws SystemException
SystemException
public void setReleaseDate(RDate releaseDate) throws SystemException
SystemException
public void setActiveDate(RDate activeDate) throws SystemException
SystemException
public void setPriceEffectiveStartDate(RDate priceEffStartDate) throws SystemException
SystemException
public void setPriceEffectiveEndDate(RDate priceEffEndDate) throws SystemException
SystemException
public void setPageLength(java.math.BigDecimal pageLength) throws SystemException
SystemException
public void setPageWidth(java.math.BigDecimal pageWidth) throws SystemException
SystemException
public void setPageUnitOfMeasure(UnitOfMeasure unitOfMeasure) throws SystemException
SystemException
public void setTotalAdCost(Money cost) throws SystemException
SystemException
public void setTotalNumPages(long numPages) throws SystemException
SystemException
public void setResponseRate(java.lang.String responseRate) throws SystemException
SystemException
public void setAvgOrderSize(java.lang.String avgOrderSize) throws SystemException
SystemException
public void setOriginalForecast(java.lang.String originalForecast) throws SystemException
SystemException
public void setCurrentForecast(java.lang.String currentForecast) throws SystemException
SystemException
public void setDefaultSourceCode(SourceCode defaultSourceCode) throws SystemException
SystemException
public java.lang.String getDescription() throws SystemException
SystemException
public MediaType getMediaType() throws SystemException
SystemException
public SeasonCode getSeasonCode() throws SystemException
SystemException
public SubConcept getSubConcept() throws SystemException
SystemException
public MediaStatus getStatus() throws SystemException
SystemException
public java.lang.String getYear() throws SystemException
SystemException
public RDate getInHomeDate() throws SystemException
SystemException
public RDate getReleaseDate() throws SystemException
SystemException
public RDate getReserveFromDate() throws SystemException
SystemException
public RDate getActiveDate() throws SystemException
SystemException
public RDate getPriceEffectiveStartDate() throws SystemException
SystemException
public RDate getPriceEffectiveEndDate() throws SystemException
SystemException
public java.math.BigDecimal getPageLength() throws SystemException
SystemException
public java.math.BigDecimal getPageWidth() throws SystemException
SystemException
public UnitOfMeasure getPageUnitOfMeasure() throws SystemException
SystemException
public Money getTotalAdCost() throws SystemException
SystemException
public long getTotalNumPages() throws SystemException
SystemException
public java.lang.String getResponseRate() throws SystemException
SystemException
public java.lang.String getAvgOrderSize() throws SystemException
SystemException
public java.lang.String getOriginalForecast() throws SystemException
SystemException
public java.lang.String getCurrentForecast() throws SystemException
SystemException
public SourceCode getDefaultSourceCode() throws SystemException
SystemException
public long getCirculation() throws SystemException
SystemException
public java.math.BigDecimal getTotalArea() throws SystemException
SystemException
public void setVirtualStore(Store store) throws SystemException
SystemException
public Store getStore() throws SystemException
SystemException
public java.util.Collection getDropCodes() throws SystemException
SystemException
public DropCode getDropCode(java.lang.String code) throws SystemException
SystemException
public DropCode addDropCode(DropCode dropCode) throws SystemException, BusinessException
SystemException
BusinessException
public void validateDropCodeUpdate(DropCode dropCode) throws SystemException, BusinessException
SystemException
BusinessException
public void addSourceCode(DropCode dropCode, SourceCode sourceCode) throws SystemException, BusinessException
SystemException
BusinessException
public void removeSourceCode(DropCode dropCode, SourceCode sourceCode) throws SystemException
SystemException
public void validateActiveDate() throws SystemException, BusinessException
SystemException
BusinessException
public void validateStartDate() throws SystemException, BusinessException
SystemException
BusinessException
public void removeDropCode(DropCode dropCode) throws SystemException
SystemException
public java.util.Collection getSourceCodes() throws SystemException
SystemException
public java.util.Collection getSellingItems() throws SystemException
SystemException
public SellingItem getSellingItem(java.lang.String sellingItemNumber) throws SystemException
SystemException
public int getSellingSkuCount() throws SystemException
SystemException
public ChannelType getChannelType() throws SystemException
SystemException
public void setChannelType(ChannelType channelType) throws SystemException
SystemException
public MediaOrderableStatus getOrderableStatus() throws SystemException
SystemException
public ShippingRateTable getShippingRateTable() throws SystemException
SystemException
public ShippingRateTable getShippingRateTable(RDate effectiveDate) throws SystemException
SystemException
public java.util.Collection getAllShippingRateTables() throws SystemException
SystemException
public boolean isNewAdjustmentShippingRateTableAllowed() throws SystemException
SystemException
public ShippingRateTable createAdjustmentShippingRateTable() throws SystemException, BusinessException
SystemException
BusinessException
public void remove() throws SystemException, BusinessException
SystemException
BusinessException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |