Interface FunctionTypeService
public interface FunctionTypeService
FunctionTypeService provides access and validation for custom Functions.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionloadFunction(FunctionDefinition functionDefinition) Create a from the givenFunctionDefinition.
-
Method Details
-
loadFunction
Create a from the givenFunctionDefinition.- Parameters:
functionDefinition-FunctionDefinitionto create theFunctionfrom.- Returns:
- created with the given
FunctionDefinition
-