Interface TemplateHolder
-
- All Known Implementing Classes:
TemplateHolderImpl
public interface TemplateHolderA template holder is referencing (holding) all necessary information around a single template and variation with all necessary data.- Author:
- Micha Kiener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateModelgetTemplateModel()Returns the template definition model which might contain further information to just the persisted template definition.TemplateVariationDefinitiongetTemplateVariationDefinition()Returns the definition of the template variation held by this template holder.TemplateVariationModelgetTemplateVariationModel()Returns the template variation definition model which might contain further information to just the persisted variation definition.
-
-
-
Method Detail
-
getTemplateVariationDefinition
TemplateVariationDefinition getTemplateVariationDefinition()
Returns the definition of the template variation held by this template holder.
-
getTemplateModel
TemplateModel getTemplateModel()
Returns the template definition model which might contain further information to just the persisted template definition.
-
getTemplateVariationModel
TemplateVariationModel getTemplateVariationModel()
Returns the template variation definition model which might contain further information to just the persisted variation definition.
-
-