Java Doc for SQLRequirementSoapBindingStub.java in  » Test-Coverage » salome-tmf » salomeTMF_plug » requirements » soap » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Test Coverage » salome tmf » salomeTMF_plug.requirements.soap 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.objectweb.salome_tmf.soap.StubClient
   salomeTMF_plug.requirements.soap.SQLRequirementSoapBindingStub

SQLRequirementSoapBindingStub
public class SQLRequirementSoapBindingStub extends StubClient implements ISQLRequirement(Code)


Field Summary
static  org.apache.axis.description.OperationDesc[]_operations
    

Constructor Summary
public  SQLRequirementSoapBindingStub()
    
public  SQLRequirementSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
    
public  SQLRequirementSoapBindingStub(javax.xml.rpc.Service service)
    

Method Summary
public  intadd(java.lang.String in0, java.lang.String in1, int in2, int in3, int in4, int in5)
    
public  intaddAttachFile(int in0, SalomeFileWrapper in1, java.lang.String in2)
    
public  intaddAttachUrl(int in0, java.lang.String in1, java.lang.String in2)
    
public  voidaddReqConvert(int in0, int in1)
    
protected  org.apache.axis.client.CallcreateCall()
    
public  voiddeleteAllAttach(int in0)
    
public  voiddeleteAllReqCover(int in0)
    
public  voiddeleteAllTestCover(int in0)
    
public  voiddeleteAttach(int in0, int in1)
    
public  voiddeleteCover(int in0, int in1)
    
public  voiddeleteProjectReq(int in0)
    
public  voiddeleteReq(int in0)
    
public  FileAttachementWrapper[]getAllAttachFiles(int in0)
    
public  UrlAttachementWrapper[]getAllAttachUrls(int in0)
    
public  AttachementWrapper[]getAllAttachemnt(int in0)
    
public  ReqWrapper[]getCoveredReq(int in0)
    
public  ReqWrapper[]getFistChildInReqFamily(int in0)
    
public  HistoryWrapper[]getHistory(int in0)
    
public  ReqWrapper[]getProjectRequirementByType(int in0, int in1)
    
public  ReqWrapper[]getProjectRequirements(int in0)
    
public  ReqWrappergetReq(java.lang.String in0, int in1, int in2)
    
public  ReqWrappergetReqById(int in0)
    
public  ReqWrapper[]getReqCoveredByResExecAndStatus(int in0, java.lang.String in1)
    
public  ReqWrapper[]getReqCoveredByTest(int in0)
    
public  ReqWrapper[]getReqWrapperCoveredByCamp(int in0)
    
public  TestWrapper[]getTestCoveredForReq(int in0)
    
public  booleanisReqReqCoveredByTest(int in0, int in1)
    
public  voidupdateCat(int in0, int in1)
    
public  voidupdateComplexe(int in0, int in1)
    
public  voidupdateDescription(int in0, java.lang.String in1)
    
public  voidupdateInfo(int in0, java.lang.String in1, java.lang.String in2, java.lang.String in3, java.lang.String in4)
    
public  voidupdateName(int in0, java.lang.String in1, int in2, int in3)
    
public  voidupdateOrigine(int in0, java.lang.String in1)
    
public  voidupdateParent(int in0, int in1)
    
public  voidupdatePriority(int in0, int in1)
    
public  voidupdateReference(int in0, java.lang.String in1)
    
public  voidupdateState(int in0, int in1)
    
public  voidupdateVerif(int in0, java.lang.String in1)
    
public  voidupdateVersion(int in0, java.lang.String in1)
    

Field Detail
_operations
static org.apache.axis.description.OperationDesc[] _operations(Code)




Constructor Detail
SQLRequirementSoapBindingStub
public SQLRequirementSoapBindingStub() throws org.apache.axis.AxisFault(Code)



SQLRequirementSoapBindingStub
public SQLRequirementSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault(Code)



SQLRequirementSoapBindingStub
public SQLRequirementSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault(Code)




Method Detail
add
public int add(java.lang.String in0, java.lang.String in1, int in2, int in3, int in4, int in5) throws java.rmi.RemoteException(Code)



addAttachFile
public int addAttachFile(int in0, SalomeFileWrapper in1, java.lang.String in2) throws java.rmi.RemoteException(Code)



addAttachUrl
public int addAttachUrl(int in0, java.lang.String in1, java.lang.String in2) throws java.rmi.RemoteException(Code)



addReqConvert
public void addReqConvert(int in0, int in1) throws java.rmi.RemoteException(Code)



createCall
protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException(Code)



deleteAllAttach
public void deleteAllAttach(int in0) throws java.rmi.RemoteException(Code)



deleteAllReqCover
public void deleteAllReqCover(int in0) throws java.rmi.RemoteException(Code)



deleteAllTestCover
public void deleteAllTestCover(int in0) throws java.rmi.RemoteException(Code)



deleteAttach
public void deleteAttach(int in0, int in1) throws java.rmi.RemoteException(Code)



deleteCover
public void deleteCover(int in0, int in1) throws java.rmi.RemoteException(Code)



deleteProjectReq
public void deleteProjectReq(int in0) throws java.rmi.RemoteException(Code)



deleteReq
public void deleteReq(int in0) throws java.rmi.RemoteException(Code)



getAllAttachFiles
public FileAttachementWrapper[] getAllAttachFiles(int in0) throws java.rmi.RemoteException(Code)



getAllAttachUrls
public UrlAttachementWrapper[] getAllAttachUrls(int in0) throws java.rmi.RemoteException(Code)



getAllAttachemnt
public AttachementWrapper[] getAllAttachemnt(int in0) throws java.rmi.RemoteException(Code)



getCoveredReq
public ReqWrapper[] getCoveredReq(int in0) throws java.rmi.RemoteException(Code)



getFistChildInReqFamily
public ReqWrapper[] getFistChildInReqFamily(int in0) throws java.rmi.RemoteException(Code)



getHistory
public HistoryWrapper[] getHistory(int in0) throws java.rmi.RemoteException(Code)



getProjectRequirementByType
public ReqWrapper[] getProjectRequirementByType(int in0, int in1) throws java.rmi.RemoteException(Code)



getProjectRequirements
public ReqWrapper[] getProjectRequirements(int in0) throws java.rmi.RemoteException(Code)



getReq
public ReqWrapper getReq(java.lang.String in0, int in1, int in2) throws java.rmi.RemoteException(Code)



getReqById
public ReqWrapper getReqById(int in0) throws java.rmi.RemoteException(Code)



getReqCoveredByResExecAndStatus
public ReqWrapper[] getReqCoveredByResExecAndStatus(int in0, java.lang.String in1) throws java.rmi.RemoteException(Code)



getReqCoveredByTest
public ReqWrapper[] getReqCoveredByTest(int in0) throws java.rmi.RemoteException(Code)



getReqWrapperCoveredByCamp
public ReqWrapper[] getReqWrapperCoveredByCamp(int in0) throws java.rmi.RemoteException(Code)



getTestCoveredForReq
public TestWrapper[] getTestCoveredForReq(int in0) throws java.rmi.RemoteException(Code)



isReqReqCoveredByTest
public boolean isReqReqCoveredByTest(int in0, int in1) throws java.rmi.RemoteException(Code)



updateCat
public void updateCat(int in0, int in1) throws java.rmi.RemoteException(Code)



updateComplexe
public void updateComplexe(int in0, int in1) throws java.rmi.RemoteException(Code)



updateDescription
public void updateDescription(int in0, java.lang.String in1) throws java.rmi.RemoteException(Code)



updateInfo
public void updateInfo(int in0, java.lang.String in1, java.lang.String in2, java.lang.String in3, java.lang.String in4) throws java.rmi.RemoteException(Code)



updateName
public void updateName(int in0, java.lang.String in1, int in2, int in3) throws java.rmi.RemoteException(Code)



updateOrigine
public void updateOrigine(int in0, java.lang.String in1) throws java.rmi.RemoteException(Code)



updateParent
public void updateParent(int in0, int in1) throws java.rmi.RemoteException(Code)



updatePriority
public void updatePriority(int in0, int in1) throws java.rmi.RemoteException(Code)



updateReference
public void updateReference(int in0, java.lang.String in1) throws java.rmi.RemoteException(Code)



updateState
public void updateState(int in0, int in1) throws java.rmi.RemoteException(Code)



updateVerif
public void updateVerif(int in0, java.lang.String in1) throws java.rmi.RemoteException(Code)



updateVersion
public void updateVersion(int in0, java.lang.String in1) throws java.rmi.RemoteException(Code)



Methods inherited from org.objectweb.salome_tmf.soap.StubClient
public org.apache.axis.client.Call _createCall() throws ServiceException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.