Uses of Class
com.maplander.backend.model.manage.ad.Insights
Packages that use Insights
Package
Description
-
Uses of Insights in com.maplander.backend.controller.businessrule.ad
Methods in com.maplander.backend.controller.businessrule.ad that return InsightsMethods in com.maplander.backend.controller.businessrule.ad with parameters of type Insights -
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.listAllInsightsTotals(boolean monthly, Long userId, Long officeId, Long adId, StatusAdEnum status) AdEndpoint.listInsights(Long adId, Long officeId, Long userId, String date) AdEndpoint.saveInsights(Insights insights) Deprecated.Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type Insights -
Uses of Insights in com.maplander.backend.dao.manage.ad
Fields in com.maplander.backend.dao.manage.ad with type parameters of type InsightsMethods in com.maplander.backend.dao.manage.ad that return InsightsMethods in com.maplander.backend.dao.manage.ad that return types with arguments of type InsightsModifier and TypeMethodDescriptionInsightsDAO.listAllInsightsDatastore(Long userId, Long officeId, Long adId, boolean monthly, StatusAdEnum statusAd) -
Uses of Insights in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return InsightsMethods in com.maplander.backend.model.manage.complex with parameters of type InsightsConstructors in com.maplander.backend.model.manage.complex with parameters of type Insights -
Uses of Insights in com.maplander.backend.utils.bquery
Methods in com.maplander.backend.utils.bquery that return InsightsModifier and TypeMethodDescriptionstatic InsightsBQueryAdV2.getInsightTotals(Long adId, String initDate, String endDate) static InsightsBQueryInsights.insertInsightBQ(Insights insights) Methods in com.maplander.backend.utils.bquery that return types with arguments of type InsightsModifier and TypeMethodDescriptionBQueryAdV2.getInsightTotalsByAd(Long adId, boolean monthly) BQueryAdV2.getInsightTotalsForAds(String ads) BQueryAdV2.listInsightsByAd(Long adId, String date) Methods in com.maplander.backend.utils.bquery with parameters of type InsightsModifier and TypeMethodDescriptionstatic InsightsBQueryInsights.insertInsightBQ(Insights insights) static LongBQueryAd.insertInsights(Insights insights) static LongBQueryInsights.updateInsightBQ(Insights insights) static voidBQueryAd.upsertAdInsightsTotal(Insights insights) static voidBQueryAd.upsertInsightsTotal(Insights insights)