template::list::filter::exists_p (public)

 template::list::filter::exists_p -list_name list_name \
    -filter_name filter_name

Defined in packages/acs-templating/tcl/list-procs.tcl

Determine if a given filter exists for a given list template.

Switches:
-list_name
(required)
The name of the list template.
-filter_name
(required)
The filter name.
Returns:
True (1) if the filter exists, false (0) if not.

Partial Call Graph (max 5 caller/called nodes):
%3 template::list::orderby::create template::list::orderby::create (public) template::list::filter::exists_p template::list::filter::exists_p template::list::orderby::create->template::list::filter::exists_p template::adp_level template::adp_level (public) template::list::filter::exists_p->template::adp_level template::list::filter::get_refname template::list::filter::get_refname (public) template::list::filter::exists_p->template::list::filter::get_refname

Testcases:
No testcase defined.
Source code:
    set refname [get_refname -list_name $list_name -filter_name $filter_name]

    return [uplevel \#[template::adp_level] [list info exists $refname]]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: