|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractFilterAccount
Abstract class AbstractFilterAccount
| Method Summary | ||
|---|---|---|
void |
addAccountFilterProperty(boolean idIsPersistent,
String id,
AccountFilterProperty accountFilterProperty)
Adds the specified element to the set of the values for the reference accountFilterProperty. |
|
CountFilteredObjectsResult |
countFilteredAccount()
|
|
|
getAccountFilterProperty()
Retrieves a set containing all the elements for the reference accountFilterProperty. |
|
AccountFilterProperty |
getAccountFilterProperty(boolean idIsPersistent,
String id)
Retrieves the value for the reference accountFilterProperty for the specified qualifier
attribute value. |
|
|
getFilteredAccount()
Retrieves a set containing all the elements for the reference filteredAccount. |
|
Account |
getFilteredAccount(boolean idIsPersistent,
String id)
Retrieves the value for the reference filteredAccount for
the specified qualifier attribute value. |
|
| Method Detail |
|---|
<T extends AccountFilterProperty> Collection<T> getAccountFilterProperty()
accountFilterProperty.
AccountFilterProperty getAccountFilterProperty(boolean idIsPersistent,
String id)
accountFilterProperty 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 addAccountFilterProperty(boolean idIsPersistent,
String id,
AccountFilterProperty accountFilterProperty)
accountFilterProperty.
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.accountFilterProperty - The element to be appended.CountFilteredObjectsResult countFilteredAccount()
<T extends Account> Collection<T> getFilteredAccount()
filteredAccount.
Account getFilteredAccount(boolean idIsPersistent,
String id)
filteredAccount 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 | |||||||||