|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDelegateCalendarAccountDao
Interface that defines operations for
locating and searching for IDelegateCalendarAccounts.
| Method Summary | |
|---|---|
IDelegateCalendarAccount |
getDelegate(String accountName)
Return the specified IDelegateCalendarAccount by name, only skip resolution of the
owner ICalendarAccount. |
IDelegateCalendarAccount |
getDelegate(String accountName,
ICalendarAccount owner)
Return the specified IDelegateCalendarAccount by name if the specified
ICalendarAccount argument is the designated account owner. |
IDelegateCalendarAccount |
getDelegate(String attributeName,
String attributeValue)
Return a matching IDelegateCalendarAccount with the specified
attributeName equal to the specified attributeValue. |
IDelegateCalendarAccount |
getDelegateByUniqueId(String accountUniqueId)
Return the specified IDelegateCalendarAccount by calendar system unique id, only skip resolution of the
owner ICalendarAccount. |
IDelegateCalendarAccount |
getDelegateByUniqueId(String accountUniqueId,
ICalendarAccount owner)
Return the specified IDelegateCalendarAccount by unique id if the specified
ICalendarAccount argument is the designated account owner. |
List<IDelegateCalendarAccount> |
searchForDelegates(String searchText)
Return a List of IDelegateCalendarAccount that correspond
to the searchText argument. |
List<IDelegateCalendarAccount> |
searchForDelegates(String searchText,
ICalendarAccount owner)
Return a List of IDelegateCalendarAccount that correspond
to the searchText argument and are assigned to the ICalendarAccount owner argument. |
| Method Detail |
|---|
List<IDelegateCalendarAccount> searchForDelegates(String searchText,
ICalendarAccount owner)
List of IDelegateCalendarAccount that correspond
to the searchText argument and are assigned to the ICalendarAccount owner argument.
Implementations of this method must never return null; return an empty list if
no matches can be found.
searchText - owner -
List of matching IDelegateCalendarAccounts.searchForDelegates(String)List<IDelegateCalendarAccount> searchForDelegates(String searchText)
List of IDelegateCalendarAccount that correspond
to the searchText argument.
Implementations may decide internally which account attributes are used
to map searchText. searchText will contain the asterisk ('*') character
to serve as a wildcard.
Implementations of this method must never return null; return an empty list if
no matches can be found.
searchText -
List of matching IDelegateCalendarAccounts.IDelegateCalendarAccount getDelegate(String accountName)
IDelegateCalendarAccount by name, only skip resolution of the
owner ICalendarAccount.
accountName -
IDelegateCalendarAccount, only without its ICalendarAccount owner
IDelegateCalendarAccount getDelegate(String accountName,
ICalendarAccount owner)
IDelegateCalendarAccount by name if the specified
ICalendarAccount argument is the designated account owner.
accountName - owner -
IDelegateCalendarAccount, or null if not found
IDelegateCalendarAccount getDelegate(String attributeName,
String attributeValue)
IDelegateCalendarAccount with the specified
attributeName equal to the specified attributeValue.
attributeName - the name of the attribute to use in the lookupattributeValue - the value of the attribute to use in the lookup
IDelegateCalendarAccount, or null if not foundIDelegateCalendarAccount getDelegateByUniqueId(String accountUniqueId)
IDelegateCalendarAccount by calendar system unique id, only skip resolution of the
owner ICalendarAccount.
accountUniqueId -
IDelegateCalendarAccount, only without its ICalendarAccount owner
IDelegateCalendarAccount getDelegateByUniqueId(String accountUniqueId,
ICalendarAccount owner)
IDelegateCalendarAccount by unique id if the specified
ICalendarAccount argument is the designated account owner.
accountUniqueId - owner -
IDelegateCalendarAccount, or null if not found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||