public class SystemPropertyLogic extends AbstractLogic
| Constructor and Description |
|---|
SystemPropertyLogic() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
String |
getProperty(String gridId,
String name) |
List<SystemProperty> |
listAllProperties(String gridId) |
void |
setProperty(String gridId,
String name,
String value) |
getAccessLimitDao, getAccessLogDao, getAccessRightDao, getAccessStateDao, getDaoContext, getDaoFactory, getDomainDao, getFederationDao, getGridDao, getInvocationDao, getNewsDao, getNodeDao, getOperationRequestDao, getOverUseLimitDao, getOverUseStateDao, getProtocolDao, getResourceDao, getResourceTypeDao, getScheduleDao, getServiceDao, getServiceDeploymentDao, getServiceTypeDao, getSystemPropertyDao, getTemporaryUserDao, getUserDaopublic SystemPropertyLogic()
throws DaoException
DaoExceptionpublic void clear()
throws DaoException
DaoExceptionpublic List<SystemProperty> listAllProperties(String gridId) throws DaoException
DaoExceptionpublic String getProperty(String gridId, String name) throws DaoException
DaoExceptionpublic void setProperty(String gridId, String name, String value) throws DaoException
DaoException