Operations for setting Featured status on various items. More...
Public Member Functions | |
| deleteByAssoc ($assocType, $assocId) | |
| deleteByMonographId ($monographId) | |
| deleteFeature ($monographId, $assocType, $assocId) | |
| FeatureDAO () | |
| getMonographIdsByAssoc ($assocType, $assocId) | |
| getSequencesByAssoc ($assocType, $assocId) | |
| insertFeature ($monographId, $assocType, $assocId, $seq) | |
| resequenceByAssoc ($assocType, $assocId) | |
Operations for setting Featured status on various items.
Definition at line 16 of file FeatureDAO.inc.php.
| FeatureDAO.deleteByAssoc | ( | $ | assocType, | |
| $ | assocId | |||
| ) |
Delete a feature by association.
| $assocType | int ASSOC_TYPE_... | |
| $assocId | int |
Definition at line 98 of file FeatureDAO.inc.php.
| FeatureDAO.deleteByMonographId | ( | $ | monographId | ) |
Delete a feature by ID.
| $featureId | int | |
| $pressId | int optional |
Definition at line 86 of file FeatureDAO.inc.php.
| FeatureDAO.deleteFeature | ( | $ | monographId, | |
| $ | assocType, | |||
| $ | assocId | |||
| ) |
Delete a feature.
| $monographId | int | |
| $assocType | int ASSOC_TYPE_... | |
| $assocId | int |
Definition at line 111 of file FeatureDAO.inc.php.
| FeatureDAO.FeatureDAO | ( | ) |
Constructor
Definition at line 20 of file FeatureDAO.inc.php.
| FeatureDAO.getMonographIdsByAssoc | ( | $ | assocType, | |
| $ | assocId | |||
| ) |
Get monograph IDs by association.
| $assocType | int ASSOC_TYPE_... | |
| $assocId | int |
Definition at line 30 of file FeatureDAO.inc.php.
Referenced by getSequencesByAssoc().
| FeatureDAO.getSequencesByAssoc | ( | $ | assocType, | |
| $ | assocId | |||
| ) |
Get feature sequences by association.
| $assocType | int ASSOC_TYPE_... | |
| $assocId | int |
Definition at line 55 of file FeatureDAO.inc.php.
References getMonographIdsByAssoc().
| FeatureDAO.insertFeature | ( | $ | monographId, | |
| $ | assocType, | |||
| $ | assocId, | |||
| $ | seq | |||
| ) |
Insert a new feature.
| $monographId | int | |
| $assocType | int ASSOC_TYPE_... | |
| $assocId | int | |
| $seq | int |
Definition at line 66 of file FeatureDAO.inc.php.
| FeatureDAO.resequenceByAssoc | ( | $ | assocType, | |
| $ | assocId | |||
| ) |
Resequence features by association.
| $assocType | int ASSOC_TYPE_... | |
| $assocId | int per $assocType | |
| $seqMonographId | if specified, sequence of monograph to return |
Definition at line 132 of file FeatureDAO.inc.php.
1.7.1