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 SystemPropertyDaoDaoExceptionpublic 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