com.beasys.commerce.ebusiness.order
Class OrderManagerPageRetriever
java.lang.Object
|
+--com.beasys.commerce.ebusiness.order.OrderManagerPageRetriever
- public class OrderManagerPageRetriever
- extends java.lang.Object
- implements ScrollableModelPageRetriever, java.io.Serializable
This file contains the implementation of a ScrollableModelPageRetriever,
an object that gets order value objects based on a set of order primary keys.
Used in conjunction with ScrollableModel's, the
two interfaces help manage requests for order value objects
while keeping memory and db requests low, as in MMU systems.
- See Also:
- Serialized Form
Method Summary
|
java.lang.Object[] |
getValues(java.lang.Object[] primaryKeys)
This method implements the ScrollableModelPageRetriever
getValues method. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
OrderManagerPageRetriever
public OrderManagerPageRetriever()
getValues
public java.lang.Object[] getValues(java.lang.Object[] primaryKeys)
throws java.rmi.RemoteException
- This method implements the ScrollableModelPageRetriever
getValues method. The expected array of objects are
array of OrderPk's. It relies on this class' findByPK
method to iterate over each primary key and construct
the array of Order value object.
- Specified by:
- getValues in interface ScrollableModelPageRetriever
- Parameters:
primaryKeys,
- an array of primary keys for order- Returns:
- the corresponding array of Order value objects
Copyright © 2002 BEA Systems, Inc. All Rights Reserved