Open Journal Systems  3.3.0
SubmissionEmailLogEntry Class Reference
Inheritance diagram for SubmissionEmailLogEntry:
EmailLogEntry DataObject

Public Member Functions

 getSubmissionId ()
 
 setSubmissionId ($submissionId)
 
- Public Member Functions inherited from EmailLogEntry
 getAssocId ()
 
 getAssocType ()
 
 getBccs ()
 
 getBody ()
 
 getCcs ()
 
 getDateSent ()
 
 getEventType ()
 
 getFrom ()
 
 getPrefixedSubject ()
 
 getRecipients ()
 
 getSenderEmail ()
 
 getSenderFullName ()
 
 getSenderId ()
 
 getSubject ()
 
 setAssocId ($assocId)
 
 setAssocType ($assocType)
 
 setBccs ($bccs)
 
 setBody ($body)
 
 setCcs ($ccs)
 
 setDateSent ($dateSent)
 
 setEventType ($eventType)
 
 setFrom ($from)
 
 setRecipients ($recipients)
 
 setSenderId ($senderId)
 
 setSubject ($subject)
 
- 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()
 

Detailed Description

Base class for describing an entry in the submission email log.

See also
SubmissionEmailLogDAO

Definition at line 66 of file SubmissionEmailLogEntry.inc.php.

Member Function Documentation

◆ getSubmissionId()

SubmissionEmailLogEntry::getSubmissionId ( )

Get the submission ID for the log entry.

Returns
int

Definition at line 79 of file SubmissionEmailLogEntry.inc.php.

References EmailLogEntry\getAssocId().

◆ setSubmissionId()

SubmissionEmailLogEntry::setSubmissionId (   $submissionId)

Set the submission ID for the log entry.

Parameters
$submissionIdint

Definition at line 71 of file SubmissionEmailLogEntry.inc.php.

References EmailLogEntry\setAssocId().


The documentation for this class was generated from the following file: