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 ofFormEingang
entities.- 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 FormEingang
create(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)
Deprecated.List<FormEingang>
getAllByVorgang(UserContext uc, Vorgang vorgang)
Deprecated.FormEingang
getByUuidAndUser(UserContext uc, UUID recordDataUuid, IUser user)
List<FormEingang>
getCurrentsByPostfost(UserContext uc, Postfach postfach)
Method for determining all currentFormEingang
objects of aPostfach
.FormEingang
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, getPagedResult, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update
-
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
-
-
-
Method Detail
-
getByUuidAndUser
public FormEingang getByUuidAndUser(UserContext uc, UUID recordDataUuid, IUser user)
- Since:
- 8.2.0
- See Also:
IFormEingangHandler.getByUuidAndUser(UserContext, UUID, IUser)
-
ownerId
@Deprecated public long ownerId(UserContext uc, Vorgang vorgang)
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
@Deprecated public List<FormEingang> getAllByPostfost(UserContext uc, Postfach postfach)
Deprecated.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
public List<FormEingang> getCurrentsByPostfost(UserContext uc, Postfach postfach)
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 public List<FormEingang> getAllByVorgang(UserContext uc, Vorgang vorgang)
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
public FormEingang mostCurrent(UserContext uc, Vorgang vorgang)
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
-
-