public class BranchServiceImpl extends Object implements BranchService
Constructor and Description |
---|
BranchServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
deleteBranchStates(List statesToBeDeleted) |
BranchDAO |
getBranchDAO() |
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) |
void |
setBranchDAO(BranchDAO branchDAO) |
String |
setScopedVariableValue(Branch branch,
String name,
String value)
Responsible for setting a value in the branch hierarchy/scope.
|
public BranchServiceImpl()
public void save(Branch branch)
save
in interface BranchService
public BranchDAO getBranchDAO()
public void setBranchDAO(BranchDAO branchDAO)
public void deleteBranchStates(List statesToBeDeleted)
deleteBranchStates
in interface BranchService
public String getScopedVariableValue(Branch branch, String name)
BranchService
getScopedVariableValue
in interface BranchService
branch
- the lowermost scope to start resolutionpublic String setScopedVariableValue(Branch branch, String name, String value)
BranchService
setScopedVariableValue
in interface BranchService
branch
- the lowermost scope to start resolutionvalue
- the value to set for the variableCopyright © 2005–2016 The Kuali Foundation. All rights reserved.