Uses of Class
ibi.broker.api.data.library.WatchItem

Packages that use WatchItem
ibi.broker.api.cci   
ibi.broker.api.data.library   
ibi.broker.api.ws   
 

Uses of WatchItem in ibi.broker.api.cci
 

Methods in ibi.broker.api.cci that return WatchItem
 WatchItem[] LibraryContentManager.getWatchList(java.lang.String userId, java.lang.String contentId)
           
 

Methods in ibi.broker.api.cci with parameters of type WatchItem
 void LibraryContentManager.addWatchItem(WatchItem watchItem)
           
 void LibraryContentManager.deleteWatchItem(WatchItem watchItem)
           
 

Uses of WatchItem in ibi.broker.api.data.library
 

Methods in ibi.broker.api.data.library that return WatchItem
 WatchItem[] Content.getWatchItemList()
           
 

Methods in ibi.broker.api.data.library with parameters of type WatchItem
 void Content.setWatchItemList(WatchItem[] watchItemList)
           
 

Uses of WatchItem in ibi.broker.api.ws
 

Methods in ibi.broker.api.ws that return WatchItem
 WatchItem[] LibraryContentManagerIF.getWatchList(Authenticate authenticate, java.lang.String userId, java.lang.String contentId)
           
 WatchItem[] LibraryContentManagerWS.getWatchList(Authenticate authenticate, java.lang.String userId, java.lang.String contentId)
           
 WatchItem[] LibraryContentManagerClientSF.getWatchList(java.lang.String userId, java.lang.String contentId, java.lang.String propertyName)
           
 

Methods in ibi.broker.api.ws with parameters of type WatchItem
 void LibraryContentManagerIF.addWatchItem(Authenticate authenticate, WatchItem watchItem)
           
 void LibraryContentManagerWS.addWatchItem(Authenticate authenticate, WatchItem watchItem)
           
 void LibraryContentManagerIF.deleteWatchItem(Authenticate authenticate, WatchItem watchItem)
           
 void LibraryContentManagerWS.deleteWatchItem(Authenticate authenticate, WatchItem watchItem)
           
 void LibraryContentManagerClientSF.deleteWatchItem(WatchItem watchItem)
           
 void LibraryContentManagerClientSF.updateWatchItem(WatchItem watchItem)
           
 



Copyright © 2006 Information Builders, Incorporated.