org.opencrx.kernel.account1.cci2
Interface AbstractFilterAccount

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

public interface AbstractFilterAccount
extends AbstractFilter

Abstract class AbstractFilterAccount


Method Summary
 void addAccountFilterProperty(boolean idIsPersistent, String id, AccountFilterProperty accountFilterProperty)
          Adds the specified element to the set of the values for the reference accountFilterProperty.
 CountFilteredObjectsResult countFilteredAccount()
           
<T extends AccountFilterProperty>
Collection<T>
getAccountFilterProperty()
          Retrieves a set containing all the elements for the reference accountFilterProperty.
 AccountFilterProperty getAccountFilterProperty(boolean idIsPersistent, String id)
          Retrieves the value for the reference accountFilterProperty for the specified qualifier attribute value.
<T extends Account>
Collection<T>
getFilteredAccount()
          Retrieves a set containing all the elements for the reference filteredAccount.
 Account getFilteredAccount(boolean idIsPersistent, String id)
          Retrieves the value for the reference filteredAccount for the specified qualifier attribute value.
 

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.

getAccountFilterProperty

AccountFilterProperty getAccountFilterProperty(boolean idIsPersistent,
                                               String id)
Retrieves the value for the reference accountFilterProperty for the specified qualifier attribute value.

Parameters:
idIsPersistent - Defines whether value for the qualifier is persistent or not
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this qualifier

addAccountFilterProperty

void addAccountFilterProperty(boolean idIsPersistent,
                              String id,
                              AccountFilterProperty accountFilterProperty)
Adds the specified element to the set of the values for the reference accountFilterProperty.

Note: This is an extension to the JMI 1 standard.

Parameters:
idIsPersistent - true if id is persistent
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
accountFilterProperty - The element to be appended.

countFilteredAccount

CountFilteredObjectsResult countFilteredAccount()

getFilteredAccount

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

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

getFilteredAccount

Account getFilteredAccount(boolean idIsPersistent,
                           String id)
Retrieves the value for the reference filteredAccount for the specified qualifier attribute value.

Parameters:
idIsPersistent - Defines whether value for the qualifier is persistent or not
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this qualifier


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