@Component public class IdCardRepositoryCollection extends Object implements ManageableRepositoryCollection
| Constructor and Description |
|---|
IdCardRepositoryCollection(DataService dataService,
IdCardBiobankRepository idCardBiobankRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String entityName,
AttributeMetaData attribute) |
void |
addAttributeSync(String entityName,
AttributeMetaData attribute) |
Repository |
addEntityMeta(EntityMetaData entityMeta) |
void |
deleteAttribute(String entityName,
String attributeName) |
void |
deleteEntityMeta(String entityName) |
Iterable<String> |
getEntityNames() |
String |
getName() |
Repository |
getRepository(String name) |
boolean |
hasRepository(String name) |
Iterator<Repository> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamforEach, spliteratorpublic static final String NAME
@Autowired public IdCardRepositoryCollection(DataService dataService, IdCardBiobankRepository idCardBiobankRepository)
public String getName()
getName in interface RepositoryCollectionpublic Repository addEntityMeta(EntityMetaData entityMeta)
addEntityMeta in interface RepositoryCollectionpublic Iterable<String> getEntityNames()
getEntityNames in interface RepositoryCollectionpublic Repository getRepository(String name)
getRepository in interface RepositoryCollectionpublic boolean hasRepository(String name)
hasRepository in interface RepositoryCollectionpublic Iterator<Repository> iterator()
iterator in interface Iterable<Repository>public void deleteEntityMeta(String entityName)
deleteEntityMeta in interface ManageableRepositoryCollectionpublic void addAttribute(String entityName, AttributeMetaData attribute)
addAttribute in interface ManageableRepositoryCollectionpublic void deleteAttribute(String entityName, String attributeName)
deleteAttribute in interface ManageableRepositoryCollectionpublic void addAttributeSync(String entityName, AttributeMetaData attribute)
addAttributeSync in interface ManageableRepositoryCollectionCopyright © 2016. All Rights Reserved.