public class JsonicSystemPropertyDao extends Object implements SystemPropertyDao
PASSWORD_EXPIRATION_DAYS
Constructor and Description |
---|
JsonicSystemPropertyDao(JsonicDaoContext 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) |
public JsonicSystemPropertyDao(JsonicDaoContext context)
public void clear() throws DaoException
clear
in interface SystemPropertyDao
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