org.opencrx.kernel.account1.cci2
Interface AbstractFilterAddress

All Superinterfaces:
AbstractFilter
All Known Subinterfaces:
AbstractFilterAddress, AddressFilterGlobal, AddressFilterGlobal
All Known Implementing Classes:
AddressFilterGlobal

public interface AbstractFilterAddress
extends AbstractFilter

Abstract class AbstractFilterAddress


Method Summary
 void addAddressFilterProperty(boolean idIsPersistent, String id, AddressFilterProperty addressFilterProperty)
          Adds the specified element to the set of the values for the reference addressFilterProperty.
 CountFilteredObjectsResult countFilteredAddress()
           
<T extends AddressFilterProperty>
Collection<T>
getAddressFilterProperty()
          Retrieves a set containing all the elements for the reference addressFilterProperty.
 AddressFilterProperty getAddressFilterProperty(boolean idIsPersistent, String id)
          Retrieves the value for the reference addressFilterProperty for the specified qualifier attribute value.
<T extends AccountAddress>
Collection<T>
getFilteredAddress()
          Retrieves a set containing all the elements for the reference filteredAddress.
 AccountAddress getFilteredAddress(boolean idIsPersistent, String id)
          Retrieves the value for the reference filteredAddress for the specified qualifier attribute value.
 

Method Detail

getAddressFilterProperty

<T extends AddressFilterProperty> Collection<T> getAddressFilterProperty()
Retrieves a set containing all the elements for the reference addressFilterProperty.

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

getAddressFilterProperty

AddressFilterProperty getAddressFilterProperty(boolean idIsPersistent,
                                               String id)
Retrieves the value for the reference addressFilterProperty 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

addAddressFilterProperty

void addAddressFilterProperty(boolean idIsPersistent,
                              String id,
                              AddressFilterProperty addressFilterProperty)
Adds the specified element to the set of the values for the reference addressFilterProperty.

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.
addressFilterProperty - The element to be appended.

countFilteredAddress

CountFilteredObjectsResult countFilteredAddress()

getFilteredAddress

<T extends AccountAddress> Collection<T> getFilteredAddress()
Retrieves a set containing all the elements for the reference filteredAddress.

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

getFilteredAddress

AccountAddress getFilteredAddress(boolean idIsPersistent,
                                  String id)
Retrieves the value for the reference filteredAddress 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.