The cleanup that was done before in the GenericDelegator was just this: cleanup (by deprecation) first in the framework and then based on that cleanup the apps that use those methods.

I think what Marco is proposing is deprecating more GenericDelegator methods than were done in the first pass. My opinion on it is that enough have been deprecated to accomplish the goal of simplifying the GenericDelegator API by leaving only flexible methods (findOne for example) and popular methods (certain variations of findByPrimaryKey for example).

-David


On Sep 25, 2008, at 10:31 AM, Adrian Crum wrote:

If we do any deprecated code cleanup, I'd like to see it happen in the framework first - as part of the preparation for framework release.

-Adrian

David E Jones wrote:
The goal of the deprecation effort was to reduce the size of the GenericDelegator API, not to replace all old methods, some of which are nice to have around as they are more convenient. Of course, others may have different opinions, so I hope to see more on this thread.
-David
On Sep 25, 2008, at 8:26 AM, [EMAIL PROTECTED] wrote:
Hi to all,

I have created a document in confluence (http://docs.ofbiz.org/display/OFBTECH/Replace+deprecated+methods+and+constructors+of+entity+delegator+classes ) about replace all the deprecated methods and constructors of entity delegator.
I would like to start working on this conversions.
Is it exactly that we don't want to replace for example all the findByPrimaryKey methods to findOne but only some of this ?
Is it why it needs a lot of stuff to replace ?
It's seems to me that could be better also to convert this methods not actually declared as deprecated. I'm thinking that at the end we will use only findOne and findList methods.

Let me know your thought.

Thanks in advance
Marco



Reply via email to