Liferay 6.1.2-ce-ga3

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

Packages that use ObjectValuePair
com.liferay.portal.kernel.scheduler   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet.messageboards.service   
com.liferay.portlet.wiki.service   
 

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

Methods in com.liferay.portal.kernel.scheduler that return ObjectValuePair
 ObjectValuePair<Exception,Date>[] JobState.getExceptions()
           
static ObjectValuePair<Exception,Date>[] SchedulerEngineHelperUtil.getJobExceptions(SchedulerResponse schedulerResponse)
           
 ObjectValuePair<Exception,Date>[] SchedulerEngineHelper.getJobExceptions(SchedulerResponse schedulerResponse)
           
static ObjectValuePair<Exception,Date>[] SchedulerEngineHelperUtil.getJobExceptions(String jobName, String groupName, StorageType storageType)
           
 ObjectValuePair<Exception,Date>[] SchedulerEngineHelper.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.service
 

Methods in com.liferay.portal.service that return types with arguments of type ObjectValuePair
static List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalServiceUtil.init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalServiceWrapper.init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalService.init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
static List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalServiceUtil.init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalServiceWrapper.init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalService.init(String servletContextName, javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 

Method parameters in com.liferay.portal.service with type arguments of type ObjectValuePair
static void LayoutTemplateLocalServiceUtil.readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
 void LayoutTemplateLocalServiceWrapper.readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
 void LayoutTemplateLocalService.readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
 void WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLinks(long userId, long companyId, long groupId, String className, long classPK, List<ObjectValuePair<Long,String>> workflowDefinitions)
           
static void WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLinks(long userId, long companyId, long groupId, String className, long classPK, List<ObjectValuePair<Long,String>> workflowDefinitions)
           
 void WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLinks(long userId, long companyId, long groupId, String className, long classPK, List<ObjectValuePair<Long,String>> workflowDefinitions)
           
 

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

Method parameters in com.liferay.portlet.messageboards.service with type arguments of type ObjectValuePair
 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. MBMessageServiceWrapper.addMessage(long, String, String, String, java.util.List, boolean, double, boolean, com.liferay.portal.service.ServiceContext)
 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. MBMessageService.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. MBMessageServiceUtil.addMessage(long, String, String, String, java.util.List, boolean, double, boolean, com.liferay.portal.service.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 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)
           
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 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, 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 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 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 MBMessageServiceWrapper.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)
           
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 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 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 MBMessageServiceWrapper.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)
           
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.wiki.service
 

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


Liferay 6.1.2-ce-ga3