Contents
Class GiftDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.gift.GiftDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
static com.google.api.server.spi.response.CollectionResponse
<Gift> listGiftsByUserAndStatus
(Long id, GiftStatusEnum status, Integer limit, String cursor) static com.google.api.server.spi.response.CollectionResponse
<Gift> listGiftsReceivedByUser
(Long id, Integer limit, String cursor) static com.google.api.server.spi.response.CollectionResponse
<Gift> listRewardByUserAndStatus
(Long id, GiftStatusEnum status, Integer limit, String cursor) static Gift
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
-
Constructor Details
-
Method Details
-
load
-
listGiftsReceivedByUser
-
listGiftsByUserAndStatus
public static com.google.api.server.spi.response.CollectionResponse<Gift> listGiftsByUserAndStatus(Long id, GiftStatusEnum status, Integer limit, String cursor) -
listRewardByUserAndStatus
public static com.google.api.server.spi.response.CollectionResponse<Gift> listRewardByUserAndStatus(Long id, GiftStatusEnum status, Integer limit, String cursor) -
giftExist
-
giftUse
-