calendar-sc-procs.tcl

Calendar service contract bindings

Location:
packages/calendar/tcl/calendar-sc-procs.tcl
Created:
2004-04-01
Author:
Jeff Davis davis@xarg.net
CVS Identification:
$Id: calendar-sc-procs.tcl,v 1.5 2018/04/30 09:50:03 gustafn Exp $

Procedures in this file

Detailed information

calendar::fts::datasource (private)

 calendar::fts::datasource cal_item_id

returns a datasource for a calendar event to be indexed by the full text search engine.

Parameters:
cal_item_id
Author:
davis@xarg.net
Created:
2004-04-01

Partial Call Graph (max 5 caller/called nodes):
%3 AcsSc.ftscontentprovider.datasource.cal_item AcsSc.ftscontentprovider.datasource.cal_item (private) calendar::fts::datasource calendar::fts::datasource AcsSc.ftscontentprovider.datasource.cal_item->calendar::fts::datasource calendar::item::get calendar::item::get (public) calendar::fts::datasource->calendar::item::get

Testcases:
No testcase defined.

calendar::fts::url (private)

 calendar::fts::url cal_item_id

returns a URL for an event to the search package

Parameters:
cal_item_id
Author:
davis@xarg.net
Created:
2004-04-01

Partial Call Graph (max 5 caller/called nodes):
%3 AcsSc.ftscontentprovider.url.cal_item AcsSc.ftscontentprovider.url.cal_item (private) calendar::fts::url calendar::fts::url AcsSc.ftscontentprovider.url.cal_item->calendar::fts::url ad_url ad_url (public) calendar::fts::url->ad_url apm_package_url_from_id apm_package_url_from_id (public) calendar::fts::url->apm_package_url_from_id calendar::item::get calendar::item::get (public) calendar::fts::url->calendar::item::get

Testcases:
No testcase defined.

calendar::sc::register_acs_event_fts_impl (private)

 calendar::sc::register_acs_event_fts_impl

Partial Call Graph (max 5 caller/called nodes):
%3 calendar::sc::register_implementations calendar::sc::register_implementations (private) calendar::sc::register_acs_event_fts_impl calendar::sc::register_acs_event_fts_impl calendar::sc::register_implementations->calendar::sc::register_acs_event_fts_impl acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) calendar::sc::register_acs_event_fts_impl->acs_sc::impl::new_from_spec

Testcases:
No testcase defined.

calendar::sc::register_cal_item_fts_impl (private)

 calendar::sc::register_cal_item_fts_impl

Partial Call Graph (max 5 caller/called nodes):
%3 calendar::install::package_upgrade calendar::install::package_upgrade (private) calendar::sc::register_cal_item_fts_impl calendar::sc::register_cal_item_fts_impl calendar::install::package_upgrade->calendar::sc::register_cal_item_fts_impl calendar::sc::register_implementations calendar::sc::register_implementations (private) calendar::sc::register_implementations->calendar::sc::register_cal_item_fts_impl acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) calendar::sc::register_cal_item_fts_impl->acs_sc::impl::new_from_spec

Testcases:
No testcase defined.

calendar::sc::register_implementations (private)

 calendar::sc::register_implementations

Register the cal_item content type fts contract

Partial Call Graph (max 5 caller/called nodes):
%3 calendar::install::package_install calendar::install::package_install (private) calendar::sc::register_implementations calendar::sc::register_implementations calendar::install::package_install->calendar::sc::register_implementations calendar::sc::register_acs_event_fts_impl calendar::sc::register_acs_event_fts_impl (private) calendar::sc::register_implementations->calendar::sc::register_acs_event_fts_impl calendar::sc::register_cal_item_fts_impl calendar::sc::register_cal_item_fts_impl (private) calendar::sc::register_implementations->calendar::sc::register_cal_item_fts_impl db_transaction db_transaction (public) calendar::sc::register_implementations->db_transaction

Testcases:
No testcase defined.

calendar::sc::unregister_implementations (private)

 calendar::sc::unregister_implementations

Partial Call Graph (max 5 caller/called nodes):
%3 calendar::install::package_uninstall calendar::install::package_uninstall (private) calendar::sc::unregister_implementations calendar::sc::unregister_implementations calendar::install::package_uninstall->calendar::sc::unregister_implementations acs_sc::impl::delete acs_sc::impl::delete (public) calendar::sc::unregister_implementations->acs_sc::impl::delete db_transaction db_transaction (public) calendar::sc::unregister_implementations->db_transaction

Testcases:
No testcase defined.
[ show source ]