Package org.fenixedu.cms.domain
Class CMSFolder
- java.lang.Object
-
- pt.ist.fenixframework.core.AbstractDomainObject
-
- org.fenixedu.cms.domain.CMSFolder_Base
-
- org.fenixedu.cms.domain.CMSFolder
-
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public class CMSFolder extends CMSFolder_Base
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCMSFolder.FolderResolver
-
Field Summary
Fields Modifier and Type Field Description static StringSIGNAL_CREATEDstatic StringSIGNAL_DELETED
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()StringgetBaseUrl(Site site)org.fenixedu.bennu.portal.domain.MenuFunctionalitygetFunctionality()SiteresolveSite(String url)-
Methods inherited from class org.fenixedu.cms.domain.CMSFolder_Base
addBuilders, addSite, getBennu, getBuildersSet, getRelationFolderHasSites, getRelationFolderMenuFunctionality, getRelationFolderRoot, getRelationSiteBuilderCMSFolder, getSiteSet, removeBuilders, removeSite, setBennu, setFunctionality
-
-
-
-
Field Detail
-
SIGNAL_CREATED
public static final String SIGNAL_CREATED
- See Also:
- Constant Field Values
-
SIGNAL_DELETED
public static final String SIGNAL_DELETED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CMSFolder
public CMSFolder(org.fenixedu.bennu.portal.domain.MenuContainer parent, String path, org.fenixedu.commons.i18n.LocalizedString description)
-
-
Method Detail
-
delete
public void delete()
-
getFunctionality
public org.fenixedu.bennu.portal.domain.MenuFunctionality getFunctionality()
- Overrides:
getFunctionalityin classCMSFolder_Base
-
-