Interface EntityModelService
- All Known Implementing Classes:
EntityModelServiceImpl
public interface EntityModelService
-
Method Summary
Modifier and TypeMethodDescriptiongetFieldModelBean
(String entityModelName, FieldModel fieldModel) build a model bean for a given entity model, relation default values are evaluated and added to bean as entitiesgetRelationModelBean
(RelationModel relationModel) getStaticModel
(String modelName) build a model bean for a given entity model, relation default values are not evaluated but instead their definition is added as a string value to the beangetValidationData
(FieldModel field) getValidationData
(RelationModel relation) getValidationData
(GroupValidator groupValidator)
-
Method Details
-
getModel
build a model bean for a given entity model, relation default values are evaluated and added to bean as entities- Parameters:
modelName
- the model to create the bean for- Returns:
- the model bean
-
getStaticModel
build a model bean for a given entity model, relation default values are not evaluated but instead their definition is added as a string value to the bean- Parameters:
modelName
- the model to create the bean for- Returns:
- the model bean
-
getFieldModelBean
-
getRelationModelBean
-
getValidationData
-
getValidationData
-
getValidationData
-