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 denInputStreamaus welchem das Formular-Template bezogen werden kanngetTemplateName(Locale locale) Getter für den lokalisierbaren Template-Namenorg.primefaces.model.StreamedContentgetThumbnail(Locale locale) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.interfaces.project.IProjectTemplate
getThumbnailFileStream 
- 
Constructor Details
- 
EntityProjectTemplate
 
 - 
 - 
Method Details
- 
getTemplateName
Description copied from interface:IProjectTemplateGetter für den lokalisierbaren Template-Namen- Specified by:
 getTemplateNamein interfaceIProjectTemplate- Parameters:
 locale-Locale- Returns:
 Stringder Name
 - 
getTemplateDescription
Description copied from interface:IProjectTemplateGetter für die lokalisierbare Template-Beschreibung- Specified by:
 getTemplateDescriptionin interfaceIProjectTemplate- Parameters:
 locale-Locale- Returns:
 Stringdie Beschreibung
 - 
getTemplateFileSteam
Description copied from interface:IProjectTemplateGetter für denInputStreamaus welchem das Formular-Template bezogen werden kann- Specified by:
 getTemplateFileSteamin interfaceIProjectTemplate- Returns:
 InputStream
 - 
getThumbnail
- Specified by:
 getThumbnailin interfaceIProjectTemplateViewModel
 - 
getEntity
- Specified by:
 getEntityin interfaceIProjectTemplate
 
 -