Interface IFormEingangHandler
- 
- All Superinterfaces:
 IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
 FormEingangHandler
public interface IFormEingangHandler extends IGenericHandler
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description FormEingangcreate(UserContext uc, FormEingang fe, Benutzer vorgangsOwner, Benutzer benutzer)Deprecated.List<FormEingang>getAllBy(UserContext uc, Postfach pf)Gets the all by.List<FormEingang>getAllBy(UserContext uc, Vorgang v)Deprecated.List<FormEingang>getCurrentsBy(UserContext uc, Postfach pf)FormEingangmostCurrent(UserContext uc, Vorgang v)Most current.longownerId(UserContext uc, Vorgang v)Deprecated.- 
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, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update 
 - 
 
 - 
 
- 
- 
Method Detail
- 
ownerId
@Deprecated long ownerId(UserContext uc, Vorgang v)
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
List<FormEingang> getAllBy(UserContext uc, Postfach pf)
Gets the all by.- Parameters:
 uc- the ucpf- the pf- Returns:
 - the all by
 
 
- 
getCurrentsBy
List<FormEingang> getCurrentsBy(UserContext uc, Postfach pf)
 
- 
getAllBy
@Deprecated List<FormEingang> getAllBy(UserContext uc, Vorgang v)
Deprecated. 
- 
mostCurrent
FormEingang mostCurrent(UserContext uc, Vorgang v)
Most current.- Parameters:
 uc- the ucv- the vorgang qcm- Returns:
 - the list
 
 
 - 
 
 -