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 DateRangeExportImportDateUtil.getDateRange(long exportImportConfigurationId) static DateRangeExportImportDateUtil.getDateRange(ExportImportConfiguration exportImportConfiguration) static DateRangeExportImportDateUtil.getDateRange(ExportImportConfiguration exportImportConfiguration, String portletId) protected static DateRangeExportImportDateUtil.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 DateRangeExportImportDateUtil.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 booleanExportImportDateUtil.isValidDateRange(DateRange dateRange, Date originalLastPublishDate) static voidExportImportDateUtil.updateLastPublishDate(long groupId, boolean privateLayout, DateRange dateRange, Date lastPublishDate) static voidExportImportDateUtil.updateLastPublishDate(StagedGroupedModel stagedGroupedModel, DateRange dateRange, Date lastPublishDate) static voidExportImportDateUtil.updateLastPublishDate(String portletId, PortletPreferences portletPreferences, DateRange dateRange, Date lastPublishDate)