Liferay 7.0-ce-b4

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

Packages that use ObjectValuePair
com.liferay.portal.kernel.process   
com.liferay.portal.kernel.scheduler   
com.liferay.portal.kernel.servlet   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.portletfilerepository   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.util.test   
com.liferay.portlet.trash.service   
 

Uses of ObjectValuePair in com.liferay.portal.kernel.process
 

Methods in com.liferay.portal.kernel.process that return types with arguments of type ObjectValuePair
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)
           
 

Uses of ObjectValuePair in com.liferay.portal.kernel.scheduler
 

Methods in com.liferay.portal.kernel.scheduler that return ObjectValuePair
 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)
           
 

Uses of ObjectValuePair in com.liferay.portal.kernel.servlet
 

Methods in com.liferay.portal.kernel.servlet that return ObjectValuePair
static ObjectValuePair<String,Long> RequestDispatcherUtil.getContentAndLastModifiedTime(javax.servlet.RequestDispatcher requestDispatcher, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of ObjectValuePair in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util that return types with arguments of type ObjectValuePair
static
<O,E> Future<ObjectValuePair<O,E>>
HeapUtil.heapDump(boolean live, boolean binary, String file, OutputProcessor<O,E> outputProcessor)
           
static
<O,E> Future<ObjectValuePair<O,E>>
HeapUtil.heapDump(int processId, boolean live, boolean binary, String file, OutputProcessor<O,E> outputProcessor)
           
 

Methods in com.liferay.portal.kernel.util with parameters of type ObjectValuePair
 int ObjectValuePairComparator.compare(ObjectValuePair<K,V> ovp1, ObjectValuePair<K,V> ovp2)
           
 int ObjectValuePairComparator.compare(ObjectValuePair<K,V> ovp1, ObjectValuePair<K,V> ovp2)
           
 

Uses of ObjectValuePair in com.liferay.portal.portletfilerepository
 

Method parameters in com.liferay.portal.portletfilerepository with type arguments of type ObjectValuePair
 void PortletFileRepository.addPortletFileEntries(long groupId, long userId, String className, long classPK, String portletId, long folderId, List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
           
static void PortletFileRepositoryUtil.addPortletFileEntries(long groupId, long userId, String className, long classPK, String portletId, long folderId, List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
           
 

Uses of ObjectValuePair in com.liferay.portal.service
 

Method parameters in com.liferay.portal.service with type arguments of type ObjectValuePair
 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)
           
 

Uses of ObjectValuePair in com.liferay.portlet.messageboards.service
 

Method parameters in com.liferay.portlet.messageboards.service with type arguments of type ObjectValuePair
 MBMessage MBMessageService.addMessage(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)
          Deprecated. As of 6.2.0, replaced by MBMessageService.addMessage(long, String, String, String, List, boolean, double, boolean, ServiceContext)
 MBMessage MBMessageServiceWrapper.addMessage(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)
          Deprecated. As of 6.2.0, replaced by MBMessageServiceWrapper.addMessage(long, String, String, String, List, boolean, double, boolean, ServiceContext)
static MBMessage MBMessageServiceUtil.addMessage(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)
          Deprecated. As of 6.2.0, replaced by MBMessageServiceUtil.addMessage(long, String, String, String, List, boolean, double, boolean, 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)
           
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)
           
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 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)
           
 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)
           
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 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)
           
 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)
           
 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)
           
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)
           
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 MBMessageLocalServiceWrapper.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)
           
 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)
           
static MBMessage MBMessageServiceUtil.updateMessage(long messageId, String subject, String body, List<ObjectValuePair<String,InputStream>> inputStreamOVPs, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 

Uses of ObjectValuePair in com.liferay.portlet.messageboards.util.test
 

Methods in com.liferay.portlet.messageboards.util.test that return types with arguments of type ObjectValuePair
static List<ObjectValuePair<String,InputStream>> MBTestUtil.getInputStreamOVPs(String fileName, Class<?> clazz, String keywords)
           
 

Uses of ObjectValuePair in com.liferay.portlet.trash.service
 

Method parameters in com.liferay.portlet.trash.service with type arguments of type ObjectValuePair
 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.
 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.
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.
 


Liferay 7.0-ce-b4