Liferay 6.2-ce-ga5

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 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.webdav.methods   
com.liferay.portal.xml   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.util.xml   
 

Uses of QName in com.liferay.portal.googleapps
 

Methods in com.liferay.portal.googleapps that return QName
protected  QName GBaseManagerImpl.getAppsQName(String localName)
           
static QName GHelperUtil.getAppsQName(String localName)
           
protected  QName GBaseManagerImpl.getAtomQName(String localName)
           
static QName GHelperUtil.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 Attribute.getQName()
           
 QName Element.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)
          Returns the supported processing event from a namespace URI and a local part.
 QName Portlet.getProcessingEvent(String uri, String localPart)
          Returns the supported processing event from a namespace URI and a local part.
 QName EventDefinition.getQName()
           
 QName PublicRenderParameter.getQName()
           
 

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

Methods in com.liferay.portal.model with parameters of type QName
 void EventDefinition.addAliasQName(QName aliasQName)
           
 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 EventDefinition.setQName(QName qName)
           
 void PublicRenderParameter.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)
          Returns 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()
          Returns the supported processing events of the portlet.
 Set<QName> WebDAVPropsImpl.getPropsSet()
           
 Set<QName> PortletImpl.getPublishingEvents()
          Returns the supported publishing events of the portlet.
 Set<QName> EventDefinitionImpl.getQNames()
           
 

Methods in com.liferay.portal.model.impl with parameters of type QName
 void EventDefinitionImpl.addAliasQName(QName aliasQName)
           
 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, Portlet rootPortlet, PluginPackage pluginPackage, PluginSetting pluginSetting, long companyId, long timestamp, String icon, String virtualPath, String strutsPath, String parentStrutsPath, String portletName, String displayName, String portletClass, String configurationActionClass, List<String> indexerClasses, String openSearchClass, List<SchedulerEntry> schedulerEntries, String portletURLClass, String friendlyURLMapperClass, String friendlyURLMapping, String friendlyURLRoutes, String urlEncoderClass, String portletDataHandlerClass, List<String> stagedModelDataHandlerClasses, String templateHandlerClass, String portletLayoutListenerClass, String pollerProcessorClass, String popMessageListenerClass, List<String> socialActivityInterpreterClasses, String socialRequestInterpreterClass, String userNotificationDefinitions, List<String> userNotificationHandlerClasses, String webDAVStorageToken, String webDAVStorageClass, String xmlRpcMethodClass, String controlPanelEntryCategory, double controlPanelEntryWeight, String controlPanelClass, List<String> assetRendererFactoryClasses, List<String> atomCollectionAdapterClasses, List<String> customAttributesDisplayClasses, String ddmDisplayClass, String permissionPropagatorClass, List<String> trashHandlerClasses, 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, Set<String> autopropagatedParameters, boolean requiresNamespacedParameters, int actionTimeout, int renderTimeout, 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, Portlet rootPortlet, PluginPackage pluginPackage, PluginSetting pluginSetting, long companyId, long timestamp, String icon, String virtualPath, String strutsPath, String parentStrutsPath, String portletName, String displayName, String portletClass, String configurationActionClass, List<String> indexerClasses, String openSearchClass, List<SchedulerEntry> schedulerEntries, String portletURLClass, String friendlyURLMapperClass, String friendlyURLMapping, String friendlyURLRoutes, String urlEncoderClass, String portletDataHandlerClass, List<String> stagedModelDataHandlerClasses, String templateHandlerClass, String portletLayoutListenerClass, String pollerProcessorClass, String popMessageListenerClass, List<String> socialActivityInterpreterClasses, String socialRequestInterpreterClass, String userNotificationDefinitions, List<String> userNotificationHandlerClasses, String webDAVStorageToken, String webDAVStorageClass, String xmlRpcMethodClass, String controlPanelEntryCategory, double controlPanelEntryWeight, String controlPanelClass, List<String> assetRendererFactoryClasses, List<String> atomCollectionAdapterClasses, List<String> customAttributesDisplayClasses, String ddmDisplayClass, String permissionPropagatorClass, List<String> trashHandlerClasses, 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, Set<String> autopropagatedParameters, boolean requiresNamespacedParameters, int actionTimeout, int renderTimeout, 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, Portlet rootPortlet, PluginPackage pluginPackage, PluginSetting pluginSetting, long companyId, String icon, String virtualPath, String strutsPath, String parentStrutsPath, String portletName, String displayName, String portletClass, String configurationActionClass, List<String> indexerClasses, String openSearchClass, List<SchedulerEntry> schedulerEntries, String portletURLClass, String friendlyURLMapperClass, String friendlyURLMapping, String friendlyURLRoutes, String urlEncoderClass, String portletDataHandlerClass, List<String> stagedModelDataHandlerClasses, String templateHandlerClass, String portletLayoutListenerClass, String pollerProcessorClass, String popMessageListenerClass, List<String> socialActivityInterpreterClasses, String socialRequestInterpreterClass, String userNotificationDefinitions, List<String> userNotificationHandlerClasses, String webDAVStorageToken, String webDAVStorageClass, String xmlRpcMethodClass, String controlPanelEntryCategory, double controlPanelEntryWeight, String controlPanelClass, List<String> assetRendererFactoryClasses, List<String> atomCollectionAdapterClasses, List<String> customAttributesDisplayClasses, String ddmDisplayClass, String permissionPropagatorClass, List<String> trashHandlerClasses, 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, Set<String> autopropagatedParameters, boolean requiresNamespacedParameters, int actionTimeout, int renderTimeout, 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)
           
PortletImpl(String portletId, Portlet rootPortlet, PluginPackage pluginPackage, PluginSetting pluginSetting, long companyId, String icon, String virtualPath, String strutsPath, String parentStrutsPath, String portletName, String displayName, String portletClass, String configurationActionClass, List<String> indexerClasses, String openSearchClass, List<SchedulerEntry> schedulerEntries, String portletURLClass, String friendlyURLMapperClass, String friendlyURLMapping, String friendlyURLRoutes, String urlEncoderClass, String portletDataHandlerClass, List<String> stagedModelDataHandlerClasses, String templateHandlerClass, String portletLayoutListenerClass, String pollerProcessorClass, String popMessageListenerClass, List<String> socialActivityInterpreterClasses, String socialRequestInterpreterClass, String userNotificationDefinitions, List<String> userNotificationHandlerClasses, String webDAVStorageToken, String webDAVStorageClass, String xmlRpcMethodClass, String controlPanelEntryCategory, double controlPanelEntryWeight, String controlPanelClass, List<String> assetRendererFactoryClasses, List<String> atomCollectionAdapterClasses, List<String> customAttributesDisplayClasses, String ddmDisplayClass, String permissionPropagatorClass, List<String> trashHandlerClasses, 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, Set<String> autopropagatedParameters, boolean requiresNamespacedParameters, int actionTimeout, int renderTimeout, 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)
           
 

Uses of QName in com.liferay.portal.webdav.methods
 

Fields in com.liferay.portal.webdav.methods declared as QName
static QName BasePropMethodImpl.ALLPROP
           
static QName BasePropMethodImpl.CREATIONDATE
           
static QName BasePropMethodImpl.DISPLAYNAME
           
static QName BasePropMethodImpl.GETCONTENTLENGTH
           
static QName BasePropMethodImpl.GETCONTENTTYPE
           
static QName BasePropMethodImpl.GETLASTMODIFIED
           
static QName BasePropMethodImpl.ISREADONLY
           
static QName BasePropMethodImpl.LOCKDISCOVERY
           
static QName BasePropMethodImpl.RESOURCETYPE
           
 

Methods in com.liferay.portal.webdav.methods that return QName
protected static QName BasePropMethodImpl.createQName(String name)
           
 

Methods in com.liferay.portal.webdav.methods that return types with arguments of type QName
protected  Set<QName> PropfindMethodImpl.generateProps(Set<QName> props)
           
protected  Set<QName> PropfindMethodImpl.getProps(WebDAVRequest webDAVRequest)
           
protected  Set<QName> ProppatchMethodImpl.processInstructions(WebDAVRequest webDAVRequest)
           
 

Method parameters in com.liferay.portal.webdav.methods with type arguments of type QName
protected  void BasePropMethodImpl.addResponse(WebDAVRequest webDAVRequest, Resource resource, Set<QName> props, Element multistatus)
           
protected  void BasePropMethodImpl.addResponse(WebDAVStorage storage, WebDAVRequest webDAVRequest, Resource resource, Set<QName> props, Element multistatusElement, long depth)
           
protected  Set<QName> PropfindMethodImpl.generateProps(Set<QName> props)
           
protected  int BasePropMethodImpl.writeResponseXML(WebDAVRequest webDAVRequest, Set<QName> props)
           
 

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
 QName PortletQName.getQName(Element qNameEl, Element nameEl, String defaultNamespace)
           
static QName PortletQNameUtil.getQName(Element qNameEl, Element nameEl, String defaultNamespace)
           
 QName PortletQNameImpl.getQName(Element qNameEl, Element nameEl, String defaultNamespace)
           
 QName PortletQName.getQName(String publicRenderParameterName)
           
static QName PortletQNameUtil.getQName(String publicRenderParameterName)
           
 QName PortletQNameImpl.getQName(String publicRenderParameterName)
           
 

Methods in com.liferay.portlet with parameters of type QName
 String PortletQName.getKey(QName qName)
           
static String PortletQNameUtil.getKey(QName qName)
           
 String PortletQNameImpl.getKey(QName qName)
           
 String PortletQName.getPublicRenderParameterName(QName qName)
           
static String PortletQNameUtil.getPublicRenderParameterName(QName qName)
           
 String PortletQNameImpl.getPublicRenderParameterName(QName qName)
           
 String PortletQName.getRemovePublicRenderParameterName(QName qName)
           
static String PortletQNameUtil.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)
           
 

Uses of QName in com.liferay.util.xml
 

Methods in com.liferay.util.xml with parameters of type QName
static Element DocUtil.add(Element element, QName qName)
           
static Element DocUtil.add(Element element, QName qName, boolean text)
           
static Element DocUtil.add(Element element, QName qName, double text)
           
static Element DocUtil.add(Element element, QName qName, float text)
           
static Element DocUtil.add(Element element, QName qName, int text)
           
static Element DocUtil.add(Element element, QName qName, long text)
           
static Element DocUtil.add(Element element, QName qName, Object text)
           
static Element DocUtil.add(Element element, QName qName, short text)
           
static Element DocUtil.add(Element element, QName qName, String text)
           
 


Liferay 6.2-ce-ga5