Uses of Class
com.liferay.portal.kernel.util.ObjectValuePair
Packages that use ObjectValuePair
Package
Description
This package defines the kernel portlet interfaces and classes.
This package defines the portal service interfaces and classes.
This package defines the kernel utility interfaces and classes.
-
Uses of ObjectValuePair in com.liferay.portal.kernel.dao.db
Methods in com.liferay.portal.kernel.dao.db with parameters of type ObjectValuePairModifier and TypeMethodDescriptionvoid
DB.renameTables
(Connection connection, ObjectValuePair<String, String>... tableNameObjectValuePairs) -
Uses of ObjectValuePair in com.liferay.portal.kernel.portlet
Methods in com.liferay.portal.kernel.portlet that return ObjectValuePairModifier and TypeMethodDescriptionstatic ObjectValuePair<Long,
String> PortletIdCodec.decodeUserIdAndInstanceId
(String userIdAndInstanceId) -
Uses of ObjectValuePair in com.liferay.portal.kernel.portletfilerepository
Method parameters in com.liferay.portal.kernel.portletfilerepository with type arguments of type ObjectValuePairModifier and TypeMethodDescriptionvoid
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.kernel.service
Method parameters in com.liferay.portal.kernel.service with type arguments of type ObjectValuePairModifier and TypeMethodDescriptionvoid
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) void
WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLinks
(long userId, long companyId, long groupId, String className, long classPK, List<ObjectValuePair<Long, String>> workflowDefinitionOVPs) -
Uses of ObjectValuePair in com.liferay.portal.kernel.servlet
Methods in com.liferay.portal.kernel.servlet that return ObjectValuePairModifier and TypeMethodDescriptionstatic ObjectValuePair<String,
Long> RequestDispatcherUtil.getContentAndLastModifiedTimeObjectValuePair
(javax.servlet.RequestDispatcher requestDispatcher, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) static ObjectValuePair<javax.servlet.ServletContext,
URL> ResourceUtil.getObjectValuePair
(String requestPath, String requestURI, javax.servlet.ServletContext defaultServletContext) -
Uses of ObjectValuePair in com.liferay.portal.kernel.upgrade
Methods in com.liferay.portal.kernel.upgrade that return types with arguments of type ObjectValuePairModifier and TypeMethodDescriptionprotected List<ObjectValuePair<String,
IndexMetadata>> UpgradeProcess.getIndexesSQL
(ClassLoader classLoader, String tableName) Deprecated. -
Uses of ObjectValuePair in com.liferay.portal.kernel.util
Methods in com.liferay.portal.kernel.util with parameters of type ObjectValuePairModifier and TypeMethodDescriptionint
ObjectValuePairComparator.compare
(ObjectValuePair<K, V> ovp1, ObjectValuePair<K, V> ovp2)
#getIndexSQLs(Class, String)