From 7dfb9059f9ba73f9044a628004b32543da3f96a0 Mon Sep 17 00:00:00 2001 From: Ben Steffensmeier Date: Wed, 11 Jun 2014 12:37:54 -0500 Subject: [PATCH] Omaha #2061 Remove IDecoderGettable from all AWIPS2 ncep PDOs. Former-commit-id: 560b2d19fe3621aab6455ec6e62d62277d483581 [formerly e23170df5c6f44a1dc1df5cc3b5db9af813aad53] [formerly 560b2d19fe3621aab6455ec6e62d62277d483581 [formerly e23170df5c6f44a1dc1df5cc3b5db9af813aad53] [formerly 7d727104cd2f1208d98d9407f0c23b57a226262b [formerly 18e7259a2590ff7dd78b22756d297b6cd090186e]]] Former-commit-id: 7d727104cd2f1208d98d9407f0c23b57a226262b Former-commit-id: 3ca6bcd7dfe34c99b1fcfef81b2a0b79ed60b148 [formerly 7e08d72bcafdf903edf5e31afcaa2043fae3aba0] Former-commit-id: 719f02bd5d66f342ab64f7dbc25daf61a2c874be --- .../dataplugin/airmet/AirmetRecord.java | 8 +---- .../common/dataplugin/atcf/AtcfRecord.java | 8 +---- .../ncep/common/dataplugin/aww/AwwRecord.java | 8 +---- .../convsigmet/ConvSigmetRecord.java | 8 +---- .../ncep/common/dataplugin/ffg/FfgRecord.java | 8 +---- .../dataplugin/geomag/GeoMagRecord.java | 8 ++--- .../gpd/GenericPointDataRecord.java | 35 ++---------------- .../common/dataplugin/idft/IdftRecord.java | 13 +++---- .../intlsigmet/IntlSigmetRecord.java | 8 +---- .../dataplugin/mcidas/McidasRecord.java | 13 +------ .../dataplugin/ncpafm/NcPafmRecord.java | 12 ++----- .../dataplugin/ncscat/NcscatRecord.java | 9 ++--- .../common/dataplugin/ncscd/NcScdRecord.java | 35 ++---------------- .../dataplugin/nctaf/NcTafBulletinRecord.java | 29 ++------------- .../dataplugin/ncuair/NcUairRecord.java | 36 ++----------------- .../nonconvsigmet/NonConvSigmetRecord.java | 8 +---- .../dataplugin/ntrans/NtransRecord.java | 9 ++--- .../common/dataplugin/pgen/PgenRecord.java | 9 ++--- .../solarimage/SolarImageRecord.java | 7 +--- .../stormtrack/StormTrackRecord.java | 9 ++--- .../ncep/common/dataplugin/tcm/TcmRecord.java | 9 ++--- .../ncep/common/dataplugin/wcp/WcpRecord.java | 8 +---- .../plugin/mosaic/common/MosaicRecord.java | 12 +------ .../plugin/nctext/common/NctextRecord.java | 25 +++---------- 24 files changed, 45 insertions(+), 289 deletions(-) diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.airmet/src/gov/noaa/nws/ncep/common/dataplugin/airmet/AirmetRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.airmet/src/gov/noaa/nws/ncep/common/dataplugin/airmet/AirmetRecord.java index b09604f7ff..f9a323ce62 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.airmet/src/gov/noaa/nws/ncep/common/dataplugin/airmet/AirmetRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.airmet/src/gov/noaa/nws/ncep/common/dataplugin/airmet/AirmetRecord.java @@ -18,7 +18,6 @@ import javax.persistence.UniqueConstraint; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.serialization.annotations.DynamicSerialize; @@ -49,6 +48,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * May 07, 2013 1869 bsteffen Remove dataURI column from * PluginDataObject. * Feb 11, 2014 2784 rferrel Remove override of setIdentifier. + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable * * * @@ -159,12 +159,6 @@ public class AirmetRecord extends PluginDataObject { super(uri); } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - /** * @return the issueOffice */ diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.atcf/src/gov/noaa/nws/ncep/common/dataplugin/atcf/AtcfRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.atcf/src/gov/noaa/nws/ncep/common/dataplugin/atcf/AtcfRecord.java index b646d7d64d..59b387f9d7 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.atcf/src/gov/noaa/nws/ncep/common/dataplugin/atcf/AtcfRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.atcf/src/gov/noaa/nws/ncep/common/dataplugin/atcf/AtcfRecord.java @@ -18,7 +18,6 @@ import javax.xml.bind.annotation.XmlRootElement; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.serialization.annotations.DynamicSerialize; @@ -43,6 +42,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * May 07, 2013 1869 bsteffen Remove dataURI column from * PluginDataObject. * Aug 30, 2013 2298 rjpeter Make getPluginName abstract + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable * * * @author F. J. Yen, SIB @@ -421,12 +421,6 @@ public class AtcfRecord extends PluginDataObject { super(uri); } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - public String getReportType() { return reportType; } diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.aww/src/gov/noaa/nws/ncep/common/dataplugin/aww/AwwRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.aww/src/gov/noaa/nws/ncep/common/dataplugin/aww/AwwRecord.java index 9c14f7cdbb..054e6c1c95 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.aww/src/gov/noaa/nws/ncep/common/dataplugin/aww/AwwRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.aww/src/gov/noaa/nws/ncep/common/dataplugin/aww/AwwRecord.java @@ -18,7 +18,6 @@ import javax.persistence.UniqueConstraint; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.serialization.annotations.DynamicSerialize; @@ -56,6 +55,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * PluginDataObject. * July 29, 2013 1028 ghull add AwwReportType enum * Feb 11, 2014 2784 rferrel Remove override of setIdentifier. + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable * * * @@ -206,12 +206,6 @@ public class AwwRecord extends PluginDataObject { super(uri); } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - /** * @return the reportType */ diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.convsigmet/src/gov/noaa/nws/ncep/common/dataplugin/convsigmet/ConvSigmetRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.convsigmet/src/gov/noaa/nws/ncep/common/dataplugin/convsigmet/ConvSigmetRecord.java index 40d4dc9eb0..76f48109aa 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.convsigmet/src/gov/noaa/nws/ncep/common/dataplugin/convsigmet/ConvSigmetRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.convsigmet/src/gov/noaa/nws/ncep/common/dataplugin/convsigmet/ConvSigmetRecord.java @@ -20,7 +20,6 @@ import javax.persistence.UniqueConstraint; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.serialization.annotations.DynamicSerialize; @@ -45,6 +44,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * May 07, 2013 1869 bsteffen Remove dataURI column from * PluginDataObject. * Feb 11, 2014 2784 rferrel Remove override of setIdentifier. + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable * * * @@ -143,12 +143,6 @@ public class ConvSigmetRecord extends PluginDataObject { super(uri); } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - /** * @return the issueOffice */ diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.ffg/src/gov/noaa/nws/ncep/common/dataplugin/ffg/FfgRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.ffg/src/gov/noaa/nws/ncep/common/dataplugin/ffg/FfgRecord.java index 6975cd6147..a848e7e959 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.ffg/src/gov/noaa/nws/ncep/common/dataplugin/ffg/FfgRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.ffg/src/gov/noaa/nws/ncep/common/dataplugin/ffg/FfgRecord.java @@ -18,7 +18,6 @@ import javax.persistence.UniqueConstraint; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.serialization.annotations.DynamicSerialize; @@ -49,6 +48,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * PluginDataObject. * Aug 30, 2013 2298 rjpeter Make getPluginName abstract * Feb 11, 2014 2784 rferrel Remove override of setIdentifier. + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable * * * @@ -140,12 +140,6 @@ public class FfgRecord extends PluginDataObject { super(uri); } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - /** * Return the reportType */ diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.geomag/src/gov/noaa/nws/ncep/common/dataplugin/geomag/GeoMagRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.geomag/src/gov/noaa/nws/ncep/common/dataplugin/geomag/GeoMagRecord.java index f47f784663..9355b93ae6 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.geomag/src/gov/noaa/nws/ncep/common/dataplugin/geomag/GeoMagRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.geomag/src/gov/noaa/nws/ncep/common/dataplugin/geomag/GeoMagRecord.java @@ -13,7 +13,6 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlRootElement; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.dataplugin.persist.IHDFFilePathProvider; @@ -35,6 +34,8 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * Jul 22, 2013 1977 rjpeter Added getDataURI and annotations. * Jul 26, 2013 989 qzhou Added lots of fields. * Aug 30, 2013 2298 rjpeter Make getPluginName abstract + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable + * * * * @author sgurung @@ -462,11 +463,6 @@ public class GeoMagRecord extends PersistablePluginDataObject { this.cadenceId = cadenceId; } - @Override - public IDecoderGettable getDecoderGettable() { - return null; - } - @Override @Column @Access(AccessType.PROPERTY) diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.gpd/src/gov/noaa/nws/ncep/common/dataplugin/gpd/GenericPointDataRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.gpd/src/gov/noaa/nws/ncep/common/dataplugin/gpd/GenericPointDataRecord.java index 3d095cf68c..9e64a33531 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.gpd/src/gov/noaa/nws/ncep/common/dataplugin/gpd/GenericPointDataRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.gpd/src/gov/noaa/nws/ncep/common/dataplugin/gpd/GenericPointDataRecord.java @@ -13,6 +13,7 @@ * Date Ticket# Engineer Description * ------- ------- -------- ----------- * 05/30/2013 Chin J. Chen Initial coding + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable * * * @@ -24,7 +25,6 @@ package gov.noaa.nws.ncep.common.dataplugin.gpd; import gov.noaa.nws.ncep.common.dataplugin.gpd.product.GenericPointDataProductInfo; import java.util.ArrayList; -import java.util.Collection; import java.util.List; import javax.persistence.Column; @@ -41,7 +41,6 @@ import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.persist.IPersistable; import com.raytheon.uf.common.dataplugin.persist.PersistablePluginDataObject; @@ -62,7 +61,7 @@ import com.raytheon.uf.common.time.DataTime; @XmlRootElement public class GenericPointDataRecord extends PersistablePluginDataObject implements - /* ISpatialEnabled, */IDecoderGettable, IPointData, IPersistable { + /* ISpatialEnabled, */IPointData, IPersistable { private static final long serialVersionUID = 1L; @@ -202,12 +201,6 @@ public class GenericPointDataRecord extends PersistablePluginDataObject this.slon = slon; } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - @Override public PointDataView getPointDataView() { return this.pointDataView; @@ -218,30 +211,6 @@ public class GenericPointDataRecord extends PersistablePluginDataObject this.pointDataView = pointDataView; } - @Override - public Amount getValue(String paramName) { - // TODO Auto-generated method stub - return null; - } - - @Override - public Collection getValues(String paramName) { - // TODO Auto-generated method stub - return null; - } - - @Override - public String getString(String paramName) { - // TODO Auto-generated method stub - return null; - } - - @Override - public String[] getStrings(String paramName) { - // TODO Auto-generated method stub - return null; - } - /* * TBM - chin...delete these later..not used? * diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.idft/src/gov/noaa/nws/ncep/common/dataplugin/idft/IdftRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.idft/src/gov/noaa/nws/ncep/common/dataplugin/idft/IdftRecord.java index bf9462fd61..dc4da7d291 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.idft/src/gov/noaa/nws/ncep/common/dataplugin/idft/IdftRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.idft/src/gov/noaa/nws/ncep/common/dataplugin/idft/IdftRecord.java @@ -18,7 +18,6 @@ import javax.xml.bind.annotation.XmlRootElement; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.serialization.annotations.DynamicSerialize; @@ -29,7 +28,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * (IDFT) Decoder Plug-In. * * This code has been developed by the SIB for use in the AWIPS2 system. - * + * *
  * 
  * SOFTWARE HISTORY
@@ -44,8 +43,10 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement;
  * Mar 07, 2013 982       Archana     Updated getPointNum() to return an Integer
  * Jul 22, 2013 1977      rjpeter     Added getDataURI and annotations.
  * Aug 30, 2013 2298      rjpeter     Make getPluginName abstract
+ * Jun 11, 2014 2061      bsteffen    Remove IDecoderGettable
+ * 
  * 
- * + * * * @author F. J. Yen, SIB * @version 1.0 @@ -129,12 +130,6 @@ public class IdftRecord extends PluginDataObject { super(uri); } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - public String getReportType() { return reportType; } diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.intlsigmet/src/gov/noaa/nws/ncep/common/dataplugin/intlsigmet/IntlSigmetRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.intlsigmet/src/gov/noaa/nws/ncep/common/dataplugin/intlsigmet/IntlSigmetRecord.java index e2fe0b3494..439490ae99 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.intlsigmet/src/gov/noaa/nws/ncep/common/dataplugin/intlsigmet/IntlSigmetRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.intlsigmet/src/gov/noaa/nws/ncep/common/dataplugin/intlsigmet/IntlSigmetRecord.java @@ -20,7 +20,6 @@ import javax.persistence.UniqueConstraint; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.serialization.annotations.DynamicSerialize; @@ -47,6 +46,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * May 07, 2013 1869 bsteffen Remove dataURI column from * PluginDataObject. * Feb 11, 2014 2784 rferrel Remove override of setIdentifier. + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable * * * @@ -227,12 +227,6 @@ public class IntlSigmetRecord extends PluginDataObject { super(uri); } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - /** * @return the issueOffice */ diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.mcidas/src/gov/noaa/nws/ncep/common/dataplugin/mcidas/McidasRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.mcidas/src/gov/noaa/nws/ncep/common/dataplugin/mcidas/McidasRecord.java index 8395e52c8d..ff5b348983 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.mcidas/src/gov/noaa/nws/ncep/common/dataplugin/mcidas/McidasRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.mcidas/src/gov/noaa/nws/ncep/common/dataplugin/mcidas/McidasRecord.java @@ -20,6 +20,7 @@ * May 07, 2013 1869 bsteffen Remove dataURI column from * PluginDataObject. * Aug 30, 2013 2298 rjpeter Make getPluginName abstract + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable * * * @@ -51,7 +52,6 @@ import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheConcurrencyStrategy; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.dataplugin.persist.IPersistable; @@ -239,17 +239,6 @@ public class McidasRecord extends PersistablePluginDataObject implements this.sizeRecords = sizeRecords; } - /** - * Get the IDecoderGettable reference for this record. - * - * @return The IDecoderGettable reference for this record. Null for this - * class. - */ - @Override - public IDecoderGettable getDecoderGettable() { - return null; - } - public String getReportType() { return reportType; } diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.ncpafm/src/gov/noaa/nws/ncep/common/dataplugin/ncpafm/NcPafmRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.ncpafm/src/gov/noaa/nws/ncep/common/dataplugin/ncpafm/NcPafmRecord.java index b97b222e99..14696ef1bb 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.ncpafm/src/gov/noaa/nws/ncep/common/dataplugin/ncpafm/NcPafmRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.ncpafm/src/gov/noaa/nws/ncep/common/dataplugin/ncpafm/NcPafmRecord.java @@ -19,7 +19,6 @@ import javax.xml.bind.annotation.XmlRootElement; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.dataplugin.persist.IPersistable; @@ -65,6 +64,8 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * PluginDataObject. * Aug 30, 2013 2298 rjpeter Make getPluginName abstract * Feb 11, 2014 2784 rferrel Remove override of setIdentifier. + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable + * * * * @author F. J. Yen, SIB @@ -83,8 +84,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; @XmlAccessorType(XmlAccessType.NONE) @DynamicSerialize public class NcPafmRecord extends PersistablePluginDataObject implements -// TODO: Make absolutely sure these are NO LONGER required... ISpatialEnabled, -// IDecoderGettable, +// TODO: Make absolutely sure this is NO LONGER required... ISpatialEnabled, IPointData, IPersistable { private static final long serialVersionUID = 1L; @@ -198,12 +198,6 @@ public class NcPafmRecord extends PersistablePluginDataObject implements super(uri); } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - public String getReportType() { return reportType; } diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.ncscat/src/gov/noaa/nws/ncep/common/dataplugin/ncscat/NcscatRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.ncscat/src/gov/noaa/nws/ncep/common/dataplugin/ncscat/NcscatRecord.java index 855844269e..8719dcbb00 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.ncscat/src/gov/noaa/nws/ncep/common/dataplugin/ncscat/NcscatRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.ncscat/src/gov/noaa/nws/ncep/common/dataplugin/ncscat/NcscatRecord.java @@ -19,7 +19,6 @@ import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheConcurrencyStrategy; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.dataplugin.persist.PersistablePluginDataObject; @@ -41,6 +40,8 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * Apr 12, 2013 1857 bgonzale Added SequenceGenerator annotation. * May 07, 2013 bsteffen Remove dataURI column from PluginDataObject. * Feb 11, 2014 2784 rferrel Remove override of setIdentifier. + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable + * * * * This code has been developed by the SIB for use in the AWIPS2 system. @@ -138,12 +139,6 @@ public class NcscatRecord extends PersistablePluginDataObject { this.convertedMessage = convertedMessage; } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - public static long getSerialVersionUID() { return serialVersionUID; } diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.ncscd/src/gov/noaa/nws/ncep/common/dataplugin/ncscd/NcScdRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.ncscd/src/gov/noaa/nws/ncep/common/dataplugin/ncscd/NcScdRecord.java index 496a5ac266..1fe82a722b 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.ncscd/src/gov/noaa/nws/ncep/common/dataplugin/ncscd/NcScdRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.ncscd/src/gov/noaa/nws/ncep/common/dataplugin/ncscd/NcScdRecord.java @@ -3,7 +3,6 @@ package gov.noaa.nws.ncep.common.dataplugin.ncscd; import gov.noaa.nws.ncep.common.tools.IDecoderConstantsN; import java.util.Calendar; -import java.util.Collection; import javax.measure.quantity.Length; import javax.measure.quantity.Temperature; @@ -27,7 +26,6 @@ import javax.xml.bind.annotation.XmlRootElement; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.dataplugin.persist.PersistablePluginDataObject; @@ -63,6 +61,8 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * May 07, 2013 1869 bsteffen Remove dataURI column from PluginDataObject. * Aug 30, 2013 2298 rjpeter Make getPluginName abstract. * Dec 03, 2013 2551 rjpeter Extend PersistablePluginDataObject. + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable + * * * * @author T.Lee @@ -82,7 +82,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; @XmlAccessorType(XmlAccessType.NONE) @DynamicSerialize public class NcScdRecord extends PersistablePluginDataObject implements - ISpatialEnabled, IDecoderGettable, IPointData { + ISpatialEnabled, IPointData { private static final long serialVersionUID = 1L; @@ -276,11 +276,6 @@ public class NcScdRecord extends PersistablePluginDataObject implements super(uri); } - @Override - public IDecoderGettable getDecoderGettable() { - return null; - } - public String getReportType() { return reportType; } @@ -517,30 +512,6 @@ public class NcScdRecord extends PersistablePluginDataObject implements this.pointDataView = pointDataView; } - @Override - public Amount getValue(String paramName) { - // TODO Auto-generated method stub - return null; - } - - @Override - public Collection getValues(String paramName) { - // TODO Auto-generated method stub - return null; - } - - @Override - public String getString(String paramName) { - // TODO Auto-generated method stub - return null; - } - - @Override - public String[] getStrings(String paramName) { - // TODO Auto-generated method stub - return null; - } - @Override @Column @Access(AccessType.PROPERTY) diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.nctaf/src/gov/noaa/nws/ncep/common/dataplugin/nctaf/NcTafBulletinRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.nctaf/src/gov/noaa/nws/ncep/common/dataplugin/nctaf/NcTafBulletinRecord.java index 8758a8e09c..086a08b8cc 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.nctaf/src/gov/noaa/nws/ncep/common/dataplugin/nctaf/NcTafBulletinRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.nctaf/src/gov/noaa/nws/ncep/common/dataplugin/nctaf/NcTafBulletinRecord.java @@ -5,7 +5,6 @@ package gov.noaa.nws.ncep.common.dataplugin.nctaf; -import java.util.Collection; import java.util.Date; import java.util.LinkedHashSet; import java.util.Set; @@ -20,7 +19,6 @@ import javax.xml.bind.annotation.XmlRootElement; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.geospatial.ISpatialEnabled; import com.raytheon.uf.common.pointdata.IPointData; @@ -42,6 +40,7 @@ import com.raytheon.uf.common.time.DataTime; * 09/22/2011 458 sgurung Initial Creation * 09/29/2011 sgurung Added reportType * 10/26/2011 sgurung Added tafValidPeriod + * 06/11/2014 2061 bsteffen Remove IDecoderGettable * * * @@ -51,7 +50,7 @@ import com.raytheon.uf.common.time.DataTime; @DynamicSerialize @XmlAccessorType(XmlAccessType.NONE) @XmlRootElement -public class NcTafBulletinRecord implements ISpatialEnabled, IDecoderGettable, +public class NcTafBulletinRecord implements ISpatialEnabled, IPointData { private static final long serialVersionUID = 1L; @@ -413,28 +412,4 @@ public class NcTafBulletinRecord implements ISpatialEnabled, IDecoderGettable, this.pointDataView = pointDataView; } - @Override - public Amount getValue(String paramName) { - // TODO Auto-generated method stub - return null; - } - - @Override - public Collection getValues(String paramName) { - // TODO Auto-generated method stub - return null; - } - - @Override - public String getString(String paramName) { - // TODO Auto-generated method stub - return null; - } - - @Override - public String[] getStrings(String paramName) { - // TODO Auto-generated method stub - return null; - } - } diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.ncuair/src/gov/noaa/nws/ncep/common/dataplugin/ncuair/NcUairRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.ncuair/src/gov/noaa/nws/ncep/common/dataplugin/ncuair/NcUairRecord.java index 71829f735e..7c536a6278 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.ncuair/src/gov/noaa/nws/ncep/common/dataplugin/ncuair/NcUairRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.ncuair/src/gov/noaa/nws/ncep/common/dataplugin/ncuair/NcUairRecord.java @@ -1,7 +1,6 @@ package gov.noaa.nws.ncep.common.dataplugin.ncuair; import java.util.Calendar; -import java.util.Collection; import java.util.HashSet; import java.util.Set; @@ -18,7 +17,6 @@ import javax.xml.bind.annotation.XmlElement; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.dataplugin.persist.IPersistable; @@ -56,6 +54,8 @@ import com.vividsolutions.jts.geom.Geometry; * PluginDataObject. * Dec 03, 2013 2551 rjpeter Remove get/setPersistenceTime * Feb 11, 2014 2784 rferrel Remove override of setIdentifier. + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable + * * * * @@ -75,7 +75,7 @@ import com.vividsolutions.jts.geom.Geometry; "refTime", "forecastTime" }) }) @DynamicSerialize public class NcUairRecord extends PersistablePluginDataObject implements - ISpatialEnabled, IDecoderGettable, IPointData, IPersistable { + ISpatialEnabled, IPointData, IPersistable { private static final long serialVersionUID = 1L; @@ -380,12 +380,6 @@ public class NcUairRecord extends PersistablePluginDataObject implements this.nil = nil; } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - /** * @return the set of uair observation levels */ @@ -520,30 +514,6 @@ public class NcUairRecord extends PersistablePluginDataObject implements this.pointDataView = pointDataView; } - @Override - public Amount getValue(String paramName) { - // TODO Auto-generated method stub - return null; - } - - @Override - public Collection getValues(String paramName) { - // TODO Auto-generated method stub - return null; - } - - @Override - public String getString(String paramName) { - // TODO Auto-generated method stub - return null; - } - - @Override - public String[] getStrings(String paramName) { - // TODO Auto-generated method stub - return null; - } - @Override @Column @Access(AccessType.PROPERTY) diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.nonconvsigmet/src/gov/noaa/nws/ncep/common/dataplugin/nonconvsigmet/NonConvSigmetRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.nonconvsigmet/src/gov/noaa/nws/ncep/common/dataplugin/nonconvsigmet/NonConvSigmetRecord.java index 1f8d810b63..e958910c20 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.nonconvsigmet/src/gov/noaa/nws/ncep/common/dataplugin/nonconvsigmet/NonConvSigmetRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.nonconvsigmet/src/gov/noaa/nws/ncep/common/dataplugin/nonconvsigmet/NonConvSigmetRecord.java @@ -20,7 +20,6 @@ import javax.persistence.UniqueConstraint; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.serialization.annotations.DynamicSerialize; @@ -44,6 +43,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * Apr 12, 2013 1857 bgonzale Added SequenceGenerator annotation. * May 07, 2013 bsteffen Remove dataURI column from PluginDataObject. * Feb 11, 2014 2784 rferrel Remove override of setIdentifier. + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable * * * @@ -208,12 +208,6 @@ public class NonConvSigmetRecord extends PluginDataObject { super(uri); } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - /** * @return the reportType */ diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.ntrans/src/gov/noaa/nws/ncep/common/dataplugin/ntrans/NtransRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.ntrans/src/gov/noaa/nws/ncep/common/dataplugin/ntrans/NtransRecord.java index 0bb0b26d44..0fc7911ec7 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.ntrans/src/gov/noaa/nws/ncep/common/dataplugin/ntrans/NtransRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.ntrans/src/gov/noaa/nws/ncep/common/dataplugin/ntrans/NtransRecord.java @@ -17,7 +17,6 @@ import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheConcurrencyStrategy; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.dataplugin.persist.IHDFFilePathProvider; @@ -41,6 +40,8 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * Apr 12, 2013 1857 bgonzale Added SequenceGenerator annotation. * May 07, 2013 bsteffen Remove dataURI column from PluginDataObject. * Feb 11, 2014 2784 rferrel Remove override of setIdentifier. + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable + * * * * This code has been developed by the SIB for use in the AWIPS2 system. @@ -223,12 +224,6 @@ public class NtransRecord extends PersistablePluginDataObject { this.totalFramesInFile = totalFramesInFile; } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - @Override public IHDFFilePathProvider getHDFPathProvider() { return NtransPathProvider.getInstance(); diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.pgen/src/gov/noaa/nws/ncep/common/dataplugin/pgen/PgenRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.pgen/src/gov/noaa/nws/ncep/common/dataplugin/pgen/PgenRecord.java index c518fc5ced..c9bdc17594 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.pgen/src/gov/noaa/nws/ncep/common/dataplugin/pgen/PgenRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.pgen/src/gov/noaa/nws/ncep/common/dataplugin/pgen/PgenRecord.java @@ -13,7 +13,6 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlRootElement; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.dataplugin.persist.PersistablePluginDataObject; @@ -35,6 +34,8 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * Jul 22, 2013 1977 rjpeter Added getDataURI and annotations. * Aug 30, 2013 2298 rjpeter Make getPluginName abstract * Jan,29, 2014 1105 jwu Added ACTIVITY_SUBTYPE + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable + * * * * @author sgilbert @@ -262,12 +263,6 @@ public class PgenRecord extends PersistablePluginDataObject { this.activityXML = activityXML; } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - @Override @Column @Access(AccessType.PROPERTY) diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.solarimage/src/gov/noaa/nws/ncep/common/dataplugin/solarimage/SolarImageRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.solarimage/src/gov/noaa/nws/ncep/common/dataplugin/solarimage/SolarImageRecord.java index 95fe8e1e43..a985035657 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.solarimage/src/gov/noaa/nws/ncep/common/dataplugin/solarimage/SolarImageRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.solarimage/src/gov/noaa/nws/ncep/common/dataplugin/solarimage/SolarImageRecord.java @@ -15,7 +15,6 @@ import javax.xml.bind.annotation.XmlRootElement; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.dataplugin.persist.PersistablePluginDataObject; @@ -43,6 +42,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * May 07, 2013 1869 bsteffen Remove dataURI column from * PluginDataObject. * Aug 30, 2013 2298 rjpeter Make getPluginName abstract + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable * * * @@ -258,11 +258,6 @@ public class SolarImageRecord extends PersistablePluginDataObject { this.imageHDUNum = hduId; } - @Override - public IDecoderGettable getDecoderGettable() { - return null; - } - /** * @return the raw_data */ diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.stormtrack/src/gov/noaa/nws/ncep/common/dataplugin/stormtrack/StormTrackRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.stormtrack/src/gov/noaa/nws/ncep/common/dataplugin/stormtrack/StormTrackRecord.java index 4c29426f79..140618ebed 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.stormtrack/src/gov/noaa/nws/ncep/common/dataplugin/stormtrack/StormTrackRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.stormtrack/src/gov/noaa/nws/ncep/common/dataplugin/stormtrack/StormTrackRecord.java @@ -18,7 +18,6 @@ import javax.xml.bind.annotation.XmlRootElement; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.serialization.annotations.DynamicSerialize; @@ -46,6 +45,8 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * May 07, 2013 1869 bsteffen Remove dataURI column from * PluginDataObject. * Aug 30, 2013 2298 rjpeter Make getPluginName abstract + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable + * * * * @author F. J. Yen, SIB @@ -419,12 +420,6 @@ public class StormTrackRecord extends PluginDataObject { super(uri); } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - public String getReportType() { return reportType; } diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.tcm/src/gov/noaa/nws/ncep/common/dataplugin/tcm/TcmRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.tcm/src/gov/noaa/nws/ncep/common/dataplugin/tcm/TcmRecord.java index 7d90969610..459bc3e04b 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.tcm/src/gov/noaa/nws/ncep/common/dataplugin/tcm/TcmRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.tcm/src/gov/noaa/nws/ncep/common/dataplugin/tcm/TcmRecord.java @@ -20,7 +20,6 @@ import javax.persistence.UniqueConstraint; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.serialization.annotations.DynamicSerialize; @@ -48,6 +47,8 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * May 07, 2013 1869 bsteffen Remove dataURI column from PluginDataObject. * Aug 30, 2013 2298 rjpeter Make getPluginName abstract * Feb 11, 2014 2784 rferrel Remove override of setIdentifier. + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable + * * * * @author T.Lee @@ -495,12 +496,6 @@ public class TcmRecord extends PluginDataObject { } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - @Override @Column @Access(AccessType.PROPERTY) diff --git a/ncep/gov.noaa.nws.ncep.common.dataplugin.wcp/src/gov/noaa/nws/ncep/common/dataplugin/wcp/WcpRecord.java b/ncep/gov.noaa.nws.ncep.common.dataplugin.wcp/src/gov/noaa/nws/ncep/common/dataplugin/wcp/WcpRecord.java index 3a1fa1b52f..b0ac603740 100644 --- a/ncep/gov.noaa.nws.ncep.common.dataplugin.wcp/src/gov/noaa/nws/ncep/common/dataplugin/wcp/WcpRecord.java +++ b/ncep/gov.noaa.nws.ncep.common.dataplugin.wcp/src/gov/noaa/nws/ncep/common/dataplugin/wcp/WcpRecord.java @@ -18,7 +18,6 @@ import javax.persistence.UniqueConstraint; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.serialization.annotations.DynamicSerialize; @@ -49,6 +48,7 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * PluginDataObject. * Aug 30, 2013 2298 rjpeter Make getPluginName abstract * Feb 11, 2014 2784 rferrel Remove override of setIdentifier. + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable * * * @@ -111,12 +111,6 @@ public class WcpRecord extends PluginDataObject { super(uri); } - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - public String getReportType() { return reportType; } diff --git a/ncep/gov.noaa.nws.ncep.edex.plugin.mosaic/src/gov/noaa/nws/ncep/edex/plugin/mosaic/common/MosaicRecord.java b/ncep/gov.noaa.nws.ncep.edex.plugin.mosaic/src/gov/noaa/nws/ncep/edex/plugin/mosaic/common/MosaicRecord.java index ad18487927..b600ee4803 100644 --- a/ncep/gov.noaa.nws.ncep.edex.plugin.mosaic/src/gov/noaa/nws/ncep/edex/plugin/mosaic/common/MosaicRecord.java +++ b/ncep/gov.noaa.nws.ncep.edex.plugin.mosaic/src/gov/noaa/nws/ncep/edex/plugin/mosaic/common/MosaicRecord.java @@ -33,7 +33,6 @@ import org.hibernate.annotations.Index; import org.opengis.referencing.crs.ProjectedCRS; import org.opengis.referencing.operation.MathTransform; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.dataplugin.persist.IPersistable; @@ -70,6 +69,7 @@ import com.vividsolutions.jts.geom.Coordinate; * May 07, 2013 1869 bsteffen Remove dataURI column from * PluginDataObject. * Aug 06, 2013 2228 njensen Use deserialize(byte[]) + * Jun 11, 2014 2061 bsteffen Remove IDecoderGettable * * * @@ -518,16 +518,6 @@ public class MosaicRecord extends PersistablePluginDataObject implements this.elevation = elevation; } - /** - * Get the IDecoderGettable reference for this record. - * - * @return The IDecoderGettable reference for this record. Null for this - * class. - */ - @Override - public IDecoderGettable getDecoderGettable() { - return null; - } /** * @return the symbologyBlock diff --git a/ncep/gov.noaa.nws.ncep.edex.plugin.nctext/src/gov/noaa/nws/ncep/edex/plugin/nctext/common/NctextRecord.java b/ncep/gov.noaa.nws.ncep.edex.plugin.nctext/src/gov/noaa/nws/ncep/edex/plugin/nctext/common/NctextRecord.java index 5cf44ee8c8..4adf910b3f 100644 --- a/ncep/gov.noaa.nws.ncep.edex.plugin.nctext/src/gov/noaa/nws/ncep/edex/plugin/nctext/common/NctextRecord.java +++ b/ncep/gov.noaa.nws.ncep.edex.plugin.nctext/src/gov/noaa/nws/ncep/edex/plugin/nctext/common/NctextRecord.java @@ -17,7 +17,6 @@ import javax.xml.bind.annotation.XmlRootElement; import org.hibernate.annotations.Index; -import com.raytheon.uf.common.dataplugin.IDecoderGettable; import com.raytheon.uf.common.dataplugin.PluginDataObject; import com.raytheon.uf.common.dataplugin.annotations.DataURI; import com.raytheon.uf.common.serialization.annotations.DynamicSerialize; @@ -29,13 +28,9 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement; * * This java class performs the mapping to the database tables for NTEXT * - * A raw message record looks like this - * xxx (some 3 digit number) - * TTAAii CCCC YYGGgg BBB (WMO header) - * NNNXXX (AWIPS Id) - * ABCDEFG................(Data from this line) - * .......... - * ... ..XYZ.. ^C (Data end with Ctl-C) + * A raw message record looks like this xxx (some 3 digit number) TTAAii CCCC + * YYGGgg BBB (WMO header) NNNXXX (AWIPS Id) ABCDEFG................(Data from + * this line) .......... ... ..XYZ.. ^C (Data end with Ctl-C) * *
  * SOFTWARE HISTORY
@@ -48,6 +43,8 @@ import com.raytheon.uf.common.serialization.annotations.DynamicSerializeElement;
  * Apr 12, 2013 1857    bgonzale    Added SequenceGenerator annotation.
  * May 07, 2013 1869    bsteffen    Remove dataURI column from PluginDataObject.
  * Aug 30, 2013 2298    rjpeter     Make getPluginName abstract
+ * Jun 11, 2014 2061    bsteffen    Remove IDecoderGettable
+ * 
  * 
* * @author Chin Chen @@ -151,18 +148,6 @@ public class NctextRecord extends PluginDataObject { super(uri); } - /* - * (non-Javadoc) - * - * @see - * com.raytheon.uf.common.dataplugin.PluginDataObject#getDecoderGettable() - */ - @Override - public IDecoderGettable getDecoderGettable() { - // TODO Auto-generated method stub - return null; - } - public String getProductType() { return productType; }