org.opencrx.kernel.account1.jmi1
Interface AbstractFilterAddress

All Superinterfaces:
AbstractFilter, AbstractFilterAddress, RefBaseObject, RefFeatured, RefObject, RefObject_1_0
All Known Subinterfaces:
AddressFilterGlobal

public interface AbstractFilterAddress
extends AbstractFilterAddress, 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()
           
 CountFilteredObjectsResult countFilteredAddress(org.openmdx.base.jmi1.Void params)
          Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the non-struct signature.
.
<T extends AddressFilterProperty>
List<T>
getAddressFilterProperty(AddressFilterPropertyQuery query)
          Retrieves the value for the reference addressFilterProperty for the specified query.
 AddressFilterProperty getAddressFilterProperty(boolean idIsPersistent, String id)
          Retrieves the value for the reference addressFilterProperty for the specified qualifier attribute value.
 AddressFilterProperty getAddressFilterProperty(String id)
          Retrieves the value for the reference addressFilterProperty for the specified qualifier attribute value.
<T extends AccountAddress>
List<T>
getFilteredAddress(AccountAddressQuery query)
          Retrieves the value for the reference filteredAddress for the specified query.
 AccountAddress getFilteredAddress(boolean idIsPersistent, String id)
          Retrieves the value for the reference filteredAddress for the specified qualifier attribute value.
 AccountAddress getFilteredAddress(String id)
          Retrieves the value for the reference filteredAddress for the specified qualifier attribute value.
 
Methods inherited from interface org.opencrx.kernel.account1.cci2.AbstractFilterAddress
addAddressFilterProperty, getAddressFilterProperty, getFilteredAddress
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getAddressFilterProperty

<T extends AddressFilterProperty> List<T> getAddressFilterProperty(AddressFilterPropertyQuery query)
Retrieves the value for the reference addressFilterProperty for the specified query. Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with java.jdo.Query

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

getAddressFilterProperty

AddressFilterProperty getAddressFilterProperty(boolean idIsPersistent,
                                               String id)
Retrieves the value for the reference addressFilterProperty for the specified qualifier attribute value.

Specified by:
getAddressFilterProperty in interface AbstractFilterAddress
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

getAddressFilterProperty

AddressFilterProperty getAddressFilterProperty(String id)
Retrieves the value for the reference addressFilterProperty for the specified qualifier attribute value.

This method is equivalent to the preferred invocation getAddressFilterProperty(false,id).

Parameters:
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(org.openmdx.base.jmi1.Void params)
                                                throws RefException
Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the non-struct signature.
.

Throws:
RefException

countFilteredAddress

CountFilteredObjectsResult countFilteredAddress()
Specified by:
countFilteredAddress in interface AbstractFilterAddress

getFilteredAddress

<T extends AccountAddress> List<T> getFilteredAddress(AccountAddressQuery query)
Retrieves the value for the reference filteredAddress for the specified query. Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with java.jdo.Query

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

getFilteredAddress

AccountAddress getFilteredAddress(boolean idIsPersistent,
                                  String id)
Retrieves the value for the reference filteredAddress for the specified qualifier attribute value.

Specified by:
getFilteredAddress in interface AbstractFilterAddress
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

getFilteredAddress

AccountAddress getFilteredAddress(String id)
Retrieves the value for the reference filteredAddress for the specified qualifier attribute value.

This method is equivalent to the preferred invocation getFilteredAddress(false,id).

Parameters:
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.