|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WatchedFileService
Interface to Watched files Service
| Method Summary | |
|---|---|
void |
checkWatchedFile(long fileId)
Checks a watched file |
long |
getNumberOfFilesWatched()
Returns the total number of files watched |
WebWatchedFile |
getWatchedFileById(java.lang.Long fileId)
Return the file based on its ID |
java.util.List<WebWatchedFile> |
getWatchedFilesByFolderPaged(java.lang.Long folderId,
int filesPerPage,
int page)
Returns the files associated with the given folder using paging |
| Method Detail |
|---|
long getNumberOfFilesWatched()
void checkWatchedFile(long fileId)
fileId - the watched file id
java.util.List<WebWatchedFile> getWatchedFilesByFolderPaged(java.lang.Long folderId,
int filesPerPage,
int page)
folderId - the folder's idfilesPerPage - the number of files per pagepage - the page number
WebWatchedFile getWatchedFileById(java.lang.Long fileId)
fileId - the id of the watched file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||