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, update
createDeleteQuery, createDeleteQuery, deleteEntities, getContext, getSession, logAdditionalInfo, logWhenRollbacking, transact, transact
public HibernateSystemPropertyDao(HibernateDaoContext context)
public void clear() throws DaoException
clear
in interface SystemPropertyDao
clear
in class HibernateCRUDDao<SystemProperty>
DaoException
public List<SystemProperty> listAllProperties(String gridId) throws DaoException
listAllProperties
in interface SystemPropertyDao
DaoException
public String getProperty(String gridId, String name) throws DaoException
getProperty
in interface SystemPropertyDao
DaoException
public void setProperty(String gridId, String name, String value) throws DaoException
setProperty
in interface SystemPropertyDao
DaoException
public void deletePropertiesOfGrid(String gridId) throws DaoException
deletePropertiesOfGrid
in interface SystemPropertyDao
DaoException