public interface ITextbausteinHandler extends IGenericHandler
| Modifier and Type | Method and Description | 
|---|---|
Textbaustein | 
getByMandantAndName(UserContext uc,
                   Mandant mandant,
                   String name)  | 
Textbaustein | 
getByUUID(UserContext uc,
         Mandant client,
         String uuid)  | 
Textbaustein | 
getByUUID(UserContext uc,
         Mandant client,
         UUID uuid)  | 
Map<String,String> | 
getI18nValues(UserContext uc,
             Textbaustein template)
Provides the i18n values from the template. 
 | 
Textbaustein | 
getTextbausteinBy(UserContext uc,
                 Mandant mandant,
                 String name,
                 ETextbausteinKategorie kategorie)
Gets the textbaustein by. 
 | 
List<Textbaustein> | 
getTextbausteine(UserContext uc,
                Mandant mandant)
Gets the textbausteine. 
 | 
List<Textbaustein> | 
getTextbausteineByKategorie(UserContext uc,
                           Mandant mandant,
                           ETextbausteinKategorie kategorie)
Gets the textbausteine vom uebergebenen Typ. 
 | 
String | 
mandantSpecificMsg(UserContext uc,
                  Mandant mandant,
                  ETextbausteinMsgCode msgCode)
Mandant specific msg. 
 | 
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, updategetNameList<Textbaustein> getTextbausteine(UserContext uc, Mandant mandant)
mandant - the mandantString mandantSpecificMsg(UserContext uc, Mandant mandant, ETextbausteinMsgCode msgCode)
uc - the ucmandant - the mandantmsgCode - the msg codeTextbaustein getTextbausteinBy(UserContext uc, Mandant mandant, String name, ETextbausteinKategorie kategorie)
mandant - the mandantname - the namekategorie - the category of the TextbausteinTextbausteinList<Textbaustein> getTextbausteineByKategorie(UserContext uc, Mandant mandant, ETextbausteinKategorie kategorie)
uc - Usercontext in welchem die Operation ausgeführt wirdmandant - the mandantkategorie - des textbausteinsTextbaustein getByMandantAndName(UserContext uc, Mandant mandant, String name)
Map<String,String> getI18nValues(UserContext uc, Textbaustein template)
uc - user context in which the opration is performedtemplate - the templateTextbaustein getByUUID(UserContext uc, Mandant client, String uuid)
Textbaustein getByUUID(UserContext uc, Mandant client, UUID uuid)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.