/**
  * Get the ID of the last inserted Source Description.
  * @return int
  */
 function getInsertId()
 {
     return parent::getInsertId('metadata_descriptions', 'metadata_description_id');
 }
Пример #2
0
 /**
  * Get the ID of the last inserted filter group.
  * @return int
  */
 function getInsertId()
 {
     return parent::getInsertId('filter_groups', 'filter_group_id');
 }
 /**
  * Get the ID of the last inserted controlled vocab.
  * @return int
  */
 function getInsertId()
 {
     return parent::getInsertId('controlled_vocab_entries', 'controlled_vocab_entry_id');
 }
 /**
  * Get the ID of the last inserted assignment.
  * @return int
  */
 function getInsertId()
 {
     return parent::getInsertId('object_for_review_assignments', 'assignment_id');
 }
 /**
  * Get the ID of the last inserted review object metadata.
  * @return int
  */
 function getInsertId()
 {
     return parent::getInsertId('review_object_metadata', 'metadata_id');
 }
Пример #6
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 person.
  * @return int
  */
 function getInsertId()
 {
     return parent::getInsertId('object_for_review_persons', 'person_id');
 }
Пример #8
0
 /**
  * Get the ID of the last inserted signoff.
  * @return int
  */
 function getInsertId()
 {
     return parent::getInsertId('signoffs', 'signoff_id');
 }
Пример #9
0
 /**
  * Get the ID of the last inserted object for review.
  * @return int
  */
 function getInsertId()
 {
     return parent::getInsertId('objects_for_review', 'object_id');
 }
Пример #10
0
 /**
  * Get the ID of the last inserted review object type.
  * @return int
  */
 function getInsertId()
 {
     return parent::getInsertId('review_object_types', 'type_id');
 }
 /**
  * Get the ID of the last inserted assignment.
  * @return int
  */
 function getInsertId()
 {
     return parent::getInsertId('object_for_review_enrolled_users', 'enroll_id');
 }