Package de.xima.fc.entities
Class FormEingang
- 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.FormEingang
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>
,de.xima.cmn.dao.interfaces.ILockableEntity<Long>
,IFileProviding<FormEingangDatei,FormEingangDateiData>
,ILockingVersionProviding
,IMandantDependent
,ITransferable
,ITransferableEntity
,ITransferableLockableEntity
,IUncacheableDatei
,IUncacheableFile
,IUUIDEntity
,IVorgangDependent
,Serializable
,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class FormEingang extends ALockableEntity implements IVorgangDependent, IFileProviding<FormEingangDatei,FormEingangDateiData>, IUncacheableFile, IUUIDEntity, IMandantDependent
FormEingabeDaten +- Vorgang +- Eingangsinformationen (Datum, Nutzer) +- Mapping der Feldnamen-Alias auf die zugehörigen Werte- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_ERSTELLER_REF
Deprecated.Use theuniversal reference ID
of theform records first submission
instead.static String
ATTR_INDEX
Deprecated.Form record data is ordered by theirsubmit instant
.static String
ATTR_MANDANT
Deprecated.UseATTR_SUBMISSION
+ "." +FormRecordSubmission.ATTR_FORM_RECORD
+ "." +IMandantDependent.ATTR_MANDANT
instead.static String
ATTR_NUTZER_INFO
Deprecated.static String
ATTR_SUBMISSION
static String
ATTR_VORGANG
Deprecated.UseATTR_SUBMISSION
+ "." +FormRecordSubmission.ATTR_FORM_RECORD
instead.static String
COL_SUBMISSION_ID
static String
COL_UUID
static String
STANDARD_DATUM_FORMAT_DE
Deprecated.static String
STANDARD_ZEIT_FORMAT_DE
Deprecated.static String
SUB_ATTR_EINGABEWERTE_ALIAS
Deprecated.static String
SUB_ATTR_EINGABEWERTE_WERT
Deprecated.-
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.IFileProviding
ATTR_DATEI, ATTR_FILE
-
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
COL_CLIENT_ID
-
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 FormEingang()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addAttachment(Attachment attachment)
Deprecated.List<Attachment>
getAttachments()
Deprecated.String
getDatumFormat()
Deprecated.Date
getEingangsDatum()
Deprecated.Benutzer
getErsteller()
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission()
.String
getErstellerRef()
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission()
.FormEingangDatei
getFileEntity()
Long
getId()
int
getIdxnum()
Deprecated.the order of form record data is determined by theirsubmit instant
.Mandant
getMandant()
Deprecated.String
getNutzerInfo()
Deprecated.Set<UserProfile>
getReadUserProfiles()
FormRecordSubmission
getSubmission()
String
getUUID()
Gets the UUID (universal unique identifier) that uniquely identifies this type of entity.UUID
getUUIDObject()
Gets the UUID (universal unique identifier) that uniquely identifies this type of entity.Vorgang
getVorgang()
String
getZeitFormat()
Deprecated.void
removeAttachment(Attachment attachment)
Deprecated.void
setAttachments(List<Attachment> attachments)
Deprecated.void
setDatumFormat(String datumFormat)
Deprecated.void
setErsteller(Benutzer ersteller)
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission()
.void
setErsteller(IUser ersteller)
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission()
.void
setErstellerRef(String erstellerRef)
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission()
.void
setFileEntity(FormEingangDatei fileEntity)
void
setFormData(String formData)
void
setId(Long id)
!!!WARNING: Currently values biggerInteger.MAX_VALUE
or lower thenInteger.MIN_VALUE
will be altered to null!!!void
setIdxnum(int idxnum)
Deprecated.the order of form record data is determined by theirsubmit instant
.void
setMandant(Mandant mandant)
Deprecated.usegetSubmission()
,FormRecordSubmission.getFormRecord()
andAClientDependentEntity.getMandant()
to access the client instead.void
setNutzerInfo(String nutzerInfo)
Deprecated.void
setReadUserProfiles(Set<UserProfile> readUserProfiles)
void
setSubmission(FormRecordSubmission submission)
void
setUUID(String uuid)
Sets the UUID (universal unique identifier) that uniquely identifies this type of entity.void
setUUIDObject(UUID uuid)
void
setVorgang(Vorgang vorgang)
Deprecated.The form record is set at thesubmission
.void
setZeitFormat(String zeitFormat)
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
-
Methods inherited from interface de.xima.fc.entities.interfaces.IFileProviding
getDatei, setDatei
-
-
-
-
Field Detail
-
COL_SUBMISSION_ID
public static final String COL_SUBMISSION_ID
- See Also:
- Constant Field Values
-
COL_UUID
public static final String COL_UUID
- See Also:
- Constant Field Values
-
ATTR_SUBMISSION
public static final String ATTR_SUBMISSION
- See Also:
- Constant Field Values
-
ATTR_VORGANG
@Deprecated public static final String ATTR_VORGANG
Deprecated.UseATTR_SUBMISSION
+ "." +FormRecordSubmission.ATTR_FORM_RECORD
instead.- See Also:
- Constant Field Values
-
ATTR_MANDANT
@Deprecated public static final String ATTR_MANDANT
Deprecated.UseATTR_SUBMISSION
+ "." +FormRecordSubmission.ATTR_FORM_RECORD
+ "." +IMandantDependent.ATTR_MANDANT
instead.- See Also:
- Constant Field Values
-
ATTR_ERSTELLER_REF
@Deprecated public static final String ATTR_ERSTELLER_REF
Deprecated.Use theuniversal reference ID
of theform records first submission
instead.- See Also:
- Constant Field Values
-
ATTR_INDEX
@Deprecated public static final String ATTR_INDEX
Deprecated.Form record data is ordered by theirsubmit instant
.- See Also:
- Constant Field Values
-
ATTR_NUTZER_INFO
@Deprecated public static final String ATTR_NUTZER_INFO
Deprecated.- See Also:
- Constant Field Values
-
STANDARD_DATUM_FORMAT_DE
@Deprecated public static final String STANDARD_DATUM_FORMAT_DE
Deprecated.- See Also:
- Constant Field Values
-
STANDARD_ZEIT_FORMAT_DE
@Deprecated public static final String STANDARD_ZEIT_FORMAT_DE
Deprecated.- See Also:
- Constant Field Values
-
SUB_ATTR_EINGABEWERTE_ALIAS
@Deprecated public static final String SUB_ATTR_EINGABEWERTE_ALIAS
Deprecated.- See Also:
- Constant Field Values
-
SUB_ATTR_EINGABEWERTE_WERT
@Deprecated public static final String SUB_ATTR_EINGABEWERTE_WERT
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
setId
public void setId(Long id)
Description copied from class:AbstractEntity
!!!WARNING: Currently values biggerInteger.MAX_VALUE
or lower thenInteger.MIN_VALUE
will be altered to null!!!- Specified by:
setId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
- Overrides:
setId
in classAbstractEntity
- Parameters:
id
-Long
the database-id to set
-
getUUID
public String getUUID()
Description copied from interface:IUUIDEntity
Gets 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 scopes
orproject scope
.- Specified by:
getUUID
in interfaceIUUIDEntity
- Returns:
- The UUID of the entity.
-
setUUID
public void setUUID(String uuid)
Description copied from interface:IUUIDEntity
Sets 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 scopes
orproject scope
.- Specified by:
setUUID
in interfaceIUUIDEntity
- Parameters:
uuid
- The UUID of the entity.
-
getUUIDObject
public UUID getUUIDObject()
Description copied from interface:IUUIDEntity
Gets 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 scopes
orproject scope
.- Specified by:
getUUIDObject
in interfaceIUUIDEntity
- Returns:
- The UUID of the entity.
-
setUUIDObject
public void setUUIDObject(UUID uuid)
-
getFileEntity
public FormEingangDatei getFileEntity()
- Specified by:
getFileEntity
in interfaceIFileProviding<FormEingangDatei,FormEingangDateiData>
-
setFileEntity
public void setFileEntity(FormEingangDatei fileEntity)
- Specified by:
setFileEntity
in interfaceIFileProviding<FormEingangDatei,FormEingangDateiData>
-
getSubmission
public FormRecordSubmission getSubmission()
-
setSubmission
public void setSubmission(FormRecordSubmission submission)
-
getReadUserProfiles
public Set<UserProfile> getReadUserProfiles()
-
setReadUserProfiles
public void setReadUserProfiles(Set<UserProfile> readUserProfiles)
-
getEingangsDatum
@Deprecated public Date getEingangsDatum()
Deprecated.
-
getAttachments
@Deprecated public List<Attachment> getAttachments()
Deprecated.
-
setAttachments
@Deprecated public void setAttachments(List<Attachment> attachments)
Deprecated.
-
getIdxnum
@Deprecated public int getIdxnum()
Deprecated.the order of form record data is determined by theirsubmit instant
.
-
setIdxnum
@Deprecated public void setIdxnum(int idxnum)
Deprecated.the order of form record data is determined by theirsubmit instant
.
-
getErstellerRef
@Deprecated public String getErstellerRef()
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission()
.
-
setErstellerRef
@Deprecated public void setErstellerRef(String erstellerRef)
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission()
.
-
getDatumFormat
@Deprecated public String getDatumFormat()
Deprecated.
-
setDatumFormat
@Deprecated public void setDatumFormat(String datumFormat)
Deprecated.
-
getZeitFormat
@Deprecated public String getZeitFormat()
Deprecated.
-
setZeitFormat
@Deprecated public void setZeitFormat(String zeitFormat)
Deprecated.
-
getVorgang
public Vorgang getVorgang()
- Specified by:
getVorgang
in interfaceIVorgangDependent
-
setVorgang
@Deprecated public void setVorgang(Vorgang vorgang)
Deprecated.The form record is set at thesubmission
.
-
getErsteller
@Deprecated public Benutzer getErsteller()
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission()
.
-
setErsteller
@Deprecated public void setErsteller(IUser ersteller)
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission()
.
-
setErsteller
@Deprecated public void setErsteller(Benutzer ersteller)
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission()
.
-
getNutzerInfo
@Deprecated public String getNutzerInfo()
Deprecated.
-
setNutzerInfo
@Deprecated public void setNutzerInfo(String nutzerInfo)
Deprecated.
-
getMandant
@Deprecated public Mandant getMandant()
Deprecated.- Specified by:
getMandant
in interfaceIMandantDependent
- Returns:
- returns the client or null if not set
-
setMandant
@Deprecated public void setMandant(Mandant mandant)
Deprecated.usegetSubmission()
,FormRecordSubmission.getFormRecord()
andAClientDependentEntity.getMandant()
to access the client instead.- Specified by:
setMandant
in interfaceIMandantDependent
-
setFormData
public void setFormData(String formData)
-
addAttachment
@Deprecated public void addAttachment(Attachment attachment)
Deprecated.
-
removeAttachment
@Deprecated public void removeAttachment(Attachment attachment)
Deprecated.
-
-