public class FunctionRepositoryServiceMockImpl extends Object implements FunctionRepositoryService
| Constructor and Description |
|---|
FunctionRepositoryServiceMockImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
FunctionDefinition |
getFunction(String functionId) |
Map<String,FunctionDefinition> |
getFunctionDefinitionMap() |
List<FunctionDefinition> |
getFunctions(List<String> functionIds) |
void |
setFunctionDefinitionMap(Map<String,FunctionDefinition> functionDefinitionMap) |
public FunctionRepositoryServiceMockImpl()
public Map<String,FunctionDefinition> getFunctionDefinitionMap()
public void setFunctionDefinitionMap(Map<String,FunctionDefinition> functionDefinitionMap)
public void clear()
public FunctionDefinition getFunction(String functionId) throws RiceIllegalArgumentException
getFunction in interface FunctionRepositoryServiceRiceIllegalArgumentExceptionpublic List<FunctionDefinition> getFunctions(List<String> functionIds) throws RiceIllegalArgumentException
getFunctions in interface FunctionRepositoryServiceRiceIllegalArgumentExceptionCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.