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 org.kuali.rice.core.api.exception.RiceIllegalArgumentException
getFunction in interface FunctionRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic List<FunctionDefinition> getFunctions(List<String> functionIds) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
getFunctions in interface FunctionRepositoryServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.