|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.groupdocs.annotation.data.connector.data.AbstractDataConnector
public abstract class AbstractDataConnector
Abstract data connector
| Constructor Summary | |
|---|---|
AbstractDataConnector()
|
|
| Method Summary | |
|---|---|
void |
closeConnection()
Close connection to database |
IStorageSchemaUpdater |
getStorageSchemaUpdater()
Callback object. |
StoreLogic |
getStoreLogic()
Getter for property 'storeLogic'. |
void |
openConnection()
Open connection to database |
protected void |
setStoreLogic(StoreLogic storeLogic)
Setter for property 'storeLogic'. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.groupdocs.annotation.data.connector.IConnector |
|---|
getAnnotationDao, getCollaboratorDao, getDocumentDao, getReplyDao, getSessionDao, getSystemInfoDao, getUserDao |
| Constructor Detail |
|---|
public AbstractDataConnector()
| Method Detail |
|---|
public void closeConnection()
throws AnnotationException
closeConnection in interface IConnectorAnnotationException
public void openConnection()
throws AnnotationException
openConnection in interface IConnectorAnnotationExceptionpublic StoreLogic getStoreLogic()
getStoreLogic in interface IDataConnectorprotected void setStoreLogic(StoreLogic storeLogic)
storeLogic - Value to set for property 'storeLogic'.public IStorageSchemaUpdater getStorageSchemaUpdater()
getStorageSchemaUpdater in interface IConnector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||