public class ApprovalStatusDataBean extends com.ibm.commerce.approval.objects.ApprovalStatusAccessBean implements com.ibm.commerce.beans.SmartDataBean, ApprovalStatusInputDataBean, ApprovalStatusSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright field.
|
| Constructor and Description |
|---|
ApprovalStatusDataBean()
Constructs an ApprovalStatusDataBean.
|
ApprovalStatusDataBean(com.ibm.commerce.approval.objects.ApprovalStatus o)
Constructs an ApprovalStatusDataBean from an EJB reference.
|
ApprovalStatusDataBean(com.ibm.commerce.approval.objects.ApprovalStatusAccessBean anAccessBean)
Constructs an ApprovalStatusDataBean based on the EJB reference from an existing
ApprovalStatusDataBean.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAprvstatusId()
Gets the key field of the access bean.
|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context.
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
Gets the request properties.
|
void |
populate()
Populates the databean.
|
void |
setAprvstatusId(java.lang.String newAprvstatusId)
Sets the key field of access bean.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext newCommandContext)
Sets the command context.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty newRequestProperties)
The setRequestProperties method is used to set the request properties associated
with the data bean.
|
findAll, findByApproverAndStatus, findByApproverGroupAndStatus, findByFlowAndEntity, findByFlowAndEntityAndStatus, findByFlowAndEntityForUpdate, findByFlowTypeAndApproverAndStatus, findByFlowTypeAndEntity, findByFlowTypeAndEntityAndApprover, findByFlowTypeAndEntityAndApproverAndStateAndStatus, findByFlowTypeAndEntityAndStatus, findByFlowTypeAndSubmitterAndStatus, findByIdForUpdate, findBySubmitter, fulfills, getApproverGroupId, getApproverGroupIdInEntityType, getApproverId, getApproverIdInEntityType, getApproveTime, getApproveTimeInEntityType, getComment, getEntity, getEntityId, getEntityIdInEntityType, getFlowId, getFlowIdInEntityType, getFlowTypeId, getFlowTypeIdInEntityType, getGroupingAttributeValue, getId, getIdInEntityType, getOwner, getStateId, getStateIdInEntityType, getStatus, getStatusInEntityType, getSubmitterId, getSubmitterIdInEntityType, getSubmitTime, getSubmitTimeInEntityType, instantiateEntity, setApproverGroupId, setApproverGroupId, setApproverId, setApproverId, setApproveTime, setApproveTime, setComment, setEntityId, setEntityId, setFlowId, setFlowId, setFlowTypeId, setFlowTypeId, setId, setId, setInitKey_id, setStateId, setStateId, setStatus, setStatus, setSubmitterId, setSubmitterId, setSubmitTime, setSubmitTimepublic static final java.lang.String COPYRIGHT
public ApprovalStatusDataBean()
public ApprovalStatusDataBean(com.ibm.commerce.approval.objects.ApprovalStatus o)
o - The EJB object for which the databeab will be created.public ApprovalStatusDataBean(com.ibm.commerce.approval.objects.ApprovalStatusAccessBean anAccessBean)
anAccessBean - Another ApprovalStatusDataBean.ECException - Thrown if the creation attempt fails.public java.lang.String getAprvstatusId()
getAprvstatusId in interface ApprovalStatusSmartDataBeanpublic com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.Exception - If populate fails.public void setAprvstatusId(java.lang.String newAprvstatusId)
setAprvstatusId in interface ApprovalStatusInputDataBeannewAprvstatusId - The new approval status ID.public void setCommandContext(com.ibm.commerce.command.CommandContext newCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanThe - new command context.public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty newRequestProperties)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanTypedProperty - requestProperties - the set of properties passed to the JSP
page that invokes this data bean,