public interface IAttachmentDao extends IGenericDao<Attachment>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByUser(IEntityContext ec,
String username,
Attachment... attachments) |
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) |
long |
getUsedFileSize(IEntityContext ec,
Mandant mandant) |
getEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, updateAttachment 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)
long getUsedFileSize(IEntityContext ec, Mandant mandant)
void deleteByUser(IEntityContext ec, String username, Attachment... attachments)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.