Package de.xima.fc.api.entity
Class FormEingangAPI
API class for manipulation of
FormEingang
entities.- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(UserContext uc, FormEingang formEingang, Benutzer vorgangsOwner, Benutzer benutzer) Deprecated.getAllByPostfost
(UserContext uc, Postfach postfach) Method for determining allFormEingang
objects aPostfach
.getAllByVorgang
(UserContext uc, Vorgang vorgang) Deprecated.getCurrentsByPostfost
(UserContext uc, Postfach postfach) Method for determining all currentFormEingang
objects of aPostfach
.mostCurrent
(UserContext uc, Vorgang vorgang) Method for determining the most currentFormEingang
elements.long
ownerId
(UserContext uc, Vorgang vorgang) Deprecated.Methods inherited from class de.xima.fc.api.entity.AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
Constructor Details
-
FormEingangAPI
public FormEingangAPI()
-
-
Method Details
-
ownerId
Deprecated.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.vorgang
-Vorgang
from which the ID of the creator is searched.- Returns:
Long
the ID of the searchedBenutzer
.- Since:
- 2.4.3
-
create
@Deprecated public FormEingang create(UserContext uc, FormEingang formEingang, Benutzer vorgangsOwner, Benutzer benutzer) Deprecated.UseAEntityAPI.create(UserContext, ITransferableEntity)
Method for determining of aFormEingang
.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.formEingang
-FormEingang
which is to be generated.vorgangsOwner
-Benutzer
the creator of theVorgang
benutzer
-Benutzer
the user which updating theVorgang
.- Returns:
FormEingang
which was created.- Since:
- 2.4.3
-
getAllByPostfost
Method for determining allFormEingang
objects aPostfach
.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.postfach
-Postfach
whoseFormEingang
objects are searched.- Returns:
List
with the searchedFormEingang
object.- Since:
- 2.4.3
-
getCurrentsByPostfost
Method for determining all currentFormEingang
objects of aPostfach
.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.postfach
-Postfach
whoseFormEingang
objects are searched.- Returns:
List
with the searchedFormEingang
objects.- Since:
- 2.4.3
-
getAllByVorgang
Deprecated.Method for determining allFormEingang
objects of aVorgang
.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.vorgang
-Vorgang
whoseFormEingang
objects are searched.- Returns:
List
with the searchedFormEingang
objects.- Since:
- 2.4.3
-
mostCurrent
Method for determining the most currentFormEingang
elements.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.vorgang
- whose currentFormEingang
is to be determined.- Returns:
List
ofFormEingang
objects.- Since:
- 2.4.3
-
AEntityAPI.create(UserContext, ITransferableEntity)
Method for determining of aFormEingang
.