util_current_location_node_id (public)
util_current_location_node_id
Defined in packages/acs-tcl/tcl/navigation-procs.tcl
returns node_id of util_current_location. Useful for hostnode mapped sites using ad_context_bar
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: util::split_location [util_current_location] .proto location_hostname .port if { [string match -nocase "www.*" $location_hostname] } { set location_hostname [string range $location_hostname 4 end] } db_0or1row -cache_key util-${location_hostname}-node-id get_node_id_from_hostname { select node_id from host_node_map where host = :location_hostname } if { ![info exists node_id ] } { set node_id "" } return $node_idXQL Not present: Generic, PostgreSQL, Oracle