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 booleanstatic booleanstatic 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 GiftMethods 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
-
GiftDAO
public GiftDAO()
-
-
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
-