Class OfferDAO

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

public class OfferDAO extends BaseDAO
  • Field Details

  • Constructor Details

    • OfferDAO

      public OfferDAO()
  • Method Details

    • load

      public static Offer load(Long id)
    • listByProperty

      public static com.google.api.server.spi.response.CollectionResponse<Offer> listByProperty(Long propertyId, int limit, String cursor, Long time)