
@FunctionalInterface public interface ApplicationConfigurationService
| Modifier and Type | Method and Description |
|---|---|
com.hack23.cia.model.internal.application.system.impl.ApplicationConfiguration |
checkValueOrLoadDefault(String configTitle,
String configDescription,
com.hack23.cia.model.internal.application.system.impl.ConfigurationGroup configurationGroup,
String component,
String componentTitle,
String componentDescription,
String propertyId,
String propertyValue)
Check value or load default.
|
com.hack23.cia.model.internal.application.system.impl.ApplicationConfiguration checkValueOrLoadDefault(String configTitle, String configDescription, com.hack23.cia.model.internal.application.system.impl.ConfigurationGroup configurationGroup, String component, String componentTitle, String componentDescription, String propertyId, String propertyValue)
configTitle - the config titleconfigDescription - the config descriptionconfigurationGroup - the configuration groupcomponent - the componentcomponentTitle - the component titlecomponentDescription - the component descriptionpropertyId - the property idpropertyValue - the property valueCopyright © 2010–2017 www.hack23.com. All rights reserved.