Class UploadFileDAO

java.lang.Object
com.ubs.backend.classes.database.dao.DAO<UploadFile>
com.ubs.backend.classes.database.dao.UploadFileDAO

public class UploadFileDAO extends DAO<UploadFile>
DAO for com.ubs.backend.classes.database.UploadFile
  • 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

      public List<String> getFileNames()