Package hec.data.meta
Class DescriptionTxCatalogQuery
java.lang.Object
hec.data.meta.CatalogTemplateProducer
hec.data.meta.DescriptionTxCatalogQuery
- All Implemented Interfaces:
Serializable
Deprecated.
The class that defines constants for querying a time series catalog.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String[]
Deprecated.static final String[]
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final OrderBy
Deprecated.static final String[]
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final boolean[]
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
canRead
(int userPrivilege) Deprecated.static boolean
Deprecated.static boolean
canReadWrite
(int userPrivilege) Deprecated.static boolean
canReadWrite
(String strUserPrivilege) Deprecated.static boolean
canWrite
(int userPrivilege) Deprecated.static boolean
Deprecated.static DescriptionTx
convertToDescription
(List<String> list) Deprecated.static List
convertToList
(DescriptionTx desc) Deprecated.static List
Deprecated.static Map<String,
DescriptionTx> convertToUppercaseKeyedMap
(List<List<String>> catList) Deprecated.Deprecated.static int
Deprecated.static CatalogTemplate
Deprecated.static String
getOfficeId
(Catalog catalog, DescriptionTx descriptionTx) Deprecated.Methods inherited from class hec.data.meta.CatalogTemplateProducer
buildBaseCatalog, buildBaseCatalog
-
Field Details
-
CATALOG
Deprecated.- See Also:
-
OFFICE_ID
Deprecated.- See Also:
-
BASE_LOCATION_ID
Deprecated.- See Also:
-
TIMESERIES_ID
Deprecated.- See Also:
-
INTERVAL_UTC_OFFSET
Deprecated.- See Also:
-
LOCAL_REGULAR_TIMEZONE
Deprecated.- See Also:
-
ACTIVE_FLAG
Deprecated.- See Also:
-
USER_PRIVILEGES
Deprecated.- See Also:
-
TIMESERIES_ID_HEADER
Deprecated.- See Also:
-
COLUMNS
Deprecated. -
COLUMN_HEADERS
Deprecated. -
ORDER_BY_STRING_ARRAY
Deprecated. -
ORDER_BY
Deprecated. -
VISIBLE_COLUMNS
public static final boolean[] VISIBLE_COLUMNSDeprecated.
-
-
Constructor Details
-
DescriptionTxCatalogQuery
public DescriptionTxCatalogQuery()Deprecated.
-
-
Method Details
-
getDefaultPrivilege
public static int getDefaultPrivilege()Deprecated. -
getDescriptionTxCatalogTemplate
Deprecated. -
convertToTablePanelList
Deprecated. -
convertToList
Deprecated. -
convertToDescription
Deprecated. -
canWrite
Deprecated. -
canRead
Deprecated. -
canReadWrite
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
Deprecated.- Specified by:
getCatalogTemplate
in classCatalogTemplateProducer
-
getOfficeId
Deprecated. -
convertToUppercaseKeyedMap
Deprecated.
-