Package de.xima.fc.entities
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.This entity is part of the old workflow engine. UseWorkflowState, which is part of the new workflow engine.Die Entität Status beschreibt ein einzelnes Element innerhalb der Statusverwaltung, den ein Formular innerhalb der Workflowabarbeitung durchlaufen kann- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_AKTIONENDeprecated.static StringATTR_ALIASDeprecated.static StringATTR_ALLOW_UNREGISTERED_REPROVIDEDeprecated.static StringATTR_BEZEICHNERDeprecated.static StringATTR_BG_USER_RIGHTDeprecated.static StringATTR_PROJEKTDeprecated.static StringATTR_STATUS_PREDeprecated.static StringATTR_STATUS_TYPDeprecated.static StringATTR_TIMER_EXEC_OFFSETDeprecated.static StringATTR_TIMER_ONLY_UNREADDeprecated.static StringATTR_TIMER_TARGET_STATUSDeprecated.static StringATTR_VORGANGLOESCHBARDeprecated.static StringATTR_WEITERVERARBEITUNGDeprecated.static StringCOL_UUIDDeprecated.static StringCOL_VORGANGLOESCHBARDeprecated.-
Fields inherited from class de.xima.fc.entities.AbstractMandantDependentEntity
mandant
-
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.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
-
Fields inherited from interface de.xima.fc.entities.interfaces.IIndexed
ATTR_IDXNUM
-
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
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 Status()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddAktion(Aktion a)Deprecated.voidaddBenutzerGruppeUsageRight(BenutzerGruppe bg)Deprecated.voidaddStatusPre(Status status)Deprecated.StatuscloneBasics()Deprecated.List<Aktion>getAktionen()Deprecated.Liefert die aktuellen Aktionen-Liste.StringgetAlias()Deprecated.booleangetAllowUnregisteredReprovide()Deprecated.intgetAnzahlRetry()Deprecated.List<BenutzerGruppe>getBenutzerGruppenUsageRight()Deprecated.Liefert die aktuellen BenutzerGruppen-Liste.StringgetBeschreibung()Deprecated.StringgetBezeichner()Deprecated.StringgetDescription()Deprecated.LonggetId()Deprecated.intgetIdxNum()Deprecated.Liefert den aktuellen Index dieses Elements in der Collection, der es zugeordnet ist.StringgetName()Deprecated.intgetNewIdxNum()Deprecated.ProjektgetProjekt()Deprecated.intgetSekundenBisRetry()Deprecated.List<Status>getStatusPre()Deprecated.Liefert die Liste der vorher möglichen StatusEStatusTypgetStatusTyp()Deprecated.Diese Methode dient dazu, denEStatusTypeinesStatuszu setzen.intgetTimerExecOffset()Deprecated.BooleangetTimerOnlyUnread()Deprecated.StatusgetTimerTargetStatus()Deprecated.UUIDgetUuid()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.EWeiterverarbeitung_StatusgetWeiterverarbeitungBeiFehler()Deprecated.protected booleanisChangeLocked()Deprecated.booleanisDisabled()Deprecated.booleanisVorgangLoeschbar()Deprecated.voidremoveAktion(Aktion a)Deprecated.voidremoveBenutzerGruppeUsageRight(BenutzerGruppe bg)Deprecated.voidremoveStatusPre(Status status)Deprecated.voidsetAktionen(List<Aktion> aktionen)Deprecated.Überschreibt die aktuelle Aktionsliste mit der übergebenen ListevoidsetAlias(String alias)Deprecated.voidsetAllowUnregisteredReprovide(boolean allowUnregisteredReprovide)Deprecated.voidsetAnzahlRetry(int anzahlRetry)Deprecated.voidsetBenutzerGruppenUsageRight(List<BenutzerGruppe> bgList)Deprecated.Ü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.voidsetName(String name)Deprecated.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.voidsetUUID(String uuid)Deprecated.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.StringtoString()Deprecated.-
Methods inherited from class de.xima.fc.entities.AbstractMandantDependentEntity
getMandant, setMandant
-
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion
-
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, 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_AKTIONEN
public static final String ATTR_AKTIONEN
Deprecated.- See Also:
- Constant Field Values
-
ATTR_BEZEICHNER
public static final String ATTR_BEZEICHNER
Deprecated.- See Also:
- Constant Field Values
-
ATTR_ALIAS
public static final String ATTR_ALIAS
Deprecated.- See Also:
- Constant Field Values
-
ATTR_STATUS_PRE
public static final String ATTR_STATUS_PRE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_WEITERVERARBEITUNG
public static final String ATTR_WEITERVERARBEITUNG
Deprecated.- See Also:
- Constant Field Values
-
ATTR_PROJEKT
public static final String ATTR_PROJEKT
Deprecated.- See Also:
- Constant Field Values
-
ATTR_STATUS_TYP
public static final String ATTR_STATUS_TYP
Deprecated.- See Also:
- Constant Field Values
-
ATTR_BG_USER_RIGHT
public static final String ATTR_BG_USER_RIGHT
Deprecated.- See Also:
- Constant Field Values
-
ATTR_TIMER_EXEC_OFFSET
public static final String ATTR_TIMER_EXEC_OFFSET
Deprecated.- See Also:
- Constant Field Values
-
ATTR_TIMER_ONLY_UNREAD
public static final String ATTR_TIMER_ONLY_UNREAD
Deprecated.- See Also:
- Constant Field Values
-
ATTR_TIMER_TARGET_STATUS
public static final String ATTR_TIMER_TARGET_STATUS
Deprecated.- See Also:
- Constant Field Values
-
ATTR_ALLOW_UNREGISTERED_REPROVIDE
public static final String ATTR_ALLOW_UNREGISTERED_REPROVIDE
Deprecated.- See Also:
- Constant Field Values
-
ATTR_VORGANGLOESCHBAR
public static final String ATTR_VORGANGLOESCHBAR
Deprecated.- See Also:
- Constant Field Values
-
COL_UUID
public static final String COL_UUID
Deprecated.- See Also:
- Constant Field Values
-
COL_VORGANGLOESCHBAR
public static final String COL_VORGANGLOESCHBAR
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public Long getId()
Deprecated.- Specified by:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
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.
-
getUuid
public UUID getUuid()
Deprecated.- Specified by:
getUuidin interfaceIUuidProviding- Returns:
- The UUID that identifies this instance.
-
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.
-
getName
public String getName()
Deprecated.- Specified by:
getNamein interfaceINameProviding- Returns:
- The name of this object.
-
setName
public void setName(String name)
Deprecated.
-
getBezeichner
public String getBezeichner()
Deprecated.
-
setBezeichner
public void setBezeichner(String bezeichner)
Deprecated.
-
getIdxNum
public int getIdxNum()
Deprecated.Description copied from interface:IIndexedLiefert den aktuellen Index dieses Elements in der Collection, der es zugeordnet ist.
-
setIdxNum
public void setIdxNum(int idxNum)
Deprecated.Description copied from interface:IIndexedSetzt den aktuellen Index dieses Elements in der Collection, der es zugeordnet ist.
-
setAktionen
public void setAktionen(List<Aktion> aktionen)
Deprecated.Überschreibt die aktuelle Aktionsliste mit der übergebenen Liste- Parameters:
aktionen- - liste von aktionen, die mit dem Status referenziert werden sollen
-
getBenutzerGruppenUsageRight
public List<BenutzerGruppe> getBenutzerGruppenUsageRight()
Deprecated.Liefert die aktuellen BenutzerGruppen-Liste.- Returns:
ArrayListmitBenutzerGruppen oder eine leereArrayList
-
setBenutzerGruppenUsageRight
public void setBenutzerGruppenUsageRight(List<BenutzerGruppe> bgList)
Deprecated.Überschreibt die aktuelle Benutzergruppenliste mit der übergebenen Liste- Parameters:
bgList- - Liste vonBenutzerGruppen, die die Berechtigung erhalten sollen, den Status zu setzen
-
getStatusPre
public List<Status> getStatusPre()
Deprecated.Liefert die Liste der vorher möglichen Status
-
setStatusPre
public void setStatusPre(List<Status> status)
Deprecated.Setzt die Liste der vorher möglichen Status mit der übergebenen Liste- Parameters:
status- - EineStatus-Element, welches den vorherigen Status repräsentiert
-
getWeiterverarbeitungBeiFehler
public EWeiterverarbeitung_Status getWeiterverarbeitungBeiFehler()
Deprecated.
-
setWeiterverarbeitungBeiFehler
public void setWeiterverarbeitungBeiFehler(EWeiterverarbeitung_Status errorProceeding)
Deprecated.
-
getBeschreibung
public String getBeschreibung()
Deprecated.- Specified by:
getBeschreibungin interfaceIDescriptionProviding
-
setBeschreibung
public void setBeschreibung(String beschreibung)
Deprecated.
-
getDescription
public String getDescription()
Deprecated.- Specified by:
getDescriptionin interfaceIDescriptionProviding- Returns:
- A human-readable description for this object.
-
setDescription
public void setDescription(String description)
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
public Projekt getProjekt()
Deprecated.- Specified by:
getProjektin interfaceIProjektDependent
-
setProjekt
public void setProjekt(Projekt projekt)
Deprecated.- Specified by:
setProjektin interfaceIProjektDependent
-
getStatusTyp
public EStatusTyp 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
public void setStatusTyp(EStatusTyp statusTyp)
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
public Status getTimerTargetStatus()
Deprecated.
-
setTimerTargetStatus
public void setTimerTargetStatus(Status timerTargetStatus)
Deprecated.
-
isVorgangLoeschbar
public boolean isVorgangLoeschbar()
Deprecated.
-
setVorgangLoeschbar
public void setVorgangLoeschbar(boolean vorgangloeschbar)
Deprecated.
-
getAlias
public String getAlias()
Deprecated.
-
setAlias
public void setAlias(String alias)
Deprecated.
-
getTimerOnlyUnread
public Boolean getTimerOnlyUnread()
Deprecated.
-
setTimerOnlyUnread
public void setTimerOnlyUnread(Boolean timerOnlyUnread)
Deprecated.
-
getAllowUnregisteredReprovide
public boolean getAllowUnregisteredReprovide()
Deprecated.- Returns:
- the allowUnregisteredReprovide
-
setAllowUnregisteredReprovide
public void setAllowUnregisteredReprovide(boolean allowUnregisteredReprovide)
Deprecated.- Parameters:
allowUnregisteredReprovide- the allowUnregisteredReprovide to set
-
addAktion
public void addAktion(Aktion a)
Deprecated.
-
removeAktion
public void removeAktion(Aktion a)
Deprecated.
-
addBenutzerGruppeUsageRight
public void addBenutzerGruppeUsageRight(BenutzerGruppe bg)
Deprecated.
-
removeBenutzerGruppeUsageRight
public void removeBenutzerGruppeUsageRight(BenutzerGruppe bg)
Deprecated.
-
addStatusPre
public void addStatusPre(Status status)
Deprecated.
-
removeStatusPre
public void removeStatusPre(Status status)
Deprecated.
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classAbstractLockableEntity
-
cloneBasics
public Status cloneBasics()
Deprecated.
-
isChangeLocked
@Deprecated protected boolean isChangeLocked()
Deprecated.
-
setChangeLocked
@Deprecated protected void setChangeLocked(boolean changeLocked)
Deprecated.
-
-