© 2005 BEA Systems, Inc.

com.beasys.commerce.util
Class PersistenceHelper.DefaultSmartCollectionReference

java.lang.Object
  extended bycom.beasys.commerce.util.PersistenceHelper.DefaultSmartCollectionReference
All Implemented Interfaces:
Serializable, SmartCollectionReference
Enclosing class:
PersistenceHelper

public static class PersistenceHelper.DefaultSmartCollectionReference
extends Object
implements SmartCollectionReference, Serializable

See Also:
Serialized Form

Constructor Summary
PersistenceHelper.DefaultSmartCollectionReference()
           
 
Method Summary
 Iterator cursor()
          Get an iterator over the collection's contents
 Collection getCollection()
          Get the entire collection
 void setCollection(Collection collection)
          Set the entire collection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceHelper.DefaultSmartCollectionReference

public PersistenceHelper.DefaultSmartCollectionReference()
Method Detail

cursor

public Iterator cursor()
Description copied from interface: SmartCollectionReference
Get an iterator over the collection's contents

Specified by:
cursor in interface SmartCollectionReference
Returns:
an iterator over the collection's contents

getCollection

public Collection getCollection()
Description copied from interface: SmartCollectionReference
Get the entire collection

Specified by:
getCollection in interface SmartCollectionReference
Returns:
the wrapped Collection

setCollection

public void setCollection(Collection collection)
Description copied from interface: SmartCollectionReference
Set the entire collection

Specified by:
setCollection in interface SmartCollectionReference

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved