public class BranchServiceImpl extends Object implements BranchService
| Constructor and Description |
|---|
BranchServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteBranchStates(List statesToBeDeleted) |
DataObjectService |
getDataObjectService() |
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 |
setDataObjectService(DataObjectService dataObjectService) |
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 BranchServicepublic void deleteBranchStates(List statesToBeDeleted)
deleteBranchStates in interface BranchServicepublic String getScopedVariableValue(Branch branch, String name)
BranchServicegetScopedVariableValue in interface BranchServicebranch - the lowermost scope to start resolutionpublic String setScopedVariableValue(Branch branch, String name, String value)
BranchServicesetScopedVariableValue in interface BranchServicebranch - the lowermost scope to start resolutionvalue - the value to set for the variablepublic DataObjectService getDataObjectService()
public void setDataObjectService(DataObjectService dataObjectService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.