com.ibm.commerce.approval.beans
Class ApprovalStatusDataBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.approval.objects.ApprovalStatusAccessBean
          com.ibm.commerce.approval.beans.ApprovalStatusDataBean
All Implemented Interfaces:
ApprovalStatusAccessBeanData, ApprovalStatusInputDataBean, ApprovalStatusSmartDataBean, DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class ApprovalStatusDataBean
extends ApprovalStatusAccessBean
implements SmartDataBean, ApprovalStatusInputDataBean, ApprovalStatusSmartDataBean

Provides access to data fields of ApprovalStatusAccessBean.

See Also:
Serialized Form

Field Summary
protected CommandContext commandContext
static java.lang.String COPYRIGHT
protected TypedProperty requestProperties
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Constructor Summary
ApprovalStatusDataBean()
Constructs an ApprovalStatusDataBean.
ApprovalStatusDataBean(ApprovalStatusAccessBean anAccessBean)
Constructs an ApprovalStatusDataBean.
Method Summary
java.lang.String getAprvstatusId()
Gets the key field of the access bean.
CommandContext getCommandContext()
Return the CommandContext
TypedProperty getRequestProperties()
Get Request Properties.
void populate()
populate the databean
void setAprvstatusId(java.lang.String newAprvstatusId)
Sets the key field of access bean.
void setCommandContext(CommandContext newCommandContext)
Set CommandContext.
void setRequestProperties(TypedProperty newRequestProperties)
setRequestProperties method is used to set the requestProperties associated with the data bean.
Methods inherited from class com.ibm.commerce.approval.objects.ApprovalStatusAccessBean
commitCopyHelper, defaultJNDIName, findAll, findByApproverAndStatus, findByApproverGroupAndStatus, findByFlowAndEntity, findByFlowAndEntityAndStatus, findByFlowAndEntityForUpdate, findByFlowTypeAndApproverAndStatus, findByFlowTypeAndEntity, findByFlowTypeAndEntityAndApprover, findByFlowTypeAndEntityAndApproverAndStateAndStatus, findByFlowTypeAndEntityAndStatus, findByFlowTypeAndSubmitterAndStatus, findByIdForUpdate, findBySubmitter, fulfills, getApproverGroupId, getApproverGroupIdInEJBType, getApproverId, getApproverIdInEJBType, getApproveTime, getApproveTimeInEJBType, getComment, getEntityId, getEntityIdInEJBType, getFlowId, getFlowIdInEJBType, getFlowTypeId, getFlowTypeIdInEJBType, getGroupingAttributeValue, getId, getIdInEJBType, getOwner, getStateId, getStateIdInEJBType, getStatus, getStatusInEJBType, getSubmitterId, getSubmitterIdInEJBType, getSubmitTime, getSubmitTimeInEJBType, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setApproverGroupId, setApproverGroupId, setApproverId, setApproverId, setApproveTime, setApproveTime, setComment, setEntityId, setEntityId, setFlowId, setFlowId, setFlowTypeId, setFlowTypeId, setId, setId, setInitKey_id, setStateId, setStateId, setStatus, setStatus, setSubmitterId, setSubmitterId, setSubmitTime, setSubmitTime
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

commandContext

protected CommandContext commandContext

requestProperties

protected TypedProperty requestProperties

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

ApprovalStatusDataBean

public ApprovalStatusDataBean()
Constructs an ApprovalStatusDataBean.

ApprovalStatusDataBean

public ApprovalStatusDataBean(ApprovalStatusAccessBean anAccessBean)
                       throws java.lang.Exception
Constructs an ApprovalStatusDataBean.
Parameters:
anAccessBean - com.ibm.commerce.ubf.objects.ApprovalAccessAccessBean
Throws:
ECException
java.lang.Exception
Method Detail

getAprvstatusId

public java.lang.String getAprvstatusId()
Gets the key field of the access bean.
Specified by:
getAprvstatusId in interface ApprovalStatusSmartDataBean

getCommandContext

public CommandContext getCommandContext()
Return the CommandContext
Specified by:
getCommandContext in interface SmartDataBean
Returns:
The command context.

getRequestProperties

public TypedProperty getRequestProperties()
Get Request Properties.
Specified by:
getRequestProperties in interface InputDataBean
Returns:
The request properties.

populate

public void populate()
              throws java.lang.Exception
populate the databean
Specified by:
populate in interface SmartDataBean
Throws:
java.lang.Exception - if there is a problem populating the databean with data.

setAprvstatusId

public void setAprvstatusId(java.lang.String newAprvstatusId)
Sets the key field of access bean.
Specified by:
setAprvstatusId in interface ApprovalStatusInputDataBean

setCommandContext

public void setCommandContext(CommandContext newCommandContext)
Set CommandContext.
Specified by:
setCommandContext in interface SmartDataBean
Parameters:
newCommandContext - The command context..

setRequestProperties

public void setRequestProperties(TypedProperty newRequestProperties)
setRequestProperties method is used to set the requestProperties associated with the data bean. This is called by the DataBeanManager during the activate method.
Specified by:
setRequestProperties in interface InputDataBean

Feedback