public class PostfachDao extends MandantDependentBaseDao<Postfach> implements IPostfachDao
Constructor and Description |
---|
PostfachDao() |
Modifier and Type | Method and Description |
---|---|
void |
clear(IEntityContext ec,
Mandant man,
Postfach postfach)
Deprecated.
|
void |
clear(IEntityContext ec,
Postfach postfach) |
List<Postfach> |
getAllByBenutzergruppe(IEntityContext ec,
BenutzerGruppe benutzerGruppe) |
List<Postfach> |
getAllByClient(IEntityContext ec,
Mandant client)
Returns all inboxes of the given
Mandant |
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
getEntityRefs(IEntityContext ec,
Postfach postfach) |
protected IFCDaoActionHook<Postfach> |
getPostActionHook() |
List<Postfach> |
getPostfachByBenutzer(IEntityContext ec,
Benutzer benutzer) |
protected IFCDaoActionHook<Postfach> |
getPreActionHook() |
read
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
public Set<de.xima.cmn.dao.interfaces.IEntity<Long>> getEntityRefs(IEntityContext ec, Postfach postfach)
getEntityRefs
in interface IGenericDao<Postfach>
getEntityRefs
in class GenericDao<Postfach>
public void clear(IEntityContext ec, Postfach postfach)
clear
in interface IPostfachDao
@Deprecated public void clear(IEntityContext ec, Mandant man, Postfach postfach)
clear(IEntityContext, Postfach)
clear
in interface IPostfachDao
public List<Postfach> getPostfachByBenutzer(IEntityContext ec, Benutzer benutzer)
getPostfachByBenutzer
in interface IPostfachDao
protected IFCDaoActionHook<Postfach> getPreActionHook()
getPreActionHook
in class GenericDao<Postfach>
protected IFCDaoActionHook<Postfach> getPostActionHook()
getPostActionHook
in class GenericDao<Postfach>
public List<Postfach> getAllByBenutzergruppe(IEntityContext ec, BenutzerGruppe benutzerGruppe)
getAllByBenutzergruppe
in interface IPostfachDao
public List<Postfach> getAllByClient(IEntityContext ec, Mandant client)
IPostfachDao
Mandant
getAllByClient
in interface IPostfachDao
ec
- EntityContext
the entity context in which the action is to be performedclient
- Mandant
whose inboxes should be looked forList
of Postfach
s of the given Mandant
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.