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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.Form record data is ordered by theirsubmit instant.static final StringDeprecated.UseATTR_SUBMISSION+ "." +FormRecordSubmission.ATTR_FORM_RECORD+ "." +IMandantDependent.ATTR_MANDANTinstead.static final StringDeprecated.static final Stringstatic final Stringstatic final StringDeprecated.UseATTR_SUBMISSION+ "." +FormRecordSubmission.ATTR_FORM_RECORDinstead.static final Stringstatic final Stringstatic 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 IFileProviding
ATTR_DATEI, ATTR_FILEFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface IMandantDependent
ATTR_CLIENT, COL_CLIENT_IDFields 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 TypeMethodDescriptionvoidaddAttachment(Attachment attachment) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission().Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission().getId()intDeprecated.the order of form record data is determined by theirsubmit instant.Deprecated.Deprecated.getUUID()Gets the UUID (universal unique identifier) that uniquely identifies this type of entity.Gets the UUID (universal unique identifier) that uniquely identifies this type of entity.Deprecated.booleanisReadMember(IUser user) booleanisReadMember(IUserRef userRef) 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) void!!!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) voidSets 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 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
isPersistedMethods inherited from interface IFileProviding
getDatei, setDatei
-
Field Details
-
COL_SUBMISSION_ID
- See Also:
-
COL_UUID
- See Also:
-
ATTR_SUBMISSION
- See Also:
-
ATTR_READ_USER_PROFILES
- See Also:
-
ATTR_VORGANG
Deprecated.UseATTR_SUBMISSION+ "." +FormRecordSubmission.ATTR_FORM_RECORDinstead.- See Also:
-
ATTR_MANDANT
Deprecated.UseATTR_SUBMISSION+ "." +FormRecordSubmission.ATTR_FORM_RECORD+ "." +IMandantDependent.ATTR_MANDANTinstead.- See Also:
-
ATTR_ERSTELLER_REF
Deprecated.Use theuniversal reference IDof theform records first submissioninstead.- See Also:
-
ATTR_INDEX
Deprecated.Form record data is ordered by theirsubmit instant.- See Also:
-
ATTR_NUTZER_INFO
-
STANDARD_DATUM_FORMAT_DE
-
STANDARD_ZEIT_FORMAT_DE
-
SUB_ATTR_EINGABEWERTE_ALIAS
-
SUB_ATTR_EINGABEWERTE_WERT
-
-
Constructor Details
-
FormEingang
public FormEingang()
-
-
Method Details
-
getId
-
setId
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
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
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
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
-
getFileEntity
- Specified by:
getFileEntityin interfaceIFileProviding<FormEingangDatei, FormEingangDateiData>
-
setFileEntity
- Specified by:
setFileEntityin interfaceIFileProviding<FormEingangDatei, FormEingangDateiData>
-
getSubmission
-
setSubmission
-
getReadUserProfiles
-
setReadUserProfiles
-
isReadMember
-
isReadMember
-
getEingangsDatum
Deprecated. -
getAttachments
Deprecated. -
setAttachments
Deprecated. -
getIdxnum
Deprecated.the order of form record data is determined by theirsubmit instant. -
setIdxnum
Deprecated.the order of form record data is determined by theirsubmit instant. -
getErstellerRef
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission(). -
setErstellerRef
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission(). -
getDatumFormat
Deprecated. -
setDatumFormat
Deprecated. -
getZeitFormat
Deprecated. -
setZeitFormat
Deprecated. -
getVorgang
- Specified by:
getVorgangin interfaceIVorgangDependent
-
setVorgang
Deprecated.The form record is set at thesubmission. -
getErsteller
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission(). -
setErsteller
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission(). -
setErsteller
Deprecated.The creator of the form record is set at theVorgang.getInitialSubmission(). -
getNutzerInfo
Deprecated. -
setNutzerInfo
Deprecated. -
getMandant
Deprecated.- Specified by:
getMandantin interfaceIMandantDependent- Returns:
- returns the client or null if not set
-
setMandant
Deprecated.usegetSubmission(),FormRecordSubmission.getFormRecord()andAClientDependentEntity.getMandant()to access the client instead.- Specified by:
setMandantin interfaceIMandantDependent
-
setFormData
-
addAttachment
Deprecated. -
removeAttachment
Deprecated.
-
universal reference IDof theform records first submissioninstead.