com.vinculumtech.carrierwave.datamodel
Interface RowSource


public interface RowSource

The RowSource interface provides a hook for a DataModel to retrieve a collection of row elements. An implementation of RowSource could simply be a wrapper for a collection, or can dynamically retrieve the collection.

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/datamodel/RowSource.java#2 $

Method Summary
 void copyInto(java.util.Collection destination)
          Place the contencts of this RowSource into the destination List instance.
 java.util.Collection getSourceRows()
          Provided as a convenience.
 

Method Detail

copyInto

public void copyInto(java.util.Collection destination)
Place the contencts of this RowSource into the destination List instance.

Parameters:
destination -

getSourceRows

public java.util.Collection getSourceRows()
Provided as a convenience.

Returns:


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.