|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
org.alfresco.repo.domain.hibernate.HibernateContentUrlDAOImpl
public class HibernateContentUrlDAOImpl
Hibernate-specific implementation of the DAO layer for Content URLs.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.alfresco.repo.domain.ContentUrlDAO |
|---|
ContentUrlDAO.ContentUrlHandler |
| Constructor Summary | |
|---|---|
HibernateContentUrlDAOImpl()
|
|
| Method Summary | |
|---|---|
ContentUrl |
createContentUrl(java.lang.String contentUrl)
Create a new Content URL or get an existing instance. |
void |
deleteAllContentUrls()
Delete all Content URL entities. |
void |
deleteContentUrl(java.lang.String contentUrl)
Delete the Content URL. |
void |
deleteContentUrls(java.util.Set contentUrls)
Delete a set of Content URL. |
void |
getAllContentUrls(ContentUrlDAO.ContentUrlHandler handler)
Enumerate all the available Content URLs, calling back to the given handler. |
| Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
|---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet, initDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HibernateContentUrlDAOImpl()
| Method Detail |
|---|
public ContentUrl createContentUrl(java.lang.String contentUrl)
ContentUrlDAO
createContentUrl in interface ContentUrlDAOpublic void getAllContentUrls(ContentUrlDAO.ContentUrlHandler handler)
ContentUrlDAO
getAllContentUrls in interface ContentUrlDAOhandler - the component that will be called with each URLpublic void deleteContentUrl(java.lang.String contentUrl)
ContentUrlDAO
deleteContentUrl in interface ContentUrlDAOpublic void deleteContentUrls(java.util.Set contentUrls)
ContentUrlDAO
deleteContentUrls in interface ContentUrlDAOpublic void deleteAllContentUrls()
ContentUrlDAO
deleteAllContentUrls in interface ContentUrlDAO
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||