|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.webSites.siteManage.dao.SiteDAO
public class SiteDAO
Constructor Summary | |
---|---|
SiteDAO(String componentId)
|
Method Summary | |
---|---|
void |
associateIcons(String id,
Collection<String> liste)
associateIcons |
void |
createWebSite(SiteDetail description)
createWebSite |
void |
deleteWebSites(Collection<String> liste)
deleteWebSites |
void |
dePublish(Collection<String> liste)
dePublish |
Collection<IconDetail> |
getAllIcons()
getAllIcons |
Collection<SiteDetail> |
getAllWebSite()
getAllWebSite |
Collection<IconDetail> |
getIcons(SitePK pk)
getIcons |
String |
getIdPublication(String idSite)
getIdPublication |
String |
getNextId()
getNextId |
SiteDetail |
getWebSite(SitePK pk)
getWebSite |
List<SiteDetail> |
getWebSites(List<String> ids)
getWebSites |
void |
publish(Collection<String> liste)
publish |
void |
updateWebSite(SiteDetail description)
deleteWebSites |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SiteDAO(String componentId)
Method Detail |
---|
public String getIdPublication(String idSite) throws SQLException, com.stratelia.webactiv.util.exception.UtilException
SQLException
com.stratelia.webactiv.util.exception.UtilException
public Collection<SiteDetail> getAllWebSite() throws SQLException, com.stratelia.webactiv.util.exception.UtilException
SQLException
com.stratelia.webactiv.util.exception.UtilException
public SiteDetail getWebSite(SitePK pk) throws SQLException, com.stratelia.webactiv.util.exception.UtilException
SQLException
com.stratelia.webactiv.util.exception.UtilException
public List<SiteDetail> getWebSites(List<String> ids) throws SQLException, com.stratelia.webactiv.util.exception.UtilException
SQLException
com.stratelia.webactiv.util.exception.UtilException
public Collection<IconDetail> getIcons(SitePK pk) throws SQLException, com.stratelia.webactiv.util.exception.UtilException
SQLException
com.stratelia.webactiv.util.exception.UtilException
public String getNextId() throws SQLException, com.stratelia.webactiv.util.exception.UtilException
SQLException
com.stratelia.webactiv.util.exception.UtilException
public Collection<IconDetail> getAllIcons() throws SQLException, com.stratelia.webactiv.util.exception.UtilException
SQLException
com.stratelia.webactiv.util.exception.UtilException
public void createWebSite(SiteDetail description) throws SQLException, com.stratelia.webactiv.util.exception.UtilException
SQLException
com.stratelia.webactiv.util.exception.UtilException
public void associateIcons(String id, Collection<String> liste) throws SQLException, com.stratelia.webactiv.util.exception.UtilException
SQLException
com.stratelia.webactiv.util.exception.UtilException
public void publish(Collection<String> liste) throws SQLException, com.stratelia.webactiv.util.exception.UtilException
SQLException
com.stratelia.webactiv.util.exception.UtilException
public void dePublish(Collection<String> liste) throws SQLException, com.stratelia.webactiv.util.exception.UtilException
SQLException
com.stratelia.webactiv.util.exception.UtilException
public void deleteWebSites(Collection<String> liste) throws SQLException, com.stratelia.webactiv.util.exception.UtilException
SQLException
com.stratelia.webactiv.util.exception.UtilException
public void updateWebSite(SiteDetail description) throws SQLException, com.stratelia.webactiv.util.exception.UtilException
SQLException
com.stratelia.webactiv.util.exception.UtilException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |