Interface DSpaceCRUDService<T>

Type Parameters:
T - Concrete object type.
All Known Subinterfaces:
BitstreamFormatService, ClaimedTaskService, EntityTypeService, InProgressUserService, PoolTaskService, RegistrationDataMetadataService, RegistrationDataService, RelationshipService, RelationshipTypeService, SupervisionOrderService, VersionHistoryService, WorkflowItemRoleService
All Known Implementing Classes:
BitstreamFormatServiceImpl, ClaimedTaskServiceImpl, EntityTypeServiceImpl, InProgressUserServiceImpl, PoolTaskServiceImpl, RegistrationDataMetadataServiceImpl, RegistrationDataServiceImpl, RelationshipServiceImpl, RelationshipTypeServiceImpl, SupervisionOrderServiceImpl, VersionHistoryServiceImpl, WorkflowItemRoleServiceImpl

public interface DSpaceCRUDService<T>
Interface containing the simple CRUD methods so we don't have to add them over and again to every service which requires these methods.
Author:
kevinvandevelde at atmire.com