Class FormEingangHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.entity.GenericHandler
de.xima.fc.handler.entity.FormEingangHandler
- All Implemented Interfaces:
IAPIHandler, IFormEingangHandler, IGenericHandler, Serializable
The Class FormEingangHandler.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class GenericHandler
LOG -
Constructor Summary
Constructors -
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 class GenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, updateMethods inherited from class AMSApiHandler
getNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
FormEingangHandler
public FormEingangHandler()
-
-
Method Details
-
getByUuidAndUser
Description copied from interface:IFormEingangHandlerGets the form record data by the given UUID if the user can access it.- Specified by:
getByUuidAndUserin interfaceIFormEingangHandler- 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.
-
ownerId
Deprecated.Description copied from interface:IFormEingangHandlerOwner id.- Specified by:
ownerIdin interfaceIFormEingangHandler- Parameters:
uc- the ucv- the v- Returns:
- the Long
-
create
@Deprecated public FormEingang create(UserContext uc, FormEingang fe, Benutzer vorgangsOwner, Benutzer benutzer) Deprecated.Description copied from interface:IFormEingangHandlerCreates the.- Specified by:
createin interfaceIFormEingangHandler- Parameters:
uc- the ucfe- the fevorgangsOwner- the vorgangs ownerbenutzer- the benutzer- Returns:
- the form eingang
-
getAllBy
Deprecated.Description copied from interface:IFormEingangHandlerGets the all by.- Specified by:
getAllByin interfaceIFormEingangHandler- Parameters:
uc- the ucpf- the pf- Returns:
- the all by
-
getAllBy
Deprecated.- Specified by:
getAllByin interfaceIFormEingangHandler
-
mostCurrent
Description copied from interface:IFormEingangHandlerMost current.- Specified by:
mostCurrentin interfaceIFormEingangHandler- Parameters:
uc- the ucv- the vorgang qcm- Returns:
- the list
-
getCurrentsBy
- Specified by:
getCurrentsByin interfaceIFormEingangHandler
-