public class TextbausteinDao extends MandantDependentBaseDao<Textbaustein> implements ITextbausteinDao
Constructor and Description |
---|
TextbausteinDao() |
Modifier and Type | Method and Description |
---|---|
List<Textbaustein> |
getAll(IEntityContext ec,
Mandant mandant) |
List<Textbaustein> |
getAllByKat(IEntityContext ec,
Mandant mandant,
ETextbausteinKategorie kategorie) |
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) |
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
getEntityRefs(IEntityContext ec,
Textbaustein template) |
protected IFCDaoActionHook<Textbaustein> |
getPostActionHook() |
protected IFCDaoActionHook<Textbaustein> |
getPreActionHook() |
Textbaustein |
getTextbausteinByMsgCode(IEntityContext ec,
Mandant m,
ETextbausteinMsgCode msgCode) |
read
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
public Set<de.xima.cmn.dao.interfaces.IEntity<Long>> getEntityRefs(IEntityContext ec, Textbaustein template)
getEntityRefs
in interface IGenericDao<Textbaustein>
getEntityRefs
in class GenericDao<Textbaustein>
public Textbaustein getTextbausteinByMsgCode(IEntityContext ec, Mandant m, ETextbausteinMsgCode msgCode)
getTextbausteinByMsgCode
in interface ITextbausteinDao
public List<Textbaustein> getAll(IEntityContext ec, Mandant mandant)
getAll
in interface ITextbausteinDao
public Textbaustein getByName(IEntityContext ec, Mandant mandant, String name)
getByName
in interface ITextbausteinDao
public List<Textbaustein> getAllByKat(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie)
getAllByKat
in interface ITextbausteinDao
public Textbaustein getByMsgCode(IEntityContext ec, Mandant m, String msgCode)
getByMsgCode
in interface ITextbausteinDao
public Textbaustein getByKatAndName(IEntityContext ec, Mandant mandant, ETextbausteinKategorie kategorie, String name)
getByKatAndName
in interface ITextbausteinDao
protected IFCDaoActionHook<Textbaustein> getPreActionHook()
getPreActionHook
in class GenericDao<Textbaustein>
protected IFCDaoActionHook<Textbaustein> getPostActionHook()
getPostActionHook
in class GenericDao<Textbaustein>
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.