Package de.xima.fc.interfaces.project
Interface IProjectTemplate
-
- All Known Subinterfaces:
IProjectTemplateViewModel
- All Known Implementing Classes:
BuildInProjectTemplate,EntityProjectTemplate,PluginProjectTemplate
public interface IProjectTemplateInterface für Projekt-Templates- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ProjektgetEntity()StringgetTemplateDescription(Locale locale)Getter für die lokalisierbare Template-BeschreibungInputStreamgetTemplateFileSteam()Getter für denInputStreamaus welchem das Formular-Template bezogen werden kannStringgetTemplateName(Locale locale)Getter für den lokalisierbaren Template-Namendefault InputStreamgetThumbnailFileStream(Locale locale)Getter forInputStreamfor 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 denInputStreamaus welchem das Formular-Template bezogen werden kann- Returns:
InputStream
-
getThumbnailFileStream
default InputStream getThumbnailFileStream(Locale locale)
Getter forInputStreamfor the thumbnail image of the template- Returns:
InputStreamof the thumbnail
-
getEntity
default Projekt getEntity()
-
-