Package org.ametys.web.repository
Interface ModifiableSiteAwareAmetysObject
-
- All Superinterfaces:
AmetysObject
,SiteAwareAmetysObject
- All Known Subinterfaces:
ModifiableWebContent
,SharedContent
- All Known Implementing Classes:
DefaultSharedContent
,ModifiableDefaultWebContent
public interface ModifiableSiteAwareAmetysObject extends SiteAwareAmetysObject
ASiteAwareAmetysObject
that can be modified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setSiteName(String siteName)
Set the site name.-
Methods inherited from interface org.ametys.plugins.repository.AmetysObject
equals, getId, getName, getParent, getParentPath, getPath, hashCode
-
Methods inherited from interface org.ametys.web.repository.SiteAwareAmetysObject
getSite, getSiteName
-
-
-
-
Method Detail
-
setSiteName
void setSiteName(String siteName) throws AmetysRepositoryException
Set the site name.- Parameters:
siteName
- the site name.- Throws:
AmetysRepositoryException
- if an error occurs.
-
-