|
36 | 36 | import org.json.JSONArray; |
37 | 37 | import org.json.JSONObject; |
38 | 38 |
|
| 39 | +import generated.ws.smis.BeamlineScientistsVO; |
39 | 40 | import generated.ws.smis.Exception_Exception; |
40 | 41 | import generated.ws.smis.ExpSessionInfoLightVO; |
41 | 42 | import generated.ws.smis.FinderException_Exception; |
42 | 43 | import generated.ws.smis.InnerScientistVO; |
| 44 | +import generated.ws.smis.ProposalInfoLightVO; |
43 | 45 | import generated.ws.smis.ProposalParticipantInfoLightVO; |
44 | 46 | import generated.ws.smis.SMISWebService; |
45 | 47 | import generated.ws.smis.SampleSheetInfoLightVO; |
| 48 | +import generated.ws.smis.Training; |
| 49 | +import generated.ws.smis.UserDataAccessLightVO; |
| 50 | +import generated.ws.smis.UserLightVO; |
46 | 51 | import ispyb.common.util.Constants; |
47 | 52 | import ispyb.server.smis.UpdateFromSMIS; |
48 | 53 |
|
@@ -796,4 +801,74 @@ private CloseableHttpClient getHttpClient(){ |
796 | 801 | return httpclient; |
797 | 802 | } |
798 | 803 |
|
| 804 | + @Override |
| 805 | + public ProposalParticipantInfoLightVO findLatestProposalParticipantByScientistPk(Long arg0) |
| 806 | + throws Exception_Exception { |
| 807 | + // TODO Auto-generated method stub |
| 808 | + return null; |
| 809 | + } |
| 810 | + |
| 811 | + @Override |
| 812 | + public ProposalInfoLightVO findProposalInfoLightByProposalPk(Long arg0) throws Exception_Exception { |
| 813 | + // TODO Auto-generated method stub |
| 814 | + return null; |
| 815 | + } |
| 816 | + |
| 817 | + @Override |
| 818 | + public List<SampleSheetInfoLightVO> findSamplesheetInfoLightForProposalPk(Long arg0, boolean arg1) |
| 819 | + throws Exception_Exception { |
| 820 | + // TODO Auto-generated method stub |
| 821 | + return null; |
| 822 | + } |
| 823 | + |
| 824 | + @Override |
| 825 | + public List<SampleSheetInfoLightVO> findSamplesheetInfoLightForSessionPk(Long arg0) throws Exception_Exception { |
| 826 | + // TODO Auto-generated method stub |
| 827 | + return null; |
| 828 | + } |
| 829 | + |
| 830 | + @Override |
| 831 | + public List<ExpSessionInfoLightVO> findSessionsInfoLightInRange(Calendar arg0, Calendar arg1) |
| 832 | + throws FinderException_Exception { |
| 833 | + // TODO Auto-generated method stub |
| 834 | + return null; |
| 835 | + } |
| 836 | + |
| 837 | + @Override |
| 838 | + public UserLightVO findUserByScientistPk(Long arg0) throws Exception_Exception { |
| 839 | + // TODO Auto-generated method stub |
| 840 | + return null; |
| 841 | + } |
| 842 | + |
| 843 | + @Override |
| 844 | + public List<UserDataAccessLightVO> getAcls() { |
| 845 | + // TODO Auto-generated method stub |
| 846 | + return null; |
| 847 | + } |
| 848 | + |
| 849 | + @Override |
| 850 | + public List<UserDataAccessLightVO> getAclsWithAllDelays(double arg0, double arg1, double arg2, double arg3) { |
| 851 | + // TODO Auto-generated method stub |
| 852 | + return null; |
| 853 | + } |
| 854 | + |
| 855 | + @Override |
| 856 | + public List<UserDataAccessLightVO> getAclsWithEndDelay(double arg0) { |
| 857 | + // TODO Auto-generated method stub |
| 858 | + return null; |
| 859 | + } |
| 860 | + |
| 861 | + @Override |
| 862 | + public List<BeamlineScientistsVO> getScientistsWithDataAccessForAllBeamlines() { |
| 863 | + // TODO Auto-generated method stub |
| 864 | + return null; |
| 865 | + } |
| 866 | + |
| 867 | + @Override |
| 868 | + public boolean isTrainingValidForDate(String arg0, Training arg1, Calendar arg2) throws Exception_Exception { |
| 869 | + // TODO Auto-generated method stub |
| 870 | + // added for MAXIV (but not used) because this method should be overridden. |
| 871 | + return false; |
| 872 | + } |
| 873 | + |
799 | 874 | } |
0 commit comments