Advertisement
yony258

Untitled

Dec 5th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <dwr>
  2. <allow>
  3. <create creator="yony258" javascript="DWRAppointmentService">
  4. <param name="class" value="@MODULE_PACKAGE@.web.DWRAppointmentService"/>
  5. <include method="getPatientDescription"/>
  6. </create>
  7. </allow>
  8.  
  9. <signatures>
  10. <![CDATA[
  11. import @MODULE_PACKAGE@.web.DWRAppointmentService;
  12. DWRAppointmentService.getPatientDescription(Integer patientId);
  13. ]]>
  14. </signatures>
  15. </dwr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement