Class PFileDAO

java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.PFileDAO

public class PFileDAO extends BaseDAO
  • Field Details

  • Constructor Details

    • PFileDAO

      public PFileDAO()
  • Method Details

    • load

      public static PFile load(Long id)
    • loadByPropertyAndType

      public static List<PFile> loadByPropertyAndType(Long propertyId, PFileTypeEnum type)
    • loadFilesByProperty

      public static List<PFile> loadFilesByProperty(Long propertyId)
    • list

      public static List<PFile> list()
    • listWLimitANDCursor

      public static com.google.api.server.spi.response.CollectionResponse<PFile> listWLimitANDCursor(Integer limit, String cursor, Long time)
    • deleteManyIds

      public static void deleteManyIds(List<Long> ids)