Uses of Class
org.exoplatform.wiki.jpa.dao.PageDAO
Packages that use PageDAO
Package
Description
-
Uses of PageDAO in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa with parameters of type PageDAOModifier and TypeMethodDescriptionstatic DraftPageEntityEntityConverter.convertDraftPageToDraftPageEntity(DraftPage draftPage, PageDAO pageDAO) Constructors in org.exoplatform.wiki.jpa with parameters of type PageDAOModifierConstructorDescriptionJPADataStorage(WikiDAO wikiDAO, PageDAO pageDAO, PageAttachmentDAO pageAttachmentDAO, DraftPageAttachmentDAO draftPageAttachmentDAO, DraftPageDAO draftPageDAO, PageVersionDAO pageVersionDAO, PageMoveDAO pageMoveDAO, TemplateDAO templateDAO, org.exoplatform.commons.file.services.FileService fileService, org.exoplatform.portal.config.UserACL userACL) -
Uses of PageDAO in org.exoplatform.wiki.jpa.organization
Constructors in org.exoplatform.wiki.jpa.organization with parameters of type PageDAOModifierConstructorDescriptionWikiGroupEventListener(WikiDAO wikiDAO, PageDAO pageDAO, TemplateDAO templateDAO, org.exoplatform.commons.search.index.IndexingService indexingService) WikiUserEventListener(WikiDAO wikiDAO, PageDAO pageDAO, TemplateDAO templateDAO, org.exoplatform.commons.search.index.IndexingService indexingService) -
Uses of PageDAO in org.exoplatform.wiki.jpa.search
Constructors in org.exoplatform.wiki.jpa.search with parameters of type PageDAOModifierConstructorDescriptionWikiPageIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams, PageDAO dao, org.exoplatform.social.metadata.MetadataService metadataService)