Liferay 6.0-ee

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

Packages that use Element
com.liferay.portal.googleapps   
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.xml   
com.liferay.portal.lar   
com.liferay.portal.model   
com.liferay.portal.plugin   
com.liferay.portal.service   
com.liferay.portal.service.impl   
com.liferay.portal.servlet   
com.liferay.portal.sharepoint   
com.liferay.portal.sharepoint.dws   
com.liferay.portal.upgrade.v4_3_0.util   
com.liferay.portal.upgrade.v5_2_0   
com.liferay.portal.webdav.methods   
com.liferay.portal.xml   
com.liferay.portlet   
com.liferay.portlet.amazonrankings.util   
com.liferay.portlet.blogs.lar   
com.liferay.portlet.bookmarks.lar   
com.liferay.portlet.calendar.lar   
com.liferay.portlet.documentlibrary.lar   
com.liferay.portlet.documentlibrary.sharepoint   
com.liferay.portlet.imagegallery.lar   
com.liferay.portlet.journal.action   
com.liferay.portlet.journal.lar   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.journal.util   
com.liferay.portlet.messageboards.lar   
com.liferay.portlet.polls.lar   
com.liferay.portlet.softwarecatalog.service.impl   
com.liferay.portlet.wiki.importers.mediawiki   
com.liferay.portlet.wiki.lar   
com.liferay.util.xml   
 

Uses of Element in com.liferay.portal.googleapps
 

Methods in com.liferay.portal.googleapps that return Element
static Element GHelperUtil.addAppsProperty(Element parentElement, String name, String value)
           
protected  Element GBaseManagerImpl.addAppsProperty(Element parentElement, String name, String value)
           
static Element GHelperUtil.addAtomCategory(Element parentElement, String type)
           
protected  Element GBaseManagerImpl.addAtomCategory(Element parentElement, String type)
           
static Element GHelperUtil.addAtomEntry(Document document)
           
protected  Element GBaseManagerImpl.addAtomEntry(Document document)
           
 

Methods in com.liferay.portal.googleapps with parameters of type Element
static Element GHelperUtil.addAppsProperty(Element parentElement, String name, String value)
           
protected  Element GBaseManagerImpl.addAppsProperty(Element parentElement, String name, String value)
           
static Element GHelperUtil.addAtomCategory(Element parentElement, String type)
           
protected  Element GBaseManagerImpl.addAtomCategory(Element parentElement, String type)
           
protected  GGroup GGroupManagerImpl.getGGroup(Element atomEntryElement)
           
protected  GGroupMember GGroupManagerImpl.getGGroupMember(Element atomEntryElement)
           
protected  GGroupOwner GGroupManagerImpl.getGGroupOwner(Element atomEntryElement)
           
protected  GNickname GNicknameManagerImpl.getGNickname(Element atomEntryElement)
           
protected  GUser GUserManagerImpl.getGUser(Element atomEntryElement)
           
 

Constructors in com.liferay.portal.googleapps with parameters of type Element
GetNextItems(String url, Element atomFeedElement)
           
 

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

Methods in com.liferay.portal.kernel.search that return Element
static Element OpenSearchUtil.addElement(Element el, String name, int namespaceType)
           
static Element OpenSearchUtil.addElement(Element el, String name, int namespaceType, Date value)
           
static Element OpenSearchUtil.addElement(Element el, String name, int namespaceType, double value)
           
static Element OpenSearchUtil.addElement(Element el, String name, int namespaceType, int value)
           
static Element OpenSearchUtil.addElement(Element el, String name, int namespaceType, long value)
           
static Element OpenSearchUtil.addElement(Element el, String name, int namespaceType, String value)
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Element
static Element OpenSearchUtil.addElement(Element el, String name, int namespaceType)
           
static Element OpenSearchUtil.addElement(Element el, String name, int namespaceType, Date value)
           
static Element OpenSearchUtil.addElement(Element el, String name, int namespaceType, double value)
           
static Element OpenSearchUtil.addElement(Element el, String name, int namespaceType, int value)
           
static Element OpenSearchUtil.addElement(Element el, String name, int namespaceType, long value)
           
static Element OpenSearchUtil.addElement(Element el, String name, int namespaceType, String value)
           
static void OpenSearchUtil.addLink(Element root, String searchURL, String rel, String keywords, int page, int itemsPerPage)
           
protected  void BaseOpenSearchImpl.addSearchResult(Element root, long groupId, long scopeGroupId, String entryClassName, long entryClassPK, String title, String link, Date updated, String summary, double score, String format)
           
protected  void BaseOpenSearchImpl.addSearchResult(Element root, long groupId, long scopeGroupId, String entryClassName, long entryClassPK, String title, String link, Date updated, String summary, String[] tags, double ratings, double score, String format)
           
protected  void BaseOpenSearchImpl.addSearchResultAtom(Element root, long groupId, long scopeGroupId, String entryClassName, long entryClassPK, String title, String link, Date updated, String summary, String[] tags, double ratings, double score)
           
protected  void BaseOpenSearchImpl.addSearchResultRSS(Element root, long groupId, long scopeGroupId, String entryClassName, long entryClassPK, String title, String link, Date updated, String summary, String[] tags, double ratings, double score)
           
 

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

Methods in com.liferay.portal.kernel.xml that return Element
 Element Element.addAttribute(QName qName, String value)
           
 Element Element.addAttribute(String name, String value)
           
 Element Element.addCDATA(String cdata)
           
 Element Element.addComment(String comment)
           
 Element Branch.addElement(QName qName)
           
 Element Branch.addElement(String name)
           
 Element Branch.addElement(String qualifiedName, String namespaceURI)
           
 Element Element.addEntity(String name, String text)
           
 Element Element.addNamespace(String prefix, String uri)
           
 Element Element.addProcessingInstruction(String target, Map<String,String> data)
           
 Element Element.addProcessingInstruction(String target, String data)
           
 Element Element.addText(String text)
           
 Element Element.createCopy()
           
 Element Element.createCopy(QName qName)
           
 Element Element.createCopy(String name)
           
static Element SAXReaderUtil.createElement(QName qName)
           
 Element SAXReader.createElement(QName qName)
           
static Element SAXReaderUtil.createElement(String name)
           
 Element SAXReader.createElement(String name)
           
 Element Element.element(QName qName)
           
 Element Element.element(String name)
           
 Element Branch.elementByID(String elementID)
           
 Element Node.getParent()
           
 Element Document.getRootElement()
           
 

Methods in com.liferay.portal.kernel.xml that return types with arguments of type Element
 Iterator<Element> Element.elementIterator()
           
 Iterator<Element> Element.elementIterator(QName qName)
           
 Iterator<Element> Element.elementIterator(String name)
           
 List<Element> Element.elements()
           
 List<Element> Element.elements(QName qName)
           
 List<Element> Element.elements(String name)
           
 

Methods in com.liferay.portal.kernel.xml with parameters of type Element
 void Branch.add(Element element)
           
 void Element.appendAttributes(Element element)
           
 Node Node.asXPathResult(Element parent)
           
static Attribute SAXReaderUtil.createAttribute(Element element, QName qName, String value)
           
 Attribute SAXReader.createAttribute(Element element, QName qName, String value)
           
static Attribute SAXReaderUtil.createAttribute(Element element, String name, String value)
           
 Attribute SAXReader.createAttribute(Element element, String name, String value)
           
static Document SAXReaderUtil.createDocument(Element rootElement)
           
 Document SAXReader.createDocument(Element rootElement)
           
 String Node.getPath(Element context)
           
 String Node.getUniquePath(Element context)
           
 boolean Branch.remove(Element element)
           
 void Document.setRootElement(Element rootElement)
           
 

Uses of Element in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar that return Element
protected  Element PermissionExporter.exportGroupPermissions(long companyId, long groupId, String resourceName, String resourcePrimKey, Element parentEl, String elName)
           
protected  Element PermissionExporter.exportRoles(long companyId, String resourceName, int scope, String resourcePrimKey, Element parentEl, String elName, List<Role> roles)
           
 

Methods in com.liferay.portal.lar with parameters of type Element
protected  void PortletExporter.exportCategories(PortletDataContext context, Element root)
           
protected  void PortletExporter.exportCategory(PortletDataContext context, Element vocabulariesEl, Element categoriesEl, AssetCategory assetCategory)
           
protected  void PortletExporter.exportCategory(PortletDataContext context, Element vocabulariesEl, Element categoryEls, long assetCategoryId)
           
protected  void PortletExporter.exportComments(PortletDataContext context, Element parentEl)
           
protected  Element PermissionExporter.exportGroupPermissions(long companyId, long groupId, String resourceName, String resourcePrimKey, Element parentEl, String elName)
           
protected  void PermissionExporter.exportGroupRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String entityName, Element parentEl)
           
protected  void PermissionExporter.exportInheritedPermissions(LayoutCache layoutCache, long companyId, String resourceName, String resourcePrimKey, Element parentEl, String entityName)
           
protected  void PermissionExporter.exportInheritedRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String entityName, Element parentEl)
           
protected  void LayoutExporter.exportLayout(PortletDataContext context, Portlet layoutConfigurationPortlet, LayoutCache layoutCache, Map<String,Object[]> portletIds, boolean exportPermissions, boolean exportUserPermissions, Layout layout, Element layoutsElement)
           
protected  void PermissionExporter.exportLayoutPermissions(PortletDataContext context, LayoutCache layoutCache, long companyId, long groupId, Layout layout, Element layoutEl, boolean exportUserPermissions)
           
protected  void PermissionExporter.exportLayoutRoles(LayoutCache layoutCache, long companyId, long groupId, Element rolesEl)
           
protected  void PortletExporter.exportLocks(PortletDataContext context, Element parentEl)
           
protected  void PermissionExporter.exportPermissions_1to4(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element permissionsEl, boolean exportUserPermissions)
           
protected  void PermissionExporter.exportPermissions_5(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element permissionsEl, boolean portletActions)
           
protected  void PermissionExporter.exportPermissions_6(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element permissionsEl, boolean portletActions)
           
protected  void PortletExporter.exportPortlet(PortletDataContext context, LayoutCache layoutCache, String portletId, Layout layout, Element parentEl, long defaultUserId, boolean exportPermissions, boolean exportPortletArchivedSetups, boolean exportPortletData, boolean exportPortletSetup, boolean exportPortletUserPreferences, boolean exportUserPermissions)
           
protected  void PortletExporter.exportPortletData(PortletDataContext context, Portlet portlet, Layout layout, PortletPreferences jxPreferences, Element parentEl)
           
protected  void PermissionExporter.exportPortletPermissions(PortletDataContext context, LayoutCache layoutCache, String portletId, Layout layout, Element portletEl)
           
protected  void PortletExporter.exportPortletPreference(PortletDataContext context, long ownerId, int ownerType, boolean defaultUser, PortletPreferences portletPreferences, String portletId, long plid, Element parentEl)
           
protected  void PortletExporter.exportPortletPreferences(PortletDataContext context, long ownerId, int ownerType, boolean defaultUser, Layout layout, String portletId, Element parentEl)
           
protected  void PermissionExporter.exportPortletRoles(LayoutCache layoutCache, long companyId, long groupId, String portletId, Element rolesEl)
           
protected  void PortletExporter.exportRatings(PortletDataContext context, Element parentEl)
           
protected  Element PermissionExporter.exportRoles(long companyId, String resourceName, int scope, String resourcePrimKey, Element parentEl, String elName, List<Role> roles)
           
protected  void PortletExporter.exportTags(PortletDataContext context, Element parentEl)
           
protected  void PermissionExporter.exportUserPermissions(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element parentEl)
           
protected  void PermissionExporter.exportUserRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, Element parentEl)
           
protected  void PortletExporter.exportVocabulary(PortletDataContext context, Element vocabulariesEl, AssetVocabulary assetVocabulary)
           
protected  void PortletExporter.exportVocabulary(PortletDataContext context, Element vocabulariesEl, long assetVocabularyId)
           
protected  List<String> PermissionImporter.getActions(Element el)
           
protected  void PortletImporter.importCategory(PortletDataContext context, Map<Long,Long> vocabularyPKs, Map<Long,Long> categoryPKs, Element categoryEl, AssetCategory category)
           
protected  void PermissionImporter.importGroupPermissions(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element parentEl, String elName, boolean portletActions)
           
protected  void PermissionImporter.importGroupRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String entityName, Element parentEl)
           
protected  void PermissionImporter.importInheritedPermissions(LayoutCache layoutCache, long companyId, String resourceName, String resourcePrimKey, Element permissionsEl, String entityName, boolean portletActions)
           
protected  void PermissionImporter.importInheritedRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String entityName, Element parentEl)
           
protected  void LayoutImporter.importLayout(PortletDataContext context, User user, LayoutCache layoutCache, List<Layout> previousLayouts, List<Layout> newLayouts, Map<Long,Layout> newLayoutsMap, Set<Long> newLayoutIds, String portletsMergeMode, String themeId, String colorSchemeId, String layoutsImportMode, boolean privateLayout, boolean importPermissions, boolean importUserPermissions, boolean useThemeZip, Element rootElement, Element layoutElement)
           
protected  void PermissionImporter.importLayoutPermissions_1to4(LayoutCache layoutCache, long companyId, long groupId, Group guestGroup, Layout layout, String resourceName, String resourcePrimKey, Element permissionsEl, boolean importUserPermissions)
           
protected  void PermissionImporter.importLayoutPermissions(LayoutCache layoutCache, long companyId, long groupId, long userId, Layout layout, Element layoutEl, Element parentEl, boolean importUserPermissions)
           
protected  void PermissionImporter.importLayoutRoles(LayoutCache layoutCache, long companyId, long groupId, Element rolesEl)
           
protected  void PermissionImporter.importPermissions_5(LayoutCache layoutCache, long companyId, long groupId, long userId, String resourceName, String resourcePrimKey, Element permissionsEl, boolean portletActions)
           
protected  void PermissionImporter.importPermissions_6(LayoutCache layoutCache, long companyId, long groupId, long userId, String resourceName, String resourcePrimKey, Element permissionsEl, boolean portletActions)
           
protected  void PortletImporter.importPortletData(PortletDataContext context, String portletId, long plid, Element portletDataRefEl)
           
protected  String PortletImporter.importPortletData(PortletDataContext context, String portletId, PortletPreferences portletPreferences, Element portletDataRefEl)
           
protected  void PermissionImporter.importPortletPermissions_1to4(LayoutCache layoutCache, long companyId, long groupId, Group guestGroup, Layout layout, Element permissionsEl, boolean importUserPermissions)
           
protected  void PermissionImporter.importPortletPermissions(LayoutCache layoutCache, long companyId, long groupId, long userId, Layout layout, Element portletEl, String portletId, boolean importUserPermissions)
           
protected  void PortletImporter.importPortletPreferences(PortletDataContext context, long companyId, long groupId, Layout layout, String portletId, Element parentEl, boolean importPortletSetup, boolean importPortletArchivedSetups, boolean importUserPreferences, boolean preserveScopeLayoutId)
           
protected  void PermissionImporter.importPortletRoles(LayoutCache layoutCache, long companyId, long groupId, Element rolesEl)
           
protected  void PermissionImporter.importPortletRoles(LayoutCache layoutCache, long companyId, long groupId, String portletId, Element rolesEl)
           
protected  void PermissionImporter.importRolePermissions(LayoutCache layoutCache, long companyId, String resourceName, int scope, String resourcePrimKey, Element parentEl, boolean communityRole)
           
protected  void PermissionImporter.importUserPermissions(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element parentEl, boolean portletActions)
           
protected  void PermissionImporter.importUserRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, Element parentEl)
           
protected  void PortletImporter.importVocabulary(PortletDataContext context, Map<Long,Long> vocabularyPKs, Element vocabularyEl, AssetVocabulary vocabulary)
           
protected  void PortletImporter.readComments(PortletDataContext context, Element parentEl)
           
protected  void PortletImporter.readLocks(PortletDataContext context, Element parentEl)
           
protected  void PortletImporter.readRatings(PortletDataContext context, Element parentEl)
           
protected  void PortletImporter.readTags(PortletDataContext context, Element parentEl)
           
 

Uses of Element in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return Element
static Element ModelHintsUtil.getFieldsEl(String model, String field)
           
 Element ModelHints.getFieldsEl(String model, String field)
           
 Element ModelHintsImpl.getFieldsEl(String model, String field)
           
 

Uses of Element in com.liferay.portal.plugin
 

Methods in com.liferay.portal.plugin with parameters of type Element
static PluginPackage PluginPackageUtil.readPluginPackageXml(Element pluginPackageEl)
           
 

Uses of Element in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type Element
 void LayoutTemplateLocalServiceWrapper.readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
static void LayoutTemplateLocalServiceUtil.readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
 void LayoutTemplateLocalService.readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
 

Uses of Element in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl with parameters of type Element
 void LayoutTemplateLocalServiceImpl.readLayoutTemplate(String servletContextName, javax.servlet.ServletContext servletContext, Set<ObjectValuePair<String,Boolean>> layoutTemplateIds, Element el, boolean standard, String themeId, PluginPackage pluginPackage)
           
 

Uses of Element in com.liferay.portal.servlet
 

Methods in com.liferay.portal.servlet with parameters of type Element
static void I18nServlet.setLanguageIds(Element root)
           
 

Uses of Element in com.liferay.portal.sharepoint
 

Methods in com.liferay.portal.sharepoint with parameters of type Element
protected  void BaseSharepointStorageImpl.addDocumentElement(Element element, String documentName, Date createDate, Date modifiedDate, String userName)
           
 void SharepointStorage.addDocumentElements(SharepointRequest sharepointRequest, Element element)
           
 void BaseSharepointStorageImpl.addDocumentElements(SharepointRequest sharepointRequest, Element element)
           
 

Uses of Element in com.liferay.portal.sharepoint.dws
 

Methods in com.liferay.portal.sharepoint.dws with parameters of type Element
 void RoleResponseElement.addElement(Element rootEl)
           
 void ResponseElement.addElement(Element doc)
           
 void MemberResponseElement.addElement(Element rootEl)
           
 

Uses of Element in com.liferay.portal.upgrade.v4_3_0.util
 

Methods in com.liferay.portal.upgrade.v4_3_0.util with parameters of type Element
protected  void JournalArticleContentUpgradeColumnImpl.format(String oldCompanyId, long newCompanyId, long groupId, String articleId, double version, Element root)
           
 

Uses of Element in com.liferay.portal.upgrade.v5_2_0
 

Methods in com.liferay.portal.upgrade.v5_2_0 with parameters of type Element
protected  void UpgradeJournal.addDynamicElementInstanceId(Element root)
           
protected  void UpgradeJournal.updateJournalArticleImageInstanceId(Element parentElement, String instanceId)
           
 

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

Methods in com.liferay.portal.webdav.methods that return Element
protected  Element BasePropMethodImpl.addElement(Element element, String name)
           
protected  Element BasePropMethodImpl.addElement(Element element, String name1, String name2)
           
 

Methods in com.liferay.portal.webdav.methods with parameters of type Element
protected  Element BasePropMethodImpl.addElement(Element element, String name)
           
protected  Element BasePropMethodImpl.addElement(Element element, String name1, String name2)
           
protected  void BasePropMethodImpl.addResponse(String href, Element multistatusElement)
           
protected  void BasePropMethodImpl.addResponse(WebDAVRequest webDavRequest, Resource resource, Set<Tuple> props, Element multistatus)
           
protected  void BasePropMethodImpl.addResponse(WebDAVStorage storage, WebDAVRequest webDavRequest, Resource resource, Set<Tuple> props, Element multistatusElement, long depth)
           
 

Uses of Element in com.liferay.portal.xml
 

Classes in com.liferay.portal.xml that implement Element
 class ElementImpl
           
 

Methods in com.liferay.portal.xml that return Element
 Element ElementImpl.addAttribute(QName qName, String value)
           
 Element ElementImpl.addAttribute(String name, String value)
           
 Element ElementImpl.addCDATA(String cdata)
           
 Element ElementImpl.addComment(String comment)
           
 Element BranchImpl.addElement(QName qName)
           
 Element BranchImpl.addElement(String name)
           
 Element BranchImpl.addElement(String qualifiedName, String namespaceURI)
           
 Element ElementImpl.addEntity(String name, String text)
           
 Element ElementImpl.addNamespace(String prefix, String uri)
           
 Element ElementImpl.addProcessingInstruction(String target, Map<String,String> data)
           
 Element ElementImpl.addProcessingInstruction(String target, String data)
           
 Element ElementImpl.addText(String text)
           
 Element ElementImpl.createCopy()
           
 Element ElementImpl.createCopy(QName qName)
           
 Element ElementImpl.createCopy(String name)
           
 Element SAXReaderImpl.createElement(QName qName)
           
 Element SAXReaderImpl.createElement(String name)
           
 Element ElementImpl.element(QName qName)
           
 Element ElementImpl.element(String name)
           
 Element BranchImpl.elementByID(String elementID)
           
 Element NodeImpl.getParent()
           
 Element DocumentImpl.getRootElement()
           
 

Methods in com.liferay.portal.xml that return types with arguments of type Element
 Iterator<Element> ElementImpl.elementIterator()
           
 Iterator<Element> ElementImpl.elementIterator(QName qName)
           
 Iterator<Element> ElementImpl.elementIterator(String name)
           
 List<Element> ElementImpl.elements()
           
 List<Element> ElementImpl.elements(QName qName)
           
 List<Element> ElementImpl.elements(String name)
           
static List<Element> SAXReaderImpl.toNewElements(List<org.dom4j.Element> oldElements)
           
 

Methods in com.liferay.portal.xml with parameters of type Element
 void BranchImpl.add(Element element)
           
 void ElementImpl.appendAttributes(Element element)
           
 Node NodeImpl.asXPathResult(Element parent)
           
 Attribute SAXReaderImpl.createAttribute(Element element, QName qName, String value)
           
 Attribute SAXReaderImpl.createAttribute(Element element, String name, String value)
           
 Document SAXReaderImpl.createDocument(Element rootElement)
           
 String NodeImpl.getPath(Element context)
           
 String NodeImpl.getUniquePath(Element context)
           
 boolean BranchImpl.remove(Element element)
           
 void DocumentImpl.setRootElement(Element rootElement)
           
 

Uses of Element in com.liferay.portlet
 

Methods in com.liferay.portlet with parameters of type Element
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)
           
 

Uses of Element in com.liferay.portlet.amazonrankings.util
 

Methods in com.liferay.portlet.amazonrankings.util that return Element
protected  Element AmazonRankingsWebCacheItem.getOfferListing(Element item)
           
 

Methods in com.liferay.portlet.amazonrankings.util with parameters of type Element
protected  String[] AmazonRankingsWebCacheItem.getAuthors(Element itemAttributes)
           
protected  String AmazonRankingsWebCacheItem.getAvailability(Element offerListing)
           
protected  String AmazonRankingsWebCacheItem.getImageURL(Element item, String name)
           
protected  Element AmazonRankingsWebCacheItem.getOfferListing(Element item)
           
protected  double AmazonRankingsWebCacheItem.getPrice(Element price)
           
 

Uses of Element in com.liferay.portlet.blogs.lar
 

Methods in com.liferay.portlet.blogs.lar with parameters of type Element
protected  void BlogsPortletDataHandlerImpl.exportEntry(PortletDataContext context, Element root, BlogsEntry entry)
           
protected static void WordPressImporter.importComment(PortletDataContext context, User defaultUser, MBMessageDisplay messageDisplay, Map<Long,Long> messageIdMap, BlogsEntry entry, Element commentEl)
           
protected static void WordPressImporter.importEntry(PortletDataContext context, User defaultUser, Map<String,Long> userMap, DateFormat dateFormat, Element entryEl)
           
 

Uses of Element in com.liferay.portlet.bookmarks.lar
 

Methods in com.liferay.portlet.bookmarks.lar with parameters of type Element
protected  void BookmarksPortletDataHandlerImpl.exportEntry(PortletDataContext context, Element foldersElement, Element entriesElement, BookmarksEntry entry)
           
protected  void BookmarksPortletDataHandlerImpl.exportFolder(PortletDataContext context, Element foldersElement, Element entriesElement, BookmarksFolder folder)
           
protected  void BookmarksPortletDataHandlerImpl.exportParentFolder(PortletDataContext context, Element foldersElement, long folderId)
           
 

Uses of Element in com.liferay.portlet.calendar.lar
 

Methods in com.liferay.portlet.calendar.lar with parameters of type Element
protected  void CalendarPortletDataHandlerImpl.exportEvent(PortletDataContext context, Element rootElement, CalEvent event)
           
 

Uses of Element in com.liferay.portlet.documentlibrary.lar
 

Methods in com.liferay.portlet.documentlibrary.lar with parameters of type Element
static void DLPortletDataHandlerImpl.exportFileEntry(PortletDataContext context, Element foldersElement, Element fileEntriesElement, Element fileRanksElement, DLFileEntry fileEntry, boolean checkDateRange)
           
protected static void DLPortletDataHandlerImpl.exportFileRank(PortletDataContext context, Element fileRanksElement, DLFileRank fileRank)
           
protected static void DLPortletDataHandlerImpl.exportFileShortcut(PortletDataContext context, Element foldersElement, Element fileShortcutsElement, DLFileShortcut fileShortcut)
           
protected static void DLPortletDataHandlerImpl.exportFolder(PortletDataContext context, Element foldersElement, Element fileEntriesElement, Element fileShortcutsElement, Element fileRanksElement, DLFolder folder)
           
protected static void DLPortletDataHandlerImpl.exportParentFolder(PortletDataContext context, Element foldersElement, long folderId)
           
static void DLPortletDataHandlerImpl.importFileEntry(PortletDataContext context, Element fileEntryElement)
           
static void DLPortletDataHandlerImpl.importFileRank(PortletDataContext context, Element fileRankElement)
           
protected static void DLPortletDataHandlerImpl.importFileShortcut(PortletDataContext context, Element fileShortcutElement)
           
static void DLPortletDataHandlerImpl.importFolder(PortletDataContext context, Element folderElement)
           
 

Uses of Element in com.liferay.portlet.documentlibrary.sharepoint
 

Methods in com.liferay.portlet.documentlibrary.sharepoint with parameters of type Element
 void DLSharepointStorageImpl.addDocumentElements(SharepointRequest sharepointRequest, Element element)
           
 

Uses of Element in com.liferay.portlet.imagegallery.lar
 

Methods in com.liferay.portlet.imagegallery.lar with parameters of type Element
protected static void IGPortletDataHandlerImpl.exportFolder(PortletDataContext context, Element foldersElement, Element imagesElement, IGFolder folder)
           
static void IGPortletDataHandlerImpl.exportImage(PortletDataContext context, Element foldersElement, Element imagesElement, IGImage image, boolean checkDateRange)
           
protected static void IGPortletDataHandlerImpl.exportParentFolder(PortletDataContext context, Element foldersElement, long folderId)
           
static void IGPortletDataHandlerImpl.importFolder(PortletDataContext context, Element folderElement)
           
static void IGPortletDataHandlerImpl.importImage(PortletDataContext context, Element imageElement)
           
 

Uses of Element in com.liferay.portlet.journal.action
 

Methods in com.liferay.portlet.journal.action with parameters of type Element
protected  void ViewArticleContentAction.format(long groupId, String articleId, double version, String previewArticleId, Element root, UploadServletRequest uploadRequest)
           
 

Uses of Element in com.liferay.portlet.journal.lar
 

Methods in com.liferay.portlet.journal.lar with parameters of type Element
protected static void JournalPortletDataHandlerImpl.exportArticle(PortletDataContext context, Element articlesElement, Element structuresElement, Element templatesElement, Element dlFoldersElement, Element dlFileEntriesElement, Element dlFileRanksElement, Element igFoldersElement, Element igImagesElement, JournalArticle article, boolean checkDateRange)
           
protected static String JournalPortletDataHandlerImpl.exportDLFileEntries(PortletDataContext context, Element foldersElement, Element fileEntriesElement, Element fileRanksElement, Element entityElement, String content, boolean checkDateRange)
           
protected static void JournalPortletDataHandlerImpl.exportFeed(PortletDataContext context, Element feedsElement, JournalFeed feed)
           
protected static String JournalPortletDataHandlerImpl.exportIGImages(PortletDataContext context, Element foldersElement, Element imagesElement, Element entityElement, String content, boolean checkDateRange)
           
protected static void JournalPortletDataHandlerImpl.exportStructure(PortletDataContext context, Element structuresElement, JournalStructure structure)
           
protected static void JournalPortletDataHandlerImpl.exportTemplate(PortletDataContext context, Element templatesElement, Element dlFoldersElement, Element dlFileEntriesElement, Element dlFileRanksElement, Element igFoldersElement, Element igImagesElement, JournalTemplate template, boolean checkDateRange)
           
protected static void JournalPortletDataHandlerImpl.importArticle(PortletDataContext context, Element articleElement)
           
protected static String JournalPortletDataHandlerImpl.importDLFileEntries(PortletDataContext context, Element parentElement, String content)
           
protected static void JournalPortletDataHandlerImpl.importFeed(PortletDataContext context, Element feedElement)
           
protected static String JournalPortletDataHandlerImpl.importIGImages(PortletDataContext context, Element parentElement, String content)
           
protected static void JournalPortletDataHandlerImpl.importStructure(PortletDataContext context, Element structureElement)
           
protected static void JournalPortletDataHandlerImpl.importTemplate(PortletDataContext context, Element templateElement)
           
 

Uses of Element in com.liferay.portlet.journal.model.impl
 

Methods in com.liferay.portlet.journal.model.impl with parameters of type Element
protected  void JournalStructureImpl.addParentStructureId(Element parentEl, String parentStructureId)
           
 

Uses of Element in com.liferay.portlet.journal.service.impl
 

Methods in com.liferay.portlet.journal.service.impl with parameters of type Element
protected  void JournalArticleLocalServiceImpl.checkStructure(Document contentDoc, Element root)
           
protected  void JournalArticleLocalServiceImpl.checkStructureField(Element el, Document contentDoc)
           
protected  void JournalArticleLocalServiceImpl.format(long groupId, String articleId, double version, boolean incrementVersion, Element root, Map<String,byte[]> images)
           
protected  void JournalArticleLocalServiceImpl.formatImage(long groupId, String articleId, double version, boolean incrementVersion, Element el, String elInstanceId, String elName, Map<String,byte[]> images)
           
 

Method parameters in com.liferay.portlet.journal.service.impl with type arguments of type Element
protected  void JournalStructureLocalServiceImpl.appendParentStructureElements(long groupId, String parentStructureId, List<Element> elements)
           
protected  void JournalStructureLocalServiceImpl.validate(List<Element> elements, Set<String> elNames)
           
 

Uses of Element in com.liferay.portlet.journal.util
 

Methods in com.liferay.portlet.journal.util with parameters of type Element
static void JournalUtil.addAllReservedEls(Element root, Map<String,String> tokens, JournalArticle article)
           
static void JournalUtil.addReservedEl(Element root, Map<String,String> tokens, String name, Date value)
           
static void JournalUtil.addReservedEl(Element root, Map<String,String> tokens, String name, double value)
           
static void JournalUtil.addReservedEl(Element root, Map<String,String> tokens, String name, String value)
           
static List<TemplateNode> JournalVmUtil.extractDynamicContents(Element parent)
          Deprecated.  
protected  List<TemplateNode> VelocityTemplateParser.extractDynamicContents(ThemeDisplay themeDisplay, Element parent)
           
protected  String JournalIndexer.getIndexableContent(Document document, Element rootElement)
           
protected  void JournalIndexer.indexField(Document document, Element element, String elType, String elIndexType)
           
protected  Map<String,Object> VelocityTemplateParser.insertRequestVariables(Element parent)
           
static void JournalUtil.removeArticleLocale(Element el, String languageId)
           
protected  void LocaleTransformerListener.replace(Element root)
           
protected  void ContentTransformerListener.replace(Element root)
           
 

Uses of Element in com.liferay.portlet.messageboards.lar
 

Methods in com.liferay.portlet.messageboards.lar with parameters of type Element
protected  void MBPortletDataHandlerImpl.exportBan(PortletDataContext context, Element userBansElement, MBBan ban)
           
protected  void MBPortletDataHandlerImpl.exportCategory(PortletDataContext context, Element categoriesElement, Element messagesElement, Element messageFlagsElement, MBCategory category)
           
protected  void MBPortletDataHandlerImpl.exportMessage(PortletDataContext context, Element categoriesElement, Element messagesElement, Element messageFlagsElement, MBMessage message)
           
protected  void MBPortletDataHandlerImpl.exportMessageFlag(PortletDataContext context, Element messageFlagsElement, MBMessageFlag messageFlag)
           
protected  void MBPortletDataHandlerImpl.exportParentCategory(PortletDataContext context, Element categoriesElement, long categoryId)
           
protected  void MBPortletDataHandlerImpl.importMessage(PortletDataContext context, Element messageElement, MBMessage message)
           
 

Uses of Element in com.liferay.portlet.polls.lar
 

Methods in com.liferay.portlet.polls.lar with parameters of type Element
protected static void PollsPortletDataHandlerImpl.exportChoice(PortletDataContext context, Element questionsElement, PollsChoice choice)
           
protected static void PollsPortletDataHandlerImpl.exportQuestion(PortletDataContext context, Element questionsElement, Element choicesElement, Element votesElement, PollsQuestion question)
           
protected static void PollsPortletDataHandlerImpl.exportVote(PortletDataContext context, Element questionsElement, PollsVote vote)
           
 

Uses of Element in com.liferay.portlet.softwarecatalog.service.impl
 

Methods in com.liferay.portlet.softwarecatalog.service.impl with parameters of type Element
protected  void SCProductEntryLocalServiceImpl.populatePluginPackageElement(Element el, SCProductEntry productEntry, SCProductVersion productVersion, String baseImageURL)
           
protected  void SCProductEntryLocalServiceImpl.populateSettingsElement(Element el, Properties repoSettings)
           
 

Uses of Element in com.liferay.portlet.wiki.importers.mediawiki
 

Methods in com.liferay.portlet.wiki.importers.mediawiki with parameters of type Element
protected  void MediaWikiImporter.processRegularPages(long userId, WikiNode node, Element root, List<String> specialNamespaces, Map<String,String> usersMap, File imagesFile, Map<String,String[]> options)
           
protected  void MediaWikiImporter.processSpecialPages(long userId, WikiNode node, Element root, List<String> specialNamespaces)
           
protected  List<String> MediaWikiImporter.readSpecialNamespaces(Element root)
           
 

Uses of Element in com.liferay.portlet.wiki.lar
 

Methods in com.liferay.portlet.wiki.lar with parameters of type Element
static void WikiPortletDataHandlerImpl.exportNode(PortletDataContext context, Element nodesElement, Element pagesElement, WikiNode node)
           
protected static void WikiPortletDataHandlerImpl.exportNode(PortletDataContext context, Element nodesElement, long nodeId)
           
protected static void WikiPortletDataHandlerImpl.exportPage(PortletDataContext context, Element nodesElement, Element pagesElement, WikiPage page)
           
static void WikiPortletDataHandlerImpl.importPage(PortletDataContext context, Element pageElement, WikiPage page)
           
 

Uses of Element in com.liferay.util.xml
 

Methods in com.liferay.util.xml that return Element
static Element DocUtil.add(Element element, String name, boolean text)
           
static Element DocUtil.add(Element element, String name, double text)
           
static Element DocUtil.add(Element element, String name, float text)
           
static Element DocUtil.add(Element element, String name, int text)
           
static Element DocUtil.add(Element element, String name, long text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, boolean text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, double text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, float text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, int text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, long text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, Object text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, short text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, String text)
           
static Element DocUtil.add(Element element, String name, Object text)
           
static Element DocUtil.add(Element element, String name, short text)
           
static Element DocUtil.add(Element element, String name, String text)
           
 

Methods in com.liferay.util.xml with parameters of type Element
static Element DocUtil.add(Element element, String name, boolean text)
           
static Element DocUtil.add(Element element, String name, double text)
           
static Element DocUtil.add(Element element, String name, float text)
           
static Element DocUtil.add(Element element, String name, int text)
           
static Element DocUtil.add(Element element, String name, long text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, boolean text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, double text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, float text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, int text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, long text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, Object text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, short text)
           
static Element DocUtil.add(Element element, String name, Namespace namespace, String text)
           
static Element DocUtil.add(Element element, String name, Object text)
           
static Element DocUtil.add(Element element, String name, short text)
           
static Element DocUtil.add(Element element, String name, String text)
           
static void BeanToXMLUtil.addBean(Object obj, Element parentEl)
           
static void BeanToXMLUtil.addFields(Object obj, Element parentEl)
           
 


Liferay 6.0-ee