***  This interface is subject to change.  ***

com.sas.iquery.metadata.business
Interface FilterCascadeContainerUpdater

All Superinterfaces:
FilterCascadeContainer
All Known Subinterfaces:
CompoundFilter
All Known Implementing Classes:
CompoundConditionalExpression, MultipleConditionalExpression

public interface FilterCascadeContainerUpdater
extends FilterCascadeContainer

Business objects that can modify there list of FilterCascadeInterfaces should implement this interface.


Method Summary
 void setCascades(java.util.List filterCascades)
          Set the list of FilterCascadeInterfaces that are associated to this filter.
 
Methods inherited from interface com.sas.iquery.metadata.business.FilterCascadeContainer
getCascades
 

Method Detail

***  This method is subject to change.  ***

setCascades

void setCascades(java.util.List filterCascades)
Set the list of FilterCascadeInterfaces that are associated to this filter. This call will replace the current list of cascades.

Parameters:
filterCascades - list of FilterCascadeInterfaces
Throws:
java.lang.IllegalArgumentException - if the list of filter cascades contains an object that is not a FilterCascadeInterface

***  This interface is subject to change.  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.