public class MandantDao extends GenericDao<Mandant> implements IMandantDao
| Constructor and Description |
|---|
MandantDao() |
| Modifier and Type | Method and Description |
|---|---|
List<Mandant> |
getAllByName(IEntityContext ec,
String name) |
protected IFCDaoActionHook<Mandant> |
getPostActionHook() |
protected IFCDaoActionHook<Mandant> |
getPreActionHook() |
boolean |
isCreationAllowed(IEntityContext ec,
Mandant mandant) |
Mandant |
readByName(IEntityContext ec,
String name) |
getEntityRefsactivate, all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, rollback, singleElement, unregisterListener, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityRefsall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, updatepublic boolean isCreationAllowed(IEntityContext ec, Mandant mandant)
isCreationAllowed in interface IMandantDaopublic Mandant readByName(IEntityContext ec, String name)
readByName in interface IMandantDaopublic List<Mandant> getAllByName(IEntityContext ec, String name)
getAllByName in interface IMandantDaoprotected IFCDaoActionHook<Mandant> getPreActionHook()
getPreActionHook in class GenericDao<Mandant>protected IFCDaoActionHook<Mandant> getPostActionHook()
getPostActionHook in class GenericDao<Mandant>Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.