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
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 |
commandContext
protected CommandContext commandContext
requestProperties
protected TypedProperty requestProperties
COPYRIGHT
public static final java.lang.String COPYRIGHT
-
- See Also:
- Constant Field Values
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
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
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.