Class GeneratedRendererTemplate

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
RendererTemplate

public abstract class GeneratedRendererTemplate extends GenericItem
Generated class for type RendererTemplate.
See Also:
  • Field Details

    • CODE

      public static final String CODE
      Qualifier of the RendererTemplate.code attribute
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Qualifier of the RendererTemplate.description attribute
      See Also:
    • DEFAULTCONTENT

      public static final String DEFAULTCONTENT
      Qualifier of the RendererTemplate.defaultContent attribute
      See Also:
    • CONTENT

      public static final String CONTENT
      Qualifier of the RendererTemplate.content attribute
      See Also:
    • CONTEXTCLASS

      public static final String CONTEXTCLASS
      Qualifier of the RendererTemplate.contextClass attribute
      See Also:
    • OUTPUTMIMETYPE

      public static final String OUTPUTMIMETYPE
      Qualifier of the RendererTemplate.outputMimeType attribute
      See Also:
    • RENDERERTYPE

      public static final String RENDERERTYPE
      Qualifier of the RendererTemplate.rendererType attribute
      See Also:
    • TEMPLATESCRIPT

      public static final String TEMPLATESCRIPT
      Qualifier of the RendererTemplate.templateScript attribute
      See Also:
    • CONTEXTCLASSDESCRIPTION

      public static final String CONTEXTCLASSDESCRIPTION
      Qualifier of the RendererTemplate.contextClassDescription attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedRendererTemplate

      public GeneratedRendererTemplate()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the RendererTemplate.code attribute.
      Returns:
      the code - unique item identifier
    • getCode

      public String getCode()
      Generated method - Getter of the RendererTemplate.code attribute.
      Returns:
      the code - unique item identifier
    • setCode

      public void setCode(SessionContext ctx, String value)
      Generated method - Setter of the RendererTemplate.code attribute.
      Parameters:
      value - the code - unique item identifier
    • setCode

      public void setCode(String value)
      Generated method - Setter of the RendererTemplate.code attribute.
      Parameters:
      value - the code - unique item identifier
    • getContent

      public Media getContent(SessionContext ctx)
      Generated method - Getter of the RendererTemplate.content attribute.
      Returns:
      the content
    • getContent

      public Media getContent()
      Generated method - Getter of the RendererTemplate.content attribute.
      Returns:
      the content
    • getAllContent

      public Map<Language,Media> getAllContent(SessionContext ctx)
      Generated method - Getter of the RendererTemplate.content attribute.
      Returns:
      the localized content
    • getAllContent

      public Map<Language,Media> getAllContent()
      Generated method - Getter of the RendererTemplate.content attribute.
      Returns:
      the localized content
    • setContent

      public void setContent(SessionContext ctx, Media value)
      Generated method - Setter of the RendererTemplate.content attribute.
      Parameters:
      value - the content
    • setContent

      public void setContent(Media value)
      Generated method - Setter of the RendererTemplate.content attribute.
      Parameters:
      value - the content
    • setAllContent

      public void setAllContent(SessionContext ctx, Map<Language,Media> value)
      Generated method - Setter of the RendererTemplate.content attribute.
      Parameters:
      value - the content
    • setAllContent

      public void setAllContent(Map<Language,Media> value)
      Generated method - Setter of the RendererTemplate.content attribute.
      Parameters:
      value - the content
    • getContextClass

      public String getContextClass(SessionContext ctx)
      Generated method - Getter of the RendererTemplate.contextClass attribute.
      Returns:
      the contextClass
    • getContextClass

      public String getContextClass()
      Generated method - Getter of the RendererTemplate.contextClass attribute.
      Returns:
      the contextClass
    • setContextClass

      public void setContextClass(SessionContext ctx, String value)
      Generated method - Setter of the RendererTemplate.contextClass attribute.
      Parameters:
      value - the contextClass
    • setContextClass

      public void setContextClass(String value)
      Generated method - Setter of the RendererTemplate.contextClass attribute.
      Parameters:
      value - the contextClass
    • getContextClassDescription

      public abstract String getContextClassDescription(SessionContext ctx)
      Generated method - Getter of the RendererTemplate.contextClassDescription attribute.
      Returns:
      the contextClassDescription
    • getContextClassDescription

      public String getContextClassDescription()
      Generated method - Getter of the RendererTemplate.contextClassDescription attribute.
      Returns:
      the contextClassDescription
    • getDefaultContent

      public Media getDefaultContent(SessionContext ctx)
      Generated method - Getter of the RendererTemplate.defaultContent attribute.
      Returns:
      the defaultContent
    • getDefaultContent

      public Media getDefaultContent()
      Generated method - Getter of the RendererTemplate.defaultContent attribute.
      Returns:
      the defaultContent
    • setDefaultContent

      public void setDefaultContent(SessionContext ctx, Media value)
      Generated method - Setter of the RendererTemplate.defaultContent attribute.
      Parameters:
      value - the defaultContent
    • setDefaultContent

      public void setDefaultContent(Media value)
      Generated method - Setter of the RendererTemplate.defaultContent attribute.
      Parameters:
      value - the defaultContent
    • getDescription

      public String getDescription(SessionContext ctx)
      Generated method - Getter of the RendererTemplate.description attribute.
      Returns:
      the description
    • getDescription

      public String getDescription()
      Generated method - Getter of the RendererTemplate.description attribute.
      Returns:
      the description
    • getAllDescription

      public Map<Language,String> getAllDescription(SessionContext ctx)
      Generated method - Getter of the RendererTemplate.description attribute.
      Returns:
      the localized description
    • getAllDescription

      public Map<Language,String> getAllDescription()
      Generated method - Getter of the RendererTemplate.description attribute.
      Returns:
      the localized description
    • setDescription

      public void setDescription(SessionContext ctx, String value)
      Generated method - Setter of the RendererTemplate.description attribute.
      Parameters:
      value - the description
    • setDescription

      public void setDescription(String value)
      Generated method - Setter of the RendererTemplate.description attribute.
      Parameters:
      value - the description
    • setAllDescription

      public void setAllDescription(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the RendererTemplate.description attribute.
      Parameters:
      value - the description
    • setAllDescription

      public void setAllDescription(Map<Language,String> value)
      Generated method - Setter of the RendererTemplate.description attribute.
      Parameters:
      value - the description
    • getOutputMimeType

      public String getOutputMimeType(SessionContext ctx)
      Generated method - Getter of the RendererTemplate.outputMimeType attribute.
      Returns:
      the outputMimeType
    • getOutputMimeType

      public String getOutputMimeType()
      Generated method - Getter of the RendererTemplate.outputMimeType attribute.
      Returns:
      the outputMimeType
    • setOutputMimeType

      public void setOutputMimeType(SessionContext ctx, String value)
      Generated method - Setter of the RendererTemplate.outputMimeType attribute.
      Parameters:
      value - the outputMimeType
    • setOutputMimeType

      public void setOutputMimeType(String value)
      Generated method - Setter of the RendererTemplate.outputMimeType attribute.
      Parameters:
      value - the outputMimeType
    • getRendererType

      public EnumerationValue getRendererType(SessionContext ctx)
      Generated method - Getter of the RendererTemplate.rendererType attribute.
      Returns:
      the rendererType
    • getRendererType

      public EnumerationValue getRendererType()
      Generated method - Getter of the RendererTemplate.rendererType attribute.
      Returns:
      the rendererType
    • setRendererType

      public void setRendererType(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the RendererTemplate.rendererType attribute.
      Parameters:
      value - the rendererType
    • setRendererType

      public void setRendererType(EnumerationValue value)
      Generated method - Setter of the RendererTemplate.rendererType attribute.
      Parameters:
      value - the rendererType
    • getTemplateScript

      public abstract String getTemplateScript(SessionContext ctx)
      Generated method - Getter of the RendererTemplate.templateScript attribute.
      Returns:
      the templateScript
    • getTemplateScript

      public String getTemplateScript()
      Generated method - Getter of the RendererTemplate.templateScript attribute.
      Returns:
      the templateScript
    • getAllTemplateScript

      public abstract Map<Language,String> getAllTemplateScript(SessionContext ctx)
      Generated method - Getter of the RendererTemplate.templateScript attribute.
      Returns:
      the localized templateScript
    • getAllTemplateScript

      public Map<Language,String> getAllTemplateScript()
      Generated method - Getter of the RendererTemplate.templateScript attribute.
      Returns:
      the localized templateScript
    • setTemplateScript

      public abstract void setTemplateScript(SessionContext ctx, String value)
      Generated method - Setter of the RendererTemplate.templateScript attribute.
      Parameters:
      value - the templateScript
    • setTemplateScript

      public void setTemplateScript(String value)
      Generated method - Setter of the RendererTemplate.templateScript attribute.
      Parameters:
      value - the templateScript
    • setAllTemplateScript

      public abstract void setAllTemplateScript(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the RendererTemplate.templateScript attribute.
      Parameters:
      value - the templateScript
    • setAllTemplateScript

      public void setAllTemplateScript(Map<Language,String> value)
      Generated method - Setter of the RendererTemplate.templateScript attribute.
      Parameters:
      value - the templateScript