Package de.xima.fc.entities
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_ACTIVEDeprecated.static StringATTR_DELETE_DELAYDeprecated.static StringATTR_OPT_IN_ERROR_TEMPLATEDeprecated.static StringATTR_OPT_IN_SUCCESS_TEMPLATEDeprecated.static StringATTR_SEND_SUCCESS_TEMPLATEDeprecated.static StringCOL_UUIDDeprecated.-
Fields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersion
-
Fields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, id
-
Fields inherited from interface de.xima.fc.entities.interfaces.IProjektDependent
ATTR_PROJEKT
-
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.IUUIDEntity
ATTR_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, NULLABLE_UUID_TYPE, TYPE_NAME_UUID
-
-
Constructor Summary
Constructors Constructor Description ProjectDOIData()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ProjectDOIDatacloneBasics()Deprecated.longgetDeleteDelay()Deprecated.LonggetId()Deprecated.StringgetMailContent()Deprecated.StringgetMailSubject()Deprecated.TextbausteingetOptInErrorTemplate()Deprecated.TextbausteingetOptInSuccessTemplate()Deprecated.ProjektgetProjekt()Deprecated.TextbausteingetReceivedSuccessTemplate()Deprecated.StringgetReceiverMail()Deprecated.StringgetSenderMail()Deprecated.StringgetSenderName()Deprecated.StringgetUUID()Deprecated.Gets the UUID (universal unique identifier) that uniquely identifies this type of entity.UUIDgetUUIDObject()Deprecated.Gets the UUID (universal unique identifier) that uniquely identifies this type of entity.booleanisActive()Deprecated.voidsetActive(boolean active)Deprecated.voidsetDeleteDelay(long deleteDelay)Deprecated.voidsetId(Long id)Deprecated.!!!WARNING: Currently values biggerInteger.MAX_VALUEor lower thenInteger.MIN_VALUEwill be altered to null!!!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.voidsetUUID(String uuid)Deprecated.Sets the UUID (universal unique identifier) that uniquely identifies this type of entity.voidsetUUIDObject(UUID uuid)Deprecated.-
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toString
-
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId
-
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Field Detail
-
ATTR_ACTIVE
public static final String ATTR_ACTIVE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_DELETE_DELAY
public static final String ATTR_DELETE_DELAY
Deprecated.- See Also:
- Constant Field Values
-
ATTR_SEND_SUCCESS_TEMPLATE
public static final String ATTR_SEND_SUCCESS_TEMPLATE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_OPT_IN_SUCCESS_TEMPLATE
public static final String ATTR_OPT_IN_SUCCESS_TEMPLATE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_OPT_IN_ERROR_TEMPLATE
public static final String ATTR_OPT_IN_ERROR_TEMPLATE
Deprecated.- See Also:
- Constant Field Values
-
COL_UUID
public static final String COL_UUID
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public Long getId()
Deprecated.- Specified by:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
setId
public void setId(Long id)
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
public String 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
public void setUUID(String uuid)
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
public UUID 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
public void setUUIDObject(UUID uuid)
Deprecated.
-
getProjekt
public Projekt getProjekt()
Deprecated.- Specified by:
getProjektin interfaceIProjektDependent
-
setProjekt
public void setProjekt(Projekt project)
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
public String getSenderMail()
Deprecated.- Returns:
- the senderMail
-
setSenderMail
public void setSenderMail(String senderMail)
Deprecated.- Parameters:
senderMail- the senderMail to set
-
getReceiverMail
public String getReceiverMail()
Deprecated.- Returns:
- the receiverMail
-
setReceiverMail
public void setReceiverMail(String receiverMail)
Deprecated.- Parameters:
receiverMail- the receiverMail to set
-
getSenderName
public String getSenderName()
Deprecated.- Returns:
- the senderName
-
setSenderName
public void setSenderName(String senderName)
Deprecated.- Parameters:
senderName- the senderName to set
-
getMailContent
public String getMailContent()
Deprecated.- Returns:
- the mailContent
-
setMailContent
public void setMailContent(String mailContent)
Deprecated.- Parameters:
mailContent- the mailContent to set
-
getMailSubject
public String getMailSubject()
Deprecated.- Returns:
- the mailSubject
-
setMailSubject
public void setMailSubject(String mailSubject)
Deprecated.- Parameters:
mailSubject- the mailSubject to set
-
getReceivedSuccessTemplate
public Textbaustein getReceivedSuccessTemplate()
Deprecated.- Returns:
- the sendSuccessTemplate
-
setReceivedSuccessTemplate
public void setReceivedSuccessTemplate(Textbaustein receivedSuccessTemplate)
Deprecated.- Parameters:
receivedSuccessTemplate- the sendSuccessTemplate to set
-
getOptInSuccessTemplate
public Textbaustein getOptInSuccessTemplate()
Deprecated.- Returns:
- the optInSuccessTemplate
-
setOptInSuccessTemplate
public void setOptInSuccessTemplate(Textbaustein optInSuccessTemplate)
Deprecated.- Parameters:
optInSuccessTemplate- the optInSuccessTemplate to set
-
getOptInErrorTemplate
public Textbaustein getOptInErrorTemplate()
Deprecated.- Returns:
- the optInErrorTemplate
-
setOptInErrorTemplate
public void setOptInErrorTemplate(Textbaustein optInErrorTemplate)
Deprecated.- Parameters:
optInErrorTemplate- the optInErrorTemplate to set
-
cloneBasics
public ProjectDOIData cloneBasics()
Deprecated.
-
-