Liferay 6.2-ce-ga5

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

Packages that use DateRange
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.staging   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
com.liferay.portal.staging   
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.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.documentlibrary.service.persistence   
 

Uses of DateRange in com.liferay.portal.kernel.lar
 

Methods in com.liferay.portal.kernel.lar that return DateRange
 DateRange PortletDataContext.getDateRange()
           
static DateRange ExportImportHelperUtil.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)
           
 

Uses of DateRange in com.liferay.portal.kernel.staging
 

Methods in com.liferay.portal.kernel.staging with parameters of type DateRange
 void Staging.updateLastPublishDate(long sourceGroupId, boolean privateLayout, DateRange dateRange, Date lastPublishDate)
           
static void StagingUtil.updateLastPublishDate(long sourceGroupId, boolean privateLayout, DateRange dateRange, Date lastPublishDate)
           
 void Staging.updateLastPublishDate(String portletId, PortletPreferences portletPreferences, DateRange dateRange, Date lastPublishDate)
           
static void StagingUtil.updateLastPublishDate(String portletId, PortletPreferences portletPreferences, DateRange dateRange, Date lastPublishDate)
           
 

Uses of DateRange in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar that return DateRange
 DateRange PortletDataContextImpl.getDateRange()
           
 DateRange ExportImportHelperImpl.getDateRange(PortletRequest portletRequest, long groupId, boolean privateLayout, long plid, String portletId, String defaultRange)
           
 

Uses of DateRange in com.liferay.portal.staging
 

Methods in com.liferay.portal.staging with parameters of type DateRange
protected static boolean StagingImpl.isValidDateRange(DateRange dateRange, Date originalLastPublishDate)
           
 void StagingImpl.updateLastPublishDate(long groupId, boolean privateLayout, DateRange dateRange, Date lastPublishDate)
           
 void StagingImpl.updateLastPublishDate(String portletId, PortletPreferences portletPreferences, DateRange dateRange, Date lastPublishDate)
           
 

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 queryDefinition)
           
 int DLFileEntryLocalService.getFileEntriesCount(long groupId, DateRange dateRange, long repositoryId, QueryDefinition queryDefinition)
           
 int DLFileEntryLocalServiceWrapper.getFileEntriesCount(long groupId, DateRange dateRange, long repositoryId, QueryDefinition queryDefinition)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type DateRange
 int DLFileEntryLocalServiceImpl.getFileEntriesCount(long groupId, DateRange dateRange, long repositoryId, QueryDefinition 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 queryDefinition)
           
static int DLFileEntryFinderUtil.countByG_M_R(long groupId, DateRange dateRange, long repositoryId, QueryDefinition queryDefinition)
           
 int DLFileEntryFinderImpl.countByG_M_R(long groupId, DateRange dateRange, long repositoryId, QueryDefinition queryDefinition)
          Deprecated. As of 7.0.0, with no direct replacement
 


Liferay 6.2-ce-ga5