public interface IProjectSettingsService
| Modifier and Type | Method and Description |
|---|---|
String |
get(Object projectId,
String shortName,
String defaultValue) |
Map<String,String> |
getAll(Object projectId) |
Map<String,String> |
getByPrefix(Object projectId,
String prefix,
boolean truncPrefix) |
Integer |
getInt(Object projectId,
String shortName,
int defaultValue) |
Copyright © 2025. All rights reserved.