public interface ConfigurationService extends CRUDService<ConfigurationDTO,ConfigurationData,ConfigurationVO>
| Modifier and Type | Method and Description |
|---|---|
ActiveConfigurationData |
getActiveConfiguration(ConfigurationVO configuration)
Returns the active configuration for the configuration with the given id
|
ConfigurationVO |
getDefault()
Returns the default configuration for the current network (or the global default configuration)
|
java.util.List<ConfigurationDetailedVO> |
list()
Returns all visible configurations
|
getData, getDataForNew, load, remove, removeAll, saveActiveConfigurationData getActiveConfiguration(ConfigurationVO configuration) throws FrameworkException
FrameworkExceptionConfigurationVO getDefault() throws FrameworkException
FrameworkExceptionjava.util.List<ConfigurationDetailedVO> list() throws FrameworkException
FrameworkException