|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <Export generator="Cache" version="25"> |
3 | 3 | <Class name="kutac.REST.ConfigBroker"> |
| 4 | +<Import>kutac.REST</Import> |
4 | 5 | <IncludeCode>%ZEN.Utils</IncludeCode> |
5 | 6 | <Super>%CSP.REST</Super> |
6 | 7 | <TimeCreated>64469,36696.045094</TimeCreated> |
|
26 | 27 | <Method name="getClasses"> |
27 | 28 | <ClassMethod>1</ClassMethod> |
28 | 29 | <ReturnType>%Status</ReturnType> |
29 | | -<Implementation><![CDATA[ quit ##class(kutac.REST.Utils).getClasses() |
| 30 | +<Implementation><![CDATA[ quit ##class(Utils).getClasses() |
30 | 31 | ]]></Implementation> |
31 | 32 | </Method> |
32 | 33 |
|
|
35 | 36 | <ReturnType>%Status</ReturnType> |
36 | 37 | <Implementation><![CDATA[ |
37 | 38 | do ..ConvertRequestBody() |
38 | | - quit ##class(kutac.REST.Utils).toggleClass(%request.Content.classname, %request.Content.check) |
| 39 | + quit ##class(Utils).toggleClass(%request.Content.classname, %request.Content.check) |
39 | 40 | ]]></Implementation> |
40 | 41 | </Method> |
41 | 42 |
|
42 | 43 | <Method name="checkMon"> |
43 | 44 | <ClassMethod>1</ClassMethod> |
44 | 45 | <ReturnType>%Status</ReturnType> |
45 | | -<Implementation><![CDATA[ quit ##class(kutac.REST.Utils).checkMon() |
| 46 | +<Implementation><![CDATA[ quit ##class(Utils).checkMon() |
46 | 47 | ]]></Implementation> |
47 | 48 | </Method> |
48 | 49 |
|
|
51 | 52 | <ReturnType>%Status</ReturnType> |
52 | 53 | <Implementation><![CDATA[ |
53 | 54 | do ..ConvertRequestBody() |
54 | | - quit ##class(kutac.REST.Utils).toggleMon(%request.Content.toggle) |
| 55 | + quit ##class(Utils).toggleMon(%request.Content.toggle) |
55 | 56 | ]]></Implementation> |
56 | 57 | </Method> |
57 | 58 |
|
|
67 | 68 | do ..ConvertRequestBody() |
68 | 69 | set obj = %request.Content |
69 | 70 | |
70 | | - quit ##class(kutac.REST.Utils).setEmailSettings(obj) |
| 71 | + quit ##class(Utils).setEmailSettings(obj) |
71 | 72 | ]]></Implementation> |
72 | 73 | </Method> |
73 | 74 |
|
74 | 75 | <Method name="toggleEmail"> |
75 | 76 | <ClassMethod>1</ClassMethod> |
76 | 77 | <Implementation><![CDATA[ |
77 | 78 | do ..ConvertRequestBody() |
78 | | - quit ##class(kutac.REST.Utils).toggleEmail(%request.Content.toggle) |
| 79 | + quit ##class(Utils).toggleEmail(%request.Content.toggle) |
79 | 80 | ]]></Implementation> |
80 | 81 | </Method> |
81 | 82 |
|
82 | 83 | <Method name="getRecipients"> |
83 | 84 | <ClassMethod>1</ClassMethod> |
84 | | -<Implementation><![CDATA[ quit ##class(kutac.REST.Utils).getRecipients() |
| 85 | +<Implementation><![CDATA[ quit ##class(Utils).getRecipients() |
85 | 86 | ]]></Implementation> |
86 | 87 | </Method> |
87 | 88 |
|
88 | 89 | <Method name="addRecipient"> |
89 | 90 | <ClassMethod>1</ClassMethod> |
90 | 91 | <Implementation><![CDATA[ |
91 | 92 | do ..ConvertRequestBody() |
92 | | - quit ##class(kutac.REST.Utils).addRecipient(%request.Content.rec) |
| 93 | + quit ##class(Utils).addRecipient(%request.Content.rec) |
93 | 94 | ]]></Implementation> |
94 | 95 | </Method> |
95 | 96 |
|
96 | 97 | <Method name="deleteRecipient"> |
97 | 98 | <ClassMethod>1</ClassMethod> |
98 | 99 | <Implementation><![CDATA[ |
99 | 100 | do ..ConvertRequestBody() |
100 | | - quit ##class(kutac.REST.Utils).deleteRecipient(%request.Content.rec) |
| 101 | + quit ##class(Utils).deleteRecipient(%request.Content.rec) |
101 | 102 | ]]></Implementation> |
102 | 103 | </Method> |
103 | 104 |
|
104 | 105 | <Method name="testMail"> |
105 | 106 | <ClassMethod>1</ClassMethod> |
106 | | -<Implementation><![CDATA[ quit ##class(kutac.REST.Utils).testMail() |
| 107 | +<Implementation><![CDATA[ quit ##class(Utils).testMail() |
107 | 108 | ]]></Implementation> |
108 | 109 | </Method> |
109 | 110 |
|
|
0 commit comments