Liferay 7.0-ce-b4

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

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

Uses of JSON in com.liferay.portal.kernel.repository.model
 

Classes in com.liferay.portal.kernel.repository.model with annotations of type JSON
 interface FileEntry
           
 

Methods in com.liferay.portal.kernel.repository.model with annotations of type JSON
 InputStream FileEntry.getContentStream()
          Returns the content stream of the current file version.
 

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

Methods in com.liferay.portal.kernel.search with annotations of type JSON
 String HitsImpl.getCollatedSpellCheckResult()
           
 Document[] HitsImpl.getDocs()
           
 Query HitsImpl.getQuery()
           
 String[] HitsImpl.getQuerySuggestions()
           
 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.portal.service
 

Classes in com.liferay.portal.service with annotations of type JSON
 class ServiceContext
          Contains context information about a given API call.
 

Methods in com.liferay.portal.service with annotations of type JSON
 Map<String,String> ServiceContext.getHeaders()
          Returns the the map of request header name/value pairs of this service context.
 LiferayPortletRequest ServiceContext.getLiferayPortletRequest()
           
 LiferayPortletResponse ServiceContext.getLiferayPortletResponse()
           
 javax.servlet.http.HttpServletRequest ServiceContext.getRequest()
           
 javax.servlet.http.HttpServletResponse ServiceContext.getResponse()
           
 

Uses of JSON in com.liferay.portal.theme
 

Classes in com.liferay.portal.theme with annotations of type JSON
 class ThemeDisplay
          Provides general configuration methods for the portal, providing access to the portal's pages, sites, themes, locales, URLs, and more.
 

Methods in com.liferay.portal.theme with annotations of type JSON
 PermissionChecker ThemeDisplay.getPermissionChecker()
          Returns the permission checker, which is used to ensure users making resource requests have the necessary access permissions.
 PortletDisplay ThemeDisplay.getPortletDisplay()
           
 javax.servlet.http.HttpServletRequest ThemeDisplay.getRequest()
          Returns the currently served HTTP servlet request.
 javax.servlet.http.HttpServletResponse ThemeDisplay.getResponse()
          Returns the currently served HTTP servlet response.
 PortletURL ThemeDisplay.getURLMyAccount()
           
 PortletURL ThemeDisplay.getURLPageSettings()
          Deprecated. As of 7.0.0, with no direct replacement
 PortletURL ThemeDisplay.getURLPublishToLive()
           
 PortletURL ThemeDisplay.getURLUpdateManager()
           
 


Liferay 7.0-ce-b4