Class SiteDAO
java.lang.Object
org.silverpeas.components.websites.dao.SiteDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassociateIcons(String id, Collection<String> iconIds) voidcreateWebSite(SiteDetail description) voidvoiddeleteWebSites(Collection<String> siteIds) voiddePublish(Collection<String> siteIds) getIdPublication(String siteId) getWebSite(SitePK pk) getWebSites(List<String> siteIds) voidpublish(Collection<String> siteIds) voidupdateWebSite(SiteDetail description)
-
Constructor Details
-
SiteDAO
-
-
Method Details
-
getIdPublication
- Throws:
SQLException
-
getAllWebSite
- Throws:
SQLException
-
getWebSite
- Throws:
SQLException
-
getWebSites
- Throws:
SQLException
-
getIcons
- Throws:
SQLException
-
getNextId
- Throws:
SQLException
-
getAllIcons
- Throws:
SQLException
-
createWebSite
- Throws:
SQLException
-
associateIcons
- Throws:
SQLException
-
publish
- Throws:
SQLException
-
dePublish
- Throws:
SQLException
-
deleteWebSites
- Throws:
SQLException
-
deleteAllWebSites
- Throws:
SQLException
-
updateWebSite
- Throws:
SQLException
-