Package hec.data.meta

Class DescriptionTxCatalogQuery

java.lang.Object
hec.data.meta.CatalogTemplateProducer
hec.data.meta.DescriptionTxCatalogQuery
All Implemented Interfaces:
Serializable

@Deprecated public class DescriptionTxCatalogQuery extends CatalogTemplateProducer
Deprecated.
The class that defines constants for querying a time series catalog.
See Also:
  • Field Details

  • Constructor Details

    • DescriptionTxCatalogQuery

      public DescriptionTxCatalogQuery()
      Deprecated.
  • Method Details

    • getDefaultPrivilege

      public static int getDefaultPrivilege()
      Deprecated.
    • getDescriptionTxCatalogTemplate

      public static CatalogTemplate getDescriptionTxCatalogTemplate()
      Deprecated.
    • convertToTablePanelList

      public static List convertToTablePanelList(DescriptionTx desc)
      Deprecated.
    • convertToList

      public static List convertToList(DescriptionTx desc)
      Deprecated.
    • convertToDescription

      public static DescriptionTx convertToDescription(List<String> list)
      Deprecated.
    • canWrite

      public static boolean canWrite(String strUserPrivilege)
      Deprecated.
    • canRead

      public static boolean canRead(String strUserPrivilege)
      Deprecated.
    • canReadWrite

      public static boolean canReadWrite(String strUserPrivilege)
      Deprecated.
    • canRead

      public static boolean canRead(int userPrivilege)
      Deprecated.
    • canWrite

      public static boolean canWrite(int userPrivilege)
      Deprecated.
    • canReadWrite

      public static boolean canReadWrite(int userPrivilege)
      Deprecated.
    • getCatalogTemplate

      public CatalogTemplate getCatalogTemplate()
      Deprecated.
      Specified by:
      getCatalogTemplate in class CatalogTemplateProducer
    • getOfficeId

      public static String getOfficeId(Catalog catalog, DescriptionTx descriptionTx)
      Deprecated.
    • convertToUppercaseKeyedMap

      public static Map<String,DescriptionTx> convertToUppercaseKeyedMap(List<List<String>> catList)
      Deprecated.