|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFilterAddress
Abstract class AbstractFilterAddress
isFrozen
| Method Summary | ||
|---|---|---|
void |
addAddressFilterProperty(boolean idIsPersistent,
String id,
AddressFilterProperty addressFilterProperty)
Adds the specified element to the set of the values for the reference addressFilterProperty. |
|
void |
addAddressFilterProperty(String id,
AddressFilterProperty addressFilterProperty)
Adds the specified element to the set of the values for the reference addressFilterProperty using a reassignable qualifier. |
|
CountFilteredObjectsResult |
countFilteredAddress()
|
|
|
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 |
|---|
getAddressFilterProperty, getFilteredAddress |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValue |
| 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.
idIsPersistent - 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.
void addAddressFilterProperty(String id,
AddressFilterProperty addressFilterProperty)
addressFilterProperty using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.addressFilterProperty - The element to be appended.CountFilteredObjectsResult 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.
idIsPersistent - 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 | |||||||||