java.lang.Objectcom.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.fulfillment.beans.CalculationCodeListDataBean
Use this DataBean to retrieve the list of CalculationCodeDataBeans that matches the specified set of criteria. Null valued parameters are ignored unless specified otherwise.
Field Summary | |
static java.lang.String | COPYRIGHT The IBM copyright string. |
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
CalculationCodeListDataBean() Constructor for CalculationCodeListDataBean. |
Method Summary | |
CalculationCodeDataBean[] | getCalculationCodeDataBeans() Returns the list of CalculationCodeDataBeans that matches the specified set of criteria. |
void | populate() Retrieves data from the database |
void | setAttachedToAllCatalogEntries(boolean abAttachedToAllCatalogEntries) Sets whether the CalculationCodes are attached to all CatalogEntries. |
void | setAttachedToAllCatalogEntries(java.lang.String astrAttachedToAllCatalogEntries) Sets whether the CalculationCodes are attached to all CatalogEntries. |
void | setCalculationUsageId(java.lang.Integer anCalculationUsageId) Sets the CalculationUsage of the CalculationCodes. |
void | setCalculationUsageId(java.lang.String astrCalculationUsageId) Sets the CalculationUsage of the CalculationCodes. |
void | setCatalogEntryId(java.lang.Long anCatalogEntryId) Sets the CatalogEntry that the CalculationCodes are attached to. |
void | setCatalogEntryId(java.lang.String astrCatalogEntryId) Sets the CatalogEntry that the CalculationCodes are attached to. |
void | setCatalogGroupId(java.lang.Long anCatalogGroupId) Sets the CatalogGroup that the CalculationCodes are attached to. |
void | setCatalogGroupId(java.lang.String astrCatalogGroupId) Sets the CatalogGroup that the CalculationCodes are attached to. |
void | setCode(java.lang.String astrCode) Sets the code (a.k.a. |
void | setDisplayLevel(java.lang.Integer anDisplayLevel) Sets the display level of the CalculationCodes. |
void | setDisplayLevel(java.lang.String astrDisplayLevel) Sets the display level of the CalculationCodes. |
void | setIncludeChildItems(boolean abIncludeChildItems) Sets whether to retrieve the CalculationCodes attached to the child items of the specified CatalogEntry. |
void | setIncludeChildItems(java.lang.String astrIncludeChildItems) Sets whether to retrieve the CalculationCodes attached to the child items of the specified CatalogEntry. |
void | setIncludeParentProduct(boolean abIncludeParentProduct) Sets whether to retrieve the CalculationCodes attached to the parent product of the specified CatalogEntry. |
void | setIncludeParentProduct(java.lang.String astrIncludeParentProduct) Sets whether to retrieve the CalculationCodes attached to the parent product of the specified CatalogEntry. |
void | setInShipmodeId(java.lang.Integer newInShipmodeId) Sets the inShipmodeId. |
void | setInShipmodeId(java.lang.String setInShipmodeId) Sets the shipmode |
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
fulfills, getCommandContext, getResources, setCommandContext |
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
getRequestProperties, setRequestProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.beans.InputDataBean |
getRequestProperties, setRequestProperties |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public CalculationCodeListDataBean()
Method Detail |
public void setCalculationUsageId(java.lang.Integer anCalculationUsageId)
public void setCalculationUsageId(java.lang.String astrCalculationUsageId)
public void setDisplayLevel(java.lang.Integer anDisplayLevel)
public void setDisplayLevel(java.lang.String astrDisplayLevel)
public void setCatalogEntryId(java.lang.Long anCatalogEntryId)
public void setCatalogEntryId(java.lang.String astrCatalogEntryId)
public void setCatalogGroupId(java.lang.Long anCatalogGroupId)
public void setCatalogGroupId(java.lang.String astrCatalogGroupId)
public void setAttachedToAllCatalogEntries(boolean abAttachedToAllCatalogEntries)
public void setAttachedToAllCatalogEntries(java.lang.String astrAttachedToAllCatalogEntries)
public void setIncludeParentProduct(boolean abIncludeParentProduct)
public void setIncludeParentProduct(java.lang.String astrIncludeParentProduct)
public void setIncludeChildItems(boolean abIncludeChildItems)
public void setIncludeChildItems(java.lang.String astrIncludeChildItems)
public void setCode(java.lang.String astrCode)
public void populate() throws java.lang.Exception
public CalculationCodeDataBean[] getCalculationCodeDataBeans()
public void setInShipmodeId(java.lang.Integer newInShipmodeId)
public void setInShipmodeId(java.lang.String setInShipmodeId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.