public class TaxonomyUtils extends Object
| Constructor and Description |
|---|
TaxonomyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Integer |
getOrder(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t) |
static Integer |
getOrder(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t,
DocumentBuilder db) |
static boolean |
isEditable(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t) |
static boolean |
isEditable(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t,
DocumentBuilder db) |
static boolean |
isGeographic(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t) |
static boolean |
isGeographic(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t,
DocumentBuilder bd) |
static boolean |
isOrdered(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t) |
static boolean |
isOrdered(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t,
DocumentBuilder db) |
static String |
retrieveLocalizedName(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t,
String locale) |
static String |
retrieveLocalizedName(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t,
String locale,
DocumentBuilder db) |
static String |
storeLocalizedName(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t,
String locale,
String name) |
static String |
storeLocalizedName(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t,
String locale,
String name,
DocumentBuilder db) |
public static boolean isEditable(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t)
throws Exception
Exceptionpublic static boolean isEditable(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t,
DocumentBuilder db)
throws Exception
Exceptionpublic static String storeLocalizedName(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t, String locale, String name) throws Exception
Exceptionpublic static String storeLocalizedName(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t, String locale, String name, DocumentBuilder db) throws Exception
Exceptionpublic static String retrieveLocalizedName(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t, String locale) throws Exception
Exceptionpublic static String retrieveLocalizedName(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t, String locale, DocumentBuilder db) throws Exception
Exceptionpublic static boolean isOrdered(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t)
throws Exception
Exceptionpublic static boolean isOrdered(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t,
DocumentBuilder db)
throws Exception
Exceptionpublic static Integer getOrder(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t) throws Exception
Exceptionpublic static Integer getOrder(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t, DocumentBuilder db) throws Exception
Exceptionpublic static boolean isGeographic(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t)
throws Exception
Exceptionpublic static boolean isGeographic(gr.cite.geoanalytics.dataaccess.entities.taxonomy.Taxonomy t,
DocumentBuilder bd)
throws Exception
ExceptionCopyright © 2016. All Rights Reserved.