public class ContractDataBean extends ContractDataBeanBase implements ContractInputDataBean, ContractSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
| Constructor and Description |
|---|
ContractDataBean() |
| 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 contract 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 contract ID.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegateaddToStore, createNewVersion, findActiveContractByFamilyId, findActiveContractByFamilyIdNoCache, findActiveContractByNameOwnerAndOrigin, findActiveContractByNameOwnerAndOriginNoCache, findAll, findByNameOwnerAndOrigin, findByNameOwnerAndOriginNoCache, findByNameOwnerOriginAndState, findByNameOwnerOriginAndStateNoCache, findByNameOwnerOriginAndVersion, findByNameOwnerOriginAndVersionNoCache, findByOwnerId, findByParticipantId, findByState, findClosableContractByNameOwnerAndOrigin, findContractWithLargestMinorByNameOwnerOriginAndMajorVersion, fulfills, getAccountId, getComments, getContractLevelParticipants, getContractsReferringToContractId, getDescription, getDescription, getEntity, getFamilyId, getFamilyIdInEntityType, getMajorVersion, getMajorVersionInEntityType, getMarkForDelete, getMarkForDeleteInEntityType, getMinorVersion, getMinorVersionInEntityType, getName, getOrigin, getOriginInEntityType, getOwner, getOwnerReferenceNumber, getOwnerReferenceNumberInEntityType, getReferenceNumber, getReferenceNumberInEntityType, getReferredTradingAgreementId, getState, getStateInEntityType, getStoreXMLDefinition, getStoreXMLString, getTCs, getTCsByTCSubType, getTCsByTCSubTypeWithoutTCParticipant, getTCsByTCType, getTCsByTCTypeWithoutTCParticipant, getTimeActivated, getTimeActivatedInEntityType, getTimeApproved, getTimeApprovedInEntityType, getTimeCreated, getTimeCreatedInEntityType, getTimeDeployed, getTimeDeployedInEntityType, getTimeUpdated, getTimeUpdatedInEntityType, getUsage, getUsageInEntityType, getXMLByTradingIdAndType, instantiateEntity, setAccountId, setComments, setFamilyId, setFamilyId, setInitKey_referenceNumber, setInitKey_referenceNumber, setMajorVersion, setMajorVersion, setMarkForDelete, setMarkForDelete, setMinorVersion, setMinorVersion, setName, setOrigin, setOrigin, setOwnerReferenceNumber, setOwnerReferenceNumber, setReferenceNumber, setReferenceNumber, setReferredTradingAgreementId, setState, setState, setStoreXMLDefinition, setStoreXMLDefinition, setTimeActivated, setTimeActivated, setTimeApproved, setTimeApproved, setTimeCreated, setTimeCreated, setTimeDeployed, setTimeDeployed, setTimeUpdated, setTimeUpdated, setUsage, setUsagepublic 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 ContractSmartDataBeanpublic 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 ContractInputDataBeanaReferenceNumber - The contract 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.