public class FlowAdminDataBean extends com.ibm.commerce.ubf.objects.FlowAdminAccessBean implements FlowAdminInputDataBean, FlowAdminSmartDataBean, com.ibm.commerce.beans.SmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
| Constructor and Description |
|---|
FlowAdminDataBean()
Constructs a FlowAdminDataBean object.
|
FlowAdminDataBean(com.ibm.commerce.ubf.objects.FlowAdmin o)
Constructs a FlowAdminDataBean object.
|
FlowAdminDataBean(com.ibm.commerce.ubf.objects.FlowAdminAccessBean anAccess)
Constructs a FlowAdminDataBean object.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the active commandContext.
|
java.lang.Long |
getFlowAdminId()
Gets the FlowAdminId field.
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
Gets the value of requestProperties; currently implemented to return null.
|
boolean |
isFlowSelected(java.lang.String newFlowId,
java.lang.String newOrgId,
java.lang.String newMarketId)
Sets the flowId and orgId and marketId value.
|
void |
populate()
Fetches field values from the access bean.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext newCommandContext)
Sets the active commandContext.
|
void |
setFlowAdminId(java.lang.Long newFlowAdminId)
Sets the FlowAdminId and uses the value
to set a key field on the access bean.
|
void |
setFlowAdminId(java.lang.String newFlowAdminId)
Sets the FlowAdminId and uses the value
to set a key field on the access bean.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty param)
Currently does nothing.
|
findAll, findByFlow, findByFlowAndOrgAndStore, findByOrg, findByOrgAndStore, findByStore, fulfills, getEntity, getFlowDescription, getFlowId, getFlowIdInEntityType, getId, getIdInEntityType, getOrgId, getOrgIdInEntityType, getOwner, getStoreId, getStoreIdInEntityType, instantiateEntity, setFlowId, setFlowId, setId, setId, setInitKey_id, setOrgId, setOrgId, setStoreId, setStoreIdpublic static final java.lang.String COPYRIGHT
public FlowAdminDataBean()
public FlowAdminDataBean(com.ibm.commerce.ubf.objects.FlowAdmin o)
o - javax.ejb.EJBObjectpublic FlowAdminDataBean(com.ibm.commerce.ubf.objects.FlowAdminAccessBean anAccess)
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.Long getFlowAdminId()
getFlowAdminId in interface FlowAdminSmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic boolean isFlowSelected(java.lang.String newFlowId,
java.lang.String newOrgId,
java.lang.String newMarketId)
isFlowSelected in interface FlowAdminSmartDataBeannewFlowId - relevant flowId.newOrgId - relevant orgId.newMarketId - relevant marketId.public void populate()
populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.Exception - On any access bean error.public void setCommandContext(com.ibm.commerce.command.CommandContext newCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeannewCommandContext - the active command context.public void setFlowAdminId(java.lang.Long newFlowAdminId)
newFlowAdminId - relevant FlowAdminId.public void setFlowAdminId(java.lang.String newFlowAdminId)
setFlowAdminId in interface FlowAdminInputDataBeannewFlowAdminId - relevant FlowAdminId.public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty param)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanparam - a TypedProperty that is ignored.