|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICalendarAccountDao
Interface for retrieving ICalendarAccount objects.
| Method Summary | |
|---|---|
ICalendarAccount |
getCalendarAccount(String username)
Locate a ICalendarAccount by username. |
ICalendarAccount |
getCalendarAccount(String attributeName,
String attributeValue)
Locate a ICalendarAccount by listed attributeName and attributeValue. |
ICalendarAccount |
getCalendarAccountFromUniqueId(String calendarUniqueId)
Locate a ICalendarAccount by unique id in the calendar system. |
List<ICalendarAccount> |
searchForCalendarAccounts(String searchText)
Return 0 or more ICalendarAccounts that correspond with the
searchText argument. |
| Method Detail |
|---|
ICalendarAccount getCalendarAccount(String username)
ICalendarAccount by username.
username -
ICalendarAccount getCalendarAccountFromUniqueId(String calendarUniqueId)
ICalendarAccount by unique id in the calendar system.
calendarUniqueId -
ICalendarAccount getCalendarAccount(String attributeName,
String attributeValue)
ICalendarAccount by listed attributeName and attributeValue.
attributeName - attributeValue -
List<ICalendarAccount> searchForCalendarAccounts(String searchText)
ICalendarAccounts that correspond with the
searchText argument.
Never returns null; will return an empty List if no users match.
searchText -
List of matching ICalendarAccounts.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||