/**
  * Get the ID of the last inserted Source Description.
  * @return int
  */
 function getInsertId()
 {
     return parent::_getInsertId('metadata_descriptions', 'metadata_description_id');
 }
Beispiel #2
0
 /**
  * Get the id of the last inserted citation.
  * @return int
  */
 function getInsertId()
 {
     return parent::_getInsertId('citations', 'citation_id');
 }
 /**
  * Get the ID of the last inserted controlled vocab.
  * @return int
  */
 function getInsertId()
 {
     return parent::_getInsertId('controlled_vocab_entries', 'controlled_vocab_entry_id');
 }
Beispiel #4
0
 /**
  * Get the ID of the last inserted signoff.
  * @return int
  */
 function getInsertId()
 {
     return parent::_getInsertId('signoffs', 'signoff_id');
 }
Beispiel #5
0
 /**
  * Get the ID of the last inserted filter instance (transformation).
  * @return int
  */
 function getInsertId()
 {
     return parent::_getInsertId('filters', 'filter_id');
 }