Java Doc for Requirement.java in  » Test-Coverage » salome-tmf » salomeTMF_plug » requirements » data » 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.data 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.objectweb.salome_tmf.data.WithAttachment
   salomeTMF_plug.requirements.data.Requirement

All known Subclasses:   salomeTMF_plug.requirements.data.ReqLeaf,  salomeTMF_plug.requirements.data.ReqFamily,
Requirement
abstract public class Requirement extends WithAttachment (Code)


Field Summary
public static  booleancoverChange
    
protected  Requirementm_parent
    
static  ISQLRequirementpSQLRequirement
    

Constructor Summary
public  Requirement(String name, String description, Requirement parent)
    

Method Summary
 voidaddAttachFileInDB(FileAttachment file)
    
public  voidaddAttachInDBAndModel(Attachment attach)
    
 voidaddAttachUrlInDB(UrlAttachment url)
    
public  voidaddAttachementInDB(Attachment attach)
    
abstract public  voidaddInDB()
    
abstract public  voidaddTestCoverInDB(int idTest, boolean verifie)
    
public static  voiddeleteAllCoverForTest(int idTest)
    
protected  voiddeleteAttachementInDB(int attachId)
    
public  voiddeleteAttachementInDBAndModel(Attachment attach)
    
public  voiddeleteCoverForTest(int idTest)
    
 voiddeleteInDB()
    
public  voiddeleteInDBAndModel()
    
abstract  voiddeleteInModel()
    
public  booleanequals(Object o)
    
public  booleanexisteInBase()
    
public  VectorgetAttachFilesFromDB()
    
public  VectorgetAttachUrlsFromDB()
    
abstract public  RequirementgetCopie(ReqFamily pReqFamily)
    
public  HistoryWrapper[]getHistory()
    
abstract public  StringgetLongName()
    
public  RequirementgetParent()
    
public static  VectorgetReqWrapperCovered()
    
public static  VectorgetReqWrapperCoveredByCamp(int idCamp)
    
public static  VectorgetReqWrapperCoveredByTest(int idTest)
    
public static  VectorgetReqWrapperFamilyInCurrentProject()
    
public static  VectorgetReqWrapperInCurrentProject()
    
public static  VectorgetReqWrapperInExecByStatus(int ideExec, String status)
    
public static  VectorgetReqWrapperLeafInCurrentProject()
    
public static  StringgetStringCodeValue(int code)
    
public  VectorgetTestWrapperCoveredFromDB()
    
public static  VectorgetTestWrapperCoveredFromDB(int idBdd)
    
public  inthashCode()
    
public static  booleanisCategoryValeur(int code)
    
public static  booleanisComplexityValeur(int code)
    
public static  booleanisDescriptionValeur(int code)
    
abstract public  booleanisFamilyReq()
    
public static  booleanisPriorityValeur(int code)
    
public static  booleanisStateValeur(int code)
    
public static  booleanisTestIdValeur(int code)
    
public  voidsetParent(Requirement parent)
    
public  voidupdateDescriptionInDB(String _description)
    
public  voidupdateDescriptionInDBAndModel(String _description)
    
public  voidupdateDescriptionInModel(String _description)
    
public  voidupdateInDBAndModel(String newName, String newDesc)
    
public  voidupdateNameInDB(String _name)
    
public  voidupdateNameInDBAndModel(String _name)
    
public  voidupdateNameInModel(String _name)
    
public  voidupdateParentInDB(ReqFamily _parent)
    
public  voidupdateParentInDBAndModel(ReqFamily _parent)
    
public  voidupdateParentInModel(ReqFamily _parent)
    
public static  voidwriteCampaingChart(Campaign pCamp, String filePath)
    
public static  voidwriteCampaingChart(Vector reqCovered, String filePath)
    
public static  voidwriteReqCoverChart(String filePath)
    
public static  voidwriteResExecChart(ExecutionResult executionResult, String filePath)
    

Field Detail
coverChange
public static boolean coverChange(Code)



m_parent
protected Requirement m_parent(Code)



pSQLRequirement
static ISQLRequirement pSQLRequirement(Code)




Constructor Detail
Requirement
public Requirement(String name, String description, Requirement parent)(Code)




Method Detail
addAttachFileInDB
void addAttachFileInDB(FileAttachment file) throws Exception(Code)



addAttachInDBAndModel
public void addAttachInDBAndModel(Attachment attach) throws Exception(Code)



addAttachUrlInDB
void addAttachUrlInDB(UrlAttachment url) throws Exception(Code)



addAttachementInDB
public void addAttachementInDB(Attachment attach) throws Exception(Code)
Attachements ***************************



addInDB
abstract public void addInDB() throws Exception(Code)



addTestCoverInDB
abstract public void addTestCoverInDB(int idTest, boolean verifie) throws Exception(Code)



deleteAllCoverForTest
public static void deleteAllCoverForTest(int idTest) throws Exception(Code)



deleteAttachementInDB
protected void deleteAttachementInDB(int attachId) throws Exception(Code)



deleteAttachementInDBAndModel
public void deleteAttachementInDBAndModel(Attachment attach) throws Exception(Code)



deleteCoverForTest
public void deleteCoverForTest(int idTest) throws Exception(Code)



deleteInDB
void deleteInDB() throws Exception(Code)



deleteInDBAndModel
public void deleteInDBAndModel() throws Exception(Code)



deleteInModel
abstract void deleteInModel()(Code)



equals
public boolean equals(Object o)(Code)



existeInBase
public boolean existeInBase() throws Exception(Code)



getAttachFilesFromDB
public Vector getAttachFilesFromDB() throws Exception(Code)



getAttachUrlsFromDB
public Vector getAttachUrlsFromDB() throws Exception(Code)



getCopie
abstract public Requirement getCopie(ReqFamily pReqFamily)(Code)
Basic Operation ************************



getHistory
public HistoryWrapper[] getHistory() throws Exception(Code)
History ***************************************



getLongName
abstract public String getLongName()(Code)



getParent
public Requirement getParent()(Code)



getReqWrapperCovered
public static Vector getReqWrapperCovered() throws Exception(Code)



getReqWrapperCoveredByCamp
public static Vector getReqWrapperCoveredByCamp(int idCamp) throws Exception(Code)



getReqWrapperCoveredByTest
public static Vector getReqWrapperCoveredByTest(int idTest) throws Exception(Code)



getReqWrapperFamilyInCurrentProject
public static Vector getReqWrapperFamilyInCurrentProject() throws Exception(Code)



getReqWrapperInCurrentProject
public static Vector getReqWrapperInCurrentProject() throws Exception(Code)



getReqWrapperInExecByStatus
public static Vector getReqWrapperInExecByStatus(int ideExec, String status) throws Exception(Code)



getReqWrapperLeafInCurrentProject
public static Vector getReqWrapperLeafInCurrentProject() throws Exception(Code)



getStringCodeValue
public static String getStringCodeValue(int code)(Code)



getTestWrapperCoveredFromDB
public Vector getTestWrapperCoveredFromDB() throws Exception(Code)



getTestWrapperCoveredFromDB
public static Vector getTestWrapperCoveredFromDB(int idBdd) throws Exception(Code)



hashCode
public int hashCode()(Code)



isCategoryValeur
public static boolean isCategoryValeur(int code)(Code)



isComplexityValeur
public static boolean isComplexityValeur(int code)(Code)



isDescriptionValeur
public static boolean isDescriptionValeur(int code)(Code)



isFamilyReq
abstract public boolean isFamilyReq()(Code)



isPriorityValeur
public static boolean isPriorityValeur(int code)(Code)



isStateValeur
public static boolean isStateValeur(int code)(Code)



isTestIdValeur
public static boolean isTestIdValeur(int code)(Code)



setParent
public void setParent(Requirement parent)(Code)



updateDescriptionInDB
public void updateDescriptionInDB(String _description) throws Exception(Code)



updateDescriptionInDBAndModel
public void updateDescriptionInDBAndModel(String _description) throws Exception(Code)



updateDescriptionInModel
public void updateDescriptionInModel(String _description)(Code)



updateInDBAndModel
public void updateInDBAndModel(String newName, String newDesc) throws Exception(Code)



updateNameInDB
public void updateNameInDB(String _name) throws Exception(Code)



updateNameInDBAndModel
public void updateNameInDBAndModel(String _name) throws Exception(Code)



updateNameInModel
public void updateNameInModel(String _name)(Code)



updateParentInDB
public void updateParentInDB(ReqFamily _parent) throws Exception(Code)



updateParentInDBAndModel
public void updateParentInDBAndModel(ReqFamily _parent) throws Exception(Code)



updateParentInModel
public void updateParentInModel(ReqFamily _parent)(Code)



writeCampaingChart
public static void writeCampaingChart(Campaign pCamp, String filePath)(Code)



writeCampaingChart
public static void writeCampaingChart(Vector reqCovered, String filePath)(Code)



writeReqCoverChart
public static void writeReqCoverChart(String filePath)(Code)



writeResExecChart
public static void writeResExecChart(ExecutionResult executionResult, String filePath)(Code)



Fields inherited from org.objectweb.salome_tmf.data.WithAttachment
protected boolean doClearCache(Code)(Java Doc)

Methods inherited from org.objectweb.salome_tmf.data.WithAttachment
abstract public void addAttachementInDB(Attachment attach) throws Exception(Code)(Java Doc)
public void addAttachementInDBAndModel(Attachment attach) throws Exception(Code)(Java Doc)
public void addAttachementInModel(Attachment attach)(Code)(Java Doc)
public void addAttchmentInModel(String fileName, String value)(Code)(Java Doc)
public void addAttchmentInModel(File file)(Code)(Java Doc)
public void addAttchmentInModel(URL pUrl)(Code)(Java Doc)
public void clearAttachCache()(Code)(Java Doc)
protected void clearAttachInModel()(Code)(Java Doc)
public void clearCache()(Code)(Java Doc)
public boolean containsAttachmentInModel(String attachName)(Code)(Java Doc)
public boolean containsAttachmentInModel(Attachment attach)(Code)(Java Doc)
abstract protected void deleteAttachementInDB(int idAttach) throws Exception(Code)(Java Doc)
abstract public void deleteAttachementInDBAndModel(Attachment attach) throws Exception(Code)(Java Doc)
public void deleteAttachmentInModel(Attachment attach)(Code)(Java Doc)
abstract public Vector getAttachFilesFromDB() throws Exception(Code)(Java Doc)
abstract public Vector getAttachUrlsFromDB() throws Exception(Code)(Java Doc)
public Attachment getAttachmentFromModel(String attachName)(Code)(Java Doc)
public HashMap getAttachmentMapFromModel()(Code)(Java Doc)
public HashMap getCopyOfAttachmentMapFromModel()(Code)(Java Doc)
public FileAttachment makeFileAttachment(String fileName, String value) throws Exception(Code)(Java Doc)
public FileAttachment makeFileAttachment(File file)(Code)(Java Doc)
public UrlAttachment makeUrlAttchment(URL pUrl)(Code)(Java Doc)
public void reloadAttachmentDataFromDB(boolean force) throws Exception(Code)(Java Doc)
public void setAttachmentMapInModel(HashMap map)(Code)(Java Doc)
public FileAttachment takeScreenShot() throws Exception(Code)(Java Doc)
public void updateAttachement(HashMap oldAttachMap) throws Exception(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.