public class SchedulerOrderDataBean extends SchedulerOrderDataBeanBase implements com.ibm.commerce.order.beans.SchedulerOrderInputDataBean, com.ibm.commerce.order.beans.SchedulerOrderSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
SchedulerOrderDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyJobReferenceNumber()
This method returns JobReferenceNumber.
|
OrderDataBean |
getOrderDataBean()
This method retrieves the corresponding OrderDataBean for this scheduled order
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
SchedulerItemsDataBean |
getSchedulerItemsDataBean()
This method retrieves SchedulerItemsDataBean containing details about the scheduled job for this scheduled order
|
void |
populate()
This method is used to populate the SchedulerOrderDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyJobReferenceNumber(java.lang.String aJobReferenceNumber)
This method sets JobReferenceNumber.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByMemberId, findByOrder, getEntity, getJobReferenceNumber, getJobReferenceNumberInEntityType, getOrderId, getOrderIdInEntityType, instantiateEntity, setInitKey_jobReferenceNumber, setInitKey_jobReferenceNumber, setOrderId, setOrderIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - TypedPropertypublic java.lang.String getDataBeanKeyJobReferenceNumber()
getDataBeanKeyJobReferenceNumber in interface com.ibm.commerce.order.beans.SchedulerOrderSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyJobReferenceNumber(java.lang.String aJobReferenceNumber)
setDataBeanKeyJobReferenceNumber in interface com.ibm.commerce.order.beans.SchedulerOrderInputDataBeanaJobReferenceNumber - java.lang.Stringpublic void populate()
populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyJobReferenceNumber(String)public OrderDataBean getOrderDataBean()
public SchedulerItemsDataBean getSchedulerItemsDataBean()