Uses of Class
org.exoplatform.wiki.jpa.dao.TemplateDAO
Packages that use TemplateDAO
-
Uses of TemplateDAO in org.exoplatform.wiki.jpa
Constructors in org.exoplatform.wiki.jpa with parameters of type TemplateDAOModifierConstructorDescriptionJPADataStorage(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 TemplateDAO in org.exoplatform.wiki.jpa.organization
Constructors in org.exoplatform.wiki.jpa.organization with parameters of type TemplateDAOModifierConstructorDescriptionWikiGroupEventListener(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)