Package | Description |
---|---|
com.liferay.document.library.kernel.service |
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
|
com.liferay.document.library.kernel.service.persistence | |
com.liferay.exportimport.kernel.lar |
Modifier and Type | Method and Description |
---|---|
int |
DLFileEntryLocalService.getFileEntriesCount(long groupId,
DateRange dateRange,
long repositoryId,
QueryDefinition<DLFileEntry> queryDefinition)
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
int |
DLFileEntryLocalServiceWrapper.getFileEntriesCount(long groupId,
DateRange dateRange,
long repositoryId,
QueryDefinition<DLFileEntry> queryDefinition)
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
static int |
DLFileEntryLocalServiceUtil.getFileEntriesCount(long groupId,
DateRange dateRange,
long repositoryId,
QueryDefinition<DLFileEntry> queryDefinition)
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
DateRange |
PortletDataContext.getDateRange() |
static DateRange |
ExportImportDateUtil.getDateRange(ExportImportConfiguration exportImportConfiguration) |
static DateRange |
ExportImportDateUtil.getDateRange(ExportImportConfiguration exportImportConfiguration,
String portletId) |
static DateRange |
ExportImportDateUtil.getDateRange(long exportImportConfigurationId) |
static DateRange |
ExportImportDateUtil.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)
Deprecated.
As of Wilberforce (7.0.x), moved to
ExportImportDateUtil.getDateRange(PortletRequest, long,
boolean, long, String, String) |
DateRange |
ExportImportHelper.getDateRange(PortletRequest portletRequest,
long groupId,
boolean privateLayout,
long plid,
String portletId,
String defaultRange)
Deprecated.
As of Wilberforce (7.0.x), 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) |
Modifier and Type | Method and Description |
---|---|
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) |