|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFilterAddress
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.. |
|
|
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. |
|
|
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 |
|---|
<T extends AddressFilterProperty> List<T> getAddressFilterProperty(AddressFilterPropertyQuery query)
addressFilterProperty for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
AddressFilterProperty getAddressFilterProperty(boolean idIsPersistent,
String id)
addressFilterProperty for the specified qualifier
attribute value.
getAddressFilterProperty in interface AbstractFilterAddressidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
AddressFilterProperty getAddressFilterProperty(String id)
addressFilterProperty for the specified qualifier
attribute value.
This method is equivalent to the preferred invocation
getAddressFilterProperty(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addAddressFilterProperty(boolean idIsPersistent,
String id,
AddressFilterProperty addressFilterProperty)
addressFilterProperty.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.addressFilterProperty - The element to be appended.
CountFilteredObjectsResult countFilteredAddress(org.openmdx.base.jmi1.Void params)
throws RefException
RefExceptionCountFilteredObjectsResult countFilteredAddress()
countFilteredAddress in interface AbstractFilterAddress<T extends AccountAddress> List<T> getFilteredAddress(AccountAddressQuery query)
filteredAddress for
the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
AccountAddress getFilteredAddress(boolean idIsPersistent,
String id)
filteredAddress for
the specified qualifier attribute value.
getFilteredAddress in interface AbstractFilterAddressidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
AccountAddress getFilteredAddress(String id)
filteredAddress for
the specified qualifier attribute value.
This method is equivalent to the preferred invocation
getFilteredAddress(false,id).
id - The value for the qualifier attribute that qualifies this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||