public interface ITextbausteinDao extends IMandantDependentBaseDao<Textbaustein>
| Modifier and Type | Method and Description |
|---|---|
List<Textbaustein> |
getAll(IEntityContext ec,
Mandant m) |
List<Textbaustein> |
getAllByKat(IEntityContext ec,
Mandant mandant,
ETextbausteinKategorie kategorie) |
List<Textbaustein> |
getAllByProject(IEntityContext ec,
Projekt project)
Returns all templates that are being used by the given project
|
Textbaustein |
getByKatAndName(IEntityContext ec,
Mandant mandant,
ETextbausteinKategorie kategorie,
String name) |
Textbaustein |
getByMsgCode(IEntityContext ec,
Mandant m,
String msgCode) |
Textbaustein |
getByName(IEntityContext ec,
Mandant mandant,
String name) |
Textbaustein |
getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the template with the given UUID string
|
Textbaustein |
getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the template with the given UUID
|
Textbaustein |
getTextbausteinByMsgCode(IEntityContext ec,
Mandant m,
ETextbausteinMsgCode msgCode) |
getEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateTextbaustein getByMsgCode(IEntityContext ec, Mandant m, String msgCode)
Textbaustein getTextbausteinByMsgCode(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode)
List<Textbaustein> getAll(IEntityContext ec, Mandant m)
Textbaustein getByName(IEntityContext ec, Mandant mandant, String name)
List<Textbaustein> getAllByKat(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie)
Textbaustein getByKatAndName(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name)
Textbaustein getByUUID(IEntityContext ec, Mandant client, String uuid)
ec - IEntityContext to useclient - Mandant context in which to look for templateuuid - String UUID of the templateTextbaustein for the given UUID and clientTextbaustein getByUUID(IEntityContext ec, Mandant client, UUID uuid)
ec - IEntityContext to useclient - Mandant context in which to look for templateuuid - UUID UUID of the templateTextbaustein for the given UUID and clientList<Textbaustein> getAllByProject(IEntityContext ec, Projekt project)
ec - IEntityContext to be usedproject - Projekt project to search for templatesList of Textbausteins that are being used by the projectCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.