| Modifier and Type | Method and Description |
|---|---|
STheme |
ThemeService.getLastModifiedTheme(SThemeType type)
Get the last modified theme for the specific type.
|
long |
ThemeService.getLastUpdateDate(SThemeType type) |
STheme |
ThemeService.getTheme(SThemeType type,
boolean isDefault)
Get the default or current theme for the specific type.
|
STheme |
ThemeRetriever.getTheme(SThemeType type,
boolean isDefault)
Retrieves the default or current theme for the specific type.
|
void |
ThemeService.restoreDefaultTheme(SThemeType type)
Restore default theme by the given type
|
| Modifier and Type | Method and Description |
|---|---|
SThemeBuilder |
SThemeBuilderFactory.createNewInstance(byte[] content,
boolean isDefault,
SThemeType type,
long lastUpdateDate) |
SThemeUpdateBuilder |
SThemeUpdateBuilder.setType(SThemeType type) |
SThemeBuilder |
SThemeBuilder.setType(SThemeType type) |
| Modifier and Type | Method and Description |
|---|---|
SThemeBuilder |
SThemeBuilderFactoryImpl.createNewInstance(byte[] content,
boolean isDefault,
SThemeType type,
long lastUpdateDate) |
SThemeUpdateBuilder |
SThemeUpdateBuilderImpl.setType(SThemeType type) |
SThemeBuilder |
SThemeBuilderImpl.setType(SThemeType type) |
| Constructor and Description |
|---|
SThemeNotFoundException(SThemeType type) |
SThemeNotFoundException(SThemeType type,
boolean isDefault) |
| Modifier and Type | Method and Description |
|---|---|
STheme |
ThemeServiceImpl.getLastModifiedTheme(SThemeType type) |
long |
ThemeServiceImpl.getLastUpdateDate(SThemeType type) |
STheme |
ThemeServiceImpl.getTheme(SThemeType type,
boolean isDefault) |
STheme |
ThemeRetrieverImpl.getTheme(SThemeType type,
boolean isDefault) |
void |
ThemeServiceImpl.restoreDefaultTheme(SThemeType type) |
| Modifier and Type | Method and Description |
|---|---|
SThemeType |
STheme.getType()
Get the type of this theme
|
static SThemeType |
SThemeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SThemeType[] |
SThemeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SThemeType |
SThemeImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SThemeImpl.setType(SThemeType type) |
| Constructor and Description |
|---|
SThemeImpl(byte[] content,
boolean isDefault,
SThemeType type,
long lastUpdatedDate) |
| Modifier and Type | Method and Description |
|---|---|
static SelectOneDescriptor<STheme> |
SelectDescriptorBuilder.getLastModifiedTheme(SThemeType type) |
static SelectOneDescriptor<Long> |
SelectDescriptorBuilder.getLastUpdateDate(SThemeType type) |
static SelectOneDescriptor<STheme> |
SelectDescriptorBuilder.getTheme(SThemeType type,
boolean isDefault) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.