Interface SettingsBrandingService
-
- All Known Implementing Classes:
SettingsBrandingServiceImpl
public interface SettingsBrandingService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SettingsBrandingLoginPageBeangetLoginPage()SettingsBrandingLoginPageBeansetLoginPage(SettingsBrandingLoginPageBean settingsBrandingLoginPageBean)voidsetLogo(java.io.InputStream inputStream)
-
-
-
Method Detail
-
getLoginPage
SettingsBrandingLoginPageBean getLoginPage()
-
setLoginPage
SettingsBrandingLoginPageBean setLoginPage(SettingsBrandingLoginPageBean settingsBrandingLoginPageBean)
-
setLogo
void setLogo(java.io.InputStream inputStream)
-
-