org.kuali.rice.krms.service
Interface TemplateRegistry

All Known Implementing Classes:
TemplateRegistryImpl

public interface TemplateRegistry

Created with IntelliJ IDEA. User: SW Date: 2012/11/29 Time: 4:20 PM To change this template use File | Settings | File Templates.


Method Summary
 ComponentBuilder getComponentBuilderForType(String type)
           
 String getOperationForType(String type)
           
 TemplateInfo getTemplateForType(String type)
           
 String getTermSpecNameForType(String type)
           
 String getValueForType(String type)
           
 

Method Detail

getTemplateForType

TemplateInfo getTemplateForType(String type)

getTermSpecNameForType

String getTermSpecNameForType(String type)

getOperationForType

String getOperationForType(String type)

getValueForType

String getValueForType(String type)

getComponentBuilderForType

ComponentBuilder getComponentBuilderForType(String type)


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