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 StringATTR_ERSTELLER_REFDeprecated.Use theuniversal reference IDof theform records first submissioninstead.static StringATTR_INDEXDeprecated.Form record data is ordered by theirsubmit instant.static StringATTR_MANDANTDeprecated.UseATTR_SUBMISSION+ "." +FormRecordSubmission.ATTR_FORM_RECORD+ "." +IMandantDependent.ATTR_MANDANTinstead.static StringATTR_NUTZER_INFODeprecated.static StringATTR_SUBMISSIONstatic StringATTR_VORGANGDeprecated.UseATTR_SUBMISSION+ "." +FormRecordSubmission.ATTR_FORM_RECORDinstead.static StringCOL_SUBMISSION_IDstatic StringCOL_UUIDstatic StringSTANDARD_DATUM_FORMAT_DEDeprecated.static StringSTANDARD_ZEIT_FORMAT_DEDeprecated.static StringSUB_ATTR_EINGABEWERTE_ALIASDeprecated.static StringSUB_ATTR_EINGABEWERTE_WERTDeprecated.-
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
ATTR_CLIENT, 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 voidaddAttachment(Attachment attachment)Deprecated.List<Attachment>getAttachments()Deprecated.StringgetDatumFormat()Deprecated.DategetEingangsDatum()Deprecated.BenutzergetErsteller()Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission().StringgetErstellerRef()Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission().FormEingangDateigetFileEntity()LonggetId()intgetIdxnum()Deprecated.the order of form record data is determined by theirsubmit instant.MandantgetMandant()Deprecated.StringgetNutzerInfo()Deprecated.Set<UserProfile>getReadUserProfiles()FormRecordSubmissiongetSubmission()StringgetUUID()Gets the UUID (universal unique identifier) that uniquely identifies this type of entity.UUIDgetUUIDObject()Gets the UUID (universal unique identifier) that uniquely identifies this type of entity.VorganggetVorgang()StringgetZeitFormat()Deprecated.voidremoveAttachment(Attachment attachment)Deprecated.voidsetAttachments(List<Attachment> attachments)Deprecated.voidsetDatumFormat(String datumFormat)Deprecated.voidsetErsteller(Benutzer ersteller)Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission().voidsetErsteller(IUser ersteller)Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission().voidsetErstellerRef(String erstellerRef)Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission().voidsetFileEntity(FormEingangDatei fileEntity)voidsetFormData(String formData)voidsetId(Long id)!!!WARNING: Currently values biggerInteger.MAX_VALUEor lower thenInteger.MIN_VALUEwill be altered to null!!!voidsetIdxnum(int idxnum)Deprecated.the order of form record data is determined by theirsubmit instant.voidsetMandant(Mandant mandant)Deprecated.usegetSubmission(),FormRecordSubmission.getFormRecord()andAClientDependentEntity.getMandant()to access the client instead.voidsetNutzerInfo(String nutzerInfo)Deprecated.voidsetReadUserProfiles(Set<UserProfile> readUserProfiles)voidsetSubmission(FormRecordSubmission submission)voidsetUUID(String uuid)Sets the UUID (universal unique identifier) that uniquely identifies this type of entity.voidsetUUIDObject(UUID uuid)voidsetVorgang(Vorgang vorgang)Deprecated.The form record is set at thesubmission.voidsetZeitFormat(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_RECORDinstead.- See Also:
- Constant Field Values
-
ATTR_MANDANT
@Deprecated public static final String ATTR_MANDANT
Deprecated.UseATTR_SUBMISSION+ "." +FormRecordSubmission.ATTR_FORM_RECORD+ "." +IMandantDependent.ATTR_MANDANTinstead.- See Also:
- Constant Field Values
-
ATTR_ERSTELLER_REF
@Deprecated public static final String ATTR_ERSTELLER_REF
Deprecated.Use theuniversal reference IDof theform records first submissioninstead.- 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_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()
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)
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()
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)
-
getFileEntity
public FormEingangDatei getFileEntity()
- Specified by:
getFileEntityin interfaceIFileProviding<FormEingangDatei,FormEingangDateiData>
-
setFileEntity
public void setFileEntity(FormEingangDatei fileEntity)
- Specified by:
setFileEntityin 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:
getVorgangin 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:
getMandantin 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:
setMandantin interfaceIMandantDependent
-
setFormData
public void setFormData(String formData)
-
addAttachment
@Deprecated public void addAttachment(Attachment attachment)
Deprecated.
-
removeAttachment
@Deprecated public void removeAttachment(Attachment attachment)
Deprecated.
-
-