Liferay 6.2.0-ce-m3

Uses of Class
com.liferay.portal.kernel.json.JSON

Packages that use JSON
com.liferay.portal.kernel.search   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portlet.documentlibrary.model   
 

Uses of JSON in com.liferay.portal.kernel.search
 

Methods in com.liferay.portal.kernel.search with annotations of type JSON
 Document[] HitsImpl.getDocs()
           
 Query HitsImpl.getQuery()
           
 String[] HitsImpl.getQueryTerms()
           
 float[] HitsImpl.getScores()
           
 String[] HitsImpl.getSnippets()
           
 

Uses of JSON in com.liferay.portal.model
 

Methods in com.liferay.portal.model with annotations of type JSON
 String Country.getNameCurrentValue()
           
 

Uses of JSON in com.liferay.portlet.documentlibrary.model
 

Classes in com.liferay.portlet.documentlibrary.model with annotations of type JSON
 class DLSyncUpdate
           
 

Methods in com.liferay.portlet.documentlibrary.model with annotations of type JSON
 List<DLSync> DLSyncUpdate.getDLSyncs()
           
 


Liferay 6.2.0-ce-m3