public class AttachmentDao extends GenericDao<Attachment> implements IAttachmentDao
Constructor and Description |
---|
AttachmentDao() |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
getAllBy(IEntityContext ec,
Vorgang vorgang,
EAttachmentSource source,
String uuid) |
Attachment |
getByName(IEntityContext ec,
Vorgang vorgang,
String name) |
Attachment |
getByUUID(IEntityContext ec,
String uuid) |
Attachment |
getByUUID(IEntityContext ec,
String uuid,
Vorgang v) |
protected IFCDaoActionHook<Attachment> |
getPreActionHook() |
getEntityRefs, getPostActionHook
activate, all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, rollback, singleElement, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEntityRefs
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
public List<Attachment> getAllBy(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid)
getAllBy
in interface IAttachmentDao
public Attachment getByUUID(IEntityContext ec, String uuid, Vorgang v)
getByUUID
in interface IAttachmentDao
public Attachment getByName(IEntityContext ec, Vorgang vorgang, String name)
getByName
in interface IAttachmentDao
public Attachment getByUUID(IEntityContext ec, String uuid)
getByUUID
in interface IAttachmentDao
protected IFCDaoActionHook<Attachment> getPreActionHook()
getPreActionHook
in class GenericDao<Attachment>
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.