| Package | Description |
|---|---|
| com.ocs.dynamo.domain.model | |
| com.ocs.dynamo.service |
| Modifier and Type | Method and Description |
|---|---|
AttributeModel |
EntityModel.getAttributeModel(String attributeName)
Looks up an attribute model by its name
|
AttributeModel |
EntityModel.getIdAttributeModel() |
AttributeModel |
EntityModel.getMainAttributeModel()
Returns the main attribute
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeModel> |
EntityModel.getAttributeModels()
Returns an ordered list of all attribute models
|
List<AttributeModel> |
EntityModel.getAttributeModelsForGroup(String group)
Returns the attribute models for a certain group
|
List<AttributeModel> |
EntityModel.getAttributeModelsForType(AttributeType attributeType,
Class<?> type)
Returns the attribute models for a certain attribute type and type.
|
List<AttributeModel> |
EntityModel.getCascadeAttributeModels() |
List<AttributeModel> |
EntityModel.getRequiredForSearchingAttributeModels() |
Map<AttributeModel,Boolean> |
EntityModel.getSortOrder()
Get the default sort order
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityModel.addAttributeModel(String attributeGroup,
AttributeModel model,
AttributeModel existingModel)
Adds a new attribute model on the position of the given existing attribute
model.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MessageService.getAttributeMessage(String reference,
AttributeModel attributeModel,
String propertyName,
Locale locale)
Retrieves a message that is used to override an attribute model setting
|
Copyright © 2019 Open Circle Solutions. All rights reserved.