hakandilek / xmdl

Automatically exported from code.google.com/p/xmdl
0 stars 0 forks source link

Clean unecessary search methods from IDA DAO classes #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In IDA DAO classes, there are unnecessary search methods such as:

Collection<Product> search(String name, Double fromPrice, Double toPrice,
ProductType productType);

Those methods should be removed to use search methods with the search bean
such as:

Collection<Product> search(ProductSearch productSearch);

Original issue reported on code.google.com by hakandi...@gmail.com on 13 Feb 2008 at 4:20

GoogleCodeExporter commented 9 years ago
Diff from the taslak r155 can be used:
http://code.google.com/p/taslak/source/detail?r=155

Original comment by hakandi...@gmail.com on 13 Feb 2008 at 4:21

GoogleCodeExporter commented 9 years ago
fixed after r428

Original comment by hakandi...@gmail.com on 1 Apr 2008 at 2:27