|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ic.doc.automed.wrappers.AutoMedWrapperFactory
uk.ac.ic.doc.automed.wrappers.SQLWrapperFactory
uk.ac.ic.doc.automed.p2p.wrappers.GoogleScholarWrapperFactory
public class GoogleScholarWrapperFactory
Field Summary | |
---|---|
private static java.lang.String[][] |
attributes
|
private static java.lang.String |
schemaName
|
private static java.lang.String |
tableName
|
Fields inherited from class uk.ac.ic.doc.automed.wrappers.SQLWrapperFactory |
---|
automed, primary_key, sql, table |
Fields inherited from class uk.ac.ic.doc.automed.wrappers.AutoMedWrapperFactory |
---|
modelDef |
Constructor Summary | |
---|---|
GoogleScholarWrapperFactory()
|
Method Summary | |
---|---|
protected AutoMedWrapper |
newAutoMedWrapper()
Create a new empty wrapper instance that this wrapper factory is then able to populate. |
protected void |
populateSchema(AutoMedWrapper wrapper)
Create the GS relational schema |
Methods inherited from class uk.ac.ic.doc.automed.wrappers.SQLWrapperFactory |
---|
createAutoMedSchema, getAutoMedModel, getDefaultSchemaName, getModel, getSQLTableReference, getTableList |
Methods inherited from class uk.ac.ic.doc.automed.wrappers.AutoMedWrapperFactory |
---|
getAttributeDomains, getModelDefinition, safeIQL, setAttributeDomains, setModelDefinition |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String schemaName
private static final java.lang.String tableName
private static final java.lang.String[][] attributes
Constructor Detail |
---|
public GoogleScholarWrapperFactory()
Method Detail |
---|
protected void populateSchema(AutoMedWrapper wrapper) throws DataSourceException
populateSchema
in class SQLWrapperFactory
DataSourceException
protected AutoMedWrapper newAutoMedWrapper()
AutoMedWrapperFactory
newAutoMedWrapper
in class SQLWrapperFactory
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |