Class MessageBlob
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.message.server.entity.MessageBlob
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of MessageBlobMessageBlob
(MessageBlobValue value, EntityPermission entityPermission) Creates a new instance of MessageBlob -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBlob()
boolean
boolean
getLanguage
(EntityPermission entityPermission) getLanguage
(Session session) getLanguage
(Session session, EntityPermission entityPermission) getLanguageForUpdate
(Session session) boolean
getMessage
(EntityPermission entityPermission) getMessage
(Session session) getMessage
(Session session, EntityPermission entityPermission) getMessageForUpdate
(Session session) boolean
getMimeType
(EntityPermission entityPermission) getMimeType
(Session session) getMimeType
(Session session, EntityPermission entityPermission) getMimeTypeForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setFromTime
(Long fromTime) void
setLanguage
(Language entity) void
setLanguagePK
(LanguagePK languagePK) void
setMessage
(Message entity) void
void
setMessagePK
(MessagePK messagePK) void
setMimeType
(MimeType entity) void
setMimeTypePK
(MimeTypePK mimeTypePK) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
MessageBlob
Creates a new instance of MessageBlob- Throws:
PersistenceException
-
MessageBlob
Creates a new instance of MessageBlob
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getMessageBlobValue
-
setMessageBlobValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getMessagePK
-
getMessage
-
getMessage
-
getMessage
-
getMessage
-
getMessageForUpdate
-
getMessageForUpdate
-
setMessagePK
public void setMessagePK(MessagePK messagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setMessage
-
getMessagePKHasBeenModified
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getMimeTypePK
-
getMimeType
-
getMimeType
-
getMimeType
-
getMimeType
-
getMimeTypeForUpdate
-
getMimeTypeForUpdate
-
setMimeTypePK
public void setMimeTypePK(MimeTypePK mimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setMimeType
-
getMimeTypePKHasBeenModified
-
getBlob
-
setBlob
public void setBlob(ByteArray blob) throws PersistenceNotNullException, PersistenceReadOnlyException -
getBlobHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-