| salomeTMF_plug.requirements.sqlWrapper.ISQLRequirement
All known Subclasses: salomeTMF_plug.requirements.soap.SQLRequirementSoapBindingStub, salomeTMF_plug.requirements.sqlWrapper.SQLRequirement,
ISQLRequirement | public interface ISQLRequirement extends Remote(Code) | | |
Method Summary | |
public int | add(String name, String description, int req_type, int id_parent, int id_project, int priority) | public int | addAttachFile(int idReq, SalomeFileWrapper f, String description) | public int | addAttachUrl(int idReq, String url, String description) | public void | addReqConvert(int idReq, int idTest) | public void | deleteAllAttach(int idReq) | public void | deleteAllReqCover(int idReq) | public void | deleteAllTestCover(int idTest) | public void | deleteAttach(int idReq, int attachId) | public void | deleteCover(int idReq, int idTest) | public void | deleteProjectReq(int idProject) | public void | deleteReq(int idReq) | public FileAttachementWrapper[] | getAllAttachFiles(int idReq) | public UrlAttachementWrapper[] | getAllAttachUrls(int idReq) | public AttachementWrapper[] | getAllAttachemnt(int idReq) | public ReqWrapper[] | getCoveredReq(int idProject) | public ReqWrapper[] | getFistChildInReqFamily(int idReq) | public HistoryWrapper[] | getHistory(int idReq) | public ReqWrapper[] | getProjectRequirementByType(int idProject, int type) | public ReqWrapper[] | getProjectRequirements(int idProject) | public ReqWrapper | getReq(String name, int id_parent, int id_project) | public ReqWrapper | getReqById(int idReq) | public ReqWrapper[] | getReqCoveredByResExecAndStatus(int idExec, String satus) | public ReqWrapper[] | getReqCoveredByTest(int idTest) | public ReqWrapper[] | getReqWrapperCoveredByCamp(int idCamp) | public TestWrapper[] | getTestCoveredForReq(int idReq) | public boolean | isReqReqCoveredByTest(int idReq, int idTest) | public void | updateCat(int idReq, int cat) | public void | updateComplexe(int idReq, int comp) | public void | updateDescription(int idReq, String newdescription) | public void | updateInfo(int idReq, String _version, String _origine, String _verif, String _reference) | public void | updateName(int idReq, String newName, int id_parent, int idProjet) | public void | updateOrigine(int idReq, String org) | public void | updateParent(int idReq, int idParent) | public void | updatePriority(int idReq, int priority) | public void | updateReference(int idReq, String reference) | public void | updateState(int idReq, int state) | public void | updateVerif(int idReq, String verif) | public void | updateVersion(int idReq, String version) |
HIST_ADD_ATTACH | final public int HIST_ADD_ATTACH(Code) | | |
HIST_ADD_COVER | final public int HIST_ADD_COVER(Code) | | |
HIST_ADD_LINK | final public int HIST_ADD_LINK(Code) | | |
HIST_ADD_REQFAM | final public int HIST_ADD_REQFAM(Code) | | |
HIST_ADD_REQLEAF | final public int HIST_ADD_REQLEAF(Code) | | |
HIST_CREATE_REQ | final public int HIST_CREATE_REQ(Code) | | CODE HYSTORY ***************
|
HIST_DEL_ATTACH | final public int HIST_DEL_ATTACH(Code) | | |
HIST_DEL_COVER | final public int HIST_DEL_COVER(Code) | | |
HIST_DEL_LINK | final public int HIST_DEL_LINK(Code) | | |
HIST_DEL_REQ | final public int HIST_DEL_REQ(Code) | | |
HIST_UPDATE_CATEGORY | final public int HIST_UPDATE_CATEGORY(Code) | | |
HIST_UPDATE_COMPLEXITY | final public int HIST_UPDATE_COMPLEXITY(Code) | | |
HIST_UPDATE_DESCRIPTION | final public int HIST_UPDATE_DESCRIPTION(Code) | | |
HIST_UPDATE_INFO | final public int HIST_UPDATE_INFO(Code) | | |
HIST_UPDATE_NAME | final public int HIST_UPDATE_NAME(Code) | | |
HIST_UPDATE_ORIGINE | final public int HIST_UPDATE_ORIGINE(Code) | | |
HIST_UPDATE_PARENT | final public int HIST_UPDATE_PARENT(Code) | | |
HIST_UPDATE_PRIORITY | final public int HIST_UPDATE_PRIORITY(Code) | | |
HIST_UPDATE_REFERENCE | final public int HIST_UPDATE_REFERENCE(Code) | | |
HIST_UPDATE_SATE | final public int HIST_UPDATE_SATE(Code) | | |
HIST_UPDATE_VERIFWAY | final public int HIST_UPDATE_VERIFWAY(Code) | | |
HIST_UPDATE_VERSION | final public int HIST_UPDATE_VERSION(Code) | | |
add | public int add(String name, String description, int req_type, int id_parent, int id_project, int priority) throws Exception(Code) | | Insert a requirments in database
Parameters: name - Parameters: description - Parameters: req_type - : 1 for requirement or 0 for requirement set Parameters: id_parent - Parameters: id_project - the id of the requirment throws: Exception - |
addAttachFile | public int addAttachFile(int idReq, SalomeFileWrapper f, String description) throws Exception(Code) | | Attach a file attach to a test in table ATTACHEMENT and reference in table REQ_ATTACHEMENT
Parameters: idReq - : id of the requirement Parameters: f - : the file Parameters: description - of the file the id of the attachment in the table ATTACHEMENT throws: Exception - |
addAttachUrl | public int addAttachUrl(int idReq, String url, String description) throws Exception(Code) | | Attach a url to a test in table ATTACHEMENT and reference in table REQ_ATTACHEMENT
Parameters: idReq - : id of the requirement Parameters: url - Parameters: description - of the url the id of the attachment in the table ATTACHEMENT See Also: ISQLUrlAttachment.insert(String, String); throws: Exception - |
addReqConvert | public void addReqConvert(int idReq, int idTest) throws Exception(Code) | | |
deleteAllAttach | public void deleteAllAttach(int idReq) throws Exception(Code) | | Delete all attachment in table (REQ_ATTACHEMENT and ATTACHEMENT) for the test
Parameters: idReq - : id of the requirement throws: Exception - See Also: deleteAttach(int, int) See Also: no permission needed |
deleteAllReqCover | public void deleteAllReqCover(int idReq) throws Exception(Code) | | |
deleteAllTestCover | public void deleteAllTestCover(int idTest) throws Exception(Code) | | |
deleteAttach | public void deleteAttach(int idReq, int attachId) throws Exception(Code) | | Delete attachement for the test and the attachement (tables REQ_ATTACHEMENT, ATTACHEMENT)
Parameters: idReq - : id of the requirement Parameters: attachId - : id of the attachment throws: Exception - See Also: ISQLAttachment.delete(int) See Also: no permission needed |
deleteCover | public void deleteCover(int idReq, int idTest) throws Exception(Code) | | |
deleteProjectReq | public void deleteProjectReq(int idProject) throws Exception(Code) | | |
getAllAttachFiles | public FileAttachementWrapper[] getAllAttachFiles(int idReq) throws Exception(Code) | | Get a Vector of FileAttachementWrapper for the requirement identified by idreq
Parameters: idReq - : id of the requirement throws: Exception - |
getAllAttachUrls | public UrlAttachementWrapper[] getAllAttachUrls(int idReq) throws Exception(Code) | | Get a Vector of UrlAttachementWrapper for the requirement identified by idReq
Parameters: idReq - : id of the requirement throws: Exception - |
getAllAttachemnt | public AttachementWrapper[] getAllAttachemnt(int idReq) throws Exception(Code) | | Get a Vector of AttachementWrapper (FileAttachementWrapper, UrlAttachementWrapper)
for the requirement identified by idReq
Parameters: idReq - : id of the requirement throws: Exception - |
isReqReqCoveredByTest | public boolean isReqReqCoveredByTest(int idReq, int idTest) throws Exception(Code) | | |
updateCat | public void updateCat(int idReq, int cat) throws Exception(Code) | | Parameters: idReq - Parameters: cat - 0 to 7 throws: Exception - |
updateComplexe | public void updateComplexe(int idReq, int comp) throws Exception(Code) | | |
updateName | public void updateName(int idReq, String newName, int id_parent, int idProjet) throws Exception(Code) | | |
updateParent | public void updateParent(int idReq, int idParent) throws Exception(Code) | | |
updatePriority | public void updatePriority(int idReq, int priority) throws Exception(Code) | | |
updateState | public void updateState(int idReq, int state) throws Exception(Code) | | |
|
|