Package de.xima.fc.export.helper
Class FormVersionHelper
java.lang.Object
de.xima.fc.export.helper.AEnitityHelper
de.xima.fc.export.helper.FormVersionHelper
Deprecated.
-
Field Summary
Fields inherited from class de.xima.fc.export.helper.AEnitityHelper
ec, errorMsgList, infoMsgList, mandant, project, user -
Constructor Summary
ConstructorsConstructorDescriptionFormVersionHelper(IEntityContext ec, Mandant mandant, Projekt project, Benutzer user) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreate(FormVersion srcFormVersion) Deprecated.update(FormVersion srcFormVersion, FormVersion fvToUpdate) Deprecated.update(FormVersion srcformVersion, String id) Deprecated.Methods inherited from class de.xima.fc.export.helper.AEnitityHelper
addErrorMessage, addErrorMessage, addInfoMessage, addInfoMessage, addWarnMessage, addWarnMessage, getErrorMsgList, getInfoMsgList
-
Constructor Details
-
FormVersionHelper
Deprecated.
-
-
Method Details
-
create
Deprecated.Erzeugt ein neues Objekt in der Datenbank- Parameters:
srcFormVersion- das Quellobjekt, auf dessen Grundlage die neueFormVersionin der DB persistiert wird- Returns:
- the copied
FormVersion - Throws:
Exception
-
update
@Deprecated public FormVersion update(FormVersion srcFormVersion, FormVersion fvToUpdate) throws Exception Deprecated.Aktualisiert ein bestehendes FormVersion-Objekt- Parameters:
srcFormVersion- das Quellobjekt, welches die zu aktualisierenden Daten einhältfvToUpdate- die bestehende FormVersion (die ID des Objekts wird als Referenz verwendet)- Returns:
- the updated
FormVersion - Throws:
Exception
-
update
Deprecated.Aktualisiert ein bestehendes FormVersion-Objekt- Parameters:
srcformVersion- das Quellobjekt, welches die zu aktualisierenden Daten einhältid- des bestehenden FormVersion-Objekts- Returns:
- the updated
FormVersion - Throws:
Exception
-