~dhis2-devs-core/dhis2/datamart

« back to all changes in this revision

Viewing changes to dhis-2/dhis-services/dhis-service-mobile/src/main/java/org/hisp/dhis/api/mobile/PatientMobileSettingService.java

  • Committer: Lai
  • Date: 2012-08-22 07:08:08 UTC
  • Revision ID: lai.hispvietnam@gmail.com-20120822070808-o23vqnyt06iwn14i
J2ME Client Update Configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    public void updatePatientMobileSetting( PatientMobileSetting setting );
39
39
 
40
40
    public Collection<PatientMobileSetting> getCurrentSetting();
 
41
    
 
42
    public PatientMobileSetting get( int id );
 
43
    
41
44
}