Uses of Class
org.fenixedu.cms.domain.Site
-
-
Uses of Site in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return Site Modifier and Type Method Description SiteBennu_Base. getDefaultSite()Methods in org.fenixedu.bennu.core.domain that return types with arguments of type Site Modifier and Type Method Description static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,org.fenixedu.bennu.core.domain.Bennu>Bennu_Base. getRelationBennuSite()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,Site>Bennu_Base. getRelationPrimarySite()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,org.fenixedu.bennu.core.domain.User>User_Base. getRelationSiteUser()Set<Site>User_Base. getSitesCreatedSet()Set<Site>Bennu_Base. getSitesSet()Methods in org.fenixedu.bennu.core.domain with parameters of type Site Modifier and Type Method Description voidBennu_Base. addSites(Site sites)voidUser_Base. addSitesCreated(Site sitesCreated)voidBennu_Base. removeSites(Site sites)voidUser_Base. removeSitesCreated(Site sitesCreated)voidBennu_Base. setDefaultSite(Site defaultSite) -
Uses of Site in org.fenixedu.bennu.core.domain.groups
Methods in org.fenixedu.bennu.core.domain.groups that return types with arguments of type Site Modifier and Type Method Description static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.groups.PersistentGroup,Site>PersistentGroup_Base. getRelationSiteViewGroup()protected Set<Site>PersistentGroup_Base. getSiteViewGroupSet()Methods in org.fenixedu.bennu.core.domain.groups with parameters of type Site Modifier and Type Method Description protected voidPersistentGroup_Base. addSiteViewGroup(Site siteViewGroup)protected voidPersistentGroup_Base. removeSiteViewGroup(Site siteViewGroup) -
Uses of Site in org.fenixedu.bennu.portal.domain
Methods in org.fenixedu.bennu.portal.domain that return Site Modifier and Type Method Description SiteMenuFunctionality_Base. getSites()Methods in org.fenixedu.bennu.portal.domain that return types with arguments of type Site Modifier and Type Method Description static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,org.fenixedu.bennu.portal.domain.MenuFunctionality>MenuFunctionality_Base. getRelationSiteMenuFunctionality()Methods in org.fenixedu.bennu.portal.domain with parameters of type Site Modifier and Type Method Description voidMenuFunctionality_Base. setSites(Site sites) -
Uses of Site in org.fenixedu.cms.api.json
Methods in org.fenixedu.cms.api.json that return Site Modifier and Type Method Description SiteSiteAdapter. create(com.google.gson.JsonElement json, org.fenixedu.bennu.core.json.JsonBuilder ctx)SiteSiteAdapter. update(com.google.gson.JsonElement json, Site site, org.fenixedu.bennu.core.json.JsonBuilder ctx)Methods in org.fenixedu.cms.api.json with parameters of type Site Modifier and Type Method Description SiteSiteAdapter. update(com.google.gson.JsonElement json, Site site, org.fenixedu.bennu.core.json.JsonBuilder ctx)com.google.gson.JsonElementSiteAdapter. view(Site site, org.fenixedu.bennu.core.json.JsonBuilder ctx) -
Uses of Site in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type Site Modifier and Type Method Description com.google.gson.JsonElementSiteResource. createCategory(Site site, com.google.gson.JsonObject json)com.google.gson.JsonElementSiteResource. createMenu(Site site, com.google.gson.JsonObject json)com.google.gson.JsonElementSiteResource. createPage(Site site, com.google.gson.JsonObject json)com.google.gson.JsonElementSiteResource. createPost(Site site, com.google.gson.JsonObject json)javax.ws.rs.core.ResponseSiteResource. deleteSite(Site site)com.google.gson.JsonElementSiteResource. listSite(Site site)com.google.gson.JsonArraySiteResource. listSiteAvailableComponents(Site site)com.google.gson.JsonElementSiteResource. listSiteCategories(Site site)com.google.gson.JsonElementSiteResource. listSiteMenus(Site site)com.google.gson.JsonElementSiteResource. listSitePages(Site site)com.google.gson.JsonElementSiteResource. listSitePosts(Site site, Set<Category> categories)com.google.gson.JsonElementSiteResource. updateSite(Site site, com.google.gson.JsonElement json) -
Uses of Site in org.fenixedu.cms.domain
Fields in org.fenixedu.cms.domain with type parameters of type Site Modifier and Type Field Description static Comparator<Site>Site. CREATION_DATE_COMPARATORstatic Comparator<Site>Site. NAME_COMPARATORMethods in org.fenixedu.cms.domain that return Site Modifier and Type Method Description SiteSite. clone(CloneCache cloneCache)SiteBlogSiteBuilder. create(org.fenixedu.commons.i18n.LocalizedString name, org.fenixedu.commons.i18n.LocalizedString description)SiteSiteBuilder. create(org.fenixedu.commons.i18n.LocalizedString name, org.fenixedu.commons.i18n.LocalizedString description)SiteSystemSiteBuilder. create(org.fenixedu.commons.i18n.LocalizedString name, org.fenixedu.commons.i18n.LocalizedString description)static SiteSite. fromSlug(String slug)searches for aSiteby slug.SitePage_Base. getArchivedSite()SitePost_Base. getArchivedSite()protected SiteSiteActivity_Base. getLastActivityLineSite()protected SiteCategory_Base. getSite()SiteCategory. getSite()protected SiteMenu_Base. getSite()SiteMenu. getSite()protected SitePage_Base. getSite()SitePage. getSite()protected SitePersistentSiteViewersGroup_Base. getSite()protected SitePost_Base. getSite()SitePost. getSite()SitePostFile_Base. getSite()SiteRole_Base. getSite()SiteSiteActivity_Base. getSite()SiteSiteExporter. getSite()SiteSiteImporter. importSite()SiteSiteViewersGroup.SiteArgumentParser. parse(String argument)SiteCMSFolder.FolderResolver. resolveSite(CMSFolder folder, String url)SiteCMSFolder. resolveSite(String url)Methods in org.fenixedu.cms.domain that return types with arguments of type Site Modifier and Type Method Description Stream<Site>CMSTheme. getAllSitesStream()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,SiteActivity>Site_Base. getRelationActivitySite()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,SiteActivity>SiteActivity_Base. getRelationActivitySite()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,org.fenixedu.bennu.core.domain.Bennu>Site_Base. getRelationBennuSite()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Category>Category_Base. getRelationCategorySite()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Category>Site_Base. getRelationCategorySite()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,PostFile>PostFile_Base. getRelationFileHasPostFiles()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,PostFile>Site_Base. getRelationFileHasPostFiles()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,CMSFolder>CMSFolder_Base. getRelationFolderHasSites()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,CMSFolder>Site_Base. getRelationFolderHasSites()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,SiteActivity>Site_Base. getRelationLastActivitySite()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,SiteActivity>SiteActivity_Base. getRelationLastActivitySite()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Menu>Menu_Base. getRelationMenuSite()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Menu>Site_Base. getRelationMenuSite()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.Bennu,Site>Site_Base. getRelationPrimarySite()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Page>Page_Base. getRelationSiteArchivedPage()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Page>Site_Base. getRelationSiteArchivedPage()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Post>Post_Base. getRelationSiteArchivedPosts()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Post>Site_Base. getRelationSiteArchivedPosts()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,SiteBuilder>Site_Base. getRelationSiteBuilderSite()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,SiteBuilder>SiteBuilder_Base. getRelationSiteBuilderSite()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,Site>CMSTheme_Base. getRelationSiteCMSTheme()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTheme,Site>Site_Base. getRelationSiteCMSTheme()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,RoleTemplate>RoleTemplate_Base. getRelationSiteHasDefaultRoleTemplates()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,RoleTemplate>Site_Base. getRelationSiteHasDefaultRoleTemplates()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Role>Role_Base. getRelationSiteHasRoles()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Role>Site_Base. getRelationSiteHasRoles()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Page>Site_Base. getRelationSiteInitialPage()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,org.fenixedu.bennu.portal.domain.MenuFunctionality>Site_Base. getRelationSiteMenuFunctionality()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Page>Page_Base. getRelationSitePage()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Page>Site_Base. getRelationSitePage()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Post>Post_Base. getRelationSitePost()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Post>Site_Base. getRelationSitePost()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,org.fenixedu.bennu.core.domain.User>Site_Base. getRelationSiteUser()static pt.ist.fenixframework.dml.runtime.DirectRelation<PersistentSiteViewersGroup,Site>PersistentSiteViewersGroup_Base. getRelationSiteViewersGroup()static pt.ist.fenixframework.dml.runtime.DirectRelation<PersistentSiteViewersGroup,Site>Site_Base. getRelationSiteViewersGroup()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.groups.PersistentGroup,Site>Site_Base. getRelationSiteViewGroup()Set<Site>CMSFolder_Base. getSiteSet()Set<Site>RoleTemplate_Base. getSiteSet()Set<Site>SiteBuilder_Base. getSiteSet()Set<Site>CMSTheme_Base. getSitesSet()Set<Site>CMSTheme. getSitesSet()Class<Site>SiteViewersGroup.SiteArgumentParser. type()Methods in org.fenixedu.cms.domain with parameters of type Site Modifier and Type Method Description voidCMSFolder_Base. addSite(Site site)voidRoleTemplate_Base. addSite(Site site)voidSiteBuilder_Base. addSite(Site site)voidCMSTheme_Base. addSites(Site sites)static booleanPermissionEvaluation. canAccess(org.fenixedu.bennu.core.domain.User user, Site site)static booleanPermissionEvaluation. canDoThis(org.fenixedu.bennu.core.domain.User user, Site site, PermissionsArray.Permission... permissions)static booleanPermissionEvaluation. canDoThis(Site site, String permissions)static booleanPermissionEvaluation. canDoThis(Site site, PermissionsArray.Permission... permissions)static voidSiteActivity. clonedSite(Site site, org.fenixedu.bennu.core.domain.User user)static PagePage. create(Site site, Menu menu, MenuItem parent, org.fenixedu.commons.i18n.LocalizedString name, boolean published, String template, org.fenixedu.bennu.core.domain.User creator, Component... components)static PostPost. create(Site site, Page page, org.fenixedu.commons.i18n.LocalizedString name, org.fenixedu.commons.i18n.LocalizedString body, org.fenixedu.commons.i18n.LocalizedString excerpt, Category category, boolean active, org.fenixedu.bennu.core.domain.User creator)static voidSiteActivity. createdSite(Site site, org.fenixedu.bennu.core.domain.User user)static voidSiteActivity. deletedPage(Page page, Site site, org.fenixedu.bennu.core.domain.User user)static voidSiteActivity. deletedPost(Post post, Site site, org.fenixedu.bennu.core.domain.User user)static voidPermissionEvaluation. ensureCanAccess(Site site)static voidPermissionEvaluation. ensureCanDoThis(org.fenixedu.bennu.core.domain.User user, Site site, PermissionsArray.Permission... permissions)static voidPermissionEvaluation. ensureCanDoThis(Site site, PermissionsArray.Permission... permissions)protected com.google.gson.JsonObjectSiteExporter. export(Site site)static org.fenixedu.bennu.core.groups.GroupSiteViewersGroup. get(Site site)StringCMSFolder.FolderResolver. getBaseUrl(CMSFolder folder, Site site)StringCMSFolder. getBaseUrl(Site site)static voidSiteActivity. importedSite(Site site, org.fenixedu.bennu.core.domain.User user)protected static voidSiteActivity. makeActivity(Site site, com.google.gson.JsonElement element)static voidSiteActivity. recoveredPage(Page page, Site site, org.fenixedu.bennu.core.domain.User user)static voidSiteActivity. recoveredPost(Post post, Site site, org.fenixedu.bennu.core.domain.User user)voidCMSFolder_Base. removeSite(Site site)voidRoleTemplate_Base. removeSite(Site site)voidSiteBuilder_Base. removeSite(Site site)voidCMSTheme_Base. removeSites(Site sites)StringSiteViewersGroup.SiteArgumentParser. serialize(Site argument)voidPage_Base. setArchivedSite(Site archivedSite)voidPost_Base. setArchivedSite(Site archivedSite)protected voidSiteActivity_Base. setLastActivityLineSite(Site lastActivityLineSite)protected voidCategory_Base. setSite(Site site)protected voidMenu_Base. setSite(Site site)protected voidPage_Base. setSite(Site site)protected voidPersistentSiteViewersGroup_Base. setSite(Site site)protected voidPost_Base. setSite(Site site)voidPostFile_Base. setSite(Site site)voidRole_Base. setSite(Site site)voidSiteActivity_Base. setSite(Site site)Constructors in org.fenixedu.cms.domain with parameters of type Site Constructor Description Category(Site site, org.fenixedu.commons.i18n.LocalizedString name)The loggedUsercreates a new instance of aCategoryMenu(Site site, org.fenixedu.commons.i18n.LocalizedString name)Page(Site site, org.fenixedu.commons.i18n.LocalizedString name)the loggedUsercreates a new Page.Post(Site site)The loggedUsercreates a new Post.Role(RoleTemplate template, Site site)SiteActivity(Site site)SiteExporter(Site site) -
Uses of Site in org.fenixedu.cms.domain.component
Methods in org.fenixedu.cms.domain.component with parameters of type Site Modifier and Type Method Description static com.google.gson.JsonArrayComponent. availableComponents(Site site)booleanComponentDescriptor. isForSite(Site site) -
Uses of Site in org.fenixedu.cms.routing
Methods in org.fenixedu.cms.routing with parameters of type Site Modifier and Type Method Description voidCMSURLHandler. handleRequest(Site site, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, String pageSlug) -
Uses of Site in org.fenixedu.cms.rss
Methods in org.fenixedu.cms.rss with parameters of type Site Modifier and Type Method Description static StringRSSService. generateRSSForSite(Site site, Locale locale)Returns the RSS 2.0 feed for the givenSite, containing all the site's posts as items. -
Uses of Site in org.fenixedu.cms.ui
Methods in org.fenixedu.cms.ui that return types with arguments of type Site Modifier and Type Method Description static List<Site>SearchUtils. searchSites(Collection<Site> allSites, String query)Methods in org.fenixedu.cms.ui with parameters of type Site Modifier and Type Method Description org.springframework.web.servlet.view.RedirectViewAdminPages. allPagesRedirect(Site site)MenuAdminMenusService. createMenu(Site site, org.fenixedu.commons.i18n.LocalizedString name)PageAdminPagesService. createPageAndPost(org.fenixedu.commons.i18n.LocalizedString name, Site site)PostAdminPostsService. createPost(Site site, org.fenixedu.commons.i18n.LocalizedString name)voidAdminSites. editSiteInfo(Site site, org.springframework.ui.Model model)static voidAdminPosts. ensureCanEditPost(Site site, Post post)List<Category>AdminCategory. getCategories(Site site)static booleanSearchUtils. matches(Site site, String query)voidAdminPagesService. processChanges(Site site, Page page, com.google.gson.JsonObject editData)voidAdminPostsService. processPostChanges(Site site, Post post, com.google.gson.JsonObject postJson)Method parameters in org.fenixedu.cms.ui with type arguments of type Site Modifier and Type Method Description static List<Site>SearchUtils. searchSites(Collection<Site> allSites, String query)
-