com.ibm.commerce.approval.beans
Class ApprovalStatusDataBean
java.lang.Object
|
+--com.ibm.ivj.ejb.runtime.AbstractAccessBean
|
+--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
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Methods inherited from class com.ibm.commerce.approval.objects.ApprovalStatusAccessBean |
commitCopyHelper, 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, 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 com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commandContext
protected CommandContext commandContext
COPYRIGHT
public static final java.lang.String COPYRIGHT
requestProperties
protected TypedProperty requestProperties
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
-
ApprovalStatusDataBean
public ApprovalStatusDataBean(javax.ejb.EJBObject o)
throws java.rmi.RemoteException
- Constructs an ApprovalStatusDataBean.
- Parameters:
o
- javax.ejb.EJBObject- Throws:
java.rmi.RemoteException
- The exception description.
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
getRequestProperties
public TypedProperty getRequestProperties()
- Get Request Properties.
- Specified by:
getRequestProperties
in interface InputDataBean
populate
public void populate()
throws java.lang.Exception
- populate the databean
- Specified by:
populate
in interface SmartDataBean
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
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
- Parameters:
TypedProperty
- requestProperties - the set of properties passed to the JSP
page that invokes this data bean,