Class OrderBannerDAO

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

public class OrderBannerDAO extends BaseDAO
  • Field Details

  • Constructor Details

    • OrderBannerDAO

      public OrderBannerDAO()
  • Method Details

    • load

      public static OrderBanner load(Long id)
    • listByOffice

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

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

      public static com.google.api.server.spi.response.CollectionResponse<OrderBanner> listByStatusAndOfficeId(String cursor, int limit, int status, Long officeId)
    • getByOrderId

      public static OrderBanner getByOrderId(String order_id)