public interface SystemPropertyDao
| Modifier and Type | Field and Description |
|---|---|
static String |
PASSWORD_EXPIRATION_DAYS |
| 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) |
static final String PASSWORD_EXPIRATION_DAYS
void clear()
throws DaoException
DaoExceptionList<SystemProperty> listAllProperties(String gridId) throws DaoException
DaoExceptionString getProperty(String gridId, String name) throws DaoException
DaoExceptionvoid setProperty(String gridId, String name, String value) throws DaoException
DaoExceptionvoid deletePropertiesOfGrid(String gridId) throws DaoException
DaoException