java.lang.Object | +--com.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)
anCalculationUsageId
- the CalculationUsage
ID.public void setCalculationUsageId(java.lang.String astrCalculationUsageId)
astrCalculationUsageId
- the CalculationUsage
ID.public void setDisplayLevel(java.lang.Integer anDisplayLevel)
anDisplayLevel
- the display level.public void setDisplayLevel(java.lang.String astrDisplayLevel)
astrDisplayLevel
- the display level.public void setCatalogEntryId(java.lang.Long anCatalogEntryId)
setCatalogGroupId()
and
setAttachedToAllCatalogEntries()
.
anCatalogEntryId
- the CatalogEntry ID.public void setCatalogEntryId(java.lang.String astrCatalogEntryId)
setCatalogGroupId()
and
setAttachedToAllCatalogEntries()
.
astrCatalogEntryId
- the CatalogEntry ID.public void setCatalogGroupId(java.lang.Long anCatalogGroupId)
setAttachedToAllCatalogEntries()
.
anCatalogGroupId
- the CatalogGroup ID.public void setCatalogGroupId(java.lang.String astrCatalogGroupId)
setAttachedToAllCatalogEntries()
.
astrCatalogGroupId
- the CatalogGroup ID.public void setAttachedToAllCatalogEntries(boolean abAttachedToAllCatalogEntries)
abAttachedToAllCatalogEntries
- whether the CalculationCodes
are attached to all CatalogEntries. Default is false.public void setAttachedToAllCatalogEntries(java.lang.String astrAttachedToAllCatalogEntries)
astrAttachedToAllCatalogEntries
- whether the CalculationCodes
are attached to all CatalogEntries. Default is false.public void setIncludeParentProduct(boolean abIncludeParentProduct)
setIncludeChildItems()
.
abIncludeParentProduct
- whether to include the parent
product. Default is false.public void setIncludeParentProduct(java.lang.String astrIncludeParentProduct)
setIncludeChildItems()
.
astrIncludeParentProduct
- whether to include the parent
product. Default is false.public void setIncludeChildItems(boolean abIncludeChildItems)
abIncludeChildItems
- whether to include the child items.
Default is false.public void setIncludeChildItems(java.lang.String astrIncludeChildItems)
astrIncludeChildItems
- whether to include the child items.
Default is false.public void setCode(java.lang.String astrCode)
astrCode
- the code.public void populate() throws java.lang.Exception
populate
in interface
SmartDataBean
populate
in class
SmartDataBeanImpl
java.lang.Exception
SmartDataBean.populate()
public CalculationCodeDataBean[] getCalculationCodeDataBeans()
CalculationCodeDataBeans
that matches the specified set of
criteria.
public void setInShipmodeId(java.lang.Integer newInShipmodeId)
newInShipmodeId
- shipModeIdpublic void setInShipmodeId(java.lang.String setInShipmodeId)
setInShipmodeId
- shipModeId