Uses of Class
lumis.service.portalmanagement.mobileapp.bean.MobileAppConfig
-
Packages that use MobileAppConfig Package Description lumis.service.portalmanagement.mobileapp.bean lumis.service.portalmanagement.mobileapp.util -
-
Uses of MobileAppConfig in lumis.service.portalmanagement.mobileapp.bean
Methods in lumis.service.portalmanagement.mobileapp.bean that return MobileAppConfig Modifier and Type Method Description MobileAppConfig
MobileAppConfig. setAppId(String appId)
Sets the appId.MobileAppConfig
MobileAppConfig. setAuthorEmail(String authorEmail)
Sets the authorEmail.MobileAppConfig
MobileAppConfig. setAuthorHref(String authorHref)
Sets the authorHref.MobileAppConfig
MobileAppConfig. setAuthorName(String authorName)
Sets the authorName.MobileAppConfig
MobileAppConfig. setBackgroundColor(String backgroundColor)
Sets the backgroundColor.MobileAppConfig
MobileAppConfig. setCustomWebsiteURL(String customWebsiteURL)
Sets the customWebsiteURL.MobileAppConfig
MobileAppConfig. setDescription(String description)
Sets the description.MobileAppConfig
MobileAppConfig. setErrorColor(String errorColor)
Sets the errorColor.MobileAppConfig
MobileAppConfig. setId(String id)
Sets the id.MobileAppConfig
MobileAppConfig. setIncludeTopbar(boolean includeTopbar)
Sets the includeTopbar.MobileAppConfig
MobileAppConfig. setLogoFileName(String logoFileName)
Sets the logoFileName.MobileAppConfig
MobileAppConfig. setName(String name)
Sets the name.MobileAppConfig
MobileAppConfig. setPrimaryColor(String primaryColor)
Sets the primaryColor.MobileAppConfig
MobileAppConfig. setTextColor(String textColor)
Sets the textColor.MobileAppConfig
MobileAppConfig. setTopbarBackgroundColor(String topbarBackgroundColor)
Sets the topbarBackgroundColor.MobileAppConfig
MobileAppConfig. setTopbarTextColor(String topbarTextColor)
Sets the topbarTextColor.MobileAppConfig
MobileAppConfig. setType(String type)
Sets the type.MobileAppConfig
MobileAppConfig. setVersion(String version)
Sets the version.MobileAppConfig
MobileAppConfig. setWebsiteBaseURLId(String websiteBaseURLId)
Sets the websiteBaseURLId.MobileAppConfig
MobileAppConfig. setWebsiteBaseURLProtocol(String websiteBaseURLProtocol)
Sets the websiteBaseURLProtocol.MobileAppConfig
MobileAppConfig. setWebsiteHomepagePath(String websiteHomepagePath)
Sets the websiteHomepagePath. -
Uses of MobileAppConfig in lumis.service.portalmanagement.mobileapp.util
Methods in lumis.service.portalmanagement.mobileapp.util that return MobileAppConfig Modifier and Type Method Description static MobileAppConfig
MobileAppServiceUtil. getDefinitionFromPath(String path)
Returns the app config from the given path.Methods in lumis.service.portalmanagement.mobileapp.util that return types with arguments of type MobileAppConfig Modifier and Type Method Description static Map<MobileAppConfig,IModule>
MobileAppServiceUtil. findAppConfigPaths()
Find app configs in deployed modules.static Map.Entry<MobileAppConfig,IModule>
MobileAppServiceUtil. getAppConfigByAppCompositeId(String compositeId)
Returns the app config by the given composite id.Methods in lumis.service.portalmanagement.mobileapp.util with parameters of type MobileAppConfig Modifier and Type Method Description static String
MobileAppServiceUtil. getAppURL(MobileAppConfig appConfig)
Returns the app access URL.static String
MobileAppServiceUtil. getId(MobileAppConfig appConfig, IModule module)
Returns the composite id of the given app config.
-