Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.util.DateRange

Packages that use DateRange
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.exportimport.lar   
 

Uses of DateRange in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DateRange
static int DLFileEntryLocalServiceUtil.getFileEntriesCount(long groupId, DateRange dateRange, long repositoryId, QueryDefinition<DLFileEntry> queryDefinition)
          Deprecated. As of 7.0.0, with no direct replacement
 int DLFileEntryLocalService.getFileEntriesCount(long groupId, DateRange dateRange, long repositoryId, QueryDefinition<DLFileEntry> queryDefinition)
          Deprecated. As of 7.0.0, with no direct replacement
 int DLFileEntryLocalServiceWrapper.getFileEntriesCount(long groupId, DateRange dateRange, long repositoryId, QueryDefinition<DLFileEntry> queryDefinition)
          Deprecated. As of 7.0.0, with no direct replacement
 

Uses of DateRange in com.liferay.portlet.documentlibrary.service.persistence
 

Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DateRange
 int DLFileEntryFinder.countByG_M_R(long groupId, DateRange dateRange, long repositoryId, QueryDefinition<DLFileEntry> queryDefinition)
           
static int DLFileEntryFinderUtil.countByG_M_R(long groupId, DateRange dateRange, long repositoryId, QueryDefinition<DLFileEntry> queryDefinition)
           
 

Uses of DateRange in com.liferay.portlet.exportimport.lar
 

Methods in com.liferay.portlet.exportimport.lar that return DateRange
 DateRange PortletDataContext.getDateRange()
           
static DateRange ExportImportDateUtil.getDateRange(ExportImportConfiguration exportImportConfiguration)
           
static DateRange ExportImportDateUtil.getDateRange(long exportImportConfigurationId)
           
static DateRange ExportImportHelperUtil.getDateRange(PortletRequest portletRequest, long groupId, boolean privateLayout, long plid, String portletId, String defaultRange)
          Deprecated. As of 7.0.0, moved to ExportImportDateUtil.getDateRange(PortletRequest, long, boolean, long, String, String)
static DateRange ExportImportDateUtil.getDateRange(PortletRequest portletRequest, long groupId, boolean privateLayout, long plid, String portletId, String defaultRange)
           
 DateRange ExportImportHelper.getDateRange(PortletRequest portletRequest, long groupId, boolean privateLayout, long plid, String portletId, String defaultRange)
          Deprecated. As of 7.0.0, moved to ExportImportDateUtil.getDateRange(PortletRequest, long, boolean, long, String, String)
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)
           
 

Methods in com.liferay.portlet.exportimport.lar with parameters of type DateRange
protected 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)
           
 


Liferay 7.0-ce-b4