|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.beans.OrderListDataBean
This DataBean when populated will give a list of Order AccessBean for those orders that are of the specified status and/or the specified stores.
Field Summary | |
static java.lang.String |
COPYRIGHT
The internal copyright field. |
Constructor Summary | |
OrderListDataBean()
OrderListDataBean constructor comment. |
Method Summary | |
boolean |
fulfills(java.lang.Long member,
java.lang.String relationship)
This method was generated by the VisualAge for Java Access Bean SmartGuide. |
CommandContext |
getCommandContext()
Get the command context. |
java.util.Vector |
getOrders()
Get the list of order access beans. |
java.lang.String |
getOrderStatus()
Get the status of the order. |
java.lang.Long |
getOwner()
This method was generated by the VisualAge for Java Access Bean SmartGuide. |
TypedProperty |
getRequestProperties()
Get the request properties. |
void |
populate()
Provides a list of Order AccessBean for those orders that are of the specified status and/or the specified stores. |
void |
setCommandContext(CommandContext acommandContext)
Set the command context. |
void |
setOrderStatus(java.lang.String aStatus)
Set the status for retrieving those order of that status. |
void |
setRequestProperties(TypedProperty aParam)
Set the request properties. |
void |
setStoreId(java.lang.Integer aStoreId)
Set the store Id for retrieving those order of that store. |
void |
setUserId(java.lang.Long aUserId)
Set the user Id for retrieving those order of that user. |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public OrderListDataBean()
Method Detail |
public boolean fulfills(java.lang.Long member, java.lang.String relationship) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
public CommandContext getCommandContext()
com.ibm.commerce.command.CommandContext
.public java.util.Vector getOrders()
Vector
containing the order access beans.public java.lang.String getOrderStatus()
String
representing the order status.public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
public TypedProperty getRequestProperties()
com.ibm.commerce.datatype.TypedProperty
containing the
request properties.public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext acommandContext)
commandContext
- com.ibm.commerce.command.CommandContext.public void setOrderStatus(java.lang.String aStatus)
aStatus
- the order status.public void setRequestProperties(TypedProperty aParam)
param
- com.ibm.commerce.datatype.TypedProperty.public void setStoreId(java.lang.Integer aStoreId)
aStoreId
- the order Id.public void setUserId(java.lang.Long aUserId)
aUserId
- the user Id.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |