|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| getAssocId () | |
| getAssocType () | |
| getLocalizedTypeName () | |
| getName ($locale) | |
| setAssocId ($assocId) | |
| setAssocType ($assocType) | |
| setName ($name, $locale) | |
Public Member Functions inherited from DataObject | |
| __construct () | |
| addSupportedMetadataAdapter ($metadataAdapter) | |
| extractMetadata ($metadataSchema) | |
| getAdditionalMetadataFieldNames () | |
| & | getAllData () |
| getDAO () | |
| & | getData ($key, $locale=null) |
| getHasLoadableAdapters () | |
| getId () | |
| getLocaleMetadataFieldNames () | |
| getLocalizedData ($key, $preferredLocale=null) | |
| getMetadataFieldNames ($translated=true) | |
| getSetMetadataFieldNames ($translated=true) | |
| getSupportedExtractionAdapters () | |
| getSupportedInjectionAdapters () | |
| getSupportedMetadataSchemas () | |
| hasData ($key, $locale=null) | |
| injectMetadata ($metadataDescription) | |
| removeSupportedMetadataAdapter ($metadataSchemaName) | |
| setAllData (&$data) | |
| setData ($key, $value, $locale=null) | |
| setHasLoadableAdapters ($hasLoadableAdapters) | |
| setId ($id) | |
| unsetData ($key, $locale=null) | |
| upcastTo ($targetObject) | |
Additional Inherited Members | |
Data Fields inherited from DataObject | |
| $_data = array() | |
| $_extractionAdaptersLoaded = false | |
| $_hasLoadableAdapters = false | |
| $_injectionAdaptersLoaded = false | |
| $_metadataExtractionAdapters = array() | |
| $_metadataInjectionAdapters = array() | |
Basic class describing an announcement type.
Definition at line 17 of file AnnouncementType.inc.php.
| AnnouncementType::getAssocId | ( | ) |
Get assoc ID for this annoucement.
Definition at line 26 of file AnnouncementType.inc.php.
References DataObject\getData().
| AnnouncementType::getAssocType | ( | ) |
Get assoc type for this annoucement.
Definition at line 42 of file AnnouncementType.inc.php.
References DataObject\getData().
| AnnouncementType::getLocalizedTypeName | ( | ) |
Get the type of the announcement type.
Definition at line 58 of file AnnouncementType.inc.php.
References DataObject\getLocalizedData().
| AnnouncementType::getName | ( | $locale | ) |
Get the type of the announcement type.
| $locale | string |
Definition at line 67 of file AnnouncementType.inc.php.
References DataObject\getData().
| AnnouncementType::setAssocId | ( | $assocId | ) |
Set assoc ID for this annoucement.
| $assocId | int |
Definition at line 34 of file AnnouncementType.inc.php.
References DataObject\setData().
| AnnouncementType::setAssocType | ( | $assocType | ) |
Set assoc Type for this annoucement.
| $assocType | int |
Definition at line 50 of file AnnouncementType.inc.php.
References DataObject\setData().
| AnnouncementType::setName | ( | $name, | |
| $locale | |||
| ) |
Set the type of the announcement type.
| $name | string |
| $locale | string |
Definition at line 76 of file AnnouncementType.inc.php.
References DataObject\setData().