Liferay 6.0-ee

Uses of Interface
com.liferay.portal.kernel.xml.QName

Packages that use QName
com.liferay.portal.googleapps   
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.xml   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.xml   
com.liferay.portlet   
 

Uses of QName in com.liferay.portal.googleapps
 

Methods in com.liferay.portal.googleapps that return QName
static QName GHelperUtil.getAppsQName(String localName)
           
protected  QName GBaseManagerImpl.getAppsQName(String localName)
           
static QName GHelperUtil.getAtomQName(String localName)
           
protected  QName GBaseManagerImpl.getAtomQName(String localName)
           
 

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

Methods in com.liferay.portal.kernel.search that return QName
static QName OpenSearchUtil.getQName(String name, int namespaceType)
           
 

Uses of QName in com.liferay.portal.kernel.xml
 

Methods in com.liferay.portal.kernel.xml that return QName
static QName SAXReaderUtil.createQName(String localName)
           
 QName SAXReader.createQName(String localName)
           
static QName SAXReaderUtil.createQName(String localName, Namespace namespace)
           
 QName SAXReader.createQName(String localName, Namespace namespace)
           
 QName Element.getQName()
           
 QName Attribute.getQName()
           
 QName Element.getQName(String qualifiedName)
           
 

Methods in com.liferay.portal.kernel.xml with parameters of type QName
 Element Element.addAttribute(QName qName, String value)
           
 Element Branch.addElement(QName qName)
           
 Attribute Element.attribute(QName qName)
           
 String Element.attributeValue(QName qName)
           
 String Element.attributeValue(QName qName, String defaultValue)
           
static Attribute SAXReaderUtil.createAttribute(Element element, QName qName, String value)
           
 Attribute SAXReader.createAttribute(Element element, QName qName, String value)
           
 Element Element.createCopy(QName qName)
           
static Element SAXReaderUtil.createElement(QName qName)
           
 Element SAXReader.createElement(QName qName)
           
 Element Element.element(QName qName)
           
 Iterator<Element> Element.elementIterator(QName qName)
           
 List<Element> Element.elements(QName qName)
           
 String Element.elementText(QName qName)
           
 String Element.elementTextTrim(QName qName)
           
 void Element.setQName(QName qName)
           
 

Uses of QName in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return QName
 QName PortletWrapper.getProcessingEvent(String uri, String localPart)
          Gets the supported processing event from a namespace URI and a local part.
 QName Portlet.getProcessingEvent(String uri, String localPart)
          Gets the supported processing event from a namespace URI and a local part.
 QName PublicRenderParameter.getQName()
           
 QName EventDefinition.getQName()
           
 

Methods in com.liferay.portal.model that return types with arguments of type QName
 Set<QName> PortletWrapper.getProcessingEvents()
          Gets the supported processing events of the portlet.
 Set<QName> Portlet.getProcessingEvents()
          Gets the supported processing events of the portlet.
 Set<QName> PortletWrapper.getPublishingEvents()
          Gets the supported publishing events of the portlet.
 Set<QName> Portlet.getPublishingEvents()
          Gets the supported publishing events of the portlet.
 

Methods in com.liferay.portal.model with parameters of type QName
 void PortletWrapper.addProcessingEvent(QName processingEvent)
          Adds a supported processing event.
 void Portlet.addProcessingEvent(QName processingEvent)
          Adds a supported processing event.
 void PortletApp.addPublicRenderParameter(String identifier, QName qName)
           
 void PortletWrapper.addPublishingEvent(QName publishingEvent)
          Adds a supported publishing event.
 void Portlet.addPublishingEvent(QName publishingEvent)
          Adds a supported publishing event.
 void PublicRenderParameter.setQName(QName qName)
           
 void EventDefinition.setQName(QName qName)
           
 

Method parameters in com.liferay.portal.model with type arguments of type QName
 void PortletWrapper.setProcessingEvents(Set<QName> processingEvents)
          Sets the supported processing events of the portlet.
 void Portlet.setProcessingEvents(Set<QName> processingEvents)
          Sets the supported processing events of the portlet.
 void PortletWrapper.setPublishingEvents(Set<QName> publishingEvents)
          Sets the supported publishing events of the portlet.
 void Portlet.setPublishingEvents(Set<QName> publishingEvents)
          Sets the supported publishing events of the portlet.
 

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

Methods in com.liferay.portal.model.impl that return QName
 QName PortletImpl.getProcessingEvent(String uri, String localPart)
          Gets the supported processing event from a namespace URI and a local part.
 QName PublicRenderParameterImpl.getQName()
           
 QName EventDefinitionImpl.getQName()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type QName
 Set<QName> PortletImpl.getProcessingEvents()
          Gets the supported processing events of the portlet.
 Set<QName> PortletImpl.getPublishingEvents()
          Gets the supported publishing events of the portlet.
 

Methods in com.liferay.portal.model.impl with parameters of type QName
 void PortletImpl.addProcessingEvent(QName processingEvent)
          Adds a supported processing event.
 void PortletAppImpl.addPublicRenderParameter(String identifier, QName qName)
           
 void PortletImpl.addPublishingEvent(QName publishingEvent)
          Adds a supported publishing event.
 void PublicRenderParameterImpl.setQName(QName qName)
           
 void EventDefinitionImpl.setQName(QName qName)
           
 

Method parameters in com.liferay.portal.model.impl with type arguments of type QName
 void PortletImpl.setProcessingEvents(Set<QName> processingEvents)
          Sets the supported processing events of the portlet.
 void PortletImpl.setPublishingEvents(Set<QName> publishingEvents)
          Sets the supported publishing events of the portlet.
 

Constructors in com.liferay.portal.model.impl with parameters of type QName
EventDefinitionImpl(QName qName, String valueType, PortletApp portletApp)
           
PublicRenderParameterImpl(String identifier, QName qName, PortletApp portletApp)
           
 

Constructor parameters in com.liferay.portal.model.impl with type arguments of type QName
PortletImpl(String portletId, PluginPackage pluginPackage, PluginSetting pluginSetting, long companyId, long timestamp, String icon, String virtualPath, String strutsPath, String portletName, String displayName, String portletClass, String configurationActionClass, String indexerClass, String openSearchClass, List<SchedulerEntry> schedulerEntries, String portletURLClass, String friendlyURLMapperClass, String friendlyURLMapping, String friendlyURLRoutes, String urlEncoderClass, String portletDataHandlerClass, String portletLayoutListenerClass, String pollerProcessorClass, String popMessageListenerClass, String socialActivityInterpreterClass, String socialRequestInterpreterClass, String webDAVStorageToken, String webDAVStorageClass, String xmlRpcMethodClass, String controlPanelEntryCategory, double controlPanelEntryWeight, String controlPanelClass, List<String> assetRendererFactoryClasses, List<String> customAttributesDisplayClasses, List<String> workflowHandlerClasses, String defaultPreferences, String preferencesValidator, boolean preferencesCompanyWide, boolean preferencesUniquePerLayout, boolean preferencesOwnedByGroup, boolean useDefaultTemplate, boolean showPortletAccessDenied, boolean showPortletInactive, boolean actionURLRedirect, boolean restoreCurrentView, boolean maximizeEdit, boolean maximizeHelp, boolean popUpPrint, boolean layoutCacheable, boolean instanceable, boolean remoteable, boolean scopeable, String userPrincipalStrategy, boolean privateRequestAttributes, boolean privateSessionAttributes, int renderWeight, boolean ajaxable, List<String> headerPortalCss, List<String> headerPortletCss, List<String> headerPortalJavaScript, List<String> headerPortletJavaScript, List<String> footerPortalCss, List<String> footerPortletCss, List<String> footerPortalJavaScript, List<String> footerPortletJavaScript, String cssClassWrapper, String facebookIntegration, boolean addDefaultResource, String roles, Set<String> unlinkedRoles, Map<String,String> roleMappers, boolean system, boolean active, boolean include, Map<String,String> initParams, Integer expCache, Map<String,Set<String>> portletModes, Map<String,Set<String>> windowStates, Set<String> supportedLocales, String resourceBundle, PortletInfo portletInfo, Map<String,PortletFilter> portletFilters, Set<QName> processingEvents, Set<QName> publishingEvents, Set<PublicRenderParameter> publicRenderParameters, PortletApp portletApp)
          Constructs a portlet with the specified parameters.
PortletImpl(String portletId, PluginPackage pluginPackage, PluginSetting pluginSetting, long companyId, long timestamp, String icon, String virtualPath, String strutsPath, String portletName, String displayName, String portletClass, String configurationActionClass, String indexerClass, String openSearchClass, List<SchedulerEntry> schedulerEntries, String portletURLClass, String friendlyURLMapperClass, String friendlyURLMapping, String friendlyURLRoutes, String urlEncoderClass, String portletDataHandlerClass, String portletLayoutListenerClass, String pollerProcessorClass, String popMessageListenerClass, String socialActivityInterpreterClass, String socialRequestInterpreterClass, String webDAVStorageToken, String webDAVStorageClass, String xmlRpcMethodClass, String controlPanelEntryCategory, double controlPanelEntryWeight, String controlPanelClass, List<String> assetRendererFactoryClasses, List<String> customAttributesDisplayClasses, List<String> workflowHandlerClasses, String defaultPreferences, String preferencesValidator, boolean preferencesCompanyWide, boolean preferencesUniquePerLayout, boolean preferencesOwnedByGroup, boolean useDefaultTemplate, boolean showPortletAccessDenied, boolean showPortletInactive, boolean actionURLRedirect, boolean restoreCurrentView, boolean maximizeEdit, boolean maximizeHelp, boolean popUpPrint, boolean layoutCacheable, boolean instanceable, boolean remoteable, boolean scopeable, String userPrincipalStrategy, boolean privateRequestAttributes, boolean privateSessionAttributes, int renderWeight, boolean ajaxable, List<String> headerPortalCss, List<String> headerPortletCss, List<String> headerPortalJavaScript, List<String> headerPortletJavaScript, List<String> footerPortalCss, List<String> footerPortletCss, List<String> footerPortalJavaScript, List<String> footerPortletJavaScript, String cssClassWrapper, String facebookIntegration, boolean addDefaultResource, String roles, Set<String> unlinkedRoles, Map<String,String> roleMappers, boolean system, boolean active, boolean include, Map<String,String> initParams, Integer expCache, Map<String,Set<String>> portletModes, Map<String,Set<String>> windowStates, Set<String> supportedLocales, String resourceBundle, PortletInfo portletInfo, Map<String,PortletFilter> portletFilters, Set<QName> processingEvents, Set<QName> publishingEvents, Set<PublicRenderParameter> publicRenderParameters, PortletApp portletApp)
          Constructs a portlet with the specified parameters.
 

Uses of QName in com.liferay.portal.xml
 

Classes in com.liferay.portal.xml that implement QName
 class QNameImpl
           
 

Methods in com.liferay.portal.xml that return QName
 QName SAXReaderImpl.createQName(String localName)
           
 QName SAXReaderImpl.createQName(String localName, Namespace namespace)
           
 QName ElementImpl.getQName()
           
 QName AttributeImpl.getQName()
           
 QName ElementImpl.getQName(String qualifiedName)
           
 

Methods in com.liferay.portal.xml with parameters of type QName
 Element ElementImpl.addAttribute(QName qName, String value)
           
 Element BranchImpl.addElement(QName qName)
           
 Attribute ElementImpl.attribute(QName qName)
           
 String ElementImpl.attributeValue(QName qName)
           
 String ElementImpl.attributeValue(QName qName, String defaultValue)
           
 Attribute SAXReaderImpl.createAttribute(Element element, QName qName, String value)
           
 Element ElementImpl.createCopy(QName qName)
           
 Element SAXReaderImpl.createElement(QName qName)
           
 Element ElementImpl.element(QName qName)
           
 Iterator<Element> ElementImpl.elementIterator(QName qName)
           
 List<Element> ElementImpl.elements(QName qName)
           
 String ElementImpl.elementText(QName qName)
           
 String ElementImpl.elementTextTrim(QName qName)
           
 void ElementImpl.setQName(QName qName)
           
 

Uses of QName in com.liferay.portlet
 

Methods in com.liferay.portlet that return QName
static QName PortletQNameUtil.getQName(Element qNameEl, Element nameEl, String defaultNamespace)
           
 QName PortletQName.getQName(Element qNameEl, Element nameEl, String defaultNamespace)
           
 QName PortletQNameImpl.getQName(Element qNameEl, Element nameEl, String defaultNamespace)
           
static QName PortletQNameUtil.getQName(String publicRenderParameterName)
           
 QName PortletQName.getQName(String publicRenderParameterName)
           
 QName PortletQNameImpl.getQName(String publicRenderParameterName)
           
 

Methods in com.liferay.portlet with parameters of type QName
static String PortletQNameUtil.getKey(QName qName)
           
 String PortletQName.getKey(QName qName)
           
 String PortletQNameImpl.getKey(QName qName)
           
static String PortletQNameUtil.getPublicRenderParameterName(QName qName)
           
 String PortletQName.getPublicRenderParameterName(QName qName)
           
 String PortletQNameImpl.getPublicRenderParameterName(QName qName)
           
static String PortletQNameUtil.getRemovePublicRenderParameterName(QName qName)
           
 String PortletQName.getRemovePublicRenderParameterName(QName qName)
           
 String PortletQNameImpl.getRemovePublicRenderParameterName(QName qName)
           
 

Method parameters in com.liferay.portlet with type arguments of type QName
protected  Set<QName> PortletConfigImpl.toJavaxQNames(Set<QName> liferayQNames)
           
 


Liferay 6.0-ee