public interface GlobalConstantsService
Modifier and Type | Method and Description |
---|---|
java.util.List<GlobalConstant> |
getAllGlobalConstants() |
java.lang.String |
getConstantFor(java.lang.String name) |
GlobalConstant |
merge(GlobalConstant constant) |
void |
persist(GlobalConstant constant) |
void |
remove(GlobalConstant constant) |
void |
removeAllConstants() |
java.util.List<GlobalConstant> getAllGlobalConstants()
void removeAllConstants()
void remove(GlobalConstant constant)
GlobalConstant merge(GlobalConstant constant)
void persist(GlobalConstant constant)
java.lang.String getConstantFor(java.lang.String name)