Uses of Class
org.exoplatform.wiki.jpa.entity.WikiEntity
Packages that use WikiEntity
Package
Description
-
Uses of WikiEntity in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return WikiEntityModifier and TypeMethodDescriptionstatic WikiEntityEntityConverter.convertWikiToWikiEntity(Wiki wiki, WikiDAO wikiDAO) Methods in org.exoplatform.wiki.jpa with parameters of type WikiEntityModifier and TypeMethodDescriptionstatic WikiEntityConverter.convertWikiEntityToWiki(WikiEntity wikiEntity) -
Uses of WikiEntity in org.exoplatform.wiki.jpa.dao
Methods in org.exoplatform.wiki.jpa.dao that return WikiEntityModifier and TypeMethodDescriptionWikiDAO.getWikiByTypeAndOwner(String wikiType, String wikiOwner) Methods in org.exoplatform.wiki.jpa.dao that return types with arguments of type WikiEntity -
Uses of WikiEntity in org.exoplatform.wiki.jpa.entity
Methods in org.exoplatform.wiki.jpa.entity that return WikiEntityModifier and TypeMethodDescriptionTemplateEntity.getWiki()WikiEntity.setPermissions(List<PermissionEntity> permissions) WikiEntity.setWikiHome(PageEntity wikiHome) Methods in org.exoplatform.wiki.jpa.entity with parameters of type WikiEntity