Uses of Class
ch.busyboxes.agoo.model.WatchedFolder

Packages that use WatchedFolder
ch.busyboxes.agoo.dao   
ch.busyboxes.agoo.dao.impl   
ch.busyboxes.agoo.model   
ch.busyboxes.agoo.service.impl.adapter   
 

Uses of WatchedFolder in ch.busyboxes.agoo.dao
 

Methods in ch.busyboxes.agoo.dao that return WatchedFolder
 WatchedFolder WatchedFolderDAO.getWatchedFolderById(java.lang.Long folderId)
          Gets a watched folder by ID
 

Methods in ch.busyboxes.agoo.dao that return types with arguments of type WatchedFolder
 java.util.List<WatchedFolder> WatchedFolderDAO.getAllWatchedFolders()
          Returns the list of all watched folders
 

Methods in ch.busyboxes.agoo.dao with parameters of type WatchedFolder
 java.util.List<WatchedFile> WatchedFolderDAO.addWatchedFilesToFolder(WatchedFolder watchedFolder, java.util.List<java.lang.String> filePaths)
          Add the given paths to the given watched folder
 void WatchedFolderDAO.addWatchedFileToFolder(WatchedFolder watchedFolder, java.lang.String filePath)
          Add the given path to the given watched folder
 void WatchedFolderDAO.saveWatchedFolder(WatchedFolder watchedFolder)
          Saves the given WatchedFolder
 

Uses of WatchedFolder in ch.busyboxes.agoo.dao.impl
 

Methods in ch.busyboxes.agoo.dao.impl that return WatchedFolder
 WatchedFolder WatchedFolderDAOImpl.getWatchedFolderById(java.lang.Long folderId)
           
 

Methods in ch.busyboxes.agoo.dao.impl that return types with arguments of type WatchedFolder
 java.util.List<WatchedFolder> WatchedFolderDAOImpl.getAllWatchedFolders()
           
 

Methods in ch.busyboxes.agoo.dao.impl with parameters of type WatchedFolder
 java.util.List<WatchedFile> WatchedFolderDAOImpl.addWatchedFilesToFolder(WatchedFolder watchedFolder, java.util.List<java.lang.String> filePaths)
           
 void WatchedFolderDAOImpl.addWatchedFileToFolder(WatchedFolder watchedFolder, java.lang.String filePath)
           
 void WatchedFolderDAOImpl.saveWatchedFolder(WatchedFolder watchedFolder)
           
 

Uses of WatchedFolder in ch.busyboxes.agoo.model
 

Methods in ch.busyboxes.agoo.model that return WatchedFolder
 WatchedFolder WatchedFile.getWatchedFolder()
          Rerurns he folder containing this file
 

Methods in ch.busyboxes.agoo.model with parameters of type WatchedFolder
 void WatchedFile.setWatchedFolder(WatchedFolder watchedFolder)
          Sets the associated folder to this file
 

Uses of WatchedFolder in ch.busyboxes.agoo.service.impl.adapter
 

Methods in ch.busyboxes.agoo.service.impl.adapter with parameters of type WatchedFolder
static WebWatchedFolder WatchedFolderAdapter.adaptWatchedFolderShallow(WatchedFolder watchedFolder)
          Convert a WatchedFolder into a WebWatchedFolder without attaching WebWatchedFiles
 



Copyright © 2009. All Rights Reserved.