Liferay 6.2-ce-ga5

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.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.trash.service   
com.liferay.portlet.wiki.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> Future<ObjectValuePair<O,E>>
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor, List<String> arguments)
           
static
<O,E> Future<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.util
 

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, java.util.List, boolean, double, boolean, com.liferay.portal.service.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, java.util.List, boolean, double, boolean, com.liferay.portal.service.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, java.util.List, boolean, double, boolean, com.liferay.portal.service.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.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.
 

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

Method parameters in com.liferay.portlet.wiki.service with type arguments of type ObjectValuePair
 void WikiPageLocalServiceWrapper.addPageAttachments(long userId, long nodeId, String title, List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
           
 void WikiPageLocalService.addPageAttachments(long userId, long nodeId, String title, List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
           
static void WikiPageLocalServiceUtil.addPageAttachments(long userId, long nodeId, String title, List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
           
 void WikiPageService.addPageAttachments(long nodeId, String title, List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
           
 void WikiPageServiceWrapper.addPageAttachments(long nodeId, String title, List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
           
static void WikiPageServiceUtil.addPageAttachments(long nodeId, String title, List<ObjectValuePair<String,InputStream>> inputStreamOVPs)
           
 


Liferay 6.2-ce-ga5