ButeoSynchronizationFramework
|
This is the complete list of members for Buteo::StoragePlugin, including all inherited members.
addItem(StorageItem &aItem)=0 | Buteo::StoragePlugin | pure virtual |
addItems(const QList< StorageItem * > &aItems)=0 | Buteo::StoragePlugin | pure virtual |
deleteItem(const QString &aItemId)=0 | Buteo::StoragePlugin | pure virtual |
deleteItems(const QList< QString > &aItemIds)=0 | Buteo::StoragePlugin | pure virtual |
getAllItemIds(QList< QString > &aItems)=0 | Buteo::StoragePlugin | pure virtual |
getAllItems(QList< StorageItem * > &aItems)=0 | Buteo::StoragePlugin | pure virtual |
getDeletedItemIds(QList< QString > &aDeletedItemIds, const QDateTime &aTime)=0 | Buteo::StoragePlugin | pure virtual |
getItem(const QString &aItemId)=0 | Buteo::StoragePlugin | pure virtual |
getItems(const QStringList &aItemIdList)=0 | Buteo::StoragePlugin | pure virtual |
getModifiedItemIds(QList< QString > &aModifiedItemIds, const QDateTime &aTime)=0 | Buteo::StoragePlugin | pure virtual |
getModifiedItems(QList< StorageItem * > &aModifiedItems, const QDateTime &aTime)=0 | Buteo::StoragePlugin | pure virtual |
getNewItemIds(QList< QString > &aNewItemIds, const QDateTime &aTime)=0 | Buteo::StoragePlugin | pure virtual |
getNewItems(QList< StorageItem * > &aNewItems, const QDateTime &aTime)=0 | Buteo::StoragePlugin | pure virtual |
getPluginName() const | Buteo::StoragePlugin | |
getProperties(QMap< QString, QString > &aProperties) const | Buteo::StoragePlugin | |
getProperty(const QString &aProperty) const | Buteo::StoragePlugin | |
init(const QMap< QString, QString > &aProperties)=0 | Buteo::StoragePlugin | pure virtual |
iPluginName | Buteo::StoragePlugin | protected |
iProperties | Buteo::StoragePlugin | protected |
modifyItem(StorageItem &aItem)=0 | Buteo::StoragePlugin | pure virtual |
modifyItems(const QList< StorageItem * > &aItems)=0 | Buteo::StoragePlugin | pure virtual |
newItem()=0 | Buteo::StoragePlugin | pure virtual |
OperationStatus enum name | Buteo::StoragePlugin | |
STATUS_DUPLICATE enum value | Buteo::StoragePlugin | |
STATUS_ERROR enum value | Buteo::StoragePlugin | |
STATUS_INVALID_FORMAT enum value | Buteo::StoragePlugin | |
STATUS_NOT_FOUND enum value | Buteo::StoragePlugin | |
STATUS_OBJECT_TOO_BIG enum value | Buteo::StoragePlugin | |
STATUS_OK enum value | Buteo::StoragePlugin | |
STATUS_STORAGE_FULL enum value | Buteo::StoragePlugin | |
StoragePlugin(const QString &aPluginName) | Buteo::StoragePlugin | |
uninit()=0 | Buteo::StoragePlugin | pure virtual |
~StoragePlugin() | Buteo::StoragePlugin | virtual |