source: EDIS/tags/ed/tracking-server-core/src/main/java/gov/va/med/edp/dao/TrackingDao.java@ 1240

Last change on this file since 1240 was 1240, checked in by George Lilly, 13 years ago

new version from the VA

File size: 247 bytes
Line 
1package gov.va.med.edp.dao;
2
3import org.springframework.dao.DataAccessException;
4
5import java.util.Map;
6
7public interface TrackingDao {
8 String executeCommand(String stationNumber, String duz, Map params) throws DataAccessException;
9}
Note: See TracBrowser for help on using the repository browser.