public class Subject extends Logistics.UTLFHandler
Modifier and Type | Field and Description |
---|---|
static PgRDB.Column |
extrdb_c_abbrev |
static PgRDB.Column |
extrdb_c_area_code |
static PgRDB.Column |
extrdb_c_area_name |
static PgRDB.Column |
extrdb_c_subject |
static PgRDB.Column |
extrdb_c_subject_name |
static ExtRDB.ExtRDBTable |
extrdb_t_area |
static ExtRDB.ExtRDBTable |
extrdb_t_subject |
static UTLFId |
ID_SubjectList |
static Scopus.SubjectIdHandler |
idHandler |
static UPath |
Path_Abbrev |
static UPath |
Path_Area |
static UPath |
Path_Code |
static UPath |
Path_ID |
static UPath |
Path_Name |
uh_dict, uh_utlf
Constructor and Description |
---|
Subject(UDict d,
PrintWriter err) |
Subject(UTLF u,
PrintWriter err) |
Modifier and Type | Method and Description |
---|---|
static void |
extrdbCreateTable(ExtRDBCluster<ExtRDB> cluster,
boolean renew) |
static void |
extrdbUpdate(UTLFId utlfid,
long lastModified) |
String |
getAbbreviation(String dv) |
List<Logistics.Id<Scopus.SubjectAreaIdHandler>> |
getAreaIds() |
List<SubjectArea> |
getAreas() |
static Subject |
getByAbbreviation(String abbr) |
static Subject |
getByCode(String code) |
String |
getCode(String dv) |
Logistics.Id<Scopus.SubjectIdHandler> |
getId() |
static List<Subject> |
getList() |
String |
getName(String dv) |
getDict, getUTLF, getUTLFData, getUTLFDataAsString, getUTLFTimestamp
public static final Scopus.SubjectIdHandler idHandler
public static final UTLFId ID_SubjectList
public static final UPath Path_ID
public static final UPath Path_Name
public static final UPath Path_Code
public static final UPath Path_Abbrev
public static final UPath Path_Area
public static PgRDB.Column extrdb_c_subject
public static PgRDB.Column extrdb_c_abbrev
public static PgRDB.Column extrdb_c_subject_name
public static ExtRDB.ExtRDBTable extrdb_t_subject
public static PgRDB.Column extrdb_c_area_code
public static PgRDB.Column extrdb_c_area_name
public static ExtRDB.ExtRDBTable extrdb_t_area
public Subject(UDict d, PrintWriter err)
public Subject(UTLF u, PrintWriter err)
public Logistics.Id<Scopus.SubjectIdHandler> getId()
public List<Logistics.Id<Scopus.SubjectAreaIdHandler>> getAreaIds()
public List<SubjectArea> getAreas()
public static void extrdbCreateTable(ExtRDBCluster<ExtRDB> cluster, boolean renew)
public static void extrdbUpdate(UTLFId utlfid, long lastModified)
EDB Working Group at Tue Jun 10 17:08:59 JST 2025