|
| StorageAdapter (Buteo::StoragePlugin *aPlugin) |
| Constructor.
|
|
virtual | ~StorageAdapter () |
| Destructor.
|
|
bool | isValid () |
| Returns if this adapter instance is valid.
|
|
Buteo::StoragePlugin * | getPlugin () const |
| Returns the FW plugin instance.
|
|
bool | init () |
| Initializes adapter.
|
|
bool | uninit () |
| Uninitializes adapter.
|
|
virtual const QString & | getSourceURI () const |
|
virtual const DataSync::StorageContentFormatInfo & | getFormatInfo () const |
|
virtual qint64 | getMaxObjSize () const |
|
virtual QByteArray | getPluginCTCaps (DataSync::ProtocolVersion aVersion) const |
|
virtual QByteArray | getPluginExts () const |
|
virtual bool | getAll (QList< DataSync::SyncItemKey > &aKeys) |
|
virtual bool | getModifications (QList< DataSync::SyncItemKey > &aNewKeys, QList< DataSync::SyncItemKey > &aReplacedKeys, QList< DataSync::SyncItemKey > &aDeletedKeys, const QDateTime &aTimeStamp) |
|
virtual DataSync::SyncItem * | newItem () |
|
virtual DataSync::SyncItem * | getSyncItem (const DataSync::SyncItemKey &aKey) |
|
virtual QList< DataSync::SyncItem * > | getSyncItems (const QList< DataSync::SyncItemKey > &aKeyList) |
|
virtual QList< StoragePluginStatus > | addItems (const QList< DataSync::SyncItem * > &aItems) |
|
virtual QList< StoragePluginStatus > | replaceItems (const QList< DataSync::SyncItem * > &aItems) |
|
virtual QList< StoragePluginStatus > | deleteItems (const QList< DataSync::SyncItemKey > &aKeys) |
|
| StorageAdapter (Buteo::StoragePlugin *aPlugin) |
| Constructor.
|
|
virtual | ~StorageAdapter () |
| Destructor.
|
|
bool | isValid () |
| Returns if this adapter instance is valid.
|
|
Buteo::StoragePlugin * | getPlugin () const |
| Returns the FW plugin instance.
|
|
bool | init () |
| Initializes adapter.
|
|
bool | uninit () |
| Uninitializes adapter.
|
|
virtual const QString & | getSourceURI () const |
|
virtual const DataSync::StorageContentFormatInfo & | getFormatInfo () const |
|
virtual qint64 | getMaxObjSize () const |
|
virtual QByteArray | getPluginCTCaps (DataSync::ProtocolVersion aVersion) const |
|
virtual QByteArray | getPluginExts () const |
|
virtual bool | getAll (QList< DataSync::SyncItemKey > &aKeys) |
|
virtual bool | getModifications (QList< DataSync::SyncItemKey > &aNewKeys, QList< DataSync::SyncItemKey > &aReplacedKeys, QList< DataSync::SyncItemKey > &aDeletedKeys, const QDateTime &aTimeStamp) |
|
virtual DataSync::SyncItem * | newItem () |
|
virtual DataSync::SyncItem * | getSyncItem (const DataSync::SyncItemKey &aKey) |
|
virtual QList< DataSync::SyncItem * > | getSyncItems (const QList< DataSync::SyncItemKey > &aKeyList) |
|
virtual QList< StoragePluginStatus > | addItems (const QList< DataSync::SyncItem * > &aItems) |
|
virtual QList< StoragePluginStatus > | replaceItems (const QList< DataSync::SyncItem * > &aItems) |
|
virtual QList< StoragePluginStatus > | deleteItems (const QList< DataSync::SyncItemKey > &aKeys) |
|
Adapter to adapt framework storage plugin to SyncML stack storage plugin.
This adapter presumes that all DataSync::SyncItem instances passed as parameters to functions of this adapter are originally created by this adapter.