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

java.lang.Object
  extended by org.kuali.rice.krms.impl.repository.mock.KrmsContextLoader

public class KrmsContextLoader
extends Object

Author:
nwright

Constructor Summary
KrmsContextLoader()
           
 
Method Summary
 RuleManagementService getRuleManagementService()
           
 void load()
           
 void loadContext(String id, String namespace, String name, String typeId, String description)
           
 void setRuleManagementService(RuleManagementService ruleManagementService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KrmsContextLoader

public KrmsContextLoader()
Method Detail

getRuleManagementService

public RuleManagementService getRuleManagementService()

setRuleManagementService

public void setRuleManagementService(RuleManagementService ruleManagementService)

loadContext

public void loadContext(String id,
                        String namespace,
                        String name,
                        String typeId,
                        String description)

load

public void load()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.