Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.theme.ThemeDisplay

Packages that use ThemeDisplay
com.liferay.portal.action   
com.liferay.portal.comment.display.context   
com.liferay.portal.editor.configuration   
com.liferay.portal.events   
com.liferay.portal.kernel.display.context.util   
com.liferay.portal.kernel.editor.configuration   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.portlet.configuration.icon   
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.servlet.taglib.ui   
com.liferay.portal.kernel.templateparser   
com.liferay.portal.kernel.upload   
com.liferay.portal.layoutconfiguration.util.xml   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.portletfilerepository   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.servlet.filters.dynamiccss   
com.liferay.portal.servlet.taglib.ui   
com.liferay.portal.struts   
com.liferay.portal.templateparser   
com.liferay.portal.theme This package defines the portal theme classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.announcements.util   
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.util   
com.liferay.portlet.blogs.model   
com.liferay.portlet.blogs.model.impl   
com.liferay.portlet.blogs.service   
com.liferay.portlet.blogs.service.http   
com.liferay.portlet.blogs.service.impl   
com.liferay.portlet.blogs.trackback   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
com.liferay.portlet.expando.model   
com.liferay.portlet.exportimport.lar   
com.liferay.portlet.layoutsadmin.util   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.http   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.messageboards.util   
com.liferay.portlet.social.model   
com.liferay.portlet.social.model.impl   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.social.service.http   
com.liferay.portlet.social.service.impl This package defines the social related portlet local service implementations. 
com.liferay.portlet.social.util   
com.liferay.portlet.trash.util   
com.liferay.taglib.ui   
com.liferay.taglib.util   
 

Uses of ThemeDisplay in com.liferay.portal.action
 

Methods in com.liferay.portal.action with parameters of type ThemeDisplay
protected  String[] EditLayoutAction.addPage(ThemeDisplay themeDisplay, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  String EditLayoutAction.getLayoutTypeExceptionMessage(ThemeDisplay themeDisplay, LayoutTypeException lte, String cmd)
           
protected  void VerifyEmailAddressAction.sendEmailAddressVerification(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ThemeDisplay themeDisplay)
           
protected  void UpdateLayoutAction.storeAddContentPortletPreferences(javax.servlet.http.HttpServletRequest request, Layout layout, String portletId, ThemeDisplay themeDisplay)
           
protected  void UpdatePasswordAction.updatePassword(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ThemeDisplay themeDisplay, Ticket ticket)
           
protected  void VerifyEmailAddressAction.verifyEmailAddress(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portal.comment.display.context
 

Methods in com.liferay.portal.comment.display.context that return ThemeDisplay
protected  ThemeDisplay DefaultCommentSectionDisplayContext.getThemeDisplay()
           
protected  ThemeDisplay DefaultCommentTreeDisplayContext.getThemeDisplay()
           
protected abstract  ThemeDisplay BaseCommentDisplayContext.getThemeDisplay()
           
 

Uses of ThemeDisplay in com.liferay.portal.editor.configuration
 

Methods in com.liferay.portal.editor.configuration with parameters of type ThemeDisplay
 JSONObject EditorConfigProvider.getConfigJSONObject(String portletName, String editorConfigKey, String editorName, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
           
 EditorConfiguration EditorConfigurationFactoryImpl.getEditorConfiguration(String portletName, String editorConfigKey, String editorName, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
           
 EditorOptions EditorOptionsProvider.getEditorOptions(String portletName, String editorConfigKey, String editorName, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
           
 

Uses of ThemeDisplay in com.liferay.portal.events
 

Methods in com.liferay.portal.events that return ThemeDisplay
 ThemeDisplay ServicePreAction.initThemeDisplay(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of ThemeDisplay in com.liferay.portal.kernel.display.context.util
 

Methods in com.liferay.portal.kernel.display.context.util that return ThemeDisplay
 ThemeDisplay BaseRequestHelper.getThemeDisplay()
           
 

Uses of ThemeDisplay in com.liferay.portal.kernel.editor.configuration
 

Methods in com.liferay.portal.kernel.editor.configuration with parameters of type ThemeDisplay
static EditorConfiguration EditorConfigurationFactoryUtil.getEditorConfiguration(String portletName, String editorConfigKey, String editorName, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
           
 EditorConfiguration EditorConfigurationFactory.getEditorConfiguration(String portletName, String editorConfigKey, String editorName, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
           
protected  String BaseEditorConfigContributor.getLanguageId(ThemeDisplay themeDisplay)
           
 void EditorConfigContributor.populateConfigJSONObject(JSONObject jsonObject, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
          Updates the original configuration JSON object with some new configuration.
 void EditorOptionsContributor.populateEditorOptions(EditorOptions editorOptions, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
          Updates the original EditorOptions object with new options.
 void EditorConfigTransformer.transform(EditorOptions editorOptions, Map<String,Object> inputEditorTaglibAttributes, JSONObject configJSONObject, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
          Transforms the editor options in configuration that the editor can handle, by populating the configuration JSON object.
 

Uses of ThemeDisplay in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet with parameters of type ThemeDisplay
static Layout PortletConfigurationLayoutUtil.getLayout(ThemeDisplay themeDisplay)
           
protected  long BasePortletProvider.getPlid(ThemeDisplay themeDisplay)
           
 void AddPortletProvider.updatePortletPreferences(PortletPreferences portletPreferences, String portletId, String className, long classPK, ThemeDisplay themeDisplay)
           
 

Constructors in com.liferay.portal.kernel.portlet with parameters of type ThemeDisplay
ThemeDisplayModel(ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portal.kernel.portlet.configuration.icon
 

Fields in com.liferay.portal.kernel.portlet.configuration.icon declared as ThemeDisplay
protected  ThemeDisplay BasePortletConfigurationIcon.themeDisplay
           
 

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

Methods in com.liferay.portal.kernel.search with parameters of type ThemeDisplay
protected  Object[] BaseOpenSearchImpl.addSearchResults(String[] queryTerms, String keywords, int startPage, int itemsPerPage, int total, int start, String title, String searchPath, String format, ThemeDisplay themeDisplay)
           
protected  Object[] BaseOpenSearchImpl.addSearchResultsAtom(Document doc, String[] queryTerms, String keywords, int startPage, int itemsPerPage, int total, int start, int totalPages, int previousPage, int nextPage, String title, String searchPath, ThemeDisplay themeDisplay)
           
protected  Object[] BaseOpenSearchImpl.addSearchResultsRSS(Document doc, String[] queryTerms, String keywords, int startPage, int itemsPerPage, int total, int start, int totalPages, int previousPage, int nextPage, String title, String searchPath, ThemeDisplay themeDisplay)
           
protected  String BaseOpenSearchImpl.getOpenSearchDescriptionURL(String searchPath, ThemeDisplay themeDisplay)
           
protected  String BaseOpenSearchImpl.getOpenSearchURL(String searchPath, ThemeDisplay themeDisplay)
           
protected  String HitsOpenSearchImpl.getURL(ThemeDisplay themeDisplay, long groupId, Document result, PortletURL portletURL)
           
 

Uses of ThemeDisplay in com.liferay.portal.kernel.servlet.taglib.ui
 

Methods in com.liferay.portal.kernel.servlet.taglib.ui with parameters of type ThemeDisplay
static BreadcrumbEntry BreadcrumbUtil.getGuestGroupBreadcrumbEntry(ThemeDisplay themeDisplay)
           
static List<BreadcrumbEntry> BreadcrumbUtil.getLayoutBreadcrumbEntries(ThemeDisplay themeDisplay)
           
static List<BreadcrumbEntry> BreadcrumbUtil.getParentGroupBreadcrumbEntries(ThemeDisplay themeDisplay)
           
static BreadcrumbEntry BreadcrumbUtil.getScopeGroupBreadcrumbEntry(ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portal.kernel.templateparser
 

Constructors in com.liferay.portal.kernel.templateparser with parameters of type ThemeDisplay
TemplateNode(ThemeDisplay themeDisplay, String name, String data, String type, Map<String,String> attributes)
           
 

Uses of ThemeDisplay in com.liferay.portal.kernel.upload
 

Methods in com.liferay.portal.kernel.upload with parameters of type ThemeDisplay
protected  String BaseUploadHandler.getUniqueFileName(ThemeDisplay themeDisplay, String fileName, long folderId)
           
protected  String BaseUploadHandler.getURL(FileEntry fileEntry, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portal.layoutconfiguration.util.xml
 

Methods in com.liferay.portal.layoutconfiguration.util.xml with parameters of type ThemeDisplay
protected  Portlet PortletLogic.getPortlet(ThemeDisplay themeDisplay, String portletId)
           
 

Uses of ThemeDisplay in com.liferay.portal.model
 

Methods in com.liferay.portal.model with parameters of type ThemeDisplay
 String Group.getDisplayURL(ThemeDisplay themeDisplay)
           
 String User.getDisplayURL(ThemeDisplay themeDisplay)
          Returns the user's display URL based on the theme display, discounting the URL of the user's default intranet site home page.
 String GroupWrapper.getDisplayURL(ThemeDisplay themeDisplay)
           
 String UserWrapper.getDisplayURL(ThemeDisplay themeDisplay)
          Returns the user's display URL based on the theme display, discounting the URL of the user's default intranet site home page.
 String Group.getDisplayURL(ThemeDisplay themeDisplay, boolean privateLayout)
           
 String User.getDisplayURL(ThemeDisplay themeDisplay, boolean privateLayout)
          Returns the user's display URL based on the theme display.
 String GroupWrapper.getDisplayURL(ThemeDisplay themeDisplay, boolean privateLayout)
           
 String UserWrapper.getDisplayURL(ThemeDisplay themeDisplay, boolean privateLayout)
          Returns the user's display URL based on the theme display.
 String Group.getIconURL(ThemeDisplay themeDisplay)
           
 String GroupWrapper.getIconURL(ThemeDisplay themeDisplay)
           
 String Group.getLogoURL(ThemeDisplay themeDisplay, boolean useDefault)
           
 String GroupWrapper.getLogoURL(ThemeDisplay themeDisplay, boolean useDefault)
           
 String Group.getPathFriendlyURL(boolean privateLayout, ThemeDisplay themeDisplay)
           
 String GroupWrapper.getPathFriendlyURL(boolean privateLayout, ThemeDisplay themeDisplay)
           
 String User.getPortraitURL(ThemeDisplay themeDisplay)
           
 String UserWrapper.getPortraitURL(ThemeDisplay themeDisplay)
           
 String Group.getScopeDescriptiveName(ThemeDisplay themeDisplay)
           
 String GroupWrapper.getScopeDescriptiveName(ThemeDisplay themeDisplay)
           
 String Group.getScopeLabel(ThemeDisplay themeDisplay)
           
 String GroupWrapper.getScopeLabel(ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl with parameters of type ThemeDisplay
 String GroupImpl.getDisplayURL(ThemeDisplay themeDisplay)
           
 String UserImpl.getDisplayURL(ThemeDisplay themeDisplay)
          Returns the user's display URL based on the theme display, discounting the URL of the user's default intranet site home page.
 String GroupImpl.getDisplayURL(ThemeDisplay themeDisplay, boolean privateLayout)
           
 String UserImpl.getDisplayURL(ThemeDisplay themeDisplay, boolean privateLayout)
          Returns the user's display URL based on the theme display.
 String GroupImpl.getIconURL(ThemeDisplay themeDisplay)
           
 String GroupImpl.getLogoURL(ThemeDisplay themeDisplay, boolean useDefault)
           
 String GroupImpl.getPathFriendlyURL(boolean privateLayout, ThemeDisplay themeDisplay)
           
 String UserImpl.getPortraitURL(ThemeDisplay themeDisplay)
           
 String GroupImpl.getScopeDescriptiveName(ThemeDisplay themeDisplay)
           
 String GroupImpl.getScopeLabel(ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portal.portletfilerepository
 

Methods in com.liferay.portal.portletfilerepository with parameters of type ThemeDisplay
 String PortletFileRepository.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString)
           
static String PortletFileRepositoryUtil.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString)
           
 String PortletFileRepositoryImpl.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString)
           
 String PortletFileRepository.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString, boolean absoluteURL)
           
static String PortletFileRepositoryUtil.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString, boolean absoluteURL)
           
 String PortletFileRepositoryImpl.getDownloadPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString, boolean absoluteURL)
           
 String PortletFileRepository.getPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString)
           
static String PortletFileRepositoryUtil.getPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString)
           
 String PortletFileRepositoryImpl.getPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString)
           
 String PortletFileRepository.getPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString, boolean absoluteURL)
           
static String PortletFileRepositoryUtil.getPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString, boolean absoluteURL)
           
 String PortletFileRepositoryImpl.getPortletFileEntryURL(ThemeDisplay themeDisplay, FileEntry fileEntry, String queryString, boolean absoluteURL)
           
 

Uses of ThemeDisplay in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return ThemeDisplay
 ThemeDisplay ServiceContext.getThemeDisplay()
           
 

Uses of ThemeDisplay in com.liferay.portal.servlet.filters.dynamiccss
 

Methods in com.liferay.portal.servlet.filters.dynamiccss with parameters of type ThemeDisplay
static String DynamicCSSUtil.replaceToken(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay, Theme theme, String parsedContent)
           
 

Uses of ThemeDisplay in com.liferay.portal.servlet.taglib.ui
 

Methods in com.liferay.portal.servlet.taglib.ui with parameters of type ThemeDisplay
static String InputPermissionsParamsTagUtil.getDefaultViewRole(String modelName, ThemeDisplay themeDisplay)
          Deprecated.  
 

Uses of ThemeDisplay in com.liferay.portal.struts
 

Methods in com.liferay.portal.struts with parameters of type ThemeDisplay
protected  String PortalRequestProcessor.getFriendlyTrackerPath(String path, ThemeDisplay themeDisplay, javax.servlet.http.HttpServletRequest request)
           
protected static Object[] BaseFindActionHelper.getPlidAndPortletId(ThemeDisplay themeDisplay, long groupId, long plid, String[] portletIds)
           
 

Uses of ThemeDisplay in com.liferay.portal.templateparser
 

Methods in com.liferay.portal.templateparser with parameters of type ThemeDisplay
protected  Company Transformer.getCompany(ThemeDisplay themeDisplay, long companyId)
           
protected  Device Transformer.getDevice(ThemeDisplay themeDisplay)
           
protected  void Transformer.prepareTemplate(ThemeDisplay themeDisplay, Template template)
           
 String Transformer.transform(ThemeDisplay themeDisplay, Map<String,Object> contextObjects, String script, String langType, UnsyncStringWriter unsyncStringWriter)
           
 

Uses of ThemeDisplay in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return ThemeDisplay
static ThemeDisplay ThemeDisplayFactory.create()
           
 ThemeDisplay PortletDisplay.getThemeDisplay()
           
 ThemeDisplay ThemeDisplay.merge(ThemeDisplay themeDisplay)
           
 

Methods in com.liferay.portal.theme with parameters of type ThemeDisplay
 ThemeDisplay ThemeDisplay.merge(ThemeDisplay themeDisplay)
           
 void PortletDisplay.setThemeDisplay(ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type ThemeDisplay
 String Portal.addPreservedParameters(ThemeDisplay themeDisplay, Layout layout, String url, boolean doAsUser)
          Adds the preserved parameters doAsGroupId and refererPlid to the URL, optionally adding doAsUserId and doAsUserLanguageId as well.
static String PortalUtil.addPreservedParameters(ThemeDisplay themeDisplay, Layout layout, String url, boolean doAsUser)
          Adds the preserved parameters doAsGroupId and refererPlid to the URL, optionally adding doAsUserId and doAsUserLanguageId as well.
 String PortalImpl.addPreservedParameters(ThemeDisplay themeDisplay, Layout layout, String url, boolean doAsUser)
           
 String Portal.addPreservedParameters(ThemeDisplay themeDisplay, String url)
          Adds the preserved parameters doAsUserId, doAsUserLanguageId, doAsGroupId, and refererPlid to the URL.
static String PortalUtil.addPreservedParameters(ThemeDisplay themeDisplay, String url)
          Adds the preserved parameters doAsUserId, doAsUserLanguageId, doAsGroupId, and refererPlid to the URL.
 String PortalImpl.addPreservedParameters(ThemeDisplay themeDisplay, String url)
           
protected  List<Portlet> PortalImpl.filterControlPanelPortlets(Set<Portlet> portlets, ThemeDisplay themeDisplay)
           
 String Portal.getAlternateURL(String canonicalURL, ThemeDisplay themeDisplay, Locale locale, Layout layout)
          Returns the alternate URL for the requested canonical URL in the given locale.
static String PortalUtil.getAlternateURL(String canonicalURL, ThemeDisplay themeDisplay, Locale locale, Layout layout)
          Returns the alternate URL for the requested canonical URL in the given locale.
 String PortalImpl.getAlternateURL(String canonicalURL, ThemeDisplay themeDisplay, Locale locale, Layout layout)
           
 String Portal.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout)
          Returns the canonical URL of the page, to distinguish it among its translations.
static String PortalUtil.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout)
          Returns the canonical URL for the page.
 String PortalImpl.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout)
           
 String Portal.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout, boolean forceLayoutFriendlyURL)
          Returns the canonical URL of the page, to distinguish it among its translations.
static String PortalUtil.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout, boolean forceLayoutFriendlyURL)
          Returns the canonical URL of the page, optionally including the page's friendly URL.
 String PortalImpl.getCanonicalURL(String completeURL, ThemeDisplay themeDisplay, Layout layout, boolean forceLayoutFriendlyURL)
           
 String Portal.getCreateAccountURL(javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay)
           
static String PortalUtil.getCreateAccountURL(javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay)
           
 String PortalImpl.getCreateAccountURL(javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay)
           
 String Portal.getFacebookURL(Portlet portlet, String facebookCanvasPageURL, ThemeDisplay themeDisplay)
           
static String PortalUtil.getFacebookURL(Portlet portlet, String facebookCanvasPageURL, ThemeDisplay themeDisplay)
           
 String PortalImpl.getFacebookURL(Portlet portlet, String facebookCanvasPageURL, ThemeDisplay themeDisplay)
           
 String Portal.getGoogleGadgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getGoogleGadgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String PortalImpl.getGoogleGadgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String Portal.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
 String PortalImpl.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
protected  String PortalImpl.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, boolean canonicalURL)
           
 String Portal.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, Locale locale)
           
static String PortalUtil.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, Locale locale)
           
 String PortalImpl.getGroupFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay, Locale locale)
           
 String Portal.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay)
           
 String PortalImpl.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
static String PortalUtil.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
 String PortalImpl.getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
 String Portal.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay)
           
 String PortalImpl.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
static String PortalUtil.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String PortalImpl.getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String Portal.getLayoutFullURL(ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutFullURL(ThemeDisplay themeDisplay)
           
 String PortalImpl.getLayoutFullURL(ThemeDisplay themeDisplay)
           
 String Portal.getLayoutRelativeURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutRelativeURL(Layout layout, ThemeDisplay themeDisplay)
           
 String PortalImpl.getLayoutRelativeURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutRelativeURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
static String PortalUtil.getLayoutRelativeURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String PortalImpl.getLayoutRelativeURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String Portal.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
 String PortalImpl.getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutURL(Layout layout, ThemeDisplay themeDisplay)
           
 String PortalImpl.getLayoutURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
static String PortalUtil.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String PortalImpl.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
           
 String Portal.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
static String PortalUtil.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
 String PortalImpl.getLayoutURL(Layout layout, ThemeDisplay themeDisplay, Locale locale)
           
 String Portal.getLayoutURL(ThemeDisplay themeDisplay)
           
static String PortalUtil.getLayoutURL(ThemeDisplay themeDisplay)
           
 String PortalImpl.getLayoutURL(ThemeDisplay themeDisplay)
           
 String Portal.getNetvibesURL(Portlet portlet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getNetvibesURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String PortalImpl.getNetvibesURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String Portal.getPortalURL(Layout layout, ThemeDisplay themeDisplay)
           
static String PortalUtil.getPortalURL(Layout layout, ThemeDisplay themeDisplay)
           
 String PortalImpl.getPortalURL(Layout layout, ThemeDisplay themeDisplay)
           
 String Portal.getPortalURL(ThemeDisplay themeDisplay)
           
static String PortalUtil.getPortalURL(ThemeDisplay themeDisplay)
           
 String PortalImpl.getPortalURL(ThemeDisplay themeDisplay)
           
protected  String PortalImpl.getServletURL(Portlet portlet, String servletPath, ThemeDisplay themeDisplay)
           
 PortletURL Portal.getSiteAdministrationURL(javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay, String portletId)
          Deprecated. As of 7.0.0, replaced by #getControlPanelPortletURL(PortletRequest, Group, String, long, String)
static PortletURL PortalUtil.getSiteAdministrationURL(javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay, String portletId)
          Deprecated. As of 7.0.0, replaced by #getControlPanelPortletURL(PortletRequest, Group, String, long, String)
 PortletURL PortalImpl.getSiteAdministrationURL(javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay, String portletId)
          Deprecated. As of 7.0.0, replaced by #getControlPanelPortletURL(PortletRequest, Group, String, String)
 PortletURL Portal.getSiteAdministrationURL(PortletResponse portletResponse, ThemeDisplay themeDisplay, String portletName)
          Deprecated. As of 7.0.0, replaced by #getControlPanelPortletURL(PortletRequest, Group, String, long, String)
static PortletURL PortalUtil.getSiteAdministrationURL(PortletResponse portletResponse, ThemeDisplay themeDisplay, String portletName)
          Deprecated. As of 7.0.0, replaced by #getControlPanelPortletURL(PortletRequest, Group, String, long, String)
 PortletURL PortalImpl.getSiteAdministrationURL(PortletResponse portletResponse, ThemeDisplay themeDisplay, String portletName)
          Deprecated. As of 7.0.0, replaced by #getControlPanelPortletURL(PortletRequest, Group, String, String)
 long[] Portal.getSiteAndCompanyGroupIds(ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by Portal.getCurrentAndAncestorSiteGroupIds(long)
static long[] PortalUtil.getSiteAndCompanyGroupIds(ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by PortalUtil.getCurrentAndAncestorSiteGroupIds(long)
 long[] PortalImpl.getSiteAndCompanyGroupIds(ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by PortalImpl.getCurrentAndAncestorSiteGroupIds(long)
 String Portal.getSiteLoginURL(ThemeDisplay themeDisplay)
          Returns the URL of the login page for the current site if one is available.
static String PortalUtil.getSiteLoginURL(ThemeDisplay themeDisplay)
           
 String PortalImpl.getSiteLoginURL(ThemeDisplay themeDisplay)
           
 String Portal.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 String PortalImpl.getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay)
           
 boolean Portal.isCompanyControlPanelPortlet(String portletId, String category, ThemeDisplay themeDisplay)
           
static boolean PortalUtil.isCompanyControlPanelPortlet(String portletId, String category, ThemeDisplay themeDisplay)
           
 boolean PortalImpl.isCompanyControlPanelPortlet(String portletId, String category, ThemeDisplay themeDisplay)
           
 boolean Portal.isCompanyControlPanelPortlet(String portletId, ThemeDisplay themeDisplay)
           
static boolean PortalUtil.isCompanyControlPanelPortlet(String portletId, ThemeDisplay themeDisplay)
           
 boolean PortalImpl.isCompanyControlPanelPortlet(String portletId, ThemeDisplay themeDisplay)
           
 boolean Portal.isControlPanelPortlet(String portletId, String category, ThemeDisplay themeDisplay)
           
static boolean PortalUtil.isControlPanelPortlet(String portletId, String category, ThemeDisplay themeDisplay)
           
 boolean PortalImpl.isControlPanelPortlet(String portletId, String category, ThemeDisplay themeDisplay)
           
 boolean Portal.isControlPanelPortlet(String portletId, ThemeDisplay themeDisplay)
           
static boolean PortalUtil.isControlPanelPortlet(String portletId, ThemeDisplay themeDisplay)
           
 boolean PortalImpl.isControlPanelPortlet(String portletId, ThemeDisplay themeDisplay)
           
protected  boolean PortalImpl.isPanelSelectedPortlet(ThemeDisplay themeDisplay, String portletId)
          Deprecated. As of 6.2.0, with no direct replacement
protected  void PortalImpl.resetThemeDisplayI18n(ThemeDisplay themeDisplay, String languageId, String path, Locale locale)
           
 void PortletLister.setThemeDisplay(ThemeDisplay themeDisplay)
           
 void PortletListerImpl.setThemeDisplay(ThemeDisplay themeDisplay)
           
protected  void PortalImpl.setThemeDisplayI18n(ThemeDisplay themeDisplay, Locale locale)
           
 void LayoutSitemapURLProvider.visitLayout(Element element, Layout layout, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet
 

Methods in com.liferay.portlet with parameters of type ThemeDisplay
static void PortletPreferencesFactoryUtil.checkControlPanelPortletPreferences(ThemeDisplay themeDisplay, Portlet portlet)
           
 void PortletPreferencesFactory.checkControlPanelPortletPreferences(ThemeDisplay themeDisplay, Portlet portlet)
           
 void PortletPreferencesFactoryImpl.checkControlPanelPortletPreferences(ThemeDisplay themeDisplay, Portlet portlet)
           
static String PortletURLUtil.getRefreshURL(javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay)
           
static String PortletURLUtil.getRefreshURL(javax.servlet.http.HttpServletRequest request, ThemeDisplay themeDisplay, boolean includeParameters)
           
 boolean BaseControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
          Deprecated. As of 6.2.0, with no direct replacement.

This method was originally defined to determine if a portlet should be displayed in the Control Panel. In this version, this method should always return false and remains only to preserve binary compatibility. This method will be permanently removed in a future version.

In lieu of this method, the Control Panel now uses BaseControlPanelEntry.hasAccessPermission(com.liferay.portal.security.permission.PermissionChecker, com.liferay.portal.model.Group, com.liferay.portal.model.Portlet) to determine if a portlet should be displayed in the Control Panel.

 boolean ControlPanelEntry.isVisible(Portlet portlet, String category, ThemeDisplay themeDisplay)
          Deprecated. As of 6.2.0, with no direct replacement.

This method was originally defined to determine if a portlet should be displayed in the Control Panel. In this version, this method should always return false and remains only to preserve binary compatibility. This method will be permanently removed in a future version.

In lieu of this method, the Control Panel now uses ControlPanelEntry.hasAccessPermission(com.liferay.portal.security.permission.PermissionChecker, com.liferay.portal.model.Group, com.liferay.portal.model.Portlet) to determine if a portlet should be displayed in the Control Panel.

 

Constructors in com.liferay.portlet with parameters of type ThemeDisplay
JavaScriptPortletResourcePredicateFilter(ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.announcements.util
 

Methods in com.liferay.portlet.announcements.util with parameters of type ThemeDisplay
static List<Group> AnnouncementsUtil.getGroups(ThemeDisplay themeDisplay)
           
static List<Organization> AnnouncementsUtil.getOrganizations(ThemeDisplay themeDisplay)
           
static List<Role> AnnouncementsUtil.getRoles(ThemeDisplay themeDisplay)
           
static List<UserGroup> AnnouncementsUtil.getUserGroups(ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.asset.model
 

Methods in com.liferay.portlet.asset.model with parameters of type ThemeDisplay
protected  long BaseAssetRendererFactory.getControlPanelPlid(ThemeDisplay themeDisplay)
           
protected  long BaseAssetRenderer.getControlPanelPlid(ThemeDisplay themeDisplay)
           
 String BaseAssetRenderer.getURLDownload(ThemeDisplay themeDisplay)
           
 String AssetRenderer.getURLDownload(ThemeDisplay themeDisplay)
           
 void BaseAssetRenderer.setAddToPagePreferences(PortletPreferences portletPreferences, String portletId, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, with no direct replacement
 void AssetRenderer.setAddToPagePreferences(PortletPreferences portletPreferences, String portletId, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, with no direct replacement
 

Uses of ThemeDisplay in com.liferay.portlet.asset.util
 

Methods in com.liferay.portlet.asset.util with parameters of type ThemeDisplay
static String AssetUtil.checkViewURL(AssetEntry assetEntry, boolean viewInContext, String viewURL, String currentURL, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.blogs.model
 

Methods in com.liferay.portlet.blogs.model with parameters of type ThemeDisplay
 String BlogsEntryWrapper.getCoverImageURL(ThemeDisplay themeDisplay)
           
 String BlogsEntry.getCoverImageURL(ThemeDisplay themeDisplay)
           
 String BlogsEntryWrapper.getEntryImageURL(ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by BlogsEntryWrapper.getSmallImageURL(ThemeDisplay)
 String BlogsEntry.getEntryImageURL(ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by BlogsEntry.getSmallImageURL(ThemeDisplay)
 String BlogsEntryWrapper.getSmallImageURL(ThemeDisplay themeDisplay)
           
 String BlogsEntry.getSmallImageURL(ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.blogs.model.impl
 

Methods in com.liferay.portlet.blogs.model.impl with parameters of type ThemeDisplay
 String BlogsEntryImpl.getCoverImageURL(ThemeDisplay themeDisplay)
           
 String BlogsEntryImpl.getEntryImageURL(ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by BlogsEntryImpl.getSmallImageURL(ThemeDisplay)
 String BlogsEntryImpl.getSmallImageURL(ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.blogs.service
 

Methods in com.liferay.portlet.blogs.service with parameters of type ThemeDisplay
 String BlogsEntryService.getCompanyEntriesRSS(long companyId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String BlogsEntryServiceWrapper.getCompanyEntriesRSS(long companyId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String BlogsEntryServiceUtil.getCompanyEntriesRSS(long companyId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String BlogsEntryService.getGroupEntriesRSS(long groupId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String BlogsEntryServiceWrapper.getGroupEntriesRSS(long groupId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String BlogsEntryServiceUtil.getGroupEntriesRSS(long groupId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String BlogsEntryService.getOrganizationEntriesRSS(long organizationId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String BlogsEntryServiceWrapper.getOrganizationEntriesRSS(long organizationId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String BlogsEntryServiceUtil.getOrganizationEntriesRSS(long organizationId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.blogs.service.http
 

Methods in com.liferay.portlet.blogs.service.http with parameters of type ThemeDisplay
static String BlogsEntryServiceHttp.getCompanyEntriesRSS(HttpPrincipal httpPrincipal, long companyId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String BlogsEntryServiceHttp.getGroupEntriesRSS(HttpPrincipal httpPrincipal, long groupId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String BlogsEntryServiceHttp.getOrganizationEntriesRSS(HttpPrincipal httpPrincipal, long organizationId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.blogs.service.impl
 

Methods in com.liferay.portlet.blogs.service.impl with parameters of type ThemeDisplay
protected  String BlogsEntryServiceImpl.exportToRSS(String name, String description, String type, double version, String displayStyle, String feedURL, String entryURL, List<BlogsEntry> blogsEntries, ThemeDisplay themeDisplay)
           
 String BlogsEntryServiceImpl.getCompanyEntriesRSS(long companyId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String BlogsEntryServiceImpl.getGroupEntriesRSS(long groupId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String BlogsEntryServiceImpl.getOrganizationEntriesRSS(long organizationId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.blogs.trackback
 

Methods in com.liferay.portlet.blogs.trackback with parameters of type ThemeDisplay
 void TrackbackImpl.addTrackback(BlogsEntry entry, ThemeDisplay themeDisplay, String excerpt, String url, String blogName, String title, Function<String,ServiceContext> serviceContextFunction)
           
 void Trackback.addTrackback(BlogsEntry entry, ThemeDisplay themeDisplay, String excerpt, String url, String blogName, String title, Function<String,ServiceContext> serviceContextFunction)
           
protected  String TrackbackImpl.buildBody(ThemeDisplay themeDisplay, String excerpt, String url)
           
protected  String TrackbackImpl.buildEntryURL(BlogsEntry entry, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.documentlibrary.util
 

Methods in com.liferay.portlet.documentlibrary.util with parameters of type ThemeDisplay
 String DL.getDownloadURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString)
           
static String DLUtil.getDownloadURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString)
           
 String DLImpl.getDownloadURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString)
           
 String DL.getDownloadURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString, boolean appendVersion, boolean absoluteURL)
           
static String DLUtil.getDownloadURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString, boolean appendVersion, boolean absoluteURL)
           
 String DLImpl.getDownloadURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString, boolean appendVersion, boolean absoluteURL)
           
 String DL.getFileEntryImage(FileEntry fileEntry, ThemeDisplay themeDisplay)
           
static String DLUtil.getFileEntryImage(FileEntry fileEntry, ThemeDisplay themeDisplay)
           
 String DLImpl.getFileEntryImage(FileEntry fileEntry, ThemeDisplay themeDisplay)
           
 String DL.getImagePreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay)
           
static String DLUtil.getImagePreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay)
           
 String DLImpl.getImagePreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay)
           
 String DL.getImagePreviewURL(FileEntry fileEntry, ThemeDisplay themeDisplay)
           
static String DLUtil.getImagePreviewURL(FileEntry fileEntry, ThemeDisplay themeDisplay)
           
 String DLImpl.getImagePreviewURL(FileEntry fileEntry, ThemeDisplay themeDisplay)
           
protected  String DLImpl.getImageSrc(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString)
           
 String DL.getPreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString)
           
static String DLUtil.getPreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString)
           
 String DLImpl.getPreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString)
           
 String DL.getPreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString, boolean appendToken)
          Deprecated. As of 6.2.0, replaced by DL.getPreviewURL(FileEntry, FileVersion, ThemeDisplay, String, boolean, boolean)
static String DLUtil.getPreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString, boolean appendToken)
          Deprecated. As of 6.2.0, replaced by DLUtil.getPreviewURL(FileEntry, FileVersion, ThemeDisplay, String, boolean, boolean)
 String DLImpl.getPreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString, boolean appendToken)
          Deprecated. As of 6.2.0, replaced by DLImpl.getPreviewURL(FileEntry, FileVersion, ThemeDisplay, String, boolean, boolean)
 String DL.getPreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString, boolean appendVersion, boolean absoluteURL)
           
static String DLUtil.getPreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString, boolean appendVersion, boolean absoluteURL)
           
 String DLImpl.getPreviewURL(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay, String queryString, boolean appendVersion, boolean absoluteURL)
           
 String DL.getThumbnailSrc(FileEntry fileEntry, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by DL.getThumbnailSrc(FileEntry, ThemeDisplay)
static String DLUtil.getThumbnailSrc(FileEntry fileEntry, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by DLUtil.getThumbnailSrc(FileEntry, ThemeDisplay)
 String DLImpl.getThumbnailSrc(FileEntry fileEntry, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by DLImpl.getThumbnailSrc(FileEntry, ThemeDisplay)
 String DL.getThumbnailSrc(FileEntry fileEntry, FileVersion fileVersion, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by DL.getThumbnailSrc(FileEntry, FileVersion, ThemeDisplay)
static String DLUtil.getThumbnailSrc(FileEntry fileEntry, FileVersion fileVersion, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by DLUtil.getThumbnailSrc(FileEntry, FileVersion, ThemeDisplay)
 String DLImpl.getThumbnailSrc(FileEntry fileEntry, FileVersion fileVersion, DLFileShortcut dlFileShortcut, ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, replaced by DLImpl.getThumbnailSrc(FileEntry, FileVersion, ThemeDisplay)
 String DL.getThumbnailSrc(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay)
           
static String DLUtil.getThumbnailSrc(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay)
           
 String DLImpl.getThumbnailSrc(FileEntry fileEntry, FileVersion fileVersion, ThemeDisplay themeDisplay)
           
 String DL.getThumbnailSrc(FileEntry fileEntry, ThemeDisplay themeDisplay)
           
static String DLUtil.getThumbnailSrc(FileEntry fileEntry, ThemeDisplay themeDisplay)
           
 String DLImpl.getThumbnailSrc(FileEntry fileEntry, ThemeDisplay themeDisplay)
           
 String DL.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry)
           
static String DLUtil.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry)
           
 String DLImpl.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry)
           
 String DL.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired)
           
static String DLUtil.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired)
           
 String DLImpl.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired)
           
 String DL.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired, boolean officeExtensionRequired)
           
static String DLUtil.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired, boolean officeExtensionRequired)
           
 String DLImpl.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired, boolean openDocumentUrl)
           
 

Uses of ThemeDisplay in com.liferay.portlet.expando.model
 

Methods in com.liferay.portlet.expando.model with parameters of type ThemeDisplay
 String CustomAttributesDisplay.getIconPath(ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, with no direct replacement
 String BaseCustomAttributesDisplay.getIconPath(ThemeDisplay themeDisplay)
          Deprecated. As of 7.0.0, with no direct replacement
 

Uses of ThemeDisplay in com.liferay.portlet.exportimport.lar
 

Methods in com.liferay.portlet.exportimport.lar with parameters of type ThemeDisplay
static PortletDataContext PortletDataContextFactoryUtil.createPreparePortletDataContext(ThemeDisplay themeDisplay, Date startDate, Date endDate)
           
 PortletDataContext PortletDataContextFactory.createPreparePortletDataContext(ThemeDisplay themeDisplay, Date startDate, Date endDate)
           
static Layout ExportImportHelperUtil.getExportableLayout(ThemeDisplay themeDisplay)
           
 Layout ExportImportHelper.getExportableLayout(ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.layoutsadmin.util
 

Methods in com.liferay.portlet.layoutsadmin.util with parameters of type ThemeDisplay
 Map<Locale,String> Sitemap.getAlternateURLs(String canonicalURL, ThemeDisplay themeDisplay, Layout layout)
           
static Map<Locale,String> SitemapUtil.getAlternateURLs(String canonicalURL, ThemeDisplay themeDisplay, Layout layout)
           
 Map<Locale,String> SitemapImpl.getAlternateURLs(String canonicalURL, ThemeDisplay themeDisplay, Layout layout)
           
 String Sitemap.getSitemap(long groupId, boolean privateLayout, ThemeDisplay themeDisplay)
           
static String SitemapUtil.getSitemap(long groupId, boolean privateLayout, ThemeDisplay themeDisplay)
           
 String SitemapImpl.getSitemap(long groupId, boolean privateLayout, ThemeDisplay themeDisplay)
           
 void SitemapURLProvider.visitLayout(Element element, Layout layout, ThemeDisplay themeDisplay)
           
protected  void SitemapImpl.visitLayouts(Element element, List<Layout> layouts, List<SitemapURLProvider> sitemapURLProviders, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.messageboards.service
 

Methods in com.liferay.portlet.messageboards.service with parameters of type ThemeDisplay
 String MBMessageService.getCategoryMessagesRSS(long groupId, long categoryId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageServiceWrapper.getCategoryMessagesRSS(long groupId, long categoryId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceUtil.getCategoryMessagesRSS(long groupId, long categoryId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageService.getCompanyMessagesRSS(long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageServiceWrapper.getCompanyMessagesRSS(long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceUtil.getCompanyMessagesRSS(long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageService.getGroupMessagesRSS(long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageServiceWrapper.getGroupMessagesRSS(long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceUtil.getGroupMessagesRSS(long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageService.getGroupMessagesRSS(long groupId, long userId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageServiceWrapper.getGroupMessagesRSS(long groupId, long userId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceUtil.getGroupMessagesRSS(long groupId, long userId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageService.getThreadMessagesRSS(long threadId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageServiceWrapper.getThreadMessagesRSS(long threadId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceUtil.getThreadMessagesRSS(long threadId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.messageboards.service.http
 

Methods in com.liferay.portlet.messageboards.service.http with parameters of type ThemeDisplay
static String MBMessageServiceHttp.getCategoryMessagesRSS(HttpPrincipal httpPrincipal, long groupId, long categoryId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceHttp.getCompanyMessagesRSS(HttpPrincipal httpPrincipal, long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceHttp.getGroupMessagesRSS(HttpPrincipal httpPrincipal, long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceHttp.getGroupMessagesRSS(HttpPrincipal httpPrincipal, long groupId, long userId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
static String MBMessageServiceHttp.getThreadMessagesRSS(HttpPrincipal httpPrincipal, long threadId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.messageboards.service.impl
 

Methods in com.liferay.portlet.messageboards.service.impl with parameters of type ThemeDisplay
protected  String MBMessageServiceImpl.exportToRSS(String name, String description, String type, double version, String displayStyle, String feedURL, String entryURL, List<MBMessage> messages, ThemeDisplay themeDisplay)
           
 String MBMessageServiceImpl.getCategoryMessagesRSS(long groupId, long categoryId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageServiceImpl.getCompanyMessagesRSS(long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageServiceImpl.getGroupMessagesRSS(long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageServiceImpl.getGroupMessagesRSS(long groupId, long userId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 String MBMessageServiceImpl.getThreadMessagesRSS(long threadId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.messageboards.util
 

Methods in com.liferay.portlet.messageboards.util with parameters of type ThemeDisplay
static String MBUtil.getRSSURL(long plid, long categoryId, long threadId, long userId, ThemeDisplay themeDisplay)
           
static String[] MBUtil.getThreadPriority(MBGroupServiceSettings mbGroupServiceSettings, String languageId, double value, ThemeDisplay themeDisplay)
           
static boolean MBUtil.isViewableMessage(ThemeDisplay themeDisplay, MBMessage message)
           
static boolean MBUtil.isViewableMessage(ThemeDisplay themeDisplay, MBMessage message, MBMessage parentMessage)
           
static String MBUtil.replaceMessageBodyPaths(ThemeDisplay themeDisplay, String messageBody)
           
 

Uses of ThemeDisplay in com.liferay.portlet.social.model
 

Methods in com.liferay.portlet.social.model with parameters of type ThemeDisplay
protected  SocialActivityFeedEntry BaseSocialActivityInterpreter.doInterpret(SocialActivity activity, ThemeDisplay themeDisplay)
          Deprecated. As of 6.2.0
protected abstract  SocialRequestFeedEntry BaseSocialRequestInterpreter.doInterpret(SocialRequest request, ThemeDisplay themeDisplay)
           
protected abstract  boolean BaseSocialRequestInterpreter.doProcessConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
           
protected  boolean BaseSocialRequestInterpreter.doProcessRejection(SocialRequest request, ThemeDisplay themeDisplay)
           
protected  String BaseSocialActivityInterpreter.getGroupName(long groupId, ThemeDisplay themeDisplay)
          Deprecated. As of 6.2.0, replaced by BaseSocialActivityInterpreter.getGroupName(long, ServiceContext)
 String BaseSocialRequestInterpreter.getUserName(long userId, ThemeDisplay themeDisplay)
           
protected  String BaseSocialActivityInterpreter.getUserName(long userId, ThemeDisplay themeDisplay)
          Deprecated. As of 6.2.0, replaced by BaseSocialActivityInterpreter.getUserName(long, ServiceContext)
 String BaseSocialRequestInterpreter.getUserNameLink(long userId, ThemeDisplay themeDisplay)
           
 SocialRequestFeedEntry BaseSocialRequestInterpreter.interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 SocialRequestFeedEntry SocialRequestInterpreter.interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 boolean BaseSocialRequestInterpreter.processConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
           
 boolean SocialRequestInterpreter.processConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
           
 boolean BaseSocialRequestInterpreter.processRejection(SocialRequest request, ThemeDisplay themeDisplay)
           
 boolean SocialRequestInterpreter.processRejection(SocialRequest request, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.social.model.impl
 

Methods in com.liferay.portlet.social.model.impl with parameters of type ThemeDisplay
 SocialRequestFeedEntry SocialRequestInterpreterImpl.interpret(SocialRequest request, ThemeDisplay themeDisplay)
           
 boolean SocialRequestInterpreterImpl.processConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
           
 boolean SocialRequestInterpreterImpl.processRejection(SocialRequest request, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.social.service
 

Methods in com.liferay.portlet.social.service with parameters of type ThemeDisplay
static SocialActivityFeedEntry SocialActivityInterpreterLocalServiceUtil.interpret(SocialActivity activity, ThemeDisplay themeDisplay)
          Deprecated. As of 6.2.0, replaced by SocialActivityInterpreterLocalServiceUtil.interpret(String, SocialActivity, ServiceContext)
 SocialActivityFeedEntry SocialActivityInterpreterLocalServiceWrapper.interpret(SocialActivity activity, ThemeDisplay themeDisplay)
          Deprecated. As of 6.2.0, replaced by SocialActivityInterpreterLocalServiceWrapper.interpret(String, SocialActivity, ServiceContext)
 SocialActivityFeedEntry SocialActivityInterpreterLocalService.interpret(SocialActivity activity, ThemeDisplay themeDisplay)
          Deprecated. As of 6.2.0, replaced by SocialActivityInterpreterLocalService.interpret(String, SocialActivity, ServiceContext)
 SocialRequestFeedEntry SocialRequestInterpreterLocalService.interpret(SocialRequest request, ThemeDisplay themeDisplay)
          Creates a human readable request feed entry for the social request using an available compatible request interpreter.
 SocialRequestFeedEntry SocialRequestInterpreterLocalServiceWrapper.interpret(SocialRequest request, ThemeDisplay themeDisplay)
          Creates a human readable request feed entry for the social request using an available compatible request interpreter.
static SocialRequestFeedEntry SocialRequestInterpreterLocalServiceUtil.interpret(SocialRequest request, ThemeDisplay themeDisplay)
          Creates a human readable request feed entry for the social request using an available compatible request interpreter.
 void SocialRequestInterpreterLocalService.processConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
          Processes the confirmation of the social request.
 void SocialRequestInterpreterLocalServiceWrapper.processConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
          Processes the confirmation of the social request.
static void SocialRequestInterpreterLocalServiceUtil.processConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
          Processes the confirmation of the social request.
 void SocialRequestInterpreterLocalService.processRejection(SocialRequest request, ThemeDisplay themeDisplay)
          Processes the rejection of the social request.
 void SocialRequestInterpreterLocalServiceWrapper.processRejection(SocialRequest request, ThemeDisplay themeDisplay)
          Processes the rejection of the social request.
static void SocialRequestInterpreterLocalServiceUtil.processRejection(SocialRequest request, ThemeDisplay themeDisplay)
          Processes the rejection of the social request.
static SocialRequest SocialRequestServiceUtil.updateRequest(long requestId, int status, ThemeDisplay themeDisplay)
           
 SocialRequest SocialRequestServiceWrapper.updateRequest(long requestId, int status, ThemeDisplay themeDisplay)
           
 SocialRequest SocialRequestLocalServiceWrapper.updateRequest(long requestId, int status, ThemeDisplay themeDisplay)
          Updates the social request replacing its status.
 SocialRequest SocialRequestLocalService.updateRequest(long requestId, int status, ThemeDisplay themeDisplay)
          Updates the social request replacing its status.
static SocialRequest SocialRequestLocalServiceUtil.updateRequest(long requestId, int status, ThemeDisplay themeDisplay)
          Updates the social request replacing its status.
 SocialRequest SocialRequestService.updateRequest(long requestId, int status, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.social.service.http
 

Methods in com.liferay.portlet.social.service.http with parameters of type ThemeDisplay
static SocialRequest SocialRequestServiceHttp.updateRequest(HttpPrincipal httpPrincipal, long requestId, int status, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.social.service.impl
 

Methods in com.liferay.portlet.social.service.impl with parameters of type ThemeDisplay
 SocialActivityFeedEntry SocialActivityInterpreterLocalServiceImpl.interpret(SocialActivity activity, ThemeDisplay themeDisplay)
          Deprecated. As of 6.2.0, replaced by SocialActivityInterpreterLocalServiceImpl.interpret(String, SocialActivity, ServiceContext)
 SocialRequestFeedEntry SocialRequestInterpreterLocalServiceImpl.interpret(SocialRequest request, ThemeDisplay themeDisplay)
          Creates a human readable request feed entry for the social request using an available compatible request interpreter.
 void SocialRequestInterpreterLocalServiceImpl.processConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
          Processes the confirmation of the social request.
 void SocialRequestInterpreterLocalServiceImpl.processRejection(SocialRequest request, ThemeDisplay themeDisplay)
          Processes the rejection of the social request.
 SocialRequest SocialRequestServiceImpl.updateRequest(long requestId, int status, ThemeDisplay themeDisplay)
           
 SocialRequest SocialRequestLocalServiceImpl.updateRequest(long requestId, int status, ThemeDisplay themeDisplay)
          Updates the social request replacing its status.
 

Uses of ThemeDisplay in com.liferay.portlet.social.util
 

Methods in com.liferay.portlet.social.util with parameters of type ThemeDisplay
protected  SocialRequestFeedEntry PortalRequestInterpreter.doInterpret(SocialRequest request, ThemeDisplay themeDisplay)
           
protected  boolean PortalRequestInterpreter.doProcessConfirmation(SocialRequest request, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.portlet.trash.util
 

Methods in com.liferay.portlet.trash.util with parameters of type ThemeDisplay
static String TrashUtil.getNewName(ThemeDisplay themeDisplay, String className, long classPK, String oldName)
           
 String Trash.getNewName(ThemeDisplay themeDisplay, String className, long classPK, String oldName)
           
 String TrashImpl.getNewName(ThemeDisplay themeDisplay, String className, long classPK, String oldName)
           
 

Uses of ThemeDisplay in com.liferay.taglib.ui
 

Methods in com.liferay.taglib.ui with parameters of type ThemeDisplay
static String InputPermissionsParamsTag.getDefaultViewRole(String modelName, ThemeDisplay themeDisplay)
           
 

Uses of ThemeDisplay in com.liferay.taglib.util
 

Methods in com.liferay.taglib.util with parameters of type ThemeDisplay
static String[] AssetCategoryUtil.getCategoryIdsTitles(String categoryIds, String categoryNames, long vocabularyId, ThemeDisplay themeDisplay)
           
 


Liferay 7.0-ce-b4