Package | Description |
---|---|
com.liferay.message.boards.kernel.service | |
com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
com.liferay.portal.kernel.portletfilerepository | |
com.liferay.portal.kernel.process | |
com.liferay.portal.kernel.scheduler | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.servlet | |
com.liferay.portal.kernel.upgrade | |
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
com.liferay.trash.kernel.service |
Modifier and Type | Method and Description |
---|---|
static MBMessage |
MBMessageServiceUtil.addMessage(long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessage |
MBMessageService.addMessage(long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessage |
MBMessageServiceWrapper.addMessage(long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessage |
MBMessageLocalServiceWrapper.addMessage(long userId,
String userName,
long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
static MBMessage |
MBMessageLocalServiceUtil.addMessage(long userId,
String userName,
long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessage |
MBMessageLocalService.addMessage(long userId,
String userName,
long groupId,
long categoryId,
long threadId,
long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessage |
MBMessageLocalServiceWrapper.addMessage(long userId,
String userName,
long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
static MBMessage |
MBMessageLocalServiceUtil.addMessage(long userId,
String userName,
long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessage |
MBMessageLocalService.addMessage(long userId,
String userName,
long groupId,
long categoryId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
static MBMessage |
MBMessageServiceUtil.addMessage(long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessage |
MBMessageService.addMessage(long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessage |
MBMessageServiceWrapper.addMessage(long parentMessageId,
String subject,
String body,
String format,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
boolean anonymous,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessage |
MBMessageLocalServiceWrapper.updateMessage(long userId,
long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
static MBMessage |
MBMessageLocalServiceUtil.updateMessage(long userId,
long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessage |
MBMessageLocalService.updateMessage(long userId,
long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
static MBMessage |
MBMessageServiceUtil.updateMessage(long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessage |
MBMessageService.updateMessage(long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
MBMessage |
MBMessageServiceWrapper.updateMessage(long messageId,
String subject,
String body,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs,
List<String> existingFiles,
double priority,
boolean allowPingbacks,
ServiceContext serviceContext) |
Modifier and Type | Method and Description |
---|---|
static ObjectValuePair<Long,String> |
PortletIdCodec.decodeUserIdAndInstanceId(String userIdAndInstanceId) |
Modifier and Type | Method and Description |
---|---|
static void |
PortletFileRepositoryUtil.addPortletFileEntries(long groupId,
long userId,
String className,
long classPK,
String portletId,
long folderId,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs) |
void |
PortletFileRepository.addPortletFileEntries(long groupId,
long userId,
String className,
long classPK,
String portletId,
long folderId,
List<ObjectValuePair<String,InputStream>> inputStreamOVPs) |
Modifier and Type | Method and Description |
---|---|
static <O,E> NoticeableFuture<ObjectValuePair<O,E>> |
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor,
List<String> arguments) |
static <O,E> NoticeableFuture<ObjectValuePair<O,E>> |
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor,
String... arguments) |
Modifier and Type | Method and Description |
---|---|
ObjectValuePair<Exception,Date>[] |
JobState.getExceptions() |
ObjectValuePair<Exception,Date>[] |
SchedulerEngineHelper.getJobExceptions(SchedulerResponse schedulerResponse) |
static ObjectValuePair<Exception,Date>[] |
SchedulerEngineHelperUtil.getJobExceptions(SchedulerResponse schedulerResponse) |
ObjectValuePair<Exception,Date>[] |
SchedulerEngineHelper.getJobExceptions(String jobName,
String groupName,
StorageType storageType) |
static ObjectValuePair<Exception,Date>[] |
SchedulerEngineHelperUtil.getJobExceptions(String jobName,
String groupName,
StorageType storageType) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLinks(long userId,
long companyId,
long groupId,
String className,
long classPK,
List<ObjectValuePair<Long,String>> workflowDefinitionOVPs) |
void |
WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLinks(long userId,
long companyId,
long groupId,
String className,
long classPK,
List<ObjectValuePair<Long,String>> workflowDefinitionOVPs) |
static void |
WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLinks(long userId,
long companyId,
long groupId,
String className,
long classPK,
List<ObjectValuePair<Long,String>> workflowDefinitionOVPs) |
Modifier and Type | Method and Description |
---|---|
static ObjectValuePair<String,Long> |
RequestDispatcherUtil.getContentAndLastModifiedTime(javax.servlet.RequestDispatcher requestDispatcher,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static ObjectValuePair<javax.servlet.ServletContext,URL> |
ResourceUtil.getObjectValuePair(String requestPath,
String requestURI,
javax.servlet.ServletContext defaultServletContext) |
Modifier and Type | Method and Description |
---|---|
protected List<ObjectValuePair<String,IndexMetadata>> |
UpgradeProcess.getIndexesSQL(ClassLoader classLoader,
String tableName) |
Modifier and Type | Method and Description |
---|---|
static <O,E> Future<ObjectValuePair<O,E>> |
HeapUtil.heapDump(boolean live,
boolean binary,
String file,
OutputProcessor<O,E> outputProcessor)
Deprecated.
As of Judson (7.1.x), replaced by {@link #heapDump(boolean,
boolean, String, OutputProcessor)
|
static <O,E> Future<ObjectValuePair<O,E>> |
HeapUtil.heapDump(int processId,
boolean live,
boolean binary,
String file,
OutputProcessor<O,E> outputProcessor)
Deprecated.
As of Judson (7.1.x), replaced by {@link #heapDump(int,
boolean, boolean, String, OutputProcessor)
|
Modifier and Type | Method and Description |
---|---|
int |
ObjectValuePairComparator.compare(ObjectValuePair<K,V> ovp1,
ObjectValuePair<K,V> ovp2) |
int |
ObjectValuePairComparator.compare(ObjectValuePair<K,V> ovp1,
ObjectValuePair<K,V> ovp2) |
Modifier and Type | Method and Description |
---|---|
TrashEntry |
TrashEntryLocalService.addTrashEntry(long userId,
long groupId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int status,
List<ObjectValuePair<Long,Integer>> statusOVPs,
UnicodeProperties typeSettingsProperties)
Moves an entry to trash.
|
static TrashEntry |
TrashEntryLocalServiceUtil.addTrashEntry(long userId,
long groupId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int status,
List<ObjectValuePair<Long,Integer>> statusOVPs,
UnicodeProperties typeSettingsProperties)
Moves an entry to trash.
|
TrashEntry |
TrashEntryLocalServiceWrapper.addTrashEntry(long userId,
long groupId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int status,
List<ObjectValuePair<Long,Integer>> statusOVPs,
UnicodeProperties typeSettingsProperties)
Moves an entry to trash.
|