Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/24/08 09:37:02 (3 months ago)
Author:
bwolfe
Message:

Merging api-refactoring to trunk [3595]:[4355]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/src/api/org/openmrs/api/DataSetService.java

    r4158 r4358  
    2121import org.openmrs.report.DataSetProvider; 
    2222import org.openmrs.report.EvaluationContext; 
     23import org.springframework.transaction.annotation.Transactional; 
     24import org.springframework.transaction.annotation.Transactional; 
    2325 
    2426/** 
    2527 *   
    2628 */ 
     29@Transactional( readOnly = true) 
    2730public interface DataSetService { 
    2831