Class SubmissionPanelRestRepository

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

@Component("config.submissionsections") 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)