Class BannerDAO

java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.b.BannerDAO

public class BannerDAO extends BaseDAO
  • Field Details

  • Constructor Details

    • BannerDAO

      public BannerDAO()
  • Method Details

    • load

      public static Banner load(Long id)
    • listByOffice

      public static com.google.api.server.spi.response.CollectionResponse<Banner> listByOffice(String cursor, int limit, Long officeId)
    • listByOfficeAndStatus

      public static com.google.api.server.spi.response.CollectionResponse<Banner> listByOfficeAndStatus(String cursor, int limit, Long officeId, Integer status)
    • listByStatus

      public static com.google.api.server.spi.response.CollectionResponse<Banner> listByStatus(String cursor, int limit, int status)
    • listByStatusOrderDate

      public static com.google.api.server.spi.response.CollectionResponse<Banner> listByStatusOrderDate(String cursor, int limit, int status)