com.ibm.commerce.order.beans
Class OrderListDataBean

com.ibm.commerce.order.beans.OrderListDataBean

public class 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

COPYRIGHT

public static final java.lang.String COPYRIGHT
The internal copyright field.
Constructor Detail

OrderListDataBean

public OrderListDataBean()
OrderListDataBean constructor comment.
Method Detail

fulfills

public boolean fulfills(java.lang.Long member,
                        java.lang.String relationship)
                 throws java.rmi.RemoteException,
                        java.lang.Exception,
                        javax.ejb.FinderException,
                        javax.naming.NamingException
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.

getCommandContext

public CommandContext getCommandContext()
Get the command context.
Returns:
the com.ibm.commerce.command.CommandContext.

getOrders

public java.util.Vector getOrders()
Get the list of order access beans.
Returns:
the Vector containing the order access beans.

getOrderStatus

public java.lang.String getOrderStatus()
Get the status of the order.
Returns:
the String representing the order status.

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.

getRequestProperties

public TypedProperty getRequestProperties()
Get the request properties.
Returns:
the com.ibm.commerce.datatype.TypedProperty containing the request properties.

populate

public void populate()
              throws java.lang.Exception
Provides a list of Order AccessBean for those orders that are of the specified status and/or the specified stores.

setCommandContext

public void setCommandContext(CommandContext acommandContext)
Set the command context.
Parameters:
commandContext - com.ibm.commerce.command.CommandContext.

setOrderStatus

public void setOrderStatus(java.lang.String aStatus)
Set the status for retrieving those order of that status.
Parameters:
aStatus - the order status.

setRequestProperties

public void setRequestProperties(TypedProperty aParam)
Set the request properties.
Parameters:
param - com.ibm.commerce.datatype.TypedProperty.

setStoreId

public void setStoreId(java.lang.Integer aStoreId)
Set the store Id for retrieving those order of that store.
Parameters:
aStoreId - the order Id.

setUserId

public void setUserId(java.lang.Long aUserId)
Set the user Id for retrieving those order of that user.
Parameters:
aUserId - the user Id.