public interface BranchService
Branch
instances.Modifier and Type | Method and Description |
---|---|
void |
deleteBranchStates(List statesToBeDeleted) |
String |
getScopedVariableValue(Branch branch,
String name)
Responsible for inspecting the branch hierarchy/scope and returning a value
for the variable name if it exists somewere in scope.
|
void |
save(Branch branch) |
String |
setScopedVariableValue(Branch branch,
String name,
String value)
Responsible for setting a value in the branch hierarchy/scope.
|
void deleteBranchStates(List statesToBeDeleted)
String getScopedVariableValue(Branch branch, String name)
branch
- the lowermost scope to start resolutionString setScopedVariableValue(Branch branch, String name, String value)
branch
- the lowermost scope to start resolutionvalue
- the value to set for the variableCopyright © 2005–2014 The Kuali Foundation. All rights reserved.