Interface EntityService<E extends de.digitalcollections.model.identifiable.entity.Entity>

Type Parameters:
E - entity instance
All Superinterfaces:
IdentifiableService<E>, UniqueObjectService<E>
All Known Subinterfaces:
AgentService<A>, ArticleService, CanyonService, CaveService, CollectionService, ContinentService, CorporateBodyService, CountryService, CreekService, DigitalObjectService, EventService, GeoLocationService<G>, HeadwordEntryService, HumanSettlementService, ItemService, LakeService, ManifestationService, MountainService, OceanService, PersonService, ProjectService, RiverService, SeaService, StillWatersService, TopicService, ValleyService, WebsiteService, WorkService
All Known Implementing Classes:
AgentServiceImpl, ArticleServiceImpl, CanyonServiceImpl, CaveServiceImpl, CollectionServiceImpl, ContinentServiceImpl, CorporateBodyServiceImpl, CountryServiceImpl, CreekServiceImpl, DigitalObjectServiceImpl, EntityServiceImpl, EventServiceImpl, GeoLocationServiceImpl, HeadwordEntryServiceImpl, HumanSettlementServiceImpl, ItemServiceImpl, LakeServiceImpl, ManifestationServiceImpl, MountainServiceImpl, OceanServiceImpl, PersonServiceImpl, ProjectServiceImpl, RiverServiceImpl, SeaServiceImpl, StillWatersServiceImpl, TopicServiceImpl, ValleyServiceImpl, WebsiteServiceImpl, WorkServiceImpl

public interface EntityService<E extends de.digitalcollections.model.identifiable.entity.Entity> extends IdentifiableService<E>