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 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 de.xima.fc.entities.AbstractMandantDependentEntity
mandantFields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, idFields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.fc.entities.interfaces.IIndexed
ATTR_IDXNUMFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_IDFields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAMEFields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_IDFields 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 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.Deprecated.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.voidsetUUIDObject(UUID uuid) Deprecated.voidsetVorgangLoeschbar(boolean vorgangloeschbar) Deprecated.voidsetWeiterverarbeitungBeiFehler(EWeiterverarbeitung_Status errorProceeding) Deprecated.toString()Deprecated.Methods inherited from class de.xima.fc.entities.AbstractMandantDependentEntity
getMandant, setMandantMethods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersionMethods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods 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:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
getUUID
Deprecated.- Specified by:
getUUIDin 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:
getUuidin interfaceIUuidProviding- Returns:
- The UUID that identifies this instance.
-
setUUID
Deprecated.- Specified by:
setUUIDin interfaceIUUIDEntity
-
getUUIDObject
Deprecated.- Specified by:
getUUIDObjectin interfaceIUUIDEntity
-
setUUIDObject
Deprecated. -
getName
Deprecated.- Specified by:
getNamein interfaceINameProviding- Returns:
- The name of this object.
-
setName
Deprecated. -
getBezeichner
Deprecated. -
setBezeichner
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. -
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:
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
-
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:
toStringin classAbstractLockableEntity
-
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
Deprecated.- Specified by:
getProjektin interfaceIProjektDependent
-
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
-
isChangeLocked
Deprecated. -
setChangeLocked
Deprecated. -
cloneBasics
Deprecated.
-
WorkflowState, which is part of the new workflow engine.