Package de.xima.fc.dao.interfaces
Interface IFormEingangDao
-
- All Superinterfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<FormEingang,Long,IEntityContext>
,IGenericDao<FormEingang>
- All Known Implementing Classes:
FormEingangDao
public interface IFormEingangDao extends IGenericDao<FormEingang>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<FormEingang>
all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach pf)
Deprecated.List<FormEingang>
all(IEntityContext ec, Vorgang v)
Deprecated.FormEingang
create(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater)
Deprecated.String
getFormData(IEntityContext ec, FormEingang fe)
long
getUsedFileSize(IEntityContext ec, Mandant mandant)
FormEingang
mostCurrent(IEntityContext ec, Vorgang v)
Speziell: für 'Portal'-Zeuglong
ownerId(IEntityContext ec, Vorgang v)
Deprecated.FormEingang
setFormData(IEntityContext ec, FormEingang fe, String formData)
-
Methods inherited from interface de.xima.cmn.dao.interfaces.IAbstractDao
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
-
Methods inherited from interface de.xima.fc.dao.interfaces.IGenericDao
count, findAll, findSingle, getEntityRefs, read
-
-
-
-
Method Detail
-
mostCurrent
FormEingang mostCurrent(IEntityContext ec, Vorgang v)
Speziell: für 'Portal'-Zeug
-
all
@Deprecated List<FormEingang> all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, Postfach pf)
Deprecated.Speziell: für Export-Zeug (alle FormEingänge der Vorgänge im übergebenen Postfach)
-
all
@Deprecated List<FormEingang> all(IEntityContext ec, Vorgang v)
Deprecated.
-
create
@Deprecated FormEingang create(IEntityContext ec, FormEingang fe, Benutzer owner, Benutzer updater)
Deprecated.
-
ownerId
@Deprecated long ownerId(IEntityContext ec, Vorgang v)
Deprecated.
-
getFormData
String getFormData(IEntityContext ec, FormEingang fe)
-
setFormData
FormEingang setFormData(IEntityContext ec, FormEingang fe, String formData)
-
getUsedFileSize
long getUsedFileSize(IEntityContext ec, Mandant mandant)
-
-