Liferay 6.2-ce-ga5

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

Packages that use KeyValuePair
com.liferay.portal.kernel.lar   
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. 
 

Uses of KeyValuePair in com.liferay.portal.kernel.lar
 

Methods in com.liferay.portal.kernel.lar that return types with arguments of type KeyValuePair
 Map<String,List<KeyValuePair>> PortletDataContext.getPermissions()
           
 

Method parameters in com.liferay.portal.kernel.lar with type arguments of type KeyValuePair
 void PortletDataContext.addPermissions(String resourceName, long resourcePK, List<KeyValuePair> permissions)
           
 

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

Methods in com.liferay.portal.kernel.util with parameters of type KeyValuePair
 int KeyValuePairComparator.compare(KeyValuePair kvp1, KeyValuePair kvp2)
           
 int KeyValuePair.compareTo(KeyValuePair kvp)
           
 

Method parameters in com.liferay.portal.kernel.util with type arguments of type KeyValuePair
 void ThreadLocalDistributor.setThreadLocalSources(List<KeyValuePair> threadLocalSources)
           
 

Uses of KeyValuePair in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return KeyValuePair
static KeyValuePair UserLocalServiceUtil.decryptUserId(long companyId, String name, String password)
          Decrypts the user's primary key and password from their encrypted forms.
 KeyValuePair UserLocalServiceWrapper.decryptUserId(long companyId, String name, String password)
          Decrypts the user's primary key and password from their encrypted forms.
 KeyValuePair UserLocalService.decryptUserId(long companyId, String name, String password)
          Decrypts the user's primary key and password from their encrypted forms.
 


Liferay 6.2-ce-ga5