Liferay 6.0-ee

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

Packages that use ObjectValuePair
com.liferay.portal.kernel.util   
com.liferay.portal.service   
com.liferay.portal.service.impl   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.http   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.messageboards.util   
com.liferay.portlet.rss.util   
com.liferay.portlet.wiki.service   
com.liferay.portlet.wiki.service.http   
com.liferay.portlet.wiki.service.impl   
 

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
 List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalServiceWrapper.init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
static List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalServiceUtil.init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalService.init(javax.servlet.ServletContext servletContext, String[] xmls, PluginPackage pluginPackage)
           
 List<ObjectValuePair<String,Boolean>> LayoutTemplateLocalServiceWrapper.init(String servletContextName, 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>> 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
 void LayoutTemplateLocalServiceWrapper.readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
static void LayoutTemplateLocalServiceUtil.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)
           
 

Uses of ObjectValuePair in com.liferay.portal.service.impl
 

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

Method parameters in com.liferay.portal.service.impl with type arguments of type ObjectValuePair
 void LayoutTemplateLocalServiceImpl.readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
 

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, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceUtil.addMessage(long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageService.addMessage(long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageServiceWrapper.addMessage(long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceUtil.addMessage(long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageService.addMessage(long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, 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, List<ObjectValuePair<String,byte[]>> files, 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, List<ObjectValuePair<String,byte[]>> files, 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, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.addMessage(long userId, String userName, long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageLocalServiceUtil.addMessage(long userId, String userName, long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalService.addMessage(long userId, String userName, long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceWrapper.updateMessage(long userId, long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageLocalServiceUtil.updateMessage(long userId, long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalService.updateMessage(long userId, long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageServiceWrapper.updateMessage(long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceUtil.updateMessage(long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageService.updateMessage(long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 

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

Method parameters in com.liferay.portlet.messageboards.service.http with type arguments of type ObjectValuePair
static MBMessage MBMessageServiceHttp.addMessage(HttpPrincipal httpPrincipal, long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceHttp.addMessage(HttpPrincipal httpPrincipal, long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessageSoap MBMessageServiceSoap.addMessage(long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessageSoap MBMessageServiceSoap.addMessage(long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessage MBMessageServiceHttp.updateMessage(HttpPrincipal httpPrincipal, long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
static MBMessageSoap MBMessageServiceSoap.updateMessage(long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 

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

Method parameters in com.liferay.portlet.messageboards.service.impl with type arguments of type ObjectValuePair
 MBMessage MBMessageServiceImpl.addMessage(long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageServiceImpl.addMessage(long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceImpl.addMessage(long userId, String userName, long groupId, long categoryId, long threadId, long parentMessageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceImpl.addMessage(long userId, String userName, long groupId, long categoryId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, boolean anonymous, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageLocalServiceImpl.updateMessage(long userId, long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 MBMessage MBMessageServiceImpl.updateMessage(long messageId, String subject, String body, List<ObjectValuePair<String,byte[]>> files, List<String> existingFiles, double priority, boolean allowPingbacks, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portlet.messageboards.util that return types with arguments of type ObjectValuePair
 List<ObjectValuePair<String,byte[]>> MBMailMessage.getFiles()
           
 

Uses of ObjectValuePair in com.liferay.portlet.rss.util
 

Methods in com.liferay.portlet.rss.util that return ObjectValuePair
static ObjectValuePair<String,com.sun.syndication.feed.synd.SyndFeed> RSSUtil.getFeed(String url)
           
 

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

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

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

Method parameters in com.liferay.portlet.wiki.service.http with type arguments of type ObjectValuePair
static void WikiPageServiceHttp.addPageAttachments(HttpPrincipal httpPrincipal, long nodeId, String title, List<ObjectValuePair<String,byte[]>> files)
           
static void WikiPageServiceSoap.addPageAttachments(long nodeId, String title, List<ObjectValuePair<String,byte[]>> files)
           
 

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

Method parameters in com.liferay.portlet.wiki.service.impl with type arguments of type ObjectValuePair
 void WikiPageServiceImpl.addPageAttachments(long nodeId, String title, List<ObjectValuePair<String,byte[]>> files)
           
 void WikiPageLocalServiceImpl.addPageAttachments(long nodeId, String title, List<ObjectValuePair<String,byte[]>> files)
           
 


Liferay 6.0-ee