Uses of Class
com.maplander.backend.model.manage.ad.Insights
Packages that use Insights
Package
Description
-
Uses of Insights in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type InsightsModifier and TypeMethodDescriptionAdEndpoint.createInsights
(Insights insights) AdEndpoint.listAllInsightsTotals
(Long userId, Long officeId, String adId, StatusAdEnum statusAd, boolean monthly) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type Insights -
Uses of Insights in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery that return types with arguments of type InsightsModifier and TypeMethodDescriptionBQueryAd.listAllInsights
(Long userId, Long officeId, String adId, boolean monthly, StatusAdEnum statusAd) Methods in com.maplander.backend.utils.bquery with parameters of type InsightsModifier and TypeMethodDescriptionstatic Long
BQueryAd.insertInsights
(Insights insights) static void
BQueryAd.upsertInsightsTotal
(Insights insights)