Uses of Class
com.maplander.backend.model.payment.publish.PublishOrder
Packages that use PublishOrder
Package
Description
-
Uses of PublishOrder in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type PublishOrderModifier and TypeMethodDescriptionPublishRVEndpoint.listPublishOrder
(Long userId, String cursor, Integer limit) -
Uses of PublishOrder in com.maplander.backend.dao.manage.payment.publish
Fields in com.maplander.backend.dao.manage.payment.publish with type parameters of type PublishOrderMethods in com.maplander.backend.dao.manage.payment.publish that return PublishOrderModifier and TypeMethodDescriptionstatic PublishOrder
PublishOrderDAO.getByOrderId
(String order_id) static PublishOrder
Methods in com.maplander.backend.dao.manage.payment.publish that return types with arguments of type PublishOrderModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<PublishOrder> PublishOrderDAO.listPublishOrderByUserId
(Long userId, Integer limit, String cursor, Long time)