@Component public class MetadataManagerServiceImpl extends Object implements MetadataManagerService
| Constructor and Description |
|---|
MetadataManagerServiceImpl(MetaDataService metadataService,
PackageMapper packageMapper,
EntityTypeMapper entityTypeMapper,
AttributeMapper attributeMapper) |
| Modifier and Type | Method and Description |
|---|---|
EditorAttributeResponse |
createEditorAttribute() |
EditorEntityTypeResponse |
createEditorEntityType() |
EditorEntityTypeResponse |
getEditorEntityType(String entityTypeId) |
List<EditorPackageIdentifier> |
getEditorPackages() |
void |
upsertEntityType(EditorEntityType editorEntityType) |
public MetadataManagerServiceImpl(MetaDataService metadataService, PackageMapper packageMapper, EntityTypeMapper entityTypeMapper, AttributeMapper attributeMapper)
public List<EditorPackageIdentifier> getEditorPackages()
getEditorPackages in interface MetadataManagerServicepublic EditorEntityTypeResponse getEditorEntityType(String entityTypeId)
getEditorEntityType in interface MetadataManagerServicepublic EditorEntityTypeResponse createEditorEntityType()
createEditorEntityType in interface MetadataManagerServicepublic void upsertEntityType(EditorEntityType editorEntityType)
upsertEntityType in interface MetadataManagerServicepublic EditorAttributeResponse createEditorAttribute()
createEditorAttribute in interface MetadataManagerServiceCopyright © 2017. All rights reserved.