Liferay 6.2-ce-ga3

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

Packages that use DateRange
com.liferay.portal.kernel.lar   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
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()
           
 DateRange ExportImportHelper.getDateRange(PortletRequest portletRequest, long groupId, boolean privateLayout, long plid, String portletId, String defaultRange)
           
static DateRange ExportImportHelperUtil.getDateRange(PortletRequest portletRequest, long groupId, boolean privateLayout, long plid, String portletId, String defaultRange)
           
 

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.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DateRange
 int DLFileEntryLocalServiceWrapper.getFileEntriesCount(long groupId, DateRange dateRange, long repositoryId, QueryDefinition queryDefinition)
           
 int DLFileEntryLocalService.getFileEntriesCount(long groupId, DateRange dateRange, long repositoryId, QueryDefinition queryDefinition)
           
static int DLFileEntryLocalServiceUtil.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)
           
 

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)
           
 


Liferay 6.2-ce-ga3