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

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

Uses of WatchedFile in ch.busyboxes.agoo.dao
 

Methods in ch.busyboxes.agoo.dao that return WatchedFile
 WatchedFile WatchedFileDAO.getWatchedFileById(java.lang.Long fileId)
          Gets a watched file by ID
 

Methods in ch.busyboxes.agoo.dao that return types with arguments of type WatchedFile
 java.util.List<WatchedFile> WatchedFolderDAO.addWatchedFilesToFolder(WatchedFolder watchedFolder, java.util.List<java.lang.String> filePaths)
          Add the given paths to the given watched folder
 java.util.List<WatchedFile> WatchedFileDAO.getWatchedFilesByFolderPaged(java.lang.Long folderId, int filesPerPage, int page)
          Returns the files associated with the given folder using paging
 

Methods in ch.busyboxes.agoo.dao with parameters of type WatchedFile
 void WatchedFileDAO.saveWatchedFile(WatchedFile file)
          Saves the given watched file
 

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

Methods in ch.busyboxes.agoo.dao.impl that return WatchedFile
 WatchedFile WatchedFileDAOImpl.getWatchedFileById(java.lang.Long fileId)
           
 

Methods in ch.busyboxes.agoo.dao.impl that return types with arguments of type WatchedFile
 java.util.List<WatchedFile> WatchedFolderDAOImpl.addWatchedFilesToFolder(WatchedFolder watchedFolder, java.util.List<java.lang.String> filePaths)
           
 java.util.List<WatchedFile> WatchedFileDAOImpl.getWatchedFilesByFolderPaged(java.lang.Long folderId, int filesPerPage, int page)
           
 

Methods in ch.busyboxes.agoo.dao.impl with parameters of type WatchedFile
 void WatchedFileDAOImpl.saveWatchedFile(WatchedFile file)
           
 

Uses of WatchedFile in ch.busyboxes.agoo.model
 

Methods in ch.busyboxes.agoo.model that return types with arguments of type WatchedFile
 java.util.List<WatchedFile> WatchedFolder.getWatchedFiles()
          Returns the list of files associated with this folder
 

Method parameters in ch.busyboxes.agoo.model with type arguments of type WatchedFile
 void WatchedFolder.setWatchedFiles(java.util.List<WatchedFile> watchedFiles)
          Sets the list of files associated with this folder
 

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

Methods in ch.busyboxes.agoo.service.impl.adapter with parameters of type WatchedFile
static WebWatchedFile WatchedFileAdapter.adaptWatchedFile(WatchedFile watchedFile)
          Convert a WatchedFile into a WebWatchedFile
 

Method parameters in ch.busyboxes.agoo.service.impl.adapter with type arguments of type WatchedFile
static java.util.List<WebWatchedFile> WatchedFileAdapter.adaptWatchedFiles(java.util.List<WatchedFile> watchedFiles)
          Converts a list of watched files to a list of web watched files
 



Copyright © 2009. All Rights Reserved.