com.beasys.commerce.ebusiness.util
Interface ScrollableModelPageRetriever

All Known Implementing Classes:
OrderManagerPageRetriever

Deprecated

@Deprecated
public interface ScrollableModelPageRetriever

This file contains an interface for any scrollable model page retriever, an object that gets values (hopefully value objects) based on a set of primary keys.
Used in conjunction with ScrollableModel's, the two interfaces help manage requests for particular objects while keeping memory and db requests low, as in MMU systems.


Method Summary
 Object[] getValues(Object[] primaryKeys)
          Deprecated Gets a set of value objects based on a set of primary keys for those objects
 

Method Detail

getValues

Object[] getValues(Object[] primaryKeys)
                   throws RemoteException
Deprecated 
Gets a set of value objects based on a set of primary keys for those objects

Parameters
primaryKeys, - an array of pk's
Returns
an array of value objects, one per pk
Throws
RemoteException


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.