org.kuali.rice.krms.impl.repository.mock
Class FunctionRepositoryServiceMockImpl

java.lang.Object
  extended by org.kuali.rice.krms.impl.repository.mock.FunctionRepositoryServiceMockImpl
All Implemented Interfaces:
FunctionRepositoryService

public class FunctionRepositoryServiceMockImpl
extends Object
implements FunctionRepositoryService


Constructor Summary
FunctionRepositoryServiceMockImpl()
           
 
Method Summary
 void clear()
           
 FunctionDefinition getFunction(String functionId)
           
 Map<String,FunctionDefinition> getFunctionDefinitionMap()
           
 List<FunctionDefinition> getFunctions(List<String> functionIds)
           
 void setFunctionDefinitionMap(Map<String,FunctionDefinition> functionDefinitionMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionRepositoryServiceMockImpl

public FunctionRepositoryServiceMockImpl()
Method Detail

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.