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
  • Field Details

  • Method Details

    • getGuid

      String getGuid()
    • getName

      String getName()
    • 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)
    • getLanguages

      List<String> getLanguages()
    • 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