Uses of Class
org.exoplatform.wiki.jpa.dao.PageDAO
-
Packages that use PageDAO Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.jpa.organization org.exoplatform.wiki.jpa.search -
-
Uses of PageDAO in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa with parameters of type PageDAO Modifier and Type Method Description static DraftPageEntityEntityConverter. convertDraftPageToDraftPageEntity(DraftPage draftPage, PageDAO pageDAO)Constructors in org.exoplatform.wiki.jpa with parameters of type PageDAO Constructor Description JPADataStorage(WikiDAO wikiDAO, PageDAO pageDAO, PageAttachmentDAO pageAttachmentDAO, DraftPageAttachmentDAO draftPageAttachmentDAO, DraftPageDAO draftPageDAO, PageVersionDAO pageVersionDAO, PageMoveDAO pageMoveDAO, TemplateDAO templateDAO, EmotionIconDAO emotionIconDAO, org.exoplatform.commons.api.persistence.DataInitializer dataInitializer, 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 PageDAO Constructor Description WikiGroupEventListener(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 PageDAO Constructor Description WikiPageIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams, PageDAO dao, org.exoplatform.social.metadata.MetadataService metadataService)
-