|
|||||||||
| 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.attributes.hibernate.ListEntryDAOHibernate
public class ListEntryDAOHibernate
| Field Summary |
|---|
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
ListEntryDAOHibernate()
|
|
| Method Summary | |
|---|---|
void |
delete(ListAttribute list)
Delete all entries from a list. |
void |
delete(ListEntry entry)
Delete a list entry. |
java.util.List |
get(ListAttribute list)
Get all entries for a given list. |
ListEntry |
get(ListEntryKey key)
Get the entry for the give list and index. |
void |
save(ListEntry entry)
Save a new Entry. |
int |
size(ListAttribute list)
Get the size of the entries. |
| 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 ListEntryDAOHibernate()
| Method Detail |
|---|
public void delete(ListEntry entry)
ListEntryDAO
delete in interface ListEntryDAOpublic void delete(ListAttribute list)
ListEntryDAO
delete in interface ListEntryDAOpublic ListEntry get(ListEntryKey key)
ListEntryDAO
get in interface ListEntryDAOpublic java.util.List get(ListAttribute list)
ListEntryDAO
get in interface ListEntryDAOlist - The ListAttribute.
public void save(ListEntry entry)
ListEntryDAO
save in interface ListEntryDAOpublic int size(ListAttribute list)
ListEntryDAO
size in interface ListEntryDAOlist - The list.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||