Why aren't all the methods of ServiceUtil static since it has no
state and why does that class sport a method with the signature
ItemQuery<T> getConfiguredItemQuery(ItemQuery<T> query, QueryOptions qOpt)
instead of 
void configuredItemQuery(ItemQuery<T> query, QueryOptions qOpt)
since it does not return a new query but the original one? Just
making sure I am not missing something.


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
basedb-devel mailing list
basedb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/basedb-devel

Reply via email to