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
DaoException
List<SystemProperty> listAllProperties(String gridId) throws DaoException
DaoException
String getProperty(String gridId, String name) throws DaoException
DaoException
void setProperty(String gridId, String name, String value) throws DaoException
DaoException
void deletePropertiesOfGrid(String gridId) throws DaoException
DaoException