function Delete()
 {
     $o =& CreateObject('dcl.dbFaqquestions');
     if ($o->DeleteByTopic($this->topicid) == -1) {
         return -1;
     }
     return parent::Delete(array('topicid' => $this->topicid));
 }
 function Delete()
 {
     $o =& CreateObject('dcl.dbFaqanswers');
     if ($o->DeleteByQuestion($this->questionid) == -1) {
         return -1;
     }
     return parent::Delete(array('questionid' => $this->questionid));
 }
 function Delete()
 {
     return parent::Delete(array('dcl_lookup_id' => $this->dcl_lookup_id));
 }
 function Delete()
 {
     $oDB =& CreateObject('dcl.dbFaqtopics');
     $oDB->DeleteByFaq($this->faqid);
     return parent::Delete(array('faqid' => $this->faqid));
 }
 function Delete()
 {
     return parent::Delete(array('id' => $this->id));
 }
 function Delete()
 {
     return parent::Delete(array('dcl_chklst_id' => $this->dcl_chklst_id));
 }
 function Delete()
 {
     return parent::Delete(array('product_module_id' => $this->product_module_id));
 }
 function Delete()
 {
     return parent::Delete(array('setid' => $this->setid, 'typeid' => $this->typeid, 'keyid' => $this->keyid));
 }
 function Delete()
 {
     return parent::Delete(array('personnel_id' => $this->personnel_id));
 }
 function Delete()
 {
     return parent::Delete(array('dcl_config_name' => $this->dcl_config_name));
 }
 function Delete()
 {
     parent::Delete(array('dcl_session_id' => $this->dcl_session_id));
 }
 function Delete()
 {
     return parent::Delete(array('answerid' => $this->answerid));
 }
 function Delete($personnel_id, $wo_id, $seq)
 {
     parent::Delete(array('personnel_id' => $personnel_id, 'wo_id' => $wo_id, 'seq' => $seq));
 }
 function Delete($wo_id, $seq, $account_id)
 {
     parent::Delete(array('wo_id' => $wo_id, 'seq' => $seq, 'account_id' => $account_id));
 }