#include <mmsimportpropertyservice.h>
Public Member Functions | |
MMSImportPropertyService (DataSource *datasource) | |
virtual | ~MMSImportPropertyService () |
void | setImportProperty (MMSImportPropertyData *data) |
MMSImportPropertyData * | getImportPropertyByPlugin (MMSPluginData *plugin) |
Private Attributes | |
IMMSDB * | dbconn |
Definition at line 40 of file mmsimportpropertyservice.h.
MMSImportPropertyService::MMSImportPropertyService | ( | DataSource * | datasource | ) |
Definition at line 38 of file mmsimportpropertyservice.cpp.
MMSImportPropertyService::~MMSImportPropertyService | ( | ) | [virtual] |
Definition at line 45 of file mmsimportpropertyservice.cpp.
void MMSImportPropertyService::setImportProperty | ( | MMSImportPropertyData * | data | ) |
Definition at line 52 of file mmsimportpropertyservice.cpp.
MMSImportPropertyData * MMSImportPropertyService::getImportPropertyByPlugin | ( | MMSPluginData * | plugin | ) |
Definition at line 57 of file mmsimportpropertyservice.cpp.
IMMSDB* MMSImportPropertyService::dbconn [private] |
Definition at line 42 of file mmsimportpropertyservice.h.