Interface IFormEingangHandler
- All Superinterfaces:
IAPIHandler, IGenericHandler, Serializable
- All Known Implementing Classes:
FormEingangHandler
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptioncreate(UserContext uc, FormEingang fe, Benutzer vorgangsOwner, Benutzer benutzer) Deprecated.getAllBy(UserContext uc, Postfach pf) Deprecated.getAllBy(UserContext uc, Vorgang v) Deprecated.getByUuidAndUser(UserContext uc, UUID recordDataUuid, IUser user) Gets the form record data by the given UUID if the user can access it.getCurrentsBy(UserContext uc, Postfach pf) mostCurrent(UserContext uc, Vorgang v) Most current.longownerId(UserContext uc, Vorgang v) Deprecated.Methods inherited from interface IAPIHandler
getNameMethods inherited from interface IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
Method Details
-
getByUuidAndUser
Gets the form record data by the given UUID if the user can access it.- Parameters:
uc- user context for accessing the database.recordDataUuid- UUID of the form record data.user- to get the form record data for.- Returns:
- the form record data by the given UUID if the user can access it and
nullotherwise. - Since:
- 8.2.0
-
ownerId
Deprecated.Owner id.- Parameters:
uc- the ucv- the v- Returns:
- the Long
-
create
@Deprecated FormEingang create(UserContext uc, FormEingang fe, Benutzer vorgangsOwner, Benutzer benutzer) Deprecated.Creates the.- Parameters:
uc- the ucfe- the fevorgangsOwner- the vorgangs ownerbenutzer- the benutzer- Returns:
- the form eingang
-
getAllBy
Deprecated.Gets the all by.- Parameters:
uc- the ucpf- the pf- Returns:
- the all by
-
getCurrentsBy
-
getAllBy
Deprecated. -
mostCurrent
Most current.- Parameters:
uc- the ucv- the vorgang qcm- Returns:
- the list
-