Package de.xima.fc.handler.entity
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
public class FormEingangHandler extends GenericHandler implements IFormEingangHandler
The Class FormEingangHandler.- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.handler.entity.GenericHandler
LOG
-
-
Constructor Summary
Constructors Constructor Description FormEingangHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FormEingang
create(UserContext uc, FormEingang fe, Benutzer vorgangsOwner, Benutzer benutzer)
Deprecated.List<FormEingang>
getAllBy(UserContext uc, Postfach pf)
Deprecated.List<FormEingang>
getAllBy(UserContext uc, Vorgang v)
Deprecated.FormEingang
getByUuidAndUser(UserContext uc, UUID recordDataUuid, IUser user)
Gets the form record data by the given UUID if the user can access it.List<FormEingang>
getCurrentsBy(UserContext uc, Postfach pf)
FormEingang
mostCurrent(UserContext uc, Vorgang v)
Most current.long
ownerId(UserContext uc, Vorgang v)
Deprecated.-
Methods inherited from class de.xima.fc.handler.entity.GenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, update
-
Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Methods inherited from interface de.xima.fc.handler.interfaces.entity.IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
-
-
-
Method Detail
-
getByUuidAndUser
public FormEingang getByUuidAndUser(UserContext uc, UUID recordDataUuid, IUser user)
Description copied from interface:IFormEingangHandler
Gets the form record data by the given UUID if the user can access it.- Specified by:
getByUuidAndUser
in 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
null
otherwise.
-
ownerId
@Deprecated public long ownerId(UserContext uc, Vorgang v)
Deprecated.Description copied from interface:IFormEingangHandler
Owner id.- Specified by:
ownerId
in 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:IFormEingangHandler
Creates the.- Specified by:
create
in interfaceIFormEingangHandler
- Parameters:
uc
- the ucfe
- the fevorgangsOwner
- the vorgangs ownerbenutzer
- the benutzer- Returns:
- the form eingang
-
getAllBy
@Deprecated public List<FormEingang> getAllBy(UserContext uc, Postfach pf)
Deprecated.Description copied from interface:IFormEingangHandler
Gets the all by.- Specified by:
getAllBy
in interfaceIFormEingangHandler
- Parameters:
uc
- the ucpf
- the pf- Returns:
- the all by
-
getAllBy
@Deprecated public List<FormEingang> getAllBy(UserContext uc, Vorgang v)
Deprecated.- Specified by:
getAllBy
in interfaceIFormEingangHandler
-
mostCurrent
public FormEingang mostCurrent(UserContext uc, Vorgang v)
Description copied from interface:IFormEingangHandler
Most current.- Specified by:
mostCurrent
in interfaceIFormEingangHandler
- Parameters:
uc
- the ucv
- the vorgang qcm- Returns:
- the list
-
getCurrentsBy
public List<FormEingang> getCurrentsBy(UserContext uc, Postfach pf)
- Specified by:
getCurrentsBy
in interfaceIFormEingangHandler
-
-