public interface BrandingService
| Modifier and Type | Method and Description |
|---|---|
Branding |
getBrandingInformation() |
String |
getCompanyName() |
Logo |
getDefaultLogo() |
Logo |
getLogo() |
Long |
getLogoId() |
String |
getTopBarTheme() |
void |
updateBrandingInformation(Branding branding) |
void |
updateCompanyName(String companyName) |
void |
updateLogo(Logo logo) |
void |
updateTopBarTheme(String style) |
Branding getBrandingInformation()
void updateBrandingInformation(Branding branding) throws Exception
ExceptionString getCompanyName()
void updateCompanyName(String companyName)
String getTopBarTheme()
Long getLogoId()
Logo getLogo()
Logo getDefaultLogo()
void updateTopBarTheme(String style)
void updateLogo(Logo logo) throws IOException, Exception
IOExceptionExceptionCopyright © 2003–2020 eXo Platform SAS. All rights reserved.