Class SubmissionPanelRestRepository

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.data.repository.CrudRepository<SubmissionSectionRest,​String>, org.springframework.data.repository.PagingAndSortingRepository<SubmissionSectionRest,​String>, org.springframework.data.repository.Repository<SubmissionSectionRest,​String>

    @Component("config.submissionsection")
    public class SubmissionPanelRestRepository
    extends DSpaceRestRepository<SubmissionSectionRest,​String>
    This is the repository responsible to manage Submission Step (aka Panel) Rest object
    Author:
    Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it)