public interface IAttachmentDao extends IGenericDao<Attachment>
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) |
getEntityRefs
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
Attachment getByName(IEntityContext ec, Vorgang vorgang, String name)
List<Attachment> getAllBy(IEntityContext ec, Vorgang vorgang, EAttachmentSource source, String uuid)
Attachment getByUUID(IEntityContext ec, String uuid, Vorgang v)
Attachment getByUUID(IEntityContext ec, String uuid)
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.