Uses of Class
org.craftercms.studio.model.rest.dashboard.ExpiringContentResult
Packages that use ExpiringContentResult
Package
Description
-
Uses of ExpiringContentResult in org.craftercms.studio.api.v2.service.dashboard
Methods in org.craftercms.studio.api.v2.service.dashboard that return ExpiringContentResultModifier and TypeMethodDescriptionDashboardService.getContentExpired(String siteId, int offset, int limit) Get content that expiredDashboardService.getContentExpiring(String siteId, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) Get content that is expiring -
Uses of ExpiringContentResult in org.craftercms.studio.impl.v2.service.dashboard
Methods in org.craftercms.studio.impl.v2.service.dashboard that return ExpiringContentResultModifier and TypeMethodDescriptionDashboardServiceImpl.getContentExpired(String siteId, int offset, int limit) DashboardServiceImpl.getContentExpiring(String siteId, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) protected ExpiringContentResultDashboardServiceImpl.processResults(String siteId, SearchResult results)