Uses of Interface
org.jasig.schedassist.model.IDelegateCalendarAccount

Packages that use IDelegateCalendarAccount
org.jasig.schedassist   
 

Uses of IDelegateCalendarAccount in org.jasig.schedassist
 

Methods in org.jasig.schedassist that return IDelegateCalendarAccount
 IDelegateCalendarAccount IDelegateCalendarAccountDao.getDelegate(String accountName)
          Return the specified IDelegateCalendarAccount by name, only skip resolution of the owner ICalendarAccount.
 IDelegateCalendarAccount IDelegateCalendarAccountDao.getDelegate(String accountName, ICalendarAccount owner)
          Return the specified IDelegateCalendarAccount by name if the specified ICalendarAccount argument is the designated account owner.
 IDelegateCalendarAccount IDelegateCalendarAccountDao.getDelegateByUniqueId(String accountUniqueId)
          Return the specified IDelegateCalendarAccount by calendar system unique id, only skip resolution of the owner ICalendarAccount.
 IDelegateCalendarAccount IDelegateCalendarAccountDao.getDelegateByUniqueId(String accountUniqueId, ICalendarAccount owner)
          Return the specified IDelegateCalendarAccount by unique id if the specified ICalendarAccount argument is the designated account owner.
 

Methods in org.jasig.schedassist that return types with arguments of type IDelegateCalendarAccount
 List<IDelegateCalendarAccount> IDelegateCalendarAccountDao.searchForDelegates(String searchText)
          Return a List of IDelegateCalendarAccount that correspond to the searchText argument.
 List<IDelegateCalendarAccount> IDelegateCalendarAccountDao.searchForDelegates(String searchText, ICalendarAccount owner)
          Return a List of IDelegateCalendarAccount that correspond to the searchText argument and are assigned to the ICalendarAccount owner argument.
 



Copyright © 2012 Jasig. All Rights Reserved.