org.kuali.rice.krms.impl.repository.mock
Class FunctionRepositoryServiceMockImpl
java.lang.Object
org.kuali.rice.krms.impl.repository.mock.FunctionRepositoryServiceMockImpl
- All Implemented Interfaces:
- FunctionRepositoryService
public class FunctionRepositoryServiceMockImpl
- extends Object
- implements FunctionRepositoryService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionRepositoryServiceMockImpl
public FunctionRepositoryServiceMockImpl()
getFunctionDefinitionMap
public Map<String,FunctionDefinition> getFunctionDefinitionMap()
setFunctionDefinitionMap
public void setFunctionDefinitionMap(Map<String,FunctionDefinition> functionDefinitionMap)
clear
public void clear()
getFunction
public FunctionDefinition getFunction(String functionId)
throws RiceIllegalArgumentException
- Specified by:
getFunction
in interface FunctionRepositoryService
- Throws:
RiceIllegalArgumentException
getFunctions
public List<FunctionDefinition> getFunctions(List<String> functionIds)
throws RiceIllegalArgumentException
- Specified by:
getFunctions
in interface FunctionRepositoryService
- Throws:
RiceIllegalArgumentException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.