|
||||||||||
| 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()
|
|
|
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. |
|
|
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 |
|---|
<T extends AddressFilterProperty> Collection<T> getAddressFilterProperty()
addressFilterProperty.
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.
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()
<T extends AccountAddress> Collection<T> getFilteredAddress()
filteredAddress.
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||