Constant Field Values


Contents
org.squashtest.*

org.squashtest.csp.tm.internal.repository.hibernate.NativeQueries
public static final String aclObjectIdentity_remove_all_concerning_class "delete from ACL_OBJECT_IDENTITY where ID in (select aoi.ID from ACL_OBJECT_IDENTITY aoi, ACL_CLASS aclass where aclass.CLASSNAME = :className and aclass.ID = aoi.CLASS_ID and aoi.IDENTITY = :id )"
public static final String aclResponsibilityScopeEntry_remove_all_concerning_class "delete from ACL_RESPONSIBILITY_SCOPE_ENTRY where ID in (select arse.ID from ACL_RESPONSIBILITY_SCOPE_ENTRY arse, ACL_OBJECT_IDENTITY aoi, ACL_CLASS aclass where aclass.CLASSNAME = :className and aclass.ID = aoi.CLASS_ID and aoi.ID = arse.OBJECT_IDENTITY_ID and aoi.IDENTITY = :id ) "
public static final String ATTACHMENT_LIST_SQL_REMOVE_FROM_ATTACHMENT_LIST_CONTENT " delete from ATTACHMENT_LIST_CONTENT where al_id in (:alIds)"
public static final String CAMPAIGN_FOLDER_SQL_FIND_CONTENT_FOR_FOLDER "select * from CLN_RELATIONSHIP where ancestor_id in (:folderIds)"
public static final String CAMPAIGN_FOLDER_SQL_FIND_PAIRED_CONTENT_FOR_FOLDERS "select * from CLN_RELATIONSHIP where ancestor_id in (:folderIds) group by ancestor_id, descendant_id"
public static final String campaign_sql_remove "delete from CAMPAIGN where cln_id in (:nodeIds)"
public static final String campaign_sql_removeFromFolder "delete from CLN_RELATIONSHIP where ancestor_id in (:ancIds) or descendant_id in (:descIds)"
public static final String campaign_sql_removeFromLibrary "delete from CAMPAIGN_LIBRARY_CONTENT where content_id in (:campaignIds)"
public static final String campaignFolder_sql_remove "delete from CAMPAIGN_FOLDER where cln_id in (:nodeIds)"
public static final String campaignLibraryNode_findSortedParentNames "select cln.name from CAMPAIGN_LIBRARY_NODE cln inner join CLN_RELATIONSHIP_CLOSURE clos on clos.ancestor_id = cln.cln_id where clos.descendant_id = :nodeId order by clos.depth desc"
public static final String campaignLibraryNode_sql_remove "delete from CAMPAIGN_LIBRARY_NODE where cln_id in (:nodeIds)"
public static final String REQUIREMENT_FOLDER_SQL_FIND_CONTENT_FOR_FOLDER "select * from RLN_RELATIONSHIP where ancestor_id in (:folderIds)"
public static final String REQUIREMENT_FOLDER_SQL_FIND_PAIRED_COTENT_FOR_FOLDERS "select * from RLN_RELATIONSHIP where ancestor_id in (:folderIds) group by ancestor_id, descendant_id"
public static final String REQUIREMENT_FOLDER_SQL_REMOVE "delete from REQUIREMENT_FOLDER where rln_id in (:nodeIds)"
public static final String requirement_set_null_requirement_version "update REQUIREMENT req set req.current_version_id = null where req.rln_id in (:requirementIds);"
public static final String requirement_sql_remove "delete from REQUIREMENT where rln_id in (:nodeIds)"
public static final String REQUIREMENT_SQL_REMOVE_FROM_FOLDER "delete from RLN_RELATIONSHIP where ancestor_id in (:ancIds) or descendant_id in (:descIds)"
public static final String REQUIREMENT_SQL_REMOVE_FROM_LIBRARY "delete from REQUIREMENT_LIBRARY_CONTENT where content_id in (:requirementIds)"
public static final String requirement_sql_removeFromVerifiedRequirementLists " delete from TEST_CASE_VERIFIED_REQUIREMENT_VERSION where verified_req_version_id in ( select req_v.res_id from REQUIREMENT_VERSION req_v where req_v.requirement_id in (:requirementIds) )"
public static final String REQUIREMENT_VERSION_FIND_ID_FROM_REQUIREMENT "select req_v.res_id from REQUIREMENT_VERSION req_v where req_v.requirement_id in (:requirementIds)"
public static final String requirement_version_sql_remove "delete from REQUIREMENT_VERSION where res_id in (:requirementVersionIds)"
public static final String requirementLibraryNode_findSortedParentNames "select rs.name from RESOURCE rs join REQUIREMENT_FOLDER rf on rs.res_id = rf.res_id join REQUIREMENT_LIBRARY_NODE rln on rf.rln_id = rln.rln_id inner join RLN_RELATIONSHIP_CLOSURE clos on clos.ancestor_id = rln.rln_id where clos.descendant_id = :nodeId order by clos.depth desc"
public static final String requirementLibraryNode_sql_remove "delete from REQUIREMENT_LIBRARY_NODE where rln_id in (:nodeIds)"
public static final String resource_sql_remove "delete from RESOURCE where res_id in (:requirementVersionIds)"
public static final String TEST_CASE_FOLDER_SQL_FIND_CONTENT_FOR_FOLDER "select * from TCLN_RELATIONSHIP where ancestor_id in (:folderIds)"
public static final String TEST_CASE_FOLDER_SQL_FIND_PAIRED_CONTENT_FOR_FOLDERS "select * from TCLN_RELATIONSHIP where ancestor_id in (:folderIds) group by ancestor_id, descendant_id"
public static final String testCase_sql_getCallingCampaignItemTestPlanOrderOffset " select ctpi1.ctpi_id , count(ctpi1.ctpi_id) from CAMPAIGN_TEST_PLAN_ITEM as ctpi1, CAMPAIGN_TEST_PLAN_ITEM as ctpi2 where ctpi1.campaign_id = ctpi2.campaign_id and ctpi2.test_case_id in (:testCaseIds1) and ctpi1.test_plan_order > ctpi2.test_plan_order and ctpi1.test_case_id not in (:testCaseIds2) group by ctpi1.ctpi_id"
public static final String testCase_sql_getCallingIterationItemTestPlanOrderOffset " select itp1.item_test_plan_id, count(itp1.item_test_plan_id) from ITEM_TEST_PLAN_LIST as itp1, ITEM_TEST_PLAN_LIST as itp2 where itp1.iteration_id = itp2.iteration_id and itp1.item_test_plan_order > itp2.item_test_plan_order and itp2.item_test_plan_id in (:itpHavingNoExecIds1) and itp1.item_test_plan_id not in (:itpHavingNoExecIds2) group by itp1.item_test_plan_id"
public static final String testCase_sql_remove "delete from TEST_CASE where tcln_id in (:nodeIds)"
public static final String testCase_sql_removeCallingCampaignItemTestPlan "delete from CAMPAIGN_TEST_PLAN_ITEM where test_case_id in (:testCaseIds)"
public static final String testCase_sql_removeCallingIterationItemTestPlan "delete from ITERATION_TEST_PLAN_ITEM where item_test_plan_id in (:itpHavingNoExecIds) "
public static final String testCase_sql_removeCallingIterationItemTestPlanFromList "delete from ITEM_TEST_PLAN_LIST where item_test_plan_id in (:itpHavingNoExecIds)"
public static final String testCase_sql_removeFromFolder "delete from TCLN_RELATIONSHIP where ancestor_id in (:ancIds) or descendant_id in (:descIds)"
public static final String testCase_sql_removeFromLibrary "delete from TEST_CASE_LIBRARY_CONTENT where content_id in (:testCaseIds)"
public static final String testCase_sql_removeTestStepFromList "delete from TEST_CASE_STEPS where step_id in (:testStepIds)"
public static final String testCase_sql_removeVerifyingTestCaseList "delete from TEST_CASE_VERIFIED_REQUIREMENT_VERSION where verifying_test_case_id in (:testCaseIds)"
public static final String testCase_sql_selectCallingIterationItemTestPlanHavingExecutions " select * from ITERATION_TEST_PLAN_ITEM itp inner join ITEM_TEST_PLAN_EXECUTION itpe on itp.item_test_plan_id = itpe.item_test_plan_id where itp.tcln_id in (:testCaseIds) "
public static final String testCase_sql_selectCallingIterationItemTestPlanHavingNoExecutions " select * from ITERATION_TEST_PLAN_ITEM itp where itp.tcln_id in (:testCaseIds) and itp.item_test_plan_id not in (select distinct itpe.item_test_plan_id from ITEM_TEST_PLAN_EXECUTION itpe)"
public static final String testCase_sql_setNullCallingExecutions "update EXECUTION exec set exec.tcln_id = null where exec.tcln_id in (:testCaseIds)"
public static final String testCase_sql_setNullCallingExecutionSteps "update EXECUTION_STEP step set step.test_step_id = null where step.test_step_id in (:testStepIds)"
public static final String testCase_sql_setNullCallingIterationItemTestPlanHavingExecutions " update ITERATION_TEST_PLAN_ITEM itp set itp.tcln_id = NULL where itp.item_test_plan_id in (:itpHavingExecIds) "
public static final String testCase_sql_updateCallingCampaignItemTestPlan "update CAMPAIGN_TEST_PLAN_ITEM as ctpi1 set ctpi1.test_plan_order = ctpi1.test_plan_order - :offset where ctpi1.ctpi_id in (:ctpiIds)"
public static final String testCase_sql_updateCallingIterationItemTestPlanOrder " update ITEM_TEST_PLAN_LIST as itp1 set itp1.item_test_plan_order = itp1.item_test_plan_order - :offset where itp1.item_test_plan_id in (:itpIds)"
public static final String testCaseFolder_sql_remove "delete from TEST_CASE_FOLDER where tcln_id in (:nodeIds)"
public static final String testCaseLibraryNode_findSortedParentNames "select tcln.name from TEST_CASE_LIBRARY_NODE cln inner join TCLN_RELATIONSHIP_CLOSURE clos on clos.ancestor_id = tcln.tcln_id where clos.descendant_id = :nodeId order by clos.depth desc"
public static final String testCaseLibraryNode_sql_remove "delete from TEST_CASE_LIBRARY_NODE where tcln_id in (:nodeIds)"
public static final String testStep_sql_removeActionSteps "delete from ACTION_TEST_STEP where test_step_id in (:testStepIds)"
public static final String testStep_sql_removeCallSteps "delete from CALL_TEST_STEP where test_step_id in (:testStepIds)"
public static final String testStep_sql_removeTestSteps "delete from TEST_STEP where test_step_id in (:testStepIds)"

org.squashtest.csp.tm.internal.service.AbstractLibraryNavigationService<LIBRARY extends Library<NODE>,FOLDER extends Folder<NODE>,NODE extends LibraryNode>
protected static final String COPY_TOKEN "-Copie"

org.squashtest.csp.tm.internal.service.importer.ExcelTestCaseParserImpl
public static final String ACTION_STEP_TAG "Action_step"
public static final String CREATED_BY_TAG "Created_by"
public static final String CREATED_ON_TAG "Created_on"
public static final String DESCRIPTION_TAG "Description"
public static final String IMPORTANCE_TAG "Importance"
public static final String PREREQUISITE_TAG "Prerequisite"

org.squashtest.csp.tm.internal.service.importer.RequirementParserImpl
public static final String CATEGORY_TAG "CATEGORY"
public static final String CREATED_BY_TAG "CREATED_BY"
public static final String CREATED_ON_TAG "CREATED_ON"
public static final String CRITICALITY_TAG "CRITICALITY"
public static final String DESCRIPTION_TAG "DESCRIPTION"
public static final String ID_TAG "ID"
public static final String LABEL_TAG "LABEL"
public static final String PATH_TAG "PATH"
public static final String REF_TAG "REF"
public static final String STATE_TAG "STATE"
public static final String VERSION_TAG "VERSION"

org.squashtest.csp.tm.internal.service.importer.RequirementTestCaseLinkParserImpl
public static final String ID_REQUIREMENT_TAG "ID_REQ"
public static final String ID_TEST_CASE_TAG "ID_TC"
public static final String VERSION_TAG "VERSION"

org.squashtest.csp.tm.internal.service.importer.TestCaseImporter
public static final String DEFAULT_ENCODING_KEY "default"

org.squashtest.csp.tm.service.CampaignModificationService
public static final String SMALL_EDIT_CAMAIGN_OR_ADMIN "hasPermission(#arg0, \'org.squashtest.csp.tm.domain.campaign.Campaign\' ,\'SMALL_EDIT\') or hasRole(\'ROLE_ADMIN\')"

org.squashtest.csp.tm.service.IterationModificationService
public static final String SMALLEDIT_ITERATION_OR_ADMIN "hasPermission(#arg0, \'org.squashtest.csp.tm.domain.campaign.Iteration\', \'SMALL_EDIT\') or hasRole(\'ROLE_ADMIN\')"

org.squashtest.csp.tm.service.deletion.AffectedEntitiesPreviewReport
public static final String messageKey "squashtm.suppression.preview.affectedentities.label"



Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.