public interface DbConfigurationParamService
| Modifier and Type | Method and Description |
|---|---|
List<DbConfigurationParam> |
findAllParameters()
Finds all parameters.
|
Optional<DbConfigurationParam> |
findParameter(String code)
Finds parameter.
|
DbConfigurationParam |
getParameter(String code)
Gets the parameter.
|
void |
update(DbConfigurationParam parameter)
Updates existing parameter.
|
void update(DbConfigurationParam parameter)
parameter - The configuration parameterDbConfigurationParam getParameter(String code)
code - The parameter codeConfigurationException - when there is no parameter with specified codeOptional<DbConfigurationParam> findParameter(String code)
code - The parameter codenull if there is no parameter with specified codeList<DbConfigurationParam> findAllParameters()
categoryCode and codeCopyright © 2018 Pivotal Software, Inc.. All rights reserved.