Ignore:
Timestamp:
03/09/12 13:18:57 (12 years ago)
Author:
rboipsl
Message:

ajout realtime ecc ohp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_ndacc/trunk/service/interface/com/ether/PlotService.java

    r106 r405  
    1717    List<String> getPlotsByDateByInstrumentByStation(@NotNull final String instrument, String pdate, String ft, String station) throws ServiceException;     
    1818   // List<String> getLastDate(@NotNull final String instrument) throws ServiceException; 
     19    @Nullable 
     20    List<String> getPlotsByDateByInstrumentByStationByType(@NotNull final String instrument, String pdate, String ft, String station, String type) throws ServiceException; 
    1921    
    2022} 
Note: See TracChangeset for help on using the changeset viewer.