Uses of Class
com.maplander.backend.model.b.BannerQR
Packages that use BannerQR
-
Uses of BannerQR in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type BannerQRModifier and TypeMethodDescriptionBannerEndpoint.assignBannerQRByShortId(Long propertyId, Long shortId) BannerEndpoint.getBannerQRWithHits(Long bannerId) BannerEndpoint.listBannerQRByOffice(Long officeId, Long propertyId, String cursor, Integer limit) -
Uses of BannerQR in com.maplander.backend.dao.b
Fields in com.maplander.backend.dao.b with type parameters of type BannerQRMethods in com.maplander.backend.dao.b that return BannerQRModifier and TypeMethodDescriptionstatic BannerQRBannerQRDAO.getByPropertyId(Long propertyId) static BannerQRBannerQRDAO.getByShortId(Long shortId) static BannerQRMethods in com.maplander.backend.dao.b that return types with arguments of type BannerQRModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse<BannerQR> BannerQRDAO.listByOffice(String cursor, int limit, Long officeId) static com.google.api.server.spi.response.CollectionResponse<BannerQR> BannerQRDAO.listByProperty(Long propertyId, String cursor, int limit) BannerQRDAO.listByPropertyId(Long propertyId) Method parameters in com.maplander.backend.dao.b with type arguments of type BannerQRModifier and TypeMethodDescriptionstatic voidBannerQRDAO.saveBannersQR(List<BannerQR> bannerQRList)