public class StoreContractDataBean extends StoreContractDataBeanBase implements StoreContractInputDataBean, StoreContractSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
StoreContractDataBean() |
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyContractReferenceNumber()
Gets the contract ID.
|
java.lang.String |
getDataBeanKeyStoreId()
Gets the store 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 |
setDataBeanKeyContractReferenceNumber(java.lang.String aContractReferenceNumber)
Sets the contract ID.
|
void |
setDataBeanKeyStoreId(java.lang.String aStoreId)
Sets the store ID.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegate
findByContract, findByStore, getContractReferenceNumber, getContractReferenceNumberInEntityType, getEntity, getStoreId, getStoreIdInEntityType, instantiateEntity, setInitKey_contractReferenceNumber, setInitKey_contractReferenceNumber, setInitKey_storeId, setInitKey_storeId
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 getDataBeanKeyContractReferenceNumber()
getDataBeanKeyContractReferenceNumber
in interface StoreContractSmartDataBean
public java.lang.String getDataBeanKeyStoreId()
getDataBeanKeyStoreId
in interface StoreContractSmartDataBean
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 setDataBeanKeyContractReferenceNumber(java.lang.String aContractReferenceNumber)
setDataBeanKeyContractReferenceNumber
in interface StoreContractInputDataBean
aContractReferenceNumber
- The contract ID.public void setDataBeanKeyStoreId(java.lang.String aStoreId)
setDataBeanKeyStoreId
in interface StoreContractInputDataBean
aStoreId
- The store 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.