Package de.uplanet.lucy.server.rtcache
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 Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionGet an application's default description.getDescription
(String p_strLang) Get the application's language specific descriptions.getGuid()
Get the 16x16 pixel template icon.Get the 60x60 pixel template icon.getName()
int
getOrder()
int
boolean
supportsLanguage
(String p_strLang) Methods inherited from interface de.uplanet.lucy.server.rtcache.IRtInfoWithTitle
getDefaultTitle, getTitle, getTitles
-
Field Details
-
TPLTYPE_HIDDEN
static final int TPLTYPE_HIDDEN- See Also:
-
TPLTYPE_NORMAL
static final int TPLTYPE_NORMAL- See Also:
-
TPLTYPE_FIXED
static final int TPLTYPE_FIXED- See Also:
-
-
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
Get the application's language specific descriptions.- Returns:
- The language specific descriptions (not
null
).
-
getDescription
-
supportsLanguage
-
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
-