X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Ffts%2Fapi%2FFTSRestClientI.java;h=33b0ed6db079b1d2bc834fbff336fa78cf378393;hb=739d51a0ee7f834923715bab90fa13b2263749e9;hp=2266ca0340e66108eaf99d1fe3ccf7c3598ac11c;hpb=007af0c9001900071f6d8e9214143f79e10f4938;p=jalview.git diff --git a/src/jalview/fts/api/FTSRestClientI.java b/src/jalview/fts/api/FTSRestClientI.java index 2266ca0..33b0ed6 100644 --- a/src/jalview/fts/api/FTSRestClientI.java +++ b/src/jalview/fts/api/FTSRestClientI.java @@ -74,7 +74,6 @@ public interface FTSRestClientI public FTSDataColumnI getDataColumnByNameOrCode(String nameOrCode) throws Exception; - /** * Convert collection of FTSDataColumnI objects to a comma delimited string of * the 'code' values @@ -87,7 +86,6 @@ public interface FTSRestClientI public String getDataColumnsFieldsAsCommaDelimitedString( Collection wantedFields); - /** * Fetch index of the primary key column for the dynamic table * @@ -102,7 +100,7 @@ public interface FTSRestClientI public int getPrimaryKeyColumIndex( Collection wantedFields, boolean hasRefSeq) throws Exception; - + /** * Fetch the primary key data column object * @@ -115,7 +113,7 @@ public interface FTSRestClientI * * @return list of columns to display by default */ - public Collection getAllDefaulDisplayedDataColumns(); + public Collection getAllDefaultDisplayedFTSDataColumns(); /** * Return list of FTSDataColumnI objects that can be used to perform a search @@ -139,4 +137,3 @@ public interface FTSRestClientI */ public int getDefaultResponsePageSize(); } -