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 allFormEingangobjects aPostfach.getAllByVorgang(UserContext uc, Vorgang vorgang) Deprecated.getCurrentsByPostfost(UserContext uc, Postfach postfach) Method for determining all currentFormEingangobjects of aPostfach.mostCurrent(UserContext uc, Vorgang vorgang) Method for determining the most currentFormEingangelements.longownerId(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, updateMethods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
Constructor Details
-
FormEingangAPI
public FormEingangAPI()
-
-
Method Details
-
ownerId
Deprecated.- Parameters:
uc-UserContextthe user context in which the action is to be performed.vorgang-Vorgangfrom which the ID of the creator is searched.- Returns:
Longthe 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-UserContextthe user context in which the action is to be performed.formEingang-FormEingangwhich is to be generated.vorgangsOwner-Benutzerthe creator of theVorgangbenutzer-Benutzerthe user which updating theVorgang.- Returns:
FormEingangwhich was created.- Since:
- 2.4.3
-
getAllByPostfost
Method for determining allFormEingangobjects aPostfach.- Parameters:
uc-UserContextthe user context in which the action is to be performed.postfach-PostfachwhoseFormEingangobjects are searched.- Returns:
Listwith the searchedFormEingangobject.- Since:
- 2.4.3
-
getCurrentsByPostfost
Method for determining all currentFormEingangobjects of aPostfach.- Parameters:
uc-UserContextthe user context in which the action is to be performed.postfach-PostfachwhoseFormEingangobjects are searched.- Returns:
Listwith the searchedFormEingangobjects.- Since:
- 2.4.3
-
getAllByVorgang
Deprecated.Method for determining allFormEingangobjects of aVorgang.- Parameters:
uc-UserContextthe user context in which the action is to be performed.vorgang-VorgangwhoseFormEingangobjects are searched.- Returns:
Listwith the searchedFormEingangobjects.- Since:
- 2.4.3
-
mostCurrent
Method for determining the most currentFormEingangelements.- Parameters:
uc-UserContextthe user context in which the action is to be performed.vorgang- whose currentFormEingangis to be determined.- Returns:
ListofFormEingangobjects.- Since:
- 2.4.3
-
AEntityAPI.create(UserContext, ITransferableEntity)Method for determining of aFormEingang.