Uses of Class
org.exoplatform.wiki.jpa.entity.WikiEntity
-
Packages that use WikiEntity Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.jpa.dao org.exoplatform.wiki.jpa.entity -
-
Uses of WikiEntity in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return WikiEntity Modifier and Type Method Description static WikiEntityEntityConverter. convertWikiToWikiEntity(Wiki wiki, WikiDAO wikiDAO)Methods in org.exoplatform.wiki.jpa with parameters of type WikiEntity Modifier and Type Method Description static WikiEntityConverter. convertWikiEntityToWiki(WikiEntity wikiEntity) -
Uses of WikiEntity in org.exoplatform.wiki.jpa.dao
Methods in org.exoplatform.wiki.jpa.dao that return WikiEntity Modifier and Type Method Description WikiEntityWikiDAO. getWikiByTypeAndOwner(String wikiType, String wikiOwner)Methods in org.exoplatform.wiki.jpa.dao that return types with arguments of type WikiEntity Modifier and Type Method Description List<WikiEntity>WikiDAO. getWikisByType(String wikiType) -
Uses of WikiEntity in org.exoplatform.wiki.jpa.entity
Methods in org.exoplatform.wiki.jpa.entity that return WikiEntity Modifier and Type Method Description WikiEntityPageEntity. getWiki()WikiEntityTemplateEntity. getWiki()WikiEntityWikiEntity. setName(String name)WikiEntityWikiEntity. setOwner(String owner)WikiEntityWikiEntity. setPermissions(List<PermissionEntity> permissions)WikiEntityWikiEntity. setType(String type)WikiEntityWikiEntity. setWikiHome(PageEntity wikiHome)Methods in org.exoplatform.wiki.jpa.entity with parameters of type WikiEntity Modifier and Type Method Description voidPageEntity. setWiki(WikiEntity wiki)voidTemplateEntity. setWiki(WikiEntity wiki)
-