Class ProjectDOIData
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.AbstractLockableEntity
de.xima.fc.entities.ALockableEntity
de.xima.fc.entities.ProjectDOIData
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, ILockingVersionProviding, IProjektDependent, ITransferable, ITransferableEntity, ITransferableLockableEntity, IUUIDEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity
@Deprecated
public class ProjectDOIData
extends ALockableEntity
implements IProjektDependent, IUUIDEntity
Deprecated.
Only used by the old workflow. The new workflow has a double opt-in email action.
Entity for project-specific double-opt-in data
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.Fields inherited from class AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class AbstractEntity
COL_ID, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface IProjektDependent
ATTR_PROJEKTFields inherited from interface ITransferableEntity
IMPORT_ID, INVALID_IDFields inherited from interface IUUIDEntity
ATTR_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, NULLABLE_UUID_TYPE, TYPE_NAME_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.longDeprecated.getId()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getUUID()Deprecated.Gets the UUID (universal unique identifier) that uniquely identifies this type of entity.Deprecated.Gets the UUID (universal unique identifier) that uniquely identifies this type of entity.booleanisActive()Deprecated.voidsetActive(boolean active) Deprecated.voidsetDeleteDelay(long deleteDelay) Deprecated.voidDeprecated.!!!voidsetMailContent(String mailContent) Deprecated.voidsetMailSubject(String mailSubject) Deprecated.voidsetOptInErrorTemplate(Textbaustein optInErrorTemplate) Deprecated.voidsetOptInSuccessTemplate(Textbaustein optInSuccessTemplate) Deprecated.voidsetProjekt(Projekt project) Deprecated.voidsetReceivedSuccessTemplate(Textbaustein receivedSuccessTemplate) Deprecated.voidsetReceiverMail(String receiverMail) Deprecated.voidsetSenderMail(String senderMail) Deprecated.voidsetSenderName(String senderName) Deprecated.voidDeprecated.Sets the UUID (universal unique identifier) that uniquely identifies this type of entity.voidsetUUIDObject(UUID uuid) Deprecated.Methods inherited from class AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toStringMethods inherited from class AbstractEntity
asIntValue, isPersisted, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from interface Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted
-
Field Details
-
ATTR_ACTIVE
-
ATTR_DELETE_DELAY
-
ATTR_SEND_SUCCESS_TEMPLATE
-
ATTR_OPT_IN_SUCCESS_TEMPLATE
-
ATTR_OPT_IN_ERROR_TEMPLATE
-
COL_UUID
-
-
Constructor Details
-
ProjectDOIData
public ProjectDOIData()Deprecated.
-
-
Method Details
-
getId
-
setId
Deprecated.Description copied from class:AbstractEntity!!!WARNING: Currently values biggerInteger.MAX_VALUEor lower thenInteger.MIN_VALUEwill be altered to null!!!- Specified by:
setIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>- Overrides:
setIdin classAbstractEntity- Parameters:
id-Longthe database-id to set
-
getUUID
Deprecated.Description copied from interface:IUUIDEntityGets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for exampleclient scopesorproject scope.- Specified by:
getUUIDin interfaceIUUIDEntity- Returns:
- The UUID of the entity.
-
setUUID
Deprecated.Description copied from interface:IUUIDEntitySets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for exampleclient scopesorproject scope.- Specified by:
setUUIDin interfaceIUUIDEntity- Parameters:
uuid- The UUID of the entity.
-
getUUIDObject
Deprecated.Description copied from interface:IUUIDEntityGets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for exampleclient scopesorproject scope.- Specified by:
getUUIDObjectin interfaceIUUIDEntity- Returns:
- The UUID of the entity.
-
setUUIDObject
Deprecated. -
getProjekt
-
setProjekt
Deprecated.- Specified by:
setProjektin interfaceIProjektDependent
-
isActive
public boolean isActive()Deprecated.- Returns:
- the active
-
setActive
public void setActive(boolean active) Deprecated.- Parameters:
active- the active to set
-
getDeleteDelay
public long getDeleteDelay()Deprecated.- Returns:
- the deleteDelay
-
setDeleteDelay
public void setDeleteDelay(long deleteDelay) Deprecated.- Parameters:
deleteDelay- the deleteDelay to set
-
getSenderMail
-
setSenderMail
Deprecated.- Parameters:
senderMail- the senderMail to set
-
getReceiverMail
-
setReceiverMail
Deprecated.- Parameters:
receiverMail- the receiverMail to set
-
getSenderName
-
setSenderName
Deprecated.- Parameters:
senderName- the senderName to set
-
getMailContent
-
setMailContent
Deprecated.- Parameters:
mailContent- the mailContent to set
-
getMailSubject
-
setMailSubject
Deprecated.- Parameters:
mailSubject- the mailSubject to set
-
getReceivedSuccessTemplate
-
setReceivedSuccessTemplate
Deprecated.- Parameters:
receivedSuccessTemplate- the sendSuccessTemplate to set
-
getOptInSuccessTemplate
-
setOptInSuccessTemplate
Deprecated.- Parameters:
optInSuccessTemplate- the optInSuccessTemplate to set
-
getOptInErrorTemplate
-
setOptInErrorTemplate
Deprecated.- Parameters:
optInErrorTemplate- the optInErrorTemplate to set
-
cloneBasics
Deprecated.
-