Uses of Class
com.maplander.backend.model.gift.Gift
Packages that use Gift
Package
Description
-
Uses of Gift in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type GiftModifier and TypeMethodDescriptionGiftEndpoint.listGifts
(Long userId, GiftStatusEnum status, Integer limit, String cursor) GiftEndpoint.listRewards
(Long officeId, GiftStatusEnum status, Integer limit, String cursor) -
Uses of Gift in com.maplander.backend.dao.manage.gift
Fields in com.maplander.backend.dao.manage.gift with type parameters of type GiftMethods in com.maplander.backend.dao.manage.gift that return GiftMethods in com.maplander.backend.dao.manage.gift that return types with arguments of type GiftModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<Gift> GiftDAO.listGiftsByUserAndStatus
(Long id, GiftStatusEnum status, Integer limit, String cursor) static com.google.api.server.spi.response.CollectionResponse
<Gift> GiftDAO.listGiftsReceivedByUser
(Long id, Integer limit, String cursor) static com.google.api.server.spi.response.CollectionResponse
<Gift> GiftDAO.listRewardByUserAndStatus
(Long id, GiftStatusEnum status, Integer limit, String cursor)