public class ProjektRessourceDao extends MandantDependentBaseDao<ProjektRessource> implements IProjektRessourceDao
Constructor and Description |
---|
ProjektRessourceDao() |
Modifier and Type | Method and Description |
---|---|
ProjektRessource |
create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
ProjektRessource |
create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
String resourceDescription,
Mandant mandant,
Projekt projekt) |
List<ProjektRessource> |
getAllByProjekt(Projekt projekt,
IEntityContext ec) |
ProjektRessource |
getByName(Projekt projekt,
String name,
IEntityContext ec) |
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
getEntityRefs(IEntityContext ec,
ProjektRessource resource) |
protected IFCDaoActionHook<ProjektRessource> |
getPostActionHook() |
protected IFCDaoActionHook<ProjektRessource> |
getPreActionHook() |
long |
getUsedFileSize(IEntityContext ec,
Mandant mandant) |
ProjektRessource |
update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
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, ProjektRessource resource)
getEntityRefs
in interface IGenericDao<ProjektRessource>
getEntityRefs
in class GenericDao<ProjektRessource>
public ProjektRessource getByName(Projekt projekt, String name, IEntityContext ec)
getByName
in interface IProjektRessourceDao
public List<ProjektRessource> getAllByProjekt(Projekt projekt, IEntityContext ec)
getAllByProjekt
in interface IProjektRessourceDao
protected IFCDaoActionHook<ProjektRessource> getPreActionHook()
getPreActionHook
in class GenericDao<ProjektRessource>
protected IFCDaoActionHook<ProjektRessource> getPostActionHook()
getPostActionHook
in class GenericDao<ProjektRessource>
public ProjektRessource create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, String resourceDescription, Mandant mandant, Projekt projekt)
create
in interface IProjektRessourceDao
public ProjektRessource create(IEntityContext ec, String name, byte[] daten, String userName, String fileName, Mandant mandant, Projekt projekt)
create
in interface IProjektRessourceDao
public ProjektRessource update(IEntityContext ec, byte[] daten, String userName, String fileName, ProjektRessource res)
update
in interface IProjektRessourceDao
public long getUsedFileSize(IEntityContext ec, Mandant mandant)
getUsedFileSize
in interface IProjektRessourceDao
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.