Uses of Class
com.liferay.portal.kernel.util.DateRange
Packages that use DateRange
-
Uses of DateRange in com.liferay.exportimport.kernel.lar
Methods in com.liferay.exportimport.kernel.lar that return DateRangeModifier and TypeMethodDescriptionstatic DateRange
ExportImportDateUtil.getDateRange
(long exportImportConfigurationId) static DateRange
ExportImportDateUtil.getDateRange
(ExportImportConfiguration exportImportConfiguration) static DateRange
ExportImportDateUtil.getDateRange
(ExportImportConfiguration exportImportConfiguration, String portletId) protected static DateRange
ExportImportDateUtil.getDateRange
(String range, int rangeLast, int startDateAmPm, int startDateYear, int startDateMonth, int startDateDay, int startDateHour, int startDateMinute, int endDateAmPm, int endDateYear, int endDateMonth, int endDateDay, int endDateHour, int endDateMinute, String portletId, long groupId, long plid, boolean privateLayout, Locale locale, TimeZone timeZone) static DateRange
ExportImportDateUtil.getDateRange
(PortletRequest portletRequest, long groupId, boolean privateLayout, long plid, String portletId, String defaultRange) PortletDataContext.getDateRange()
Methods in com.liferay.exportimport.kernel.lar with parameters of type DateRangeModifier and TypeMethodDescriptionprotected static boolean
ExportImportDateUtil.isValidDateRange
(DateRange dateRange, Date originalLastPublishDate) static void
ExportImportDateUtil.updateLastPublishDate
(long groupId, boolean privateLayout, DateRange dateRange, Date lastPublishDate) static void
ExportImportDateUtil.updateLastPublishDate
(StagedGroupedModel stagedGroupedModel, DateRange dateRange, Date lastPublishDate) static void
ExportImportDateUtil.updateLastPublishDate
(String portletId, PortletPreferences portletPreferences, DateRange dateRange, Date lastPublishDate)