public class FormEingangAPI extends AEntityAPI<FormEingang>
FormEingang entities.entityClass| Constructor and Description |
|---|
FormEingangAPI() |
| Modifier and Type | Method and Description |
|---|---|
FormEingang |
create(UserContext uc,
FormEingang formEingang,
Benutzer vorgangsOwner,
Benutzer benutzer)
Deprecated.
user
#create(UserContext, FormEingang) Method for determining of a FormEingang. |
List<FormEingang> |
getAllByPostfost(UserContext uc,
Postfach postfach)
Method for determining all
FormEingang objects a Postfach. |
List<FormEingang> |
getAllByVorgang(UserContext uc,
Vorgang vorgang)
Deprecated.
|
List<FormEingang> |
getCurrentsByPostfost(UserContext uc,
Postfach postfach)
Method for determining all current
FormEingang objects of a Postfach. |
FormEingang |
mostCurrent(UserContext uc,
Vorgang vorgang)
Method for determining the most current
FormEingang elements. |
long |
ownerId(UserContext uc,
Vorgang vorgang)
Deprecated.
|
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, resultTotalCount, resultTotalCount, update, updategetHandlerProvider@Deprecated public long ownerId(UserContext uc, Vorgang vorgang)
uc - UserContext the user context in which the action is to be performed.vorgang - Vorgang from which the ID of the creator is searched.Long the ID of the searched Benutzer.@Deprecated public FormEingang create(UserContext uc, FormEingang formEingang, Benutzer vorgangsOwner, Benutzer benutzer)
#create(UserContext, FormEingang) Method for determining of a FormEingang.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 the Vorgangbenutzer - Benutzer the user which updating the Vorgang.FormEingang which was created.public List<FormEingang> getAllByPostfost(UserContext uc, Postfach postfach)
FormEingang objects a Postfach.uc - UserContext the user context in which the action is to be performed.postfach - Postfach whose FormEingang objects are searched.List with the searched FormEingang object.public List<FormEingang> getCurrentsByPostfost(UserContext uc, Postfach postfach)
FormEingang objects of a Postfach.uc - UserContext the user context in which the action is to be performed.postfach - Postfach whose FormEingang objects are searched.List with the searched FormEingang objects.@Deprecated public List<FormEingang> getAllByVorgang(UserContext uc, Vorgang vorgang)
FormEingang objects of a Vorgang.uc - UserContext the user context in which the action is to be performed.vorgang - Vorgang whose FormEingang objects are searched.List with the searched FormEingang objects.public FormEingang mostCurrent(UserContext uc, Vorgang vorgang)
FormEingang elements.uc - UserContext the user context in which the action is to be performed.vorgang - whose current FormEingang is to be determined.List of FormEingang objects.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.