public class HibernateSystemPropertyDao extends HibernateCRUDDao<SystemProperty> implements SystemPropertyDao
HibernateDao.DaoBlock, HibernateDao.DaoBlockR<R>PASSWORD_EXPIRATION_DAYS| Constructor and Description |
|---|
HibernateSystemPropertyDao(HibernateDaoContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
deletePropertiesOfGrid(String gridId) |
String |
getProperty(String gridId,
String name) |
List<SystemProperty> |
listAllProperties(String gridId) |
void |
setProperty(String gridId,
String name,
String value) |
add, add, clearEach, createCriteria, createDeleteQuery, delete, delete, exists, get, getOrNull, list, updatecreateDeleteQuery, createDeleteQuery, deleteEntities, getContext, getSession, logAdditionalInfo, logWhenRollbacking, transact, transactpublic HibernateSystemPropertyDao(HibernateDaoContext context)
public void clear()
throws DaoException
clear in interface SystemPropertyDaoclear in class HibernateCRUDDao<SystemProperty>DaoExceptionpublic List<SystemProperty> listAllProperties(String gridId) throws DaoException
listAllProperties in interface SystemPropertyDaoDaoExceptionpublic String getProperty(String gridId, String name) throws DaoException
getProperty in interface SystemPropertyDaoDaoExceptionpublic void setProperty(String gridId, String name, String value) throws DaoException
setProperty in interface SystemPropertyDaoDaoExceptionpublic void deletePropertiesOfGrid(String gridId) throws DaoException
deletePropertiesOfGrid in interface SystemPropertyDaoDaoException