| Commit | Date | |
|---|---|---|
| 2012-08-28 23:53:35 | Tree | |
|
[r6326]
by
saravanan1181
Added episode parameter in md.xjc macrodef to generate the specified episode file for separate compilation.This is an optional parameter.JAXB episodes are intended to solve |
2012-08-28 22:54:38 | Tree |
| 2012-08-27 23:39:35 | Tree | |
|
[r6324]
by
tutasrinivas
Updated JUnit Tests with TestCases to test the enhancement to support aggregates within atomic criteria. Following TestCases are added and updated Wrapper class to create dataset for new Testcases 1. testAtomicInnerJoinQuery |
2012-08-26 20:41:32 | Tree |
|
[r6323]
by
tutasrinivas
Enhanced to support aggregates within atomic criteria. A query such as follows now can be built with the sample code below. SELECT ITEMS.* FROM ITEMS,PARTS T1,CONDITIONS T2 WHERE (((((ITEMS.PART LIKE 'ZP1%') OR (ITEMS.SEGREGATION_CODE LIKE 'ZC1%')) AND T1.PART = ITEMS.PART AND (T1.CAGE LIKE 'Z-TESTNOUN%'))) OR ((((ITEMS.PART LIKE 'ZCP1%') OR (ITEMS.CAGE LIKE 'ZCC1%')) AND T2.CONDITION_CODE = ITEMS.CONDITION_CODE))) ORDER BY ITEMS.ITEM_ID ASC Criteria c1 = new Criteria(); AtomicCriteria ac2 = new AtomicCriteria(); AtomicCriteria mac2 = new AtomicCriteria(); Criteria c2 = new Criteria(); AtomicCriteria ac1 = new AtomicCriteria(); AtomicCriteria mac1 = new AtomicCriteria(); AtomicCriteria ac = new AtomicCriteria(); Criteria c = new Criteria(); |
2012-08-26 20:39:42 | Tree |
| 2012-08-24 18:44:38 | Tree | |
| 2012-08-23 22:54:19 | Tree | |
|
[r6320]
by
prudhvireddy
Created MultiRowUpdate plugin to support batch update of multiple rows on the grid |
2012-08-23 17:28:57 | Tree |
|
[r6319]
by
prudhvireddy
Created a new component called CheckBoxField. This will render checkbox adjacent to form field. |
2012-08-23 17:26:10 | Tree |
|
[r6318]
by
b_calderwood
Mandatory fields on grids that have not been set should cause errors at the UI. UI will also try display the grid that caused the error by selection the appropriate tabs on the screen. |
2012-08-22 23:31:30 | Tree |