Schnittstelle ApplicationInfo
- Alle Superschnittstellen:
de.uplanet.lucy.server.rtcache.ILanguageConstant,de.uplanet.lucy.server.util.ILanguageConstantOrTitle,de.uplanet.lucy.server.rtcache.IRtInfo,de.uplanet.lucy.server.rtcache.IRtInfoWithTitle
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet the application license.The name of the application.intGet the user that have created the application.Get the creation date of the application.Get an application's default description.getDescription(String p_strLang) Get the application description for the given language.Get the application's language specific descriptions.getGuid()Get the GUID of the application.getIcon()Get the application icon path.Get the languages that are supported by this application.intGet the user that last changed the application.Get the date, when application was last modified.de.uplanet.lucy.server.property.ApplicationPropertyCollectionGet the runtime class of the application.Get the GUID of the start fup page.Get the GUID of the start page.Get the application template's GUID.booleanbooleanDetermine, if application is a system application.booleansupportsLanguage(String p_strLang) Determines, if given language is supported.Von Schnittstelle geerbte Methoden de.uplanet.lucy.server.rtcache.ILanguageConstant
getLanguageConstantAppGuid, getLanguageConstantName, getLanguageConstantType, hasLanguageConstantVon Schnittstelle geerbte Methoden de.uplanet.lucy.server.util.ILanguageConstantOrTitle
getTitlesVon Schnittstelle geerbte Methoden de.uplanet.lucy.server.rtcache.IRtInfoWithTitle
getDefaultTitle, getTitle, getTitles
-
Methodendetails
-
getGuid
Get the GUID of the application.LCAPP.STRAPPGUID
- Gibt zurück:
- the GUID of the application (not
null).
-
getApplicationName
The name of the application.LCAPP.STRAPPNAME
- Gibt zurück:
- The application name (not
null)
-
getCreationDate
Date getCreationDate()Get the creation date of the application.LCAPP.DTEDITCREATE
- Gibt zurück:
- creation date of the application.
-
getLastModifiedDate
Date getLastModifiedDate()Get the date, when application was last modified.LCAPP.DTEDITCHANGED
- Gibt zurück:
- date, when application was last modified.
-
getStartFupGuid
String getStartFupGuid()Get the GUID of the start fup page.LCAPP.STRAPPFUPGUID
- Gibt zurück:
- GUID of the start page.
-
getStartPageGuid
String getStartPageGuid()Get the GUID of the start page.LCAPP.STRAPPPAGEGUID
- Gibt zurück:
- GUID of the start page (not
null=> in final implementation, now it could be null)).
-
getRuntimeClass
Get the runtime class of the application.LCAPPTEMPL.STRADMINCLASS (JOIN LCAPP.STRAPPTEMPLGUID = LCAPPTEMPL.STRGUID)
- Gibt zurück:
- The runtime class of the application (not
null).
-
isSystemApplication
boolean isSystemApplication()Determine, if application is a system application.LCAPP.BISSYSTEM
- Gibt zurück:
trueif the application is a system application, orfalseotherwise.
-
getTemplateGuid
Get the application template's GUID.LCAPP.STRAPPTEMPLGUID
- Gibt zurück:
- The application template's GUID (not
null).
-
getDefaultDescription
String getDefaultDescription()Get an application's default description.LCAPPTITLE.STRITEM (JOIN LCAPPTITLE.STRAPPGUID = LCAPP.STRGUID AND LCAPPTITLE.TYPE = "description")
- Gibt zurück:
- The default description of this application (could be
null).
-
getDescriptions
Get the application's language specific descriptions.LCAPPTITLE.STRITEM (JOIN LCAPPTITLE.STRAPPGUID = LCAPP.STRGUID AND LCAPPTITLE.TYPE = "description")
- Gibt zurück:
- The language specific descriptions (not
null).
-
getDescription
Get the application description for the given language.LCAPPTITLE.STRITEM (JOIN LCAPPTITLE.STRAPPGUID = LCAPP.STRGUID AND LCAPPTITLE.TYPE = "description")
- Parameter:
p_strLang- A language identifier.- Gibt zurück:
- The language-specific application description, or an
empty string if it does not exist (could be
null).
-
getIcon
Path getIcon()Get the application icon path.- Gibt zurück:
- The path of the application icon (could be
null).
-
supportsLanguage
Determines, if given language is supported.LCAPPTITLE.STRITEM (JOIN LCAPPTITLE.STRAPPGUID = LCAPP.STRGUID AND LCAPPTITLE.TYPE = "description")
- Gibt zurück:
trueif the given language is supported by this application, orfalseotherwise.
-
getLanguages
Get the languages that are supported by this application.LCAPPTITLE.STRITEM (JOIN LCAPPTITLE.STRAPPGUID = LCAPP.STRGUID AND LCAPPTITLE.TYPE = "description")
- Gibt zurück:
- The identifiers of the supported languages (not
null).
-
getLastChangedUser
int getLastChangedUser()Get the user that last changed the application.LCAPP.LUSERIDCHANGED
- Gibt zurück:
- Id of user last changed the application.
-
getCreatedUser
int getCreatedUser()Get the user that have created the application.LCAPP.LUSERIDCREATED
- Gibt zurück:
- Id of user last changed the application.
-
getApplicationLicense
String getApplicationLicense()Get the application license.LCAPP.STRAPPLIC
- Gibt zurück:
- A string that represents the application license.
-
getProperties
de.uplanet.lucy.server.property.ApplicationPropertyCollection getProperties()- Gibt zurück:
- The application specific properties.
-
getLanguageConstantNameDescription
String getLanguageConstantNameDescription()- Gibt zurück:
- Returns if a language constant name if
hasLanguageConstantDescription()istrueotherwisefalse
-
getLanguageConstantTypeDescription
String getLanguageConstantTypeDescription()- Gibt zurück:
- Returns if a language constant type if
hasLanguageConstantDescription()istrueotherwisefalse
-
hasLanguageConstantDescription
boolean hasLanguageConstantDescription()- Gibt zurück:
- Returns if a language constant is set for the description otherwise
false
-