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.lar This package defines the portal archiving interfaces, classes, and exceptions. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.documentlibrary.action   
com.liferay.portlet.wiki.action   
com.liferay.taglib.ui   
 

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.lar
 

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

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

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.
 

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

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

Uses of KeyValuePair in com.liferay.portlet.documentlibrary.action
 

Method parameters in com.liferay.portlet.documentlibrary.action with type arguments of type KeyValuePair
protected  void EditFileEntryAction.addMultipleFileEntries(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse, String selectedFileName, List<KeyValuePair> validFileNameKVPs, List<KeyValuePair> invalidFileNameKVPs)
           
protected  void EditFileEntryAction.addMultipleFileEntries(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse, String selectedFileName, List<KeyValuePair> validFileNameKVPs, List<KeyValuePair> invalidFileNameKVPs)
           
 

Uses of KeyValuePair in com.liferay.portlet.wiki.action
 

Method parameters in com.liferay.portlet.wiki.action with type arguments of type KeyValuePair
protected  void EditPageAttachmentsAction.addMultipleFileEntries(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse, String selectedFileName, List<KeyValuePair> validFileNameKVPs, List<KeyValuePair> invalidFileNameKVPs)
           
protected  void EditPageAttachmentsAction.addMultipleFileEntries(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse, String selectedFileName, List<KeyValuePair> validFileNameKVPs, List<KeyValuePair> invalidFileNameKVPs)
           
 

Uses of KeyValuePair in com.liferay.taglib.ui
 

Method parameters in com.liferay.taglib.ui with type arguments of type KeyValuePair
 void InputMoveBoxesTag.setLeftList(List<KeyValuePair> leftList)
           
 void InputMoveBoxesTag.setRightList(List<KeyValuePair> rightList)
           
 


Liferay 6.2-ce-ga5