org.objectweb.perseus.persistence.api
Interface TransactionalPersistenceManagerAttributeController

All Known Implementing Classes:
TransactionalPersistenceManagerImpl

public interface TransactionalPersistenceManagerAttributeController

Author:
Y.Bersihand

Method Summary
 java.util.Collection getFilters()
           
 void setFilters(java.util.Collection filters)
          Set the list of filters to be applied to order the working set.
 

Method Detail

setFilters

public void setFilters(java.util.Collection filters)
                throws java.lang.IllegalArgumentException
Set the list of filters to be applied to order the working set.

Throws:
java.lang.IllegalArgumentException

getFilters

public java.util.Collection getFilters()
Returns:
the list of filters applied when ordering working set


Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.