Package de.xima.fc.interfaces.project
Interface IProjectTemplate
-
- All Known Subinterfaces:
IProjectTemplateViewModel
- All Known Implementing Classes:
BuildInProjectTemplate
,EntityProjectTemplate
,PluginProjectTemplate
public interface IProjectTemplate
Interface für Projekt-Templates- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Projekt
getEntity()
String
getTemplateDescription(Locale locale)
Getter für die lokalisierbare Template-BeschreibungInputStream
getTemplateFileSteam()
Getter für denInputStream
aus welchem das Formular-Template bezogen werden kannString
getTemplateName(Locale locale)
Getter für den lokalisierbaren Template-Namendefault InputStream
getThumbnailFileStream(Locale locale)
Getter forInputStream
for the thumbnail image of the template
-
-
-
Method Detail
-
getTemplateName
String getTemplateName(Locale locale)
Getter für den lokalisierbaren Template-Namen
-
getTemplateDescription
String getTemplateDescription(Locale locale)
Getter für die lokalisierbare Template-Beschreibung
-
getTemplateFileSteam
InputStream getTemplateFileSteam()
Getter für denInputStream
aus welchem das Formular-Template bezogen werden kann- Returns:
InputStream
-
getThumbnailFileStream
default InputStream getThumbnailFileStream(Locale locale)
Getter forInputStream
for the thumbnail image of the template- Returns:
InputStream
of the thumbnail
-
getEntity
default Projekt getEntity()
-
-