Package no.nsd.qddt.domain.surveyprogram
Interface SurveyProgramService
-
- All Superinterfaces:
BaseArchivedService<SurveyProgram>
,BaseService<SurveyProgram,java.util.UUID>
public interface SurveyProgramService extends BaseArchivedService<SurveyProgram>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<SurveyProgram>
findByAgency(User user)
-
Methods inherited from interface no.nsd.qddt.domain.BaseArchivedService
doArchive
-
-
-
-
Method Detail
-
findByAgency
java.util.List<SurveyProgram> findByAgency(User user)
-
-