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) |
getEntityRefsAttachment 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 © 2016. All rights reserved.