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 TemplateModel
getTemplateModel()
Returns the template definition model which might contain further information to just the persisted template definition.TemplateVariationDefinition
getTemplateVariationDefinition()
Returns the definition of the template variation held by this template holder.TemplateVariationModel
getTemplateVariationModel()
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.
-