Uses of Interface
org.dspace.content.service.EntityTypeService
-
Packages that use EntityTypeService Package Description org.dspace.app.bulkedit The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.factory -
-
Uses of EntityTypeService in org.dspace.app.bulkedit
Fields in org.dspace.app.bulkedit declared as EntityTypeService Modifier and Type Field Description protected EntityTypeServiceMetadataImport. entityTypeService -
Uses of EntityTypeService in org.dspace.content
Classes in org.dspace.content that implement EntityTypeService Modifier and Type Class Description classEntityTypeServiceImplFields in org.dspace.content declared as EntityTypeService Modifier and Type Field Description protected EntityTypeServiceEntityServiceImpl. entityTypeService -
Uses of EntityTypeService in org.dspace.content.factory
Methods in org.dspace.content.factory that return EntityTypeService Modifier and Type Method Description abstract EntityTypeServiceContentServiceFactory. getEntityTypeService()Return the implementation of the EntityTypeService interfaceEntityTypeServiceContentServiceFactoryImpl. getEntityTypeService()
-