Uses of Class
ch.busyboxes.agoo.controller.model.WebWatchedFile

Packages that use WebWatchedFile
ch.busyboxes.agoo.service   
ch.busyboxes.agoo.service.impl   
ch.busyboxes.agoo.service.impl.adapter   
 

Uses of WebWatchedFile in ch.busyboxes.agoo.service
 

Methods in ch.busyboxes.agoo.service that return WebWatchedFile
 WebWatchedFile WatchedFileService.getWatchedFileById(java.lang.Long fileId)
          Return the file based on its ID
 

Methods in ch.busyboxes.agoo.service that return types with arguments of type WebWatchedFile
 java.util.List<WebWatchedFile> WatchedFileService.getWatchedFilesByFolderPaged(java.lang.Long folderId, int filesPerPage, int page)
          Returns the files associated with the given folder using paging
 

Uses of WebWatchedFile in ch.busyboxes.agoo.service.impl
 

Methods in ch.busyboxes.agoo.service.impl that return WebWatchedFile
 WebWatchedFile WatchedFileServiceImpl.getWatchedFileById(java.lang.Long fileId)
           
 

Methods in ch.busyboxes.agoo.service.impl that return types with arguments of type WebWatchedFile
 java.util.List<WebWatchedFile> WatchedFileServiceImpl.getWatchedFilesByFolderPaged(java.lang.Long folderId, int filesPerPage, int page)
           
 

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

Methods in ch.busyboxes.agoo.service.impl.adapter that return WebWatchedFile
static WebWatchedFile WatchedFileAdapter.adaptWatchedFile(WatchedFile watchedFile)
          Convert a WatchedFile into a WebWatchedFile
 

Methods in ch.busyboxes.agoo.service.impl.adapter that return types with arguments of type WebWatchedFile
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.