PriceTCMasterCatalogWithFilteringDataBean
.
This data bean represents a term and condition object. It refers to the terms and conditions used in trading agreements.
public class PriceTCMasterCatalogWithOptionalAdjustmentDataBean
extends com.ibm.commerce.contract.beansrc.PriceTCMasterCatalogWithOptionalAdjustmentDataBeanBase
implements com.ibm.commerce.contract.beans.PriceTCMasterCatalogWithOptionalAdjustmentInputDataBean, com.ibm.commerce.contract.beans.PriceTCMasterCatalogWithOptionalAdjustmentSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
The IBM copyright notice field.
|
emptyString
Constructor and Description |
---|
PriceTCMasterCatalogWithOptionalAdjustmentDataBean()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
Deprecated.
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyReferenceNumber()
Deprecated.
Gets the term condition ID.
|
TypedProperty |
getRequestProperties()
Deprecated.
Gets the request property set within this bean.
|
void |
populate()
Deprecated.
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setCommandContext(CommandContext aCommandContext)
Deprecated.
Sets the command context within this bean.
|
void |
setDataBeanKeyReferenceNumber(java.lang.String aReferenceNumber)
Deprecated.
Sets the term condition ID.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Deprecated.
Sets the request property within this bean.
|
getDelegate
addProductSetAdjustment, createNewVersion, deleteProductSetAdjustment, findProductSetIdsByTCIdAndType, getChangeableFlag, getChangeableFlagInEntityType, getDescription, getDescription, getEntireCatalogAdjustment, getEntireCatalogSelected, getEntity, getExclusionProductSets, getInclusionProductSets, getMandatoryFlag, getMandatoryFlagInEntityType, getParticipants, getPercentagePriceList, getPercentagePriceListIds, getPolicies, getPoliciesByType, getPriceListId, getPriceListIdInEntityType, getPriceListIds, getProductSetAdjustments, getProductSetId, getProductSetIdInEntityType, getReferenceNumber, getReferenceNumberInEntityType, getSignedPercentage, getSignedPercentageInEntityType, 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, setPriceListId, setPriceListId, setProductSetId, setProductSetId, setReferenceNumber, setReferenceNumber, setSignedPercentage, setSignedPercentage, setTcSequence, setTcSequence, setTimeCreated, setTimeCreated, setTimeUpdated, setTimeUpdated, setTradingId, setTradingId, setXMLDefinition, setXMLDefinition, updateProductSetAdjustment
public static final java.lang.String COPYRIGHT
public PriceTCMasterCatalogWithOptionalAdjustmentDataBean()
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- The request property set within this bean.public java.lang.String getDataBeanKeyReferenceNumber()
getDataBeanKeyReferenceNumber
in interface com.ibm.commerce.contract.beans.PriceTCMasterCatalogWithOptionalAdjustmentSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- The command context set within this bean.public void setDataBeanKeyReferenceNumber(java.lang.String aReferenceNumber)
setDataBeanKeyReferenceNumber
in interface com.ibm.commerce.contract.beans.PriceTCMasterCatalogWithOptionalAdjustmentInputDataBean
aReferenceNumber
- The term condition ID.public void populate()
DataBeanManager.activate()
runs.populate
in interface SmartDataBean
java.lang.Exception
- The java.lang.Exception exception.