Class UploadFileDAO
java.lang.Object
com.ubs.backend.classes.database.dao.DAO<UploadFile>
com.ubs.backend.classes.database.dao.UploadFileDAO
DAO for com.ubs.backend.classes.database.UploadFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetFileCount(long id)Gets the amount of UploadFiles in the Database
-
Constructor Details
-
UploadFileDAO
public UploadFileDAO()
-
-
Method Details
-
getFileCount
public long getFileCount(long id)Gets the amount of UploadFiles in the Database- Parameters:
id- the ID of the UploadFile- Returns:
- the amount of UploadFiles with this ID
-
getFileNames
-