Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-05-25 00:25:34 +0000
committerRyan D. Brooks2011-05-25 00:25:34 +0000
commit1d60b2b413696cc08dcfb34e667e5f67034981c1 (patch)
tree7b6b08f318fbdcf9c0c505a44b3a9e61cf3d81b0 /plugins/org.eclipse.osee.framework.search.engine
parent030df32231d8c486004331ca8336b388e12f5891 (diff)
downloadorg.eclipse.osee-1d60b2b413696cc08dcfb34e667e5f67034981c1.tar.gz
org.eclipse.osee-1d60b2b413696cc08dcfb34e667e5f67034981c1.tar.xz
org.eclipse.osee-1d60b2b413696cc08dcfb34e667e5f67034981c1.zip
feature[ats_CRKXB]: Add tag_all non-tagged gamma_id option
Diffstat (limited to 'plugins/org.eclipse.osee.framework.search.engine')
-rw-r--r--plugins/org.eclipse.osee.framework.search.engine/src/org/eclipse/osee/framework/search/engine/attribute/AttributeDataStore.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/org.eclipse.osee.framework.search.engine/src/org/eclipse/osee/framework/search/engine/attribute/AttributeDataStore.java b/plugins/org.eclipse.osee.framework.search.engine/src/org/eclipse/osee/framework/search/engine/attribute/AttributeDataStore.java
index da8f42d95a8..1b057e2dd3e 100644
--- a/plugins/org.eclipse.osee.framework.search.engine/src/org/eclipse/osee/framework/search/engine/attribute/AttributeDataStore.java
+++ b/plugins/org.eclipse.osee.framework.search.engine/src/org/eclipse/osee/framework/search/engine/attribute/AttributeDataStore.java
@@ -130,9 +130,4 @@ public final class AttributeDataStore {
}
return builder.toString();
}
-
- public static int getTotalTaggableItems(OseeConnection connection, final int branchId) throws OseeCoreException {
- return ConnectionHandler.runPreparedQueryFetchInt(connection, -1, getBranchTaggingQueries(branchId, true),
- getAllTaggableGammasByBranchQueryData(branchId));
- }
}

Back to the top