Package de.xima.fc.gui.model.project
Class EntityProjectTemplate
- java.lang.Object
-
- de.xima.fc.gui.model.project.EntityProjectTemplate
-
- All Implemented Interfaces:
IProjectTemplateViewModel,IProjectTemplate
public class EntityProjectTemplate extends Object implements IProjectTemplateViewModel
-
-
Constructor Summary
Constructors Constructor Description EntityProjectTemplate(Projekt project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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-Namenorg.primefaces.model.StreamedContentgetThumbnail(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 Detail
-
EntityProjectTemplate
public EntityProjectTemplate(Projekt project)
-
-
Method Detail
-
getTemplateName
public String getTemplateName(Locale locale)
Description copied from interface:IProjectTemplateGetter für den lokalisierbaren Template-Namen- Specified by:
getTemplateNamein interfaceIProjectTemplate- Parameters:
locale-Locale- Returns:
Stringder Name
-
getTemplateDescription
public String getTemplateDescription(Locale locale)
Description copied from interface:IProjectTemplateGetter für die lokalisierbare Template-Beschreibung- Specified by:
getTemplateDescriptionin interfaceIProjectTemplate- Parameters:
locale-Locale- Returns:
Stringdie Beschreibung
-
getTemplateFileSteam
public InputStream getTemplateFileSteam()
Description copied from interface:IProjectTemplateGetter für denInputStreamaus welchem das Formular-Template bezogen werden kann- Specified by:
getTemplateFileSteamin interfaceIProjectTemplate- Returns:
InputStream
-
getThumbnail
public org.primefaces.model.StreamedContent getThumbnail(Locale locale)
- Specified by:
getThumbnailin interfaceIProjectTemplateViewModel
-
getEntity
public Projekt getEntity()
- Specified by:
getEntityin interfaceIProjectTemplate
-
-