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 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.