Re: [RDBO] Common Manager method names

2006-07-31 Thread Wiggins d'Anconia
John Siracusa wrote: > On 7/26/06 2:16 PM, Wiggins d'Anconia wrote: > >>And I can call the get_objects* methods directly but was wondering why >>the 'object_class' argument must be passed each time, if I have already >>set a 'sub object_class' with that data in the Manager class that I am >>using.

Re: [RDBO] Common Manager method names

2006-07-29 Thread John Siracusa
On 7/26/06 2:16 PM, Wiggins d'Anconia wrote: > And I can call the get_objects* methods directly but was wondering why > the 'object_class' argument must be passed each time, if I have already > set a 'sub object_class' with that data in the Manager class that I am > using. Yeah, that sounds reason

[RDBO] Common Manager method names

2006-07-29 Thread Wiggins d'Anconia
New to Rose:: so please be gentle. I have run into the same problem with needing to be able to call the manager methods without knowing their names ahead of time. See recent post here: http://sourceforge.net/mailarchive/forum.php?thread_id=11198586&forum_id=46239 And I can call the get_objects*