Class OrderBannerDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.b.OrderBannerDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OrderBanner
getByOrderId
(String order_id) static com.google.api.server.spi.response.CollectionResponse
<OrderBanner> listByOffice
(String cursor, int limit, Long officeId) static com.google.api.server.spi.response.CollectionResponse
<OrderBanner> listByStatus
(String cursor, int limit, int status) static com.google.api.server.spi.response.CollectionResponse
<OrderBanner> listByStatusAndOfficeId
(String cursor, int limit, int status, Long officeId) static OrderBanner
Methods inherited from class com.maplander.backend.dao.BaseDAO
buildCollectionResponse, delete, delete, deleteMany, deleteMany, deleteManyNow, getOfy, list, load, load, load, queryDefault, save, saveMany, saveManyNow
-
Field Details
-
clazz
-
-
Constructor Details
-
OrderBannerDAO
public OrderBannerDAO()
-
-
Method Details
-
load
-
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
-