46 if ( !this->CheckEntityAlreadyExists< GoDBCellTypeRow >(this->
m_NewCellType) )
57 this->ValidateNameTemplate< GoDBCellTypeRow >(this->
m_NewCellType, iName,
vtkMySQLDatabase * m_DatabaseConnector
GoDBCellTypeRow m_NewCellType
virtual int SaveInDB(vtkMySQLDatabase *DatabaseConnector)
Pure Virtual :check if the entity already exists in the DB, if yes, return the existing ID...
virtual void ValidateName(std::string iName, std::string iDescription)
Abstract class : the QGoDBNameDescEntityManager manages the interactions between the user and the dat...
QGoDBCellTypeManager(QWidget *iParent=0)
virtual void SaveNewEntityInDB()
Pure Virtual method : save the new entity in the database, the m_DatabaseConnectorForNewEntity needs ...