Class PublishOrderDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.payment.publish.PublishOrderDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PublishOrder
getByOrderId
(String order_id) static com.google.api.server.spi.response.CollectionResponse
<PublishOrder> listPublishOrderByUserId
(Long userId, Integer limit, String cursor, Long time) static PublishOrder
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
-
PublishOrderDAO
public PublishOrderDAO()
-
-
Method Details
-
load
-
listPublishOrderByUserId
public static com.google.api.server.spi.response.CollectionResponse<PublishOrder> listPublishOrderByUserId(Long userId, Integer limit, String cursor, Long time) -
getByOrderId
-