Package de.xima.fc.gui.model.project
Class EntityProjectTemplate
java.lang.Object
de.xima.fc.gui.model.project.EntityProjectTemplate
- All Implemented Interfaces:
IProjectTemplateViewModel
,IProjectTemplate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTemplateDescription
(Locale locale) Getter für die lokalisierbare Template-BeschreibungGetter für denInputStream
aus welchem das Formular-Template bezogen werden kanngetTemplateName
(Locale locale) Getter für den lokalisierbaren Template-Namenorg.primefaces.model.StreamedContent
getThumbnail
(Locale locale) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.interfaces.project.IProjectTemplate
getThumbnailFileStream
-
Constructor Details
-
EntityProjectTemplate
-
-
Method Details
-
getTemplateName
Description copied from interface:IProjectTemplate
Getter für den lokalisierbaren Template-Namen- Specified by:
getTemplateName
in interfaceIProjectTemplate
- Parameters:
locale
-Locale
- Returns:
String
der Name
-
getTemplateDescription
Description copied from interface:IProjectTemplate
Getter für die lokalisierbare Template-Beschreibung- Specified by:
getTemplateDescription
in interfaceIProjectTemplate
- Parameters:
locale
-Locale
- Returns:
String
die Beschreibung
-
getTemplateFileSteam
Description copied from interface:IProjectTemplate
Getter für denInputStream
aus welchem das Formular-Template bezogen werden kann- Specified by:
getTemplateFileSteam
in interfaceIProjectTemplate
- Returns:
InputStream
-
getThumbnail
- Specified by:
getThumbnail
in interfaceIProjectTemplateViewModel
-
getEntity
- Specified by:
getEntity
in interfaceIProjectTemplate
-