public class FlowAdminListBean extends com.ibm.commerce.beans.SortedListBean implements FlowAdminListInputDataBean, FlowAdminListSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
| Constructor and Description |
|---|
FlowAdminListBean()
Constructs a FlowAdminListBean object.
|
| Modifier and Type | Method and Description |
|---|---|
FlowAdminDataBean[] |
getFlowAdmins()
Gets a sorted list of FlowAdminDataBean objects.
|
java.lang.String |
getFlowId()
Get FlowId.
|
java.lang.String |
getMarketId()
Get MarketId.
|
java.lang.String |
getOrgId()
Get OrgId.
|
void |
populate()
Looks up a sorted list of flowAdmins, then populates an array of
FlowAdminsDataBean objects from the list entries.
|
void |
setFlowAdmins(FlowAdminDataBean[] newFlowAdmins)
Populates a list of flow admins
Creation date: (5/12/2001 5:21:36 PM)
|
void |
setFlowId(java.lang.String newFlowId)
Sets the flowId and uses the value
to set a key field on the access bean.
|
void |
setMarketId(java.lang.String newStoreId)
Sets the marketId and uses the value
to set a key field on the access bean.
|
void |
setOrgId(java.lang.String newOrgId)
Sets the orgId and uses the value
to set a key field on the access bean.
|
getLength, getSortAtt, setSortAttfulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public FlowAdminListBean()
public FlowAdminDataBean[] getFlowAdmins()
getFlowAdmins in interface FlowAdminListSmartDataBeanpublic java.lang.String getFlowId()
getFlowId in interface FlowAdminListSmartDataBeanpublic java.lang.String getMarketId()
getMarketId in interface FlowAdminListSmartDataBeanpublic java.lang.String getOrgId()
getOrgId in interface FlowAdminListSmartDataBeanpublic void populate()
throws java.lang.Exception
populate in interface com.ibm.commerce.beans.SmartDataBeanpopulate in class com.ibm.commerce.beans.SmartDataBeanImpljava.lang.Exception - if an FlowAdminsAccessBean could not be created.public void setFlowAdmins(FlowAdminDataBean[] newFlowAdmins)
setFlowAdmins in interface FlowAdminListInputDataBeannewFlowAdmins - com.ibm.commerce.ubf.beans.FlowAdminDataBeanpublic void setFlowId(java.lang.String newFlowId)
setFlowId in interface FlowAdminListInputDataBeannewFlowId - relevant flowId.public void setMarketId(java.lang.String newStoreId)
setMarketId in interface FlowAdminListInputDataBeannewMarketId - relevant marketId.public void setOrgId(java.lang.String newOrgId)
setOrgId in interface FlowAdminListInputDataBeannewOrgId - relevant orgId.