Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Service References/OKBService/Reference.cs @ 6317

Last change on this file since 6317 was 4985, checked in by wtollsch, 14 years ago

#1198 HLWebOkbAdminPlugin

File size: 26.6 KB
Line 
1//------------------------------------------------------------------------------
2// <auto-generated>
3//     This code was generated by a tool.
4//     Runtime Version:4.0.30319.1
5//
6//     Changes to this file may cause incorrect behavior and will be lost if
7//     the code is regenerated.
8// </auto-generated>
9//------------------------------------------------------------------------------
10
11namespace HLWebOKBAdminPlugin.OKBService {
12   
13   
14    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
15    [System.ServiceModel.ServiceContractAttribute(ConfigurationName="OKBService.IOKBService")]
16    public interface IOKBService {
17       
18        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddResult", ReplyAction="http://tempuri.org/IOKBService/AddResultResponse")]
19        long AddResult(HLWebPluginHost.OKBService.Result dto);
20       
21        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateResult", ReplyAction="http://tempuri.org/IOKBService/UpdateResultResponse")]
22        void UpdateResult(HLWebPluginHost.OKBService.Result dto);
23       
24        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteResult", ReplyAction="http://tempuri.org/IOKBService/DeleteResultResponse")]
25        void DeleteResult(long id);
26       
27        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetExperiment", ReplyAction="http://tempuri.org/IOKBService/GetExperimentResponse")]
28        HLWebPluginHost.OKBService.Experiment GetExperiment(long id);
29       
30        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetExperiments", ReplyAction="http://tempuri.org/IOKBService/GetExperimentsResponse")]
31        HLWebPluginHost.OKBService.Experiment[] GetExperiments(long algorithmId, long problemId);
32       
33        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddExperiment", ReplyAction="http://tempuri.org/IOKBService/AddExperimentResponse")]
34        long AddExperiment(HLWebPluginHost.OKBService.Experiment dto);
35       
36        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteExperiment", ReplyAction="http://tempuri.org/IOKBService/DeleteExperimentResponse")]
37        void DeleteExperiment(long id);
38       
39        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetRun", ReplyAction="http://tempuri.org/IOKBService/GetRunResponse")]
40        HLWebPluginHost.OKBService.Run GetRun(long id);
41       
42        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetRuns", ReplyAction="http://tempuri.org/IOKBService/GetRunsResponse")]
43        HLWebPluginHost.OKBService.Run[] GetRuns(long experimentId);
44       
45        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddRun", ReplyAction="http://tempuri.org/IOKBService/AddRunResponse")]
46        long AddRun(HLWebPluginHost.OKBService.Run dto);
47       
48        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteRun", ReplyAction="http://tempuri.org/IOKBService/DeleteRunResponse")]
49        void DeleteRun(long id);
50       
51        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithmParameters", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmParametersResponse")]
52        HLWebPluginHost.OKBService.AlgorithmParameter[] GetAlgorithmParameters(long algorithmId);
53       
54        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddAlgorithmParameter", ReplyAction="http://tempuri.org/IOKBService/AddAlgorithmParameterResponse")]
55        long AddAlgorithmParameter(HLWebPluginHost.OKBService.AlgorithmParameter dto);
56       
57        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateAlgorithmParameter", ReplyAction="http://tempuri.org/IOKBService/UpdateAlgorithmParameterResponse")]
58        void UpdateAlgorithmParameter(HLWebPluginHost.OKBService.AlgorithmParameter dto);
59       
60        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteAlgorithmParameter", ReplyAction="http://tempuri.org/IOKBService/DeleteAlgorithmParameterResponse")]
61        void DeleteAlgorithmParameter(long id);
62       
63        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblemClass", ReplyAction="http://tempuri.org/IOKBService/GetProblemClassResponse")]
64        HLWebPluginHost.OKBService.ProblemClass GetProblemClass(long id);
65       
66        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblemClasses", ReplyAction="http://tempuri.org/IOKBService/GetProblemClassesResponse")]
67        HLWebPluginHost.OKBService.ProblemClass[] GetProblemClasses();
68       
69        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddProblemClass", ReplyAction="http://tempuri.org/IOKBService/AddProblemClassResponse")]
70        long AddProblemClass(HLWebPluginHost.OKBService.ProblemClass dto);
71       
72        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateProblemClass", ReplyAction="http://tempuri.org/IOKBService/UpdateProblemClassResponse")]
73        void UpdateProblemClass(HLWebPluginHost.OKBService.ProblemClass dto);
74       
75        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteProblemClass", ReplyAction="http://tempuri.org/IOKBService/DeleteProblemClassResponse")]
76        void DeleteProblemClass(long id);
77       
78        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblem", ReplyAction="http://tempuri.org/IOKBService/GetProblemResponse")]
79        HLWebPluginHost.OKBService.Problem GetProblem(long id);
80       
81        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblems", ReplyAction="http://tempuri.org/IOKBService/GetProblemsResponse")]
82        HLWebPluginHost.OKBService.Problem[] GetProblems();
83       
84        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddProblem", ReplyAction="http://tempuri.org/IOKBService/AddProblemResponse")]
85        long AddProblem(HLWebPluginHost.OKBService.Problem dto);
86       
87        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateProblem", ReplyAction="http://tempuri.org/IOKBService/UpdateProblemResponse")]
88        void UpdateProblem(HLWebPluginHost.OKBService.Problem dto);
89       
90        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteProblem", ReplyAction="http://tempuri.org/IOKBService/DeleteProblemResponse")]
91        void DeleteProblem(long id);
92       
93        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblemUsers", ReplyAction="http://tempuri.org/IOKBService/GetProblemUsersResponse")]
94        System.Guid[] GetProblemUsers(long problemId);
95       
96        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateProblemUsers", ReplyAction="http://tempuri.org/IOKBService/UpdateProblemUsersResponse")]
97        void UpdateProblemUsers(long problemId, System.Guid[] users);
98       
99        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblemData", ReplyAction="http://tempuri.org/IOKBService/GetProblemDataResponse")]
100        HLWebPluginHost.OKBService.ProblemData GetProblemData(long problemId);
101       
102        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateProblemData", ReplyAction="http://tempuri.org/IOKBService/UpdateProblemDataResponse")]
103        void UpdateProblemData(HLWebPluginHost.OKBService.ProblemData dto);
104       
105        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblemParameter", ReplyAction="http://tempuri.org/IOKBService/GetProblemParameterResponse")]
106        HLWebPluginHost.OKBService.ProblemParameter GetProblemParameter(long id);
107       
108        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblemParameters", ReplyAction="http://tempuri.org/IOKBService/GetProblemParametersResponse")]
109        HLWebPluginHost.OKBService.ProblemParameter[] GetProblemParameters(long problemId);
110       
111        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddProblemParameter", ReplyAction="http://tempuri.org/IOKBService/AddProblemParameterResponse")]
112        long AddProblemParameter(HLWebPluginHost.OKBService.ProblemParameter dto);
113       
114        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateProblemParameter", ReplyAction="http://tempuri.org/IOKBService/UpdateProblemParameterResponse")]
115        void UpdateProblemParameter(HLWebPluginHost.OKBService.ProblemParameter dto);
116       
117        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteProblemParameter", ReplyAction="http://tempuri.org/IOKBService/DeleteProblemParameterResponse")]
118        void DeleteProblemParameter(long id);
119       
120        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetResult", ReplyAction="http://tempuri.org/IOKBService/GetResultResponse")]
121        HLWebPluginHost.OKBService.Result GetResult(long id);
122       
123        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetResults", ReplyAction="http://tempuri.org/IOKBService/GetResultsResponse")]
124        HLWebPluginHost.OKBService.Result[] GetResults(long algorithmId);
125       
126        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetPlatform", ReplyAction="http://tempuri.org/IOKBService/GetPlatformResponse")]
127        HLWebPluginHost.OKBService.Platform GetPlatform(long id);
128       
129        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetPlatforms", ReplyAction="http://tempuri.org/IOKBService/GetPlatformsResponse")]
130        HLWebPluginHost.OKBService.Platform[] GetPlatforms();
131       
132        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddPlatform", ReplyAction="http://tempuri.org/IOKBService/AddPlatformResponse")]
133        long AddPlatform(HLWebPluginHost.OKBService.Platform dto);
134       
135        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdatePlatform", ReplyAction="http://tempuri.org/IOKBService/UpdatePlatformResponse")]
136        void UpdatePlatform(HLWebPluginHost.OKBService.Platform dto);
137       
138        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeletePlatform", ReplyAction="http://tempuri.org/IOKBService/DeletePlatformResponse")]
139        void DeletePlatform(long id);
140       
141        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetDataType", ReplyAction="http://tempuri.org/IOKBService/GetDataTypeResponse")]
142        HLWebPluginHost.OKBService.DataType GetDataType(long id);
143       
144        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetDataTypes", ReplyAction="http://tempuri.org/IOKBService/GetDataTypesResponse")]
145        HLWebPluginHost.OKBService.DataType[] GetDataTypes();
146       
147        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddDataType", ReplyAction="http://tempuri.org/IOKBService/AddDataTypeResponse")]
148        long AddDataType(HLWebPluginHost.OKBService.DataType dto);
149       
150        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateDataType", ReplyAction="http://tempuri.org/IOKBService/UpdateDataTypeResponse")]
151        void UpdateDataType(HLWebPluginHost.OKBService.DataType dto);
152       
153        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteDataType", ReplyAction="http://tempuri.org/IOKBService/DeleteDataTypeResponse")]
154        void DeleteDataType(long id);
155       
156        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithmClass", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmClassResponse")]
157        HLWebPluginHost.OKBService.AlgorithmClass GetAlgorithmClass(long id);
158       
159        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithmClasses", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmClassesResponse")]
160        HLWebPluginHost.OKBService.AlgorithmClass[] GetAlgorithmClasses();
161       
162        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddAlgorithmClass", ReplyAction="http://tempuri.org/IOKBService/AddAlgorithmClassResponse")]
163        long AddAlgorithmClass(HLWebPluginHost.OKBService.AlgorithmClass dto);
164       
165        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateAlgorithmClass", ReplyAction="http://tempuri.org/IOKBService/UpdateAlgorithmClassResponse")]
166        void UpdateAlgorithmClass(HLWebPluginHost.OKBService.AlgorithmClass dto);
167       
168        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteAlgorithmClass", ReplyAction="http://tempuri.org/IOKBService/DeleteAlgorithmClassResponse")]
169        void DeleteAlgorithmClass(long id);
170       
171        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithm", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmResponse")]
172        HLWebPluginHost.OKBService.Algorithm GetAlgorithm(long id);
173       
174        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithms", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmsResponse")]
175        HLWebPluginHost.OKBService.Algorithm[] GetAlgorithms();
176       
177        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddAlgorithm", ReplyAction="http://tempuri.org/IOKBService/AddAlgorithmResponse")]
178        long AddAlgorithm(HLWebPluginHost.OKBService.Algorithm dto);
179       
180        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateAlgorithm", ReplyAction="http://tempuri.org/IOKBService/UpdateAlgorithmResponse")]
181        void UpdateAlgorithm(HLWebPluginHost.OKBService.Algorithm dto);
182       
183        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteAlgorithm", ReplyAction="http://tempuri.org/IOKBService/DeleteAlgorithmResponse")]
184        void DeleteAlgorithm(long id);
185       
186        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithmUsers", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmUsersResponse")]
187        System.Guid[] GetAlgorithmUsers(long algorithmId);
188       
189        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateAlgorithmUsers", ReplyAction="http://tempuri.org/IOKBService/UpdateAlgorithmUsersResponse")]
190        void UpdateAlgorithmUsers(long algorithmId, System.Guid[] users);
191       
192        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithmData", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmDataResponse")]
193        HLWebPluginHost.OKBService.AlgorithmData GetAlgorithmData(long algorithmId);
194       
195        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateAlgorithmData", ReplyAction="http://tempuri.org/IOKBService/UpdateAlgorithmDataResponse")]
196        void UpdateAlgorithmData(HLWebPluginHost.OKBService.AlgorithmData dto);
197       
198        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithmParameter", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmParameterResponse")]
199        HLWebPluginHost.OKBService.AlgorithmParameter GetAlgorithmParameter(long id);
200    }
201   
202    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
203    public interface IOKBServiceChannel : HLWebOKBAdminPlugin.OKBService.IOKBService, System.ServiceModel.IClientChannel {
204    }
205   
206    [System.Diagnostics.DebuggerStepThroughAttribute()]
207    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
208    public partial class OKBServiceClient : System.ServiceModel.ClientBase<HLWebOKBAdminPlugin.OKBService.IOKBService>, HLWebOKBAdminPlugin.OKBService.IOKBService {
209       
210        public OKBServiceClient() {
211        }
212       
213        public OKBServiceClient(string endpointConfigurationName) :
214                base(endpointConfigurationName) {
215        }
216       
217        public OKBServiceClient(string endpointConfigurationName, string remoteAddress) :
218                base(endpointConfigurationName, remoteAddress) {
219        }
220       
221        public OKBServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
222                base(endpointConfigurationName, remoteAddress) {
223        }
224       
225        public OKBServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
226                base(binding, remoteAddress) {
227        }
228       
229        public long AddResult(HLWebPluginHost.OKBService.Result dto) {
230            return base.Channel.AddResult(dto);
231        }
232       
233        public void UpdateResult(HLWebPluginHost.OKBService.Result dto) {
234            base.Channel.UpdateResult(dto);
235        }
236       
237        public void DeleteResult(long id) {
238            base.Channel.DeleteResult(id);
239        }
240       
241        public HLWebPluginHost.OKBService.Experiment GetExperiment(long id) {
242            return base.Channel.GetExperiment(id);
243        }
244       
245        public HLWebPluginHost.OKBService.Experiment[] GetExperiments(long algorithmId, long problemId) {
246            return base.Channel.GetExperiments(algorithmId, problemId);
247        }
248       
249        public long AddExperiment(HLWebPluginHost.OKBService.Experiment dto) {
250            return base.Channel.AddExperiment(dto);
251        }
252       
253        public void DeleteExperiment(long id) {
254            base.Channel.DeleteExperiment(id);
255        }
256       
257        public HLWebPluginHost.OKBService.Run GetRun(long id) {
258            return base.Channel.GetRun(id);
259        }
260       
261        public HLWebPluginHost.OKBService.Run[] GetRuns(long experimentId) {
262            return base.Channel.GetRuns(experimentId);
263        }
264       
265        public long AddRun(HLWebPluginHost.OKBService.Run dto) {
266            return base.Channel.AddRun(dto);
267        }
268       
269        public void DeleteRun(long id) {
270            base.Channel.DeleteRun(id);
271        }
272       
273        public HLWebPluginHost.OKBService.AlgorithmParameter[] GetAlgorithmParameters(long algorithmId) {
274            return base.Channel.GetAlgorithmParameters(algorithmId);
275        }
276       
277        public long AddAlgorithmParameter(HLWebPluginHost.OKBService.AlgorithmParameter dto) {
278            return base.Channel.AddAlgorithmParameter(dto);
279        }
280       
281        public void UpdateAlgorithmParameter(HLWebPluginHost.OKBService.AlgorithmParameter dto) {
282            base.Channel.UpdateAlgorithmParameter(dto);
283        }
284       
285        public void DeleteAlgorithmParameter(long id) {
286            base.Channel.DeleteAlgorithmParameter(id);
287        }
288       
289        public HLWebPluginHost.OKBService.ProblemClass GetProblemClass(long id) {
290            return base.Channel.GetProblemClass(id);
291        }
292       
293        public HLWebPluginHost.OKBService.ProblemClass[] GetProblemClasses() {
294            return base.Channel.GetProblemClasses();
295        }
296       
297        public long AddProblemClass(HLWebPluginHost.OKBService.ProblemClass dto) {
298            return base.Channel.AddProblemClass(dto);
299        }
300       
301        public void UpdateProblemClass(HLWebPluginHost.OKBService.ProblemClass dto) {
302            base.Channel.UpdateProblemClass(dto);
303        }
304       
305        public void DeleteProblemClass(long id) {
306            base.Channel.DeleteProblemClass(id);
307        }
308       
309        public HLWebPluginHost.OKBService.Problem GetProblem(long id) {
310            return base.Channel.GetProblem(id);
311        }
312       
313        public HLWebPluginHost.OKBService.Problem[] GetProblems() {
314            return base.Channel.GetProblems();
315        }
316       
317        public long AddProblem(HLWebPluginHost.OKBService.Problem dto) {
318            return base.Channel.AddProblem(dto);
319        }
320       
321        public void UpdateProblem(HLWebPluginHost.OKBService.Problem dto) {
322            base.Channel.UpdateProblem(dto);
323        }
324       
325        public void DeleteProblem(long id) {
326            base.Channel.DeleteProblem(id);
327        }
328       
329        public System.Guid[] GetProblemUsers(long problemId) {
330            return base.Channel.GetProblemUsers(problemId);
331        }
332       
333        public void UpdateProblemUsers(long problemId, System.Guid[] users) {
334            base.Channel.UpdateProblemUsers(problemId, users);
335        }
336       
337        public HLWebPluginHost.OKBService.ProblemData GetProblemData(long problemId) {
338            return base.Channel.GetProblemData(problemId);
339        }
340       
341        public void UpdateProblemData(HLWebPluginHost.OKBService.ProblemData dto) {
342            base.Channel.UpdateProblemData(dto);
343        }
344       
345        public HLWebPluginHost.OKBService.ProblemParameter GetProblemParameter(long id) {
346            return base.Channel.GetProblemParameter(id);
347        }
348       
349        public HLWebPluginHost.OKBService.ProblemParameter[] GetProblemParameters(long problemId) {
350            return base.Channel.GetProblemParameters(problemId);
351        }
352       
353        public long AddProblemParameter(HLWebPluginHost.OKBService.ProblemParameter dto) {
354            return base.Channel.AddProblemParameter(dto);
355        }
356       
357        public void UpdateProblemParameter(HLWebPluginHost.OKBService.ProblemParameter dto) {
358            base.Channel.UpdateProblemParameter(dto);
359        }
360       
361        public void DeleteProblemParameter(long id) {
362            base.Channel.DeleteProblemParameter(id);
363        }
364       
365        public HLWebPluginHost.OKBService.Result GetResult(long id) {
366            return base.Channel.GetResult(id);
367        }
368       
369        public HLWebPluginHost.OKBService.Result[] GetResults(long algorithmId) {
370            return base.Channel.GetResults(algorithmId);
371        }
372       
373        public HLWebPluginHost.OKBService.Platform GetPlatform(long id) {
374            return base.Channel.GetPlatform(id);
375        }
376       
377        public HLWebPluginHost.OKBService.Platform[] GetPlatforms() {
378            return base.Channel.GetPlatforms();
379        }
380       
381        public long AddPlatform(HLWebPluginHost.OKBService.Platform dto) {
382            return base.Channel.AddPlatform(dto);
383        }
384       
385        public void UpdatePlatform(HLWebPluginHost.OKBService.Platform dto) {
386            base.Channel.UpdatePlatform(dto);
387        }
388       
389        public void DeletePlatform(long id) {
390            base.Channel.DeletePlatform(id);
391        }
392       
393        public HLWebPluginHost.OKBService.DataType GetDataType(long id) {
394            return base.Channel.GetDataType(id);
395        }
396       
397        public HLWebPluginHost.OKBService.DataType[] GetDataTypes() {
398            return base.Channel.GetDataTypes();
399        }
400       
401        public long AddDataType(HLWebPluginHost.OKBService.DataType dto) {
402            return base.Channel.AddDataType(dto);
403        }
404       
405        public void UpdateDataType(HLWebPluginHost.OKBService.DataType dto) {
406            base.Channel.UpdateDataType(dto);
407        }
408       
409        public void DeleteDataType(long id) {
410            base.Channel.DeleteDataType(id);
411        }
412       
413        public HLWebPluginHost.OKBService.AlgorithmClass GetAlgorithmClass(long id) {
414            return base.Channel.GetAlgorithmClass(id);
415        }
416       
417        public HLWebPluginHost.OKBService.AlgorithmClass[] GetAlgorithmClasses() {
418            return base.Channel.GetAlgorithmClasses();
419        }
420       
421        public long AddAlgorithmClass(HLWebPluginHost.OKBService.AlgorithmClass dto) {
422            return base.Channel.AddAlgorithmClass(dto);
423        }
424       
425        public void UpdateAlgorithmClass(HLWebPluginHost.OKBService.AlgorithmClass dto) {
426            base.Channel.UpdateAlgorithmClass(dto);
427        }
428       
429        public void DeleteAlgorithmClass(long id) {
430            base.Channel.DeleteAlgorithmClass(id);
431        }
432       
433        public HLWebPluginHost.OKBService.Algorithm GetAlgorithm(long id) {
434            return base.Channel.GetAlgorithm(id);
435        }
436       
437        public HLWebPluginHost.OKBService.Algorithm[] GetAlgorithms() {
438            return base.Channel.GetAlgorithms();
439        }
440       
441        public long AddAlgorithm(HLWebPluginHost.OKBService.Algorithm dto) {
442            return base.Channel.AddAlgorithm(dto);
443        }
444       
445        public void UpdateAlgorithm(HLWebPluginHost.OKBService.Algorithm dto) {
446            base.Channel.UpdateAlgorithm(dto);
447        }
448       
449        public void DeleteAlgorithm(long id) {
450            base.Channel.DeleteAlgorithm(id);
451        }
452       
453        public System.Guid[] GetAlgorithmUsers(long algorithmId) {
454            return base.Channel.GetAlgorithmUsers(algorithmId);
455        }
456       
457        public void UpdateAlgorithmUsers(long algorithmId, System.Guid[] users) {
458            base.Channel.UpdateAlgorithmUsers(algorithmId, users);
459        }
460       
461        public HLWebPluginHost.OKBService.AlgorithmData GetAlgorithmData(long algorithmId) {
462            return base.Channel.GetAlgorithmData(algorithmId);
463        }
464       
465        public void UpdateAlgorithmData(HLWebPluginHost.OKBService.AlgorithmData dto) {
466            base.Channel.UpdateAlgorithmData(dto);
467        }
468       
469        public HLWebPluginHost.OKBService.AlgorithmParameter GetAlgorithmParameter(long id) {
470            return base.Channel.GetAlgorithmParameter(id);
471        }
472    }
473}
Note: See TracBrowser for help on using the repository browser.