public class ArticleAbstract extends Common implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ArticleAbstract.AuthorInfo |
static class |
ArticleAbstract.SCOPUS_Abstract |
static class |
ArticleAbstract.SCOPUS_Affiliation2 |
static class |
ArticleAbstract.SCOPUS_AffiliationId |
static class |
ArticleAbstract.SCOPUS_AuthorGroup |
static class |
ArticleAbstract.SCOPUS_Bibrecord |
static class |
ArticleAbstract.SCOPUS_BibrecordHead |
static class |
ArticleAbstract.SCOPUS_BibrecordTail |
static class |
ArticleAbstract.SCOPUS_Classification |
static class |
ArticleAbstract.SCOPUS_ClassificationGroup |
static class |
ArticleAbstract.SCOPUS_Classifications |
static class |
ArticleAbstract.SCOPUS_CoreData |
static class |
ArticleAbstract.SCOPUS_Correspondence |
static class |
ArticleAbstract.SCOPUS_Enhancement |
static class |
ArticleAbstract.SCOPUS_Item |
static class |
ArticleAbstract.SCOPUS_NodeText |
static class |
ArticleAbstract.SCOPUS_Source |
static class |
ArticleAbstract.XOCS_Funding |
static class |
ArticleAbstract.XOCS_FundingList |
static class |
ArticleAbstract.XOCS_Meta |
Common.SCOPUS_Affiliation, Common.SCOPUS_Author, Common.SCOPUS_Integer, Common.SCOPUS_ISSN, Common.SCOPUS_Language, Common.SCOPUS_MainTerm, Common.SCOPUS_PersonName, Common.SCOPUS_Real, Common.SCOPUS_SubjectArea, Common.SCOPUS_Text
contentReader, dataContent, MimeType_HTML, MimeType_JSON, MimeType_XML, rootElement, s_MyOrganizationIds
uh_dict, uh_utlf
Constructor and Description |
---|
ArticleAbstract(UTLF u) |
ArticleAbstract(UTLF u,
PrintWriter log) |
Modifier and Type | Method and Description |
---|---|
boolean |
belongTo(Collection<String> s_afids) |
static void |
extrdbCreateTable(ExtRDBCluster<ExtRDB> cluster,
boolean renew) |
static void |
extrdbDelete(UTLFId utlfid,
long lastModified) |
static void |
extrdbFlush() |
static List<ArticleAbstract.AuthorInfo> |
extrdbRetrieveAuthorInfo(Logistics.Id<Scopus.ArticleIdHandler> scopusid) |
static void |
extrdbUpdate(UTLFId utlfid,
long lastModified) |
List<Common.SCOPUS_Author> |
getAuthors() |
String |
getAuthorString(String delimiter) |
int |
getCivilYear() |
String |
getDate() |
int |
getFiscalYear() |
int |
getNumberOfAuthors() |
String |
getTitle() |
boolean |
hasBeenRetracted() |
boolean |
isAvailable() |
boolean |
markCorrespondence()
責任著者をマークする.
|
getDataContent
getDict, getUTLF, getUTLFData, getUTLFDataAsString, getUTLFTimestamp
public static final Scopus.ArticleIdHandler<ArticleAbstract> idHandler
public ArticleAbstract.SCOPUS_CoreData coreData
public ArticleAbstract.SCOPUS_Item item
public static PgRDB.Column extrdb_c_eid
public static PgRDB.Column extrdb_c_content
public static ExtRDB.ExtRDBTable extrdb_t_xml
public static PgRDB.Column extrdb_c_aunth
public static PgRDB.Column extrdb_c_autype
public static PgRDB.Column extrdb_c_auid
public static PgRDB.Column extrdb_c_orcid
public static PgRDB.Column extrdb_c_auname
public static PgRDB.Column extrdb_c_afid
public static PgRDB.Column extrdb_c_afname
public static PgRDB.Column extrdb_c_afcountry
public static PgRDB.Column extrdb_c_ours
public static PgRDB.Column extrdb_c_corre
public static PgRDB.Column extrdb_c_stCorre
public static ExtRDB.ExtRDBTable extrdb_t_author
public static PgRDB.Column extrdb_c_year
public static PgRDB.Column extrdb_c_fyear
public static PgRDB.Column extrdb_c_authors
public static PgRDB.Column extrdb_c_author
public static PgRDB.Column extrdb_c_title
public static PgRDB.Column extrdb_c_source
public static PgRDB.Column extrdb_c_sourceid
public static PgRDB.Column extrdb_c_issn
public static PgRDB.Column extrdb_c_volume
public static PgRDB.Column extrdb_c_issue
public static PgRDB.Column extrdb_c_page
public static PgRDB.Column extrdb_c_aggtype
public static PgRDB.Column extrdb_c_subtype
public static PgRDB.Column extrdb_c_date
public static PgRDB.Column extrdb_c_pmid
public static PgRDB.Column extrdb_c_doi
public static ExtRDB.ExtRDBTable extrdb_t_abstract
public static PgRDB.Column extrdb_c_subject
public static PgRDB.Column extrdb_c_area
public static PgRDB.Column extrdb_c_areaname
public static ExtRDB.ExtRDBTable extrdb_t_area
public ArticleAbstract(UTLF u)
public ArticleAbstract(UTLF u, PrintWriter log)
public boolean isAvailable()
isAvailable
in class Common
public boolean hasBeenRetracted()
public String getTitle()
public int getNumberOfAuthors()
public List<Common.SCOPUS_Author> getAuthors()
public String getDate()
public int getCivilYear()
public int getFiscalYear()
public boolean belongTo(Collection<String> s_afids)
public boolean markCorrespondence()
public static void extrdbCreateTable(ExtRDBCluster<ExtRDB> cluster, boolean renew)
public static void extrdbUpdate(UTLFId utlfid, long lastModified)
public static void extrdbDelete(UTLFId utlfid, long lastModified)
public static void extrdbFlush()
public static List<ArticleAbstract.AuthorInfo> extrdbRetrieveAuthorInfo(Logistics.Id<Scopus.ArticleIdHandler> scopusid)
EDB Working Group at Tue Jun 10 17:08:59 JST 2025