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.listBannerQRByOffice(Long officeId, 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 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) 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)