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