diff src/bridge/bridge_constructor/bridge_template.ini @ 1586:42285d993e68

bridge, core(params): removed obsolete methods: - getParams and getParamsForCategory are removed from bridge: XMLUI is now used in place of the old params XML - getParamsForCategory has also been removed internaly, as it is now unused, getParams is still used to construct the XMLUI
author Goffi <goffi@goffi.org>
date Sat, 14 Nov 2015 19:18:07 +0100
parents 7d7e57a84792
children 698d6755d62a
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini	Sat Nov 14 19:18:05 2015 +0100
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Sat Nov 14 19:18:07 2015 +0100
@@ -493,35 +493,6 @@
 doc_param_1=app: name of the frontend requesting the parameters, or '' to get all parameters
 doc_param_2=%(doc_profile_key)s
 
-[getParams]
-async=
-type=method
-category=core
-sig_in=iss
-sig_out=s
-param_0_default=-1
-param_1_default=''
-param_2_default="@DEFAULT@"
-doc=Return XML of parameters, eventually restrict the result to the parameters concerning a given frontend
-doc_param_0=%(doc_security_limit)s
-doc_param_1=app: name of the frontend requesting the parameters, or '' to get all parameters
-doc_param_2=%(doc_profile_key)s
-
-[getParamsForCategory]
-async=
-type=method
-category=core
-sig_in=siss
-sig_out=s
-param_1_default=-1
-param_2_default=''
-param_3_default="@DEFAULT@"
-doc=Return a xml of all params in a category, eventually restrict the result to the parameters concerning a given frontend
-doc_param_0=category: Category to get
-doc_param_1=%(doc_security_limit)s
-doc_param_2=app: name of the frontend requesting the parameters, or '' to get all parameters
-doc_param_3=%(doc_profile_key)s
-
 [getParamsCategories]
 type=method
 category=core