public class MandantRessourceDao extends MandantDependentBaseDao<MandantRessource> implements IMandantRessourceDao
| Constructor and Description |
|---|
MandantRessourceDao() |
| Modifier and Type | Method and Description |
|---|---|
MandantRessource |
create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant) |
MandantRessource |
create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
String resourceDescription,
Mandant mandant) |
List<MandantRessource> |
getAllByMandant(Mandant mandant,
IEntityContext ec) |
MandantRessource |
getByName(Mandant mandant,
String name,
IEntityContext ec) |
Set<de.xima.cmn.dao.interfaces.IEntity> |
getEntityRefs(IEntityContext ec,
MandantRessource resource) |
protected IFCDaoActionHook<MandantRessource> |
getPostActionHook() |
protected IFCDaoActionHook<MandantRessource> |
getPreActionHook() |
MandantRessource |
update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
activate, 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, waitall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, updatepublic Set<de.xima.cmn.dao.interfaces.IEntity> getEntityRefs(IEntityContext ec, MandantRessource resource)
getEntityRefs in interface IGenericDao<MandantRessource>getEntityRefs in class GenericDao<MandantRessource>public MandantRessource getByName(Mandant mandant, String name, IEntityContext ec)
getByName in interface IMandantRessourceDaopublic List<MandantRessource> getAllByMandant(Mandant mandant, IEntityContext ec)
getAllByMandant in interface IMandantRessourceDaoprotected IFCDaoActionHook<MandantRessource> getPreActionHook()
getPreActionHook in class GenericDao<MandantRessource>protected IFCDaoActionHook<MandantRessource> getPostActionHook()
getPostActionHook in class GenericDao<MandantRessource>public MandantRessource create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant)
create in interface IMandantRessourceDaopublic MandantRessource create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant)
create in interface IMandantRessourceDaopublic MandantRessource update(IEntityContext ec, byte[] daten, String userName, String fileName, MandantRessource res)
update in interface IMandantRessourceDaoCopyright © 2018 XIMA MEDIA GmbH. All rights reserved.