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.
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 String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.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.cmn.dao.interfaces.IEntity
ATTR_ID
Fields inherited from interface de.xima.fc.entities.interfaces.IIndexed
ATTR_IDXNUM
Fields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSION
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, TYPE_NAME_UUID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
Deprecated.void
addStatusPre
(Status status) Deprecated.Deprecated.Deprecated.Liefert die aktuellen Aktionen-Liste.getAlias()
Deprecated.boolean
Deprecated.int
Deprecated.Deprecated.Liefert die aktuellen BenutzerGruppen-Liste.Deprecated.Deprecated.Deprecated.getId()
Deprecated.int
Deprecated.Liefert den aktuellen Index dieses Elements in der Collection, der es zugeordnet ist.getName()
Deprecated.int
Deprecated.Deprecated.int
Deprecated.Deprecated.Liefert die Liste der vorher möglichen StatusDeprecated.Diese Methode dient dazu, denEStatusTyp
einesStatus
zu setzen.int
Deprecated.Deprecated.Deprecated.getUuid()
Deprecated.getUUID()
Deprecated.Deprecated.Deprecated.protected boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.void
Deprecated.void
Deprecated.void
removeStatusPre
(Status status) Deprecated.void
setAktionen
(List<Aktion> aktionen) Deprecated.Überschreibt die aktuelle Aktionsliste mit der übergebenen Listevoid
Deprecated.void
setAllowUnregisteredReprovide
(boolean allowUnregisteredReprovide) Deprecated.void
setAnzahlRetry
(int anzahlRetry) Deprecated.void
Deprecated.Überschreibt die aktuelle Benutzergruppenliste mit der übergebenen Listevoid
setBeschreibung
(String beschreibung) Deprecated.void
setBezeichner
(String bezeichner) Deprecated.protected void
setChangeLocked
(boolean changeLocked) Deprecated.void
setDescription
(String description) Deprecated.void
setDisabled
(boolean disabled) Deprecated.void
setIdxNum
(int idxNum) Deprecated.Setzt den aktuellen Index dieses Elements in der Collection, der es zugeordnet ist.void
Deprecated.void
setNewIdxNum
(int newIdxNum) Deprecated.void
setProjekt
(Projekt projekt) Deprecated.void
setSekundenBisRetry
(int sekundenBisRetry) Deprecated.void
setStatusPre
(List<Status> status) Deprecated.Setzt die Liste der vorher möglichen Status mit der übergebenen Listevoid
setStatusTyp
(EStatusTyp statusTyp) Deprecated.Diese Methode dient dazu, denEStatusTyp
zu setzenEStatusTyp.EINGEGANGEN
EStatusTyp.SYSTEM
EStatusTyp.STANDARD
void
setTimerExecOffset
(int timerExecOffset) Deprecated.void
setTimerOnlyUnread
(Boolean timerOnlyUnread) Deprecated.void
setTimerTargetStatus
(Status timerTargetStatus) Deprecated.void
Deprecated.void
setUUIDObject
(UUID uuid) Deprecated.void
setVorgangLoeschbar
(boolean vorgangloeschbar) Deprecated.void
setWeiterverarbeitungBeiFehler
(EWeiterverarbeitung_Status errorProceeding) Deprecated.toString()
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
Methods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Field Details
-
ATTR_AKTIONEN
Deprecated.- See Also:
-
ATTR_BEZEICHNER
Deprecated.- See Also:
-
ATTR_ALIAS
Deprecated.- See Also:
-
ATTR_STATUS_PRE
Deprecated.- See Also:
-
ATTR_WEITERVERARBEITUNG
Deprecated.- See Also:
-
ATTR_PROJEKT
Deprecated.- See Also:
-
ATTR_STATUS_TYP
Deprecated.- See Also:
-
ATTR_BG_USER_RIGHT
Deprecated.- See Also:
-
ATTR_TIMER_EXEC_OFFSET
Deprecated.- See Also:
-
ATTR_TIMER_ONLY_UNREAD
Deprecated.- See Also:
-
ATTR_TIMER_TARGET_STATUS
Deprecated.- See Also:
-
ATTR_ALLOW_UNREGISTERED_REPROVIDE
Deprecated.- See Also:
-
ATTR_VORGANGLOESCHBAR
Deprecated.- See Also:
-
COL_UUID
Deprecated.- See Also:
-
COL_VORGANGLOESCHBAR
Deprecated.- See Also:
-
-
Constructor Details
-
Status
public Status()Deprecated.
-
-
Method Details
-
getId
Deprecated.- Specified by:
getId
in interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
getUUID
Deprecated.- Specified by:
getUUID
in interfaceIUUIDEntity
- Returns:
- UUID (Universal Unique Identifier) that identifies this type of entity. Usually is unique within a
context, e.g.
Mandant
,Projekt
, ...
-
getUuid
Deprecated.- Specified by:
getUuid
in interfaceIUuidProviding
- Returns:
- The UUID that identifies this instance.
-
setUUID
Deprecated.- Specified by:
setUUID
in interfaceIUUIDEntity
-
getUUIDObject
Deprecated.- Specified by:
getUUIDObject
in interfaceIUUIDEntity
-
setUUIDObject
Deprecated. -
getName
Deprecated.- Specified by:
getName
in interfaceINameProviding
- Returns:
- The name of this object.
-
setName
Deprecated. -
getBezeichner
Deprecated. -
setBezeichner
Deprecated. -
getIdxNum
public int getIdxNum()Deprecated.Description copied from interface:IIndexed
Liefert den aktuellen Index dieses Elements in der Collection, der es zugeordnet ist. -
setIdxNum
public void setIdxNum(int idxNum) Deprecated.Description copied from interface:IIndexed
Setzt den aktuellen Index dieses Elements in der Collection, der es zugeordnet ist. -
getAktionen
Deprecated.Liefert die aktuellen Aktionen-Liste. -
setAktionen
Deprecated.Überschreibt die aktuelle Aktionsliste mit der übergebenen Liste- Parameters:
aktionen
- - liste von aktionen, die mit dem Status referenziert werden sollen
-
addAktion
Deprecated. -
removeAktion
Deprecated. -
getBenutzerGruppenUsageRight
Deprecated.Liefert die aktuellen BenutzerGruppen-Liste.- Returns:
ArrayList
mitBenutzerGruppe
n oder eine leereArrayList
-
setBenutzerGruppenUsageRight
Deprecated.Überschreibt die aktuelle Benutzergruppenliste mit der übergebenen Liste- Parameters:
bgList
- - Liste vonBenutzerGruppe
n, die die Berechtigung erhalten sollen, den Status zu setzen
-
addBenutzerGruppeUsageRight
Deprecated. -
removeBenutzerGruppeUsageRight
Deprecated. -
getStatusPre
Deprecated.Liefert die Liste der vorher möglichen Status -
setStatusPre
Deprecated.Setzt die Liste der vorher möglichen Status mit der übergebenen Liste- Parameters:
status
- - EineStatus
-Element, welches den vorherigen Status repräsentiert
-
addStatusPre
Deprecated. -
removeStatusPre
Deprecated. -
getWeiterverarbeitungBeiFehler
Deprecated. -
setWeiterverarbeitungBeiFehler
Deprecated. -
toString
Deprecated.- Overrides:
toString
in classAbstractLockableEntity
-
getBeschreibung
Deprecated.- Specified by:
getBeschreibung
in interfaceIDescriptionProviding
-
setBeschreibung
Deprecated. -
getDescription
Deprecated.- Specified by:
getDescription
in 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
Deprecated.- Specified by:
getProjekt
in interfaceIProjektDependent
-
setProjekt
Deprecated.- Specified by:
setProjekt
in interfaceIProjektDependent
-
getStatusTyp
Deprecated.Diese Methode dient dazu, denEStatusTyp
einesStatus
zu setzen. Folgende Typen sind möglich Der TypeEStatusTyp.STANDARD
ist der Standardwert, der genutzt wird- Returns:
EStatusTyp
, defaultEStatusTyp.STANDARD
-
setStatusTyp
Deprecated.Diese Methode dient dazu, denEStatusTyp
zu 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
-
isChangeLocked
Deprecated. -
setChangeLocked
Deprecated. -
cloneBasics
Deprecated.
-
WorkflowState
, which is part of the new workflow engine.