| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BranchService
A service providing data access for Branch instances.
| Method Summary | |
|---|---|
|  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. | 
| Method Detail | 
|---|
void save(Branch branch)
void deleteBranchStates(List statesToBeDeleted)
String getScopedVariableValue(Branch branch,
                              String name)
branch - the lowermost scope to start resolution
String setScopedVariableValue(Branch branch,
                              String name,
                              String value)
branch - the lowermost scope to start resolutionvalue - the value to set for the variable
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||