er.corebusinesslogic
Class _ERCMailMessage
java.lang.Object
com.webobjects.eocontrol.EOCustomObject
com.webobjects.eocontrol.EOGenericRecord
er.extensions.ERXGenericRecord
er.corebusinesslogic.ERCStampedEnterpriseObject
er.corebusinesslogic._ERCMailMessage
- All Implemented Interfaces:
- _EOPrivateMemento, EODeferredFaulting, EOEnterpriseObject, EOFaulting, EOKeyValueCoding, EOKeyValueCoding._BestBindingCreation._ForwardingBindingCheck, EOKeyValueCoding._KeyBindingCreation, EOKeyValueCodingAdditions, EORelationshipManipulation, EOValidation, ERXGeneratesPrimaryKeyInterface, ERXGuardedObjectInterface, NSKeyValueCoding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._ReflectionKeyBindingCreation.Callback, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable
- Direct Known Subclasses:
- ERCMailMessage
- public abstract class _ERCMailMessage
- extends ERCStampedEnterpriseObject
- See Also:
- Serialized Form
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCoding |
NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.ValueAccessor |
Fields inherited from class er.extensions.ERXGenericRecord |
classLogs, insertionStackTrace, insertionTrackingLog, KEY_MARKER, lock, tranLogDidDelete, tranLogDidInsert, tranLogDidUpdate, tranLogWillDelete, tranLogWillInsert, tranLogWillUpdate, validation, validationException |
Methods inherited from class er.extensions.ERXGenericRecord |
_checkEditingContextDelegate, addObjectsToBothSidesOfRelationshipWithKey, addObjectToBothSidesOfRelationshipWithKey, awakeFromClientUpdate, awakeFromFetch, batchCheckConsistency, canDelete, canUpdate, changesFromCommittedSnapshot, checkConsistency, committedSnapshotValueForKey, delete, description, didDelete, didInsert, didSave, didUpdate, encryptedPrimaryKey, flushCaches, foreignKeyForRelationshipWithKey, getClassLog, isDeletedEO, isNewEO, isNewObject, localInstanceOf, localInstancesOf, parentObjectStoreIsObjectStoreCoordinator, primaryKey, primaryKeyAttributeNames, primaryKeyDictionary, primaryKeyInTransaction, rawPrimaryKey, rawPrimaryKeyInTransaction, refetchObjectFromDBinEditingContext, removeObjectsFromBothSidesOfRelationshipWithKey, removeObjectsFromPropertyWithKey, self, shouldTrimSpaces, toLongString, toString, trimSpaces, validateForDelete, validateForInsert, validateForSave, validateForUpdate, validateValueForKey |
Methods inherited from class com.webobjects.eocontrol.EOCustomObject |
__classDescription, __clearPendingChanges, __editingContext, __globalID, __hasAuxillaryObservers, __hasPendingChanges, __hasPendingUpdate, __isInitialized, __isPendingDeletion, __isPendingInsertion, __isShared, __lastSnapshot, __originalSnapshot, __retainCount, __setAuxillaryObservers, __setEditingContext, __setGlobalID, __setInitialized, __setLastSnapshot, __setOriginalSnapshot, __setPendingDeletion, __setPendingInsertion, __setPendingUpdate, __setRetainCount, __setShared, _createKeyGetBindingForKey, _createKeySetBindingForKey, _createStoredKeyGetBindingForKey, _createStoredKeySetBindingForKey, _fieldKeyBinding, _forwardingBindingNeededForClass, _methodKeyGetBinding, _methodKeySetBinding, addObjectToPropertyWithKey, allPropertyKeys, attributeKeys, canAccessFieldsDirectly, changesFromSnapshot, classDescriptionForDestinationKey, clearFault, clearProperties, deleteRuleForRelationshipKey, editingContext, entityName, eoDescription, eoShallowDescription, equals, excludeObjectFromPropertyWithKey, faultHandler, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hashCode, includeObjectIntoPropertyWithKey, inverseForRelationshipKey, invokeRemoteMethod, isFault, isToManyKey, opaqueState, ownsDestinationObjectsForRelationshipKey, prepareValuesForClient, propagateDeleteWithEditingContext, readResolve, reapplyChangesFromDictionary, removeObjectFromBothSidesOfRelationshipWithKey, removeObjectFromPropertyWithKey, shouldUseStoredAccessors, snapshot, storedValueForKey, takeStoredValueForKey, takeValueForKey, takeValueForKeyPath, takeValuesFromDictionary, takeValuesFromDictionaryWithMapping, toManyRelationshipKeys, toOneRelationshipKeys, turnIntoFault, unableToSetNullForKey, updateFromSnapshot, userPresentableDescription, validateClientUpdate, validateTakeValueForKeyPath, valueForKey, valueForKeyPath, valuesForKeys, valuesForKeysWithMapping, willChange, willRead, willReadRelationship |
log
public static ERXLogger log
_ERCMailMessage
public _ERCMailMessage()
contentGzippedAsBoolean
public boolean contentGzippedAsBoolean()
contentGzipped
public Boolean contentGzipped()
setContentGzipped
public void setContentGzipped(Boolean aValue)
shouldArchiveSentMail
public Boolean shouldArchiveSentMail()
setShouldArchiveSentMail
public void setShouldArchiveSentMail(Boolean aValue)
fromAddress
public String fromAddress()
setFromAddress
public void setFromAddress(String aValue)
toAddresses
public String toAddresses()
setToAddresses
public void setToAddresses(String aValue)
ccAddresses
public String ccAddresses()
setCcAddresses
public void setCcAddresses(String aValue)
bccAddresses
public String bccAddresses()
setBccAddresses
public void setBccAddresses(String aValue)
title
public String title()
setTitle
public void setTitle(String aValue)
exceptionReason
public String exceptionReason()
setExceptionReason
public void setExceptionReason(String aValue)
text
public String text()
setText
public void setText(String aValue)
plainText
public String plainText()
setPlainText
public void setPlainText(String aValue)
storedGzippedValueForKey
public String storedGzippedValueForKey(String key)
takeStoredGzippedValueForKey
public void takeStoredGzippedValueForKey(String aValue,
String key)
dateSent
public NSTimestamp dateSent()
setDateSent
public void setDateSent(NSTimestamp aValue)
replyToAddress
public String replyToAddress()
setReplyToAddress
public void setReplyToAddress(String aValue)
xMailer
public String xMailer()
setXMailer
public void setXMailer(String aValue)
contentType
public String contentType()
setContentType
public void setContentType(String aValue)
isRead
public Number isRead()
setIsRead
public void setIsRead(Number aValue)
state
public ERCMailState state()
setState
public void setState(ERCMailState aValue)
addToBothSidesOfState
public void addToBothSidesOfState(ERCMailState object)
removeFromBothSidesOfState
public void removeFromBothSidesOfState(ERCMailState object)
attachments
public NSArray attachments()
setAttachments
public void setAttachments(NSMutableArray aValue)
addToAttachments
public void addToAttachments(ERCMessageAttachment object)
removeFromAttachments
public void removeFromAttachments(ERCMessageAttachment object)
addToBothSidesOfAttachments
public void addToBothSidesOfAttachments(ERCMessageAttachment object)
removeFromBothSidesOfAttachments
public void removeFromBothSidesOfAttachments(ERCMessageAttachment object)
Copyright © 2002 – 2004 Project Wonder.