Interface TemplateInfo

  • All Superinterfaces:
    de.uplanet.lucy.server.rtcache.IRtInfo, de.uplanet.lucy.server.rtcache.IRtInfoWithTitle

    @Scriptable
    public interface TemplateInfo
    extends de.uplanet.lucy.server.rtcache.IRtInfo, de.uplanet.lucy.server.rtcache.IRtInfoWithTitle
    • Method Detail

      • getLastChange

        Date getLastChange()
      • getDescription

        String getDescription()
      • getRuntimeClass

        String getRuntimeClass()
      • getTemplateType

        int getTemplateType()
      • getOrder

        int getOrder()
      • getDefaultDescription

        String getDefaultDescription()
        Get an application's default description.
        Returns:
        The default description of this application (could be null).
      • getDescriptions

        Map<String,​String> getDescriptions()
        Get the application's language specific descriptions.
        Returns:
        The language specific descriptions (not null).
      • getDescription

        String getDescription​(String p_strLang)
      • supportsLanguage

        boolean supportsLanguage​(String p_strLang)
      • getDirTemplate

        File getDirTemplate()
      • getIcon16

        File getIcon16()
        Get the 16x16 pixel template icon.
        Returns:
        The 16x16 pixel template icon
      • getHugeIcon

        File getHugeIcon()
      • getIcon60

        File getIcon60()
        Get the 60x60 pixel template icon.
        Returns:
        The 60x60 pixel template icon