|
|||||||||
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.GlobalAttributeEntryDAOHibernate
public class GlobalAttributeEntryDAOHibernate
Hibernate implementation of Global Attribute Entries.
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
GlobalAttributeEntryDAOHibernate()
|
Method Summary | |
---|---|
void |
delete(GlobalAttributeEntry entry)
Delete an entry. |
void |
delete(java.lang.String name)
Delete an entry by name. |
GlobalAttributeEntry |
get(java.lang.String name)
Get an attribute by name. |
java.util.List |
getKeys()
Get all keys for global attributes. |
void |
save(GlobalAttributeEntry entry)
Save an entry. |
void |
setAttributeDao(AttributeDAO dao)
|
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 GlobalAttributeEntryDAOHibernate()
Method Detail |
---|
public void setAttributeDao(AttributeDAO dao)
public void delete(GlobalAttributeEntry entry)
GlobalAttributeEntryDAO
delete
in interface GlobalAttributeEntryDAO
entry
- To delete.public void delete(java.lang.String name)
GlobalAttributeEntryDAO
delete
in interface GlobalAttributeEntryDAO
name
- The name of the entry.public GlobalAttributeEntry get(java.lang.String name)
GlobalAttributeEntryDAO
get
in interface GlobalAttributeEntryDAO
name
- The name of the attribute.
public void save(GlobalAttributeEntry entry)
GlobalAttributeEntryDAO
save
in interface GlobalAttributeEntryDAO
entry
- To save.public java.util.List getKeys()
GlobalAttributeEntryDAO
getKeys
in interface GlobalAttributeEntryDAO
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |