| java.lang.Object org.sakaiproject.citation.impl.BaseCitationService org.sakaiproject.citation.impl.DbCitationService
Inner Class :public class DbCitationStorage implements Storage | |
Inner Class :public class Triple | |
Inner Class :public class TripleReader implements SqlReader | |
Method Summary | |
public void | init() | protected String | insertFields(String before, String[] fields, String after) Form a string of (field, field, field), for sql insert statements, one for each item in the fields array, plus one before, and one after.
Parameters: before - The first field name. Parameters: values - The extra field names, in the middle. Parameters: after - The last field name. | public Storage | newStorage() | public void | setAutoDdl(String value) Configuration: to run the ddl on init or not. | public void | setSqlService(SqlService service) Dependency: SqlService. |
MULTIVALUED_PATTERN | final protected static Pattern MULTIVALUED_PATTERN(Code) | | |
PROPERTY_NAME_DELIMITOR | final protected static String PROPERTY_NAME_DELIMITOR(Code) | | |
PROP_DISPLAYNAME | final protected static String PROP_DISPLAYNAME(Code) | | |
PROP_HAS_RIS_IDENTIFIER | final protected static String PROP_HAS_RIS_IDENTIFIER(Code) | | |
PROP_HAS_URL | final protected static String PROP_HAS_URL(Code) | | |
PROP_MEDIATYPE | final protected static String PROP_MEDIATYPE(Code) | | |
PROP_URL_LABEL | final protected static String PROP_URL_LABEL(Code) | | |
PROP_URL_STRING | final protected static String PROP_URL_STRING(Code) | | |
m_autoDdl | protected boolean m_autoDdl(Code) | | Configuration: to run the ddl on init or not.
|
m_citationTableName | protected String m_citationTableName(Code) | | Table name for citation.
|
m_collectionTableId | protected String m_collectionTableId(Code) | | |
m_collectionTableName | protected String m_collectionTableName(Code) | | Table name for collections.
|
m_schemaFieldTableId | protected String m_schemaFieldTableId(Code) | | |
m_schemaFieldTableName | protected String m_schemaFieldTableName(Code) | | |
m_schemaTableName | protected String m_schemaTableName(Code) | | Table name for schemas.
|
insertFields | protected String insertFields(String before, String[] fields, String after)(Code) | | Form a string of (field, field, field), for sql insert statements, one for each item in the fields array, plus one before, and one after.
Parameters: before - The first field name. Parameters: values - The extra field names, in the middle. Parameters: after - The last field name. A sql statement fragment for the insert fields. |
newStorage | public Storage newStorage()(Code) | | |
setAutoDdl | public void setAutoDdl(String value)(Code) | | Configuration: to run the ddl on init or not.
Parameters: value - the auto ddl value. |
setSqlService | public void setSqlService(SqlService service)(Code) | | Dependency: SqlService.
Parameters: service - The SqlService. |
Methods inherited from org.sakaiproject.citation.impl.BaseCitationService | public Citation addCitation(String mediatype)(Code)(Java Doc) public CitationCollection addCollection()(Code)(Java Doc) public boolean allowAddCitationList(String contentCollectionId)(Code)(Java Doc) public boolean allowRemoveCitationList(String contentResourceId)(Code)(Java Doc) public boolean allowReviseCitationList(String contentResourceId)(Code)(Java Doc) public String archive(String siteId, Document doc, Stack stack, String archivePath, List attachments)(Code)(Java Doc) public CitationCollection copyAll(String collectionId)(Code)(Java Doc) public void destroy()(Code)(Java Doc) public static String escapeFieldName(String original)(Code)(Java Doc) protected String getAccessPoint(boolean relative)(Code)(Java Doc) public CitationCollection getCollection(String collectionId) throws IdUnusedException(Code)(Java Doc) public Schema getDefaultSchema()(Code)(Java Doc) public Entity getEntity(Reference ref)(Code)(Java Doc) public Collection getEntityAuthzGroups(Reference ref, String userId)(Code)(Java Doc) public String getEntityDescription(Reference ref)(Code)(Java Doc) public ResourceProperties getEntityResourceProperties(Reference ref)(Code)(Java Doc) public String getEntityUrl(Reference ref)(Code)(Java Doc) public HttpAccess getHttpAccess()(Code)(Java Doc) public String getLabel()(Code)(Java Doc) public Set getMultivalued()(Code)(Java Doc) public Set getMultivalued(String type)(Code)(Java Doc) public ResourceTypeRegistry getResourceTypeRegistry()(Code)(Java Doc) public Schema getSchema(String name)(Code)(Java Doc) public List getSchemas()(Code)(Java Doc) protected Set getSynonyms(String mediatype)(Code)(Java Doc) public Citation getTemporaryCitation()(Code)(Java Doc) public Citation getTemporaryCitation(Asset asset)(Code)(Java Doc) public CitationCollection getTemporaryCollection()(Code)(Java Doc) public Set getValidPropertyNames()(Code)(Java Doc) public void init()(Code)(Java Doc) protected void initializeSchemas()(Code)(Java Doc) public boolean isAttemptToMatchSchema()(Code)(Java Doc) public boolean isMultivalued(String schemaId, String fieldId)(Code)(Java Doc) public List listSchemas()(Code)(Java Doc) public String merge(String siteId, Element root, String archivePath, String fromSiteId, Map attachmentNames, Map userIdTrans, Set userListAllowImport)(Code)(Java Doc) abstract public Storage newStorage()(Code)(Java Doc) protected Integer nextSerialNumber()(Code)(Java Doc) public boolean parseEntityReference(String reference, Reference ref)(Code)(Java Doc) protected void registerResourceType()(Code)(Java Doc) public void removeCollection(CitationCollection edit)(Code)(Java Doc) public void save(Citation citation)(Code)(Java Doc) public void save(CitationCollection collection)(Code)(Java Doc) public void setAttemptToMatchSchema(boolean attemptToMatchSchema)(Code)(Java Doc) public void setConfigurationService(ConfigurationService service)(Code)(Java Doc) public void setContentHostingService(ContentHostingService service)(Code)(Java Doc) public void setEntityManager(EntityManager service)(Code)(Java Doc) public void setResourceTypeRegistry(ResourceTypeRegistry registry)(Code)(Java Doc) public void setServerConfigurationService(ServerConfigurationService service)(Code)(Java Doc) public boolean willArchiveMerge()(Code)(Java Doc)
|
|
|