public final class FormEingangDao extends MandantDependentBaseDao<FormEingang> implements IFormEingangDao
Constructor and Description |
---|
FormEingangDao() |
Modifier and Type | Method and Description |
---|---|
List<FormEingang> |
all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach pf)
Speziell: für Export-Zeug (alle FormEingänge der Vorgänge im übergebenen Postfach)
|
List<FormEingang> |
all(IEntityContext ec,
Vorgang v) |
FormEingang |
create(IEntityContext ec,
FormEingang fe,
Benutzer owner,
Benutzer updater) |
String |
getFormData(IEntityContext ec,
FormEingang fe) |
protected IFCDaoActionHook<FormEingang> |
getPreActionHook() |
FormEingang |
mostCurrent(IEntityContext ec,
Vorgang v)
Speziell: für 'Portal'-Zeug
|
int |
ownerId(IEntityContext ec,
Vorgang v) |
FormEingang |
setFormData(IEntityContext ec,
FormEingang fe,
String formData) |
getEntityRefs, getPostActionHook
activate, all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, rollback, singleElement, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEntityRefs
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
public FormEingang mostCurrent(IEntityContext ec, Vorgang v)
IFormEingangDao
mostCurrent
in interface IFormEingangDao
public List<FormEingang> all(IEntityContext ec, Vorgang v)
all
in interface IFormEingangDao
public FormEingang create(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater)
create
in interface IFormEingangDao
public int ownerId(IEntityContext ec, Vorgang v)
ownerId
in interface IFormEingangDao
public List<FormEingang> all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach pf)
IFormEingangDao
all
in interface IFormEingangDao
public String getFormData(IEntityContext ec, FormEingang fe)
getFormData
in interface IFormEingangDao
public FormEingang setFormData(IEntityContext ec, FormEingang fe, String formData)
setFormData
in interface IFormEingangDao
protected IFCDaoActionHook<FormEingang> getPreActionHook()
getPreActionHook
in class GenericDao<FormEingang>
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.