public class TradingAgreementDataBean extends TradingAgreementDataBeanBase implements TradingAgreementInputDataBean, TradingAgreementSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
TradingAgreementDataBean() |
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyTradingId()
Gets the trading agreement 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 |
setDataBeanKeyTradingId(java.lang.String aTradingId)
Sets the trading agreement ID.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegate
findAll, findAllActive, findAllByReferenceId, findAllByType, findAllEntitledTradingAgreementByTypeForBuyerUnderStore, findAllEntitledTradingAgreementForBuyerUnderStore, findDefaultAuctionTradingAgreement, findEntitledTradingAgreementByTypeForBuyerUnderStore, findEntitledTradingAgreementByTypeForBuyerUnderStore, findEntitledTradingAgreementByTypeForTSRUnderStore, findEntitledTradingAgreementForBuyerUnderStore, findEntitledTradingAgreementForBuyerUnderStore, findValidTAById, getAccountId, getAccountIdInEntityType, getAttachment, getCreditAllowedFlag, getCreditAllowedFlagInEntityType, getDescription, getDescription, getDescriptionNoCache, getEndTime, getEndTimeInEntityType, getEntity, getMarkForDelete, getMarkForDeleteInEntityType, getPolicies, getPolicies, getPoliciesByType, getPoliciesByType, getReferenceCount, getReferenceCountInEntityType, getReferenceId, getReferenceIdInEntityType, getStartTime, getStartTimeInEntityType, getState, getStateInEntityType, getTCsByTCSubType, getTCsByTCSubType, getTCsByTCType, getTCsByTCType, getTradingId, getTradingIdInEntityType, getTradingLevelParticipants, getTradingType, getTradingTypeInEntityType, hasTCLevelParticipant, instantiateEntity, isValid, markForDelete, setAccountId, setAccountId, setCreditAllowedFlag, setCreditAllowedFlag, setEndTime, setEndTime, setInitKey_tradingId, setInitKey_tradingId, setMarkForDelete, setMarkForDelete, setReferenceCount, setReferenceCount, setReferenceId, setReferenceId, setStartTime, setStartTime, setState, setState, setTradingId, setTradingId, setTradingType, setTradingType
public static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
public java.lang.String getDataBeanKeyTradingId()
getDataBeanKeyTradingId
in interface TradingAgreementSmartDataBean
public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
public void populate()
DataBeanManager.activate()
runs.populate
in interface com.ibm.commerce.beans.SmartDataBean
java.lang.Exception
- The java.lang.Exception exception.public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext
in interface com.ibm.commerce.beans.SmartDataBean
aCommandContext
- The command context set within this bean.public void setDataBeanKeyTradingId(java.lang.String aTradingId)
setDataBeanKeyTradingId
in interface TradingAgreementInputDataBean
aTradingId
- The trading agreement ID.public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties
in interface com.ibm.commerce.beans.InputDataBean
aRequestProperty
- The request property set within this bean.