Would something like this work?

    newSpecialist = Specialists.Specialist()
    newSpecialist.id = 'goobers'
    newSpecialist.title = "Goober Manager"
    
    myFolder._setObject(newSpecialist.id, newSpecialist)

    newSpecialist = newSpecialist.__of__(myFolder)
    newSpecialist.RacksGroup._constructPlugIn('Rack', id='defaultRack')

    newRack = newSpecialist.defaultRack
    newRack.manage_addSSMethod('mySSMethod','')

Most of this can be 'gotten' by poking around in the HTML documents
in the management interface....

-steve

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to