© 2005 BEA Systems, Inc.

com.beasys.commerce.ebusiness.order
Class OrderManagerPageRetriever

java.lang.Object
  extended bycom.beasys.commerce.ebusiness.order.OrderManagerPageRetriever
All Implemented Interfaces:
ScrollableModelPageRetriever, Serializable

public class OrderManagerPageRetriever
extends Object
implements ScrollableModelPageRetriever, 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

Constructor Summary
OrderManagerPageRetriever()
           
 
Method Summary
 Object[] getValues(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
 

Constructor Detail

OrderManagerPageRetriever

public OrderManagerPageRetriever()
Method Detail

getValues

public Object[] getValues(Object[] primaryKeys)
                   throws 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
Returns:
the corresponding array of Order value objects
Throws:
RemoteException

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved