Uses of Class
com.maplander.backend.model.b.Banner
Packages that use Banner
Package
Description
-
Uses of Banner in com.maplander.backend.controller.businessrule.opi.b
Methods in com.maplander.backend.controller.businessrule.opi.b with parameters of type Banner -
Uses of Banner in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type BannerModifier and TypeMethodDescriptionBannerEndpoint.listBannerByOffice
(Long officeId, Integer status, String cursor, Integer limit) BannerEndpoint.listBannerByStatus
(Integer status, String cursor, Integer limit) BannerEndpoint.saveBanner
(Banner banner) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type Banner -
Uses of Banner in com.maplander.backend.dao.b
Fields in com.maplander.backend.dao.b with type parameters of type BannerMethods in com.maplander.backend.dao.b that return BannerMethods in com.maplander.backend.dao.b that return types with arguments of type BannerModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<Banner> BannerDAO.listByOffice
(String cursor, int limit, Long officeId) static com.google.api.server.spi.response.CollectionResponse
<Banner> BannerDAO.listByOfficeAndStatus
(String cursor, int limit, Long officeId, Integer status) static com.google.api.server.spi.response.CollectionResponse
<Banner> BannerDAO.listByStatus
(String cursor, int limit, int status) static com.google.api.server.spi.response.CollectionResponse
<Banner> BannerDAO.listByStatusOrderDate
(String cursor, int limit, int status) -
Uses of Banner in com.maplander.backend.model.b
Constructors in com.maplander.backend.model.b with parameters of type Banner