Class Status
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, IDescriptionProviding, IIndexed, ILockingVersionProviding, IMandantDependent, INameProviding, IProjektDependent, ITransferable, ITransferableEntity, ITransferableLockableEntity, IUUIDEntity, IUuidProviding, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
- Direct Known Subclasses:
ExportStatusData
@Deprecated
@Entity
public class Status
extends AbstractMandantDependentEntity
implements IProjektDependent, IIndexed, INameProviding, IDescriptionProviding, IUUIDEntity, IUuidProviding
Deprecated.
Die Entität Status beschreibt ein einzelnes Element innerhalb der Statusverwaltung, den ein Formular innerhalb der
Workflowabarbeitung durchlaufen kann
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.Fields inherited from class AbstractMandantDependentEntity
mandantFields inherited from class AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class AbstractEntity
COL_ID, idFields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface IIndexed
ATTR_IDXNUMFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface IMandantDependent
ATTR_CLIENT, ATTR_MANDANT, COL_CLIENT_IDFields inherited from interface INameProviding
ATTR_NAME, COL_NAMEFields 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 TypeMethodDescriptionvoidDeprecated.voidDeprecated.voidaddStatusPre(Status status) Deprecated.Deprecated.Deprecated.Liefert die aktuellen Aktionen-Liste.getAlias()Deprecated.booleanDeprecated.intDeprecated.Deprecated.Liefert die aktuellen BenutzerGruppen-Liste.Deprecated.Deprecated.Deprecated.getId()Deprecated.intDeprecated.Liefert den aktuellen Index dieses Elements in der Collection, der es zugeordnet ist.getName()Deprecated.intDeprecated.Deprecated.intDeprecated.Deprecated.Liefert die Liste der vorher möglichen StatusDeprecated.Diese Methode dient dazu, denEStatusTypeinesStatuszu setzen.intDeprecated.Deprecated.Deprecated.getUuid()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.Deprecated.protected booleanDeprecated.booleanDeprecated.booleanDeprecated.voidDeprecated.voidDeprecated.voidremoveStatusPre(Status status) Deprecated.voidsetAktionen(List<Aktion> aktionen) Deprecated.Überschreibt die aktuelle Aktionsliste mit der übergebenen ListevoidDeprecated.voidsetAllowUnregisteredReprovide(boolean allowUnregisteredReprovide) Deprecated.voidsetAnzahlRetry(int anzahlRetry) Deprecated.voidDeprecated.Überschreibt die aktuelle Benutzergruppenliste mit der übergebenen ListevoidsetBeschreibung(String beschreibung) Deprecated.voidsetBezeichner(String bezeichner) Deprecated.protected voidsetChangeLocked(boolean changeLocked) Deprecated.voidsetDescription(String description) Deprecated.voidsetDisabled(boolean disabled) Deprecated.voidsetIdxNum(int idxNum) Deprecated.Setzt den aktuellen Index dieses Elements in der Collection, der es zugeordnet ist.voidDeprecated.voidsetNewIdxNum(int newIdxNum) Deprecated.voidsetProjekt(Projekt projekt) Deprecated.voidsetSekundenBisRetry(int sekundenBisRetry) Deprecated.voidsetStatusPre(List<Status> status) Deprecated.Setzt die Liste der vorher möglichen Status mit der übergebenen ListevoidsetStatusTyp(EStatusTyp statusTyp) Deprecated.Diese Methode dient dazu, denEStatusTypzu setzenEStatusTyp.EINGEGANGENEStatusTyp.SYSTEMEStatusTyp.STANDARDvoidsetTimerExecOffset(int timerExecOffset) Deprecated.voidsetTimerOnlyUnread(Boolean timerOnlyUnread) Deprecated.voidsetTimerTargetStatus(Status timerTargetStatus) Deprecated.voidDeprecated.Sets the UUID (universal unique identifier) that uniquely identifies this type of entity.voidsetUUIDObject(UUID uuid) Deprecated.voidsetVorgangLoeschbar(boolean vorgangloeschbar) Deprecated.voidsetWeiterverarbeitungBeiFehler(EWeiterverarbeitung_Status errorProceeding) Deprecated.toString()Deprecated.Methods inherited from class AbstractMandantDependentEntity
getMandant, setMandantMethods inherited from class AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersionMethods inherited from class AbstractEntity
asIntValue, isPersisted, setId, 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, setId
-
Field Details
-
ATTR_AKTIONEN
-
ATTR_BEZEICHNER
-
ATTR_ALIAS
-
ATTR_STATUS_PRE
-
ATTR_WEITERVERARBEITUNG
-
ATTR_PROJEKT
-
ATTR_STATUS_TYP
-
ATTR_BG_USER_RIGHT
-
ATTR_TIMER_EXEC_OFFSET
-
ATTR_TIMER_ONLY_UNREAD
-
ATTR_TIMER_TARGET_STATUS
-
ATTR_ALLOW_UNREGISTERED_REPROVIDE
-
ATTR_VORGANGLOESCHBAR
-
COL_UUID
-
COL_PROJECT_ID
-
COL_VORGANGLOESCHBAR
-
-
Constructor Details
-
Status
public Status()Deprecated.
-
-
Method Details
-
getId
-
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.
-
getUuid
Deprecated.- Specified by:
getUuidin interfaceIUuidProviding- Returns:
- The UUID that identifies this instance.
-
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. -
getName
Deprecated.- Specified by:
getNamein interfaceINameProviding- Returns:
- The name of this object.
-
setName
Deprecated. -
getBezeichner
Deprecated. -
setBezeichner
Deprecated. -
getIdxNum
-
setIdxNum
-
getAktionen
-
setAktionen
-
getBenutzerGruppenUsageRight
Deprecated.Liefert die aktuellen BenutzerGruppen-Liste.- Returns:
ArrayListmitBenutzerGruppen oder eine leereArrayList
-
setBenutzerGruppenUsageRight
Deprecated.Überschreibt die aktuelle Benutzergruppenliste mit der übergebenen Liste- Parameters:
bgList- - Liste vonBenutzerGruppen, die die Berechtigung erhalten sollen, den Status zu setzen
-
getStatusPre
-
setStatusPre
-
getWeiterverarbeitungBeiFehler
Deprecated. -
setWeiterverarbeitungBeiFehler
Deprecated. -
getBeschreibung
Deprecated.- Specified by:
getBeschreibungin interfaceIDescriptionProviding
-
setBeschreibung
Deprecated. -
getDescription
Deprecated.- Specified by:
getDescriptionin interfaceIDescriptionProviding- Returns:
- A human-readable description for this object.
-
setDescription
Deprecated. -
isDisabled
public boolean isDisabled()Deprecated. -
setDisabled
public void setDisabled(boolean disabled) Deprecated. -
getAnzahlRetry
public int getAnzahlRetry()Deprecated. -
setAnzahlRetry
public void setAnzahlRetry(int anzahlRetry) Deprecated. -
getSekundenBisRetry
public int getSekundenBisRetry()Deprecated. -
setSekundenBisRetry
public void setSekundenBisRetry(int sekundenBisRetry) Deprecated. -
getProjekt
-
setProjekt
Deprecated.- Specified by:
setProjektin interfaceIProjektDependent
-
getStatusTyp
Deprecated.Diese Methode dient dazu, denEStatusTypeinesStatuszu setzen. Folgende Typen sind möglich Der TypeEStatusTyp.STANDARDist der Standardwert, der genutzt wird- Returns:
EStatusTyp, defaultEStatusTyp.STANDARD
-
setStatusTyp
Deprecated.Diese Methode dient dazu, denEStatusTypzu setzen- Parameters:
statusTyp- - Typ der gesetzt werden soll.
-
getNewIdxNum
public int getNewIdxNum()Deprecated. -
setNewIdxNum
public void setNewIdxNum(int newIdxNum) Deprecated. -
getTimerExecOffset
public int getTimerExecOffset()Deprecated. -
setTimerExecOffset
public void setTimerExecOffset(int timerExecOffset) Deprecated. -
getTimerTargetStatus
Deprecated. -
setTimerTargetStatus
Deprecated. -
isVorgangLoeschbar
public boolean isVorgangLoeschbar()Deprecated. -
setVorgangLoeschbar
public void setVorgangLoeschbar(boolean vorgangloeschbar) Deprecated. -
getAlias
Deprecated. -
setAlias
Deprecated. -
getTimerOnlyUnread
Deprecated. -
setTimerOnlyUnread
Deprecated. -
getAllowUnregisteredReprovide
public boolean getAllowUnregisteredReprovide()Deprecated.- Returns:
- the allowUnregisteredReprovide
-
setAllowUnregisteredReprovide
public void setAllowUnregisteredReprovide(boolean allowUnregisteredReprovide) Deprecated.- Parameters:
allowUnregisteredReprovide- the allowUnregisteredReprovide to set
-
addAktion
Deprecated. -
removeAktion
Deprecated. -
addBenutzerGruppeUsageRight
Deprecated. -
removeBenutzerGruppeUsageRight
Deprecated. -
addStatusPre
Deprecated. -
removeStatusPre
Deprecated. -
toString
-
cloneBasics
Deprecated. -
isChangeLocked
Deprecated. -
setChangeLocked
Deprecated.
-
WorkflowState, which is part of the new workflow engine.