Interface TemplateHolder
- All Known Implementing Classes:
TemplateHolderImpl
public interface TemplateHolder
A template holder is referencing (holding) all necessary information around a single template and variation with all necessary data.
- Author:
- Micha Kiener
-
Method Summary
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 Details
-
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.
-