Package de.xima.fc.api.entity
Class FormEingangAPI
- java.lang.Object
 - 
- de.xima.fc.api.ASubAPI
 - 
- de.xima.fc.api.entity.AEntityAPI<FormEingang>
 - 
- de.xima.fc.api.entity.FormEingangAPI
 
 
 
 
- 
public class FormEingangAPI extends AEntityAPI<FormEingang>
API class for manipulation ofFormEingangentities.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Field Summary
- 
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass 
 - 
 
- 
Constructor Summary
Constructors Constructor Description FormEingangAPI() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FormEingangcreate(UserContext uc, FormEingang formEingang, Benutzer vorgangsOwner, Benutzer benutzer)Deprecated.UseAEntityAPI.create(UserContext, ITransferableEntity)Method for determining of aFormEingang.List<FormEingang>getAllByPostfost(UserContext uc, Postfach postfach)Method for determining allFormEingangobjects aPostfach.List<FormEingang>getAllByVorgang(UserContext uc, Vorgang vorgang)Deprecated.List<FormEingang>getCurrentsByPostfost(UserContext uc, Postfach postfach)Method for determining all currentFormEingangobjects of aPostfach.FormEingangmostCurrent(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, update 
- 
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider 
 - 
 
 - 
 
- 
- 
Method Detail
- 
ownerId
@Deprecated public long ownerId(UserContext uc, Vorgang vorgang)
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
public List<FormEingang> getAllByPostfost(UserContext uc, Postfach postfach)
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
public List<FormEingang> getCurrentsByPostfost(UserContext uc, Postfach postfach)
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 public List<FormEingang> getAllByVorgang(UserContext uc, Vorgang vorgang)
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
public FormEingang mostCurrent(UserContext uc, Vorgang vorgang)
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
 
 
 - 
 
 -