public class ProductSetTCCustomExclusionDataBean extends ProductSetTCCustomExclusionDataBeanBase implements ProductSetTCCustomExclusionInputDataBean, ProductSetTCCustomExclusionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
| Constructor and Description |
|---|
ProductSetTCCustomExclusionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyReferenceNumber()
Gets the term condition ID.
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyReferenceNumber(java.lang.String aReferenceNumber)
Sets the term condition ID.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegateaddProductSetAdjustment, createNewVersion, deleteProductSetAdjustment, findProductSetIdsByTCIdAndType, getChangeableFlag, getChangeableFlagInEntityType, getDescription, getDescription, getEntireCatalogAdjustment, getEntireCatalogSelected, getEntity, getExclusionProductSets, getInclusionProductSets, getMandatoryFlag, getMandatoryFlagInEntityType, getParticipants, getPercentagePriceList, getPercentagePriceListIds, getPolicies, getPoliciesByType, getPriceListIds, getProductSetAdjustments, getProductSetId, getProductSetIdInEntityType, getProductSetName, getProductSetOwnerId, getProductSetOwnerIdInEntityType, getReferenceNumber, getReferenceNumberInEntityType, getTcSequence, getTcSequenceInEntityType, getTcSubType, getTimeCreated, getTimeCreatedInEntityType, getTimeUpdated, getTimeUpdatedInEntityType, getTradingId, getTradingIdInEntityType, getXMLDefinitions, getXMLString, getXMLString, getXMLStrings, instantiateEntity, markForDelete, parseXMLElement, setChangeableFlag, setChangeableFlag, setEntireCatalogAdjustment, setEntireCatalogAdjustment, setEntireCatalogSelected, setEntireCatalogSelected, setInitKey_referenceNumber, setInitKey_referenceNumber, setMandatoryFlag, setMandatoryFlag, setProductSetId, setProductSetId, setProductSetName, setProductSetOwnerId, setProductSetOwnerId, setReferenceNumber, setReferenceNumber, setTcSequence, setTcSequence, setTimeCreated, setTimeCreated, setTimeUpdated, setTimeUpdated, setTradingId, setTradingId, setXMLDefinition, setXMLDefinition, updateProductSetAdjustmentpublic static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyReferenceNumber()
getDataBeanKeyReferenceNumber in interface ProductSetTCCustomExclusionSmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
DataBeanManager.activate() runs.populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.Exception - The java.lang.Exception exception.public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanaCommandContext - The command context set within this bean.public void setDataBeanKeyReferenceNumber(java.lang.String aReferenceNumber)
setDataBeanKeyReferenceNumber in interface ProductSetTCCustomExclusionInputDataBeanaReferenceNumber - The term condition ID.public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty - The request property set within this bean.