org.opencrx.kernel.account1.cci2
Interface AbstractFilterAccount

All Superinterfaces:
AbstractFilter
All Known Subinterfaces:
AbstractFilterAccount, AccountFilterGlobal, AccountFilterGlobal, PriceLevel, PriceLevel
All Known Implementing Classes:
AccountFilterGlobal, PriceLevel

public interface AbstractFilterAccount
extends AbstractFilter

Abstract class AbstractFilterAccount


Method Summary
<T extends CountFilteredObjectsResult>
T
countFilteredAccount()
           
<T extends AccountFilterProperty>
Collection<T>
getAccountFilterProperty()
          Retrieves a set containing all the elements for the reference accountFilterProperty.
<T extends Account>
Set<T>
getFilteredAccount()
          Retrieves a set containing all the elements for the reference filteredAccount.
 

Method Detail

getAccountFilterProperty

<T extends AccountFilterProperty> Collection<T> getAccountFilterProperty()
Retrieves a set containing all the elements for the reference accountFilterProperty.

Returns:
A set containing all the elements for this reference.

countFilteredAccount

<T extends CountFilteredObjectsResult> T countFilteredAccount()
                                                          throws RefException
Throws:
RefException

getFilteredAccount

<T extends Account> Set<T> getFilteredAccount()
Retrieves a set containing all the elements for the reference filteredAccount.

Returns:
A set containing all the elements for this reference.


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.