Changeset 1478 for trunk/src/groovy/dbnp
- Timestamp:
- Feb 2, 2011, 1:52:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/groovy/dbnp/query/Search.groovy
r1473 r1478 42 42 public void setResultFields( Map r ) { resultFields = r; } 43 43 44 def moduleCommunicationService45 46 44 /** 47 45 * Returns the number of results found by this search … … 208 206 return []; 209 207 210 //// Determine the moduleCommunicationService211 // ApplicationContext ctx = (ApplicationContext)ApplicationHolder.getApplication().getMainContext();212 //def moduleCommunicationService = ctx.getBean("moduleCommunicationService");208 // Determine the moduleCommunicationService 209 def ctx = ApplicationHolder.getApplication().getMainContext(); 210 def moduleCommunicationService = ctx.getBean("moduleCommunicationService"); 213 211 214 212 // Loop through all modules and check whether criteria have been given
Note: See TracChangeset
for help on using the changeset viewer.