package_object_view_helper (private)

 package_object_view_helper [ -start_with start_with ] object_type

Defined in packages/acs-subsite/tcl/package-procs.tcl

Returns a select statement to be used as an inner view for selecting out all the attributes for the object_type.

Switches:
-start_with
(defaults to "acs_object") (optional)
The highest parent object type for which to include attributes
Parameters:
object_type - The object for which to create a package spec
Author:
Michael Bryzek <mbryzek@arsdigita.com>
Created:
10/2000

Partial Call Graph (max 5 caller/called nodes):
%3 package_object_view package_object_view (public) package_object_view_helper package_object_view_helper package_object_view->package_object_view_helper acs_object_type::get acs_object_type::get (public) package_object_view_helper->acs_object_type::get package_object_attribute_list package_object_attribute_list (public) package_object_view_helper->package_object_attribute_list

Testcases:
No testcase defined.
[ show source ]
Show another procedure: