org.kuali.rice.krms.service.impl
Class TemplateRegistryImpl

java.lang.Object
  extended by org.kuali.rice.krms.service.impl.TemplateRegistryImpl
All Implemented Interfaces:
TemplateRegistry

public class TemplateRegistryImpl
extends Object
implements TemplateRegistry

Author:
Christoff Date: 2013/01/10

Constructor Summary
TemplateRegistryImpl()
           
 
Method Summary
 ComponentBuilder getComponentBuilderForType(String type)
           
 String getOperationForType(String type)
           
 TemplateInfo getTemplateForType(String type)
           
 String getTermSpecNameForType(String type)
           
 String getValueForType(String type)
           
 void setTemplatesMap(Map<String,TemplateInfo> templatesMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateRegistryImpl

public TemplateRegistryImpl()
Method Detail

setTemplatesMap

public void setTemplatesMap(Map<String,TemplateInfo> templatesMap)

getTemplateForType

public TemplateInfo getTemplateForType(String type)
Specified by:
getTemplateForType in interface TemplateRegistry

getTermSpecNameForType

public String getTermSpecNameForType(String type)
Specified by:
getTermSpecNameForType in interface TemplateRegistry

getOperationForType

public String getOperationForType(String type)
Specified by:
getOperationForType in interface TemplateRegistry

getValueForType

public String getValueForType(String type)
Specified by:
getValueForType in interface TemplateRegistry

getComponentBuilderForType

public ComponentBuilder getComponentBuilderForType(String type)
Specified by:
getComponentBuilderForType in interface TemplateRegistry


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