| Modifier and Type | Method and Description |
|---|---|
List<STheme> |
SearchThemes.executeSearch(QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<Theme> |
SearchThemes.convertToClientObjects(List<STheme> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
static Theme |
ModelConvertor.toTheme(STheme sTheme) |
| Modifier and Type | Method and Description |
|---|---|
static List<Theme> |
ModelConvertor.toThemes(List<STheme> sThemes) |
| Modifier and Type | Method and Description |
|---|---|
STheme |
ThemeService.createTheme(STheme theme)
Add a new theme
|
STheme |
ThemeService.getLastModifiedTheme(SThemeType type)
Get the last modified theme for the specific type.
|
STheme |
ThemeService.getTheme(long id)
Get theme by its id
|
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.
|
STheme |
ThemeService.updateTheme(STheme theme,
EntityUpdateDescriptor descriptor)
Update a theme by the given theme and the new content
|
| Modifier and Type | Method and Description |
|---|---|
List<STheme> |
ThemeService.searchThemes(QueryOptions queryOptions)
Search the themes corresponding to criteria
|
| Modifier and Type | Method and Description |
|---|---|
STheme |
ThemeService.createTheme(STheme theme)
Add a new theme
|
void |
ThemeService.deleteTheme(STheme theme)
Delete theme by the given theme
|
STheme |
ThemeService.updateTheme(STheme theme,
EntityUpdateDescriptor descriptor)
Update a theme by the given theme and the new content
|
| Modifier and Type | Method and Description |
|---|---|
STheme |
SThemeBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SThemeBuilder |
SThemeBuilderFactory.createNewInstance(STheme theme) |
| Modifier and Type | Method and Description |
|---|---|
STheme |
SThemeBuilderImpl.done() |
| Modifier and Type | Method and Description |
|---|---|
SThemeBuilder |
SThemeBuilderFactoryImpl.createNewInstance(STheme theme) |
| Modifier and Type | Method and Description |
|---|---|
STheme |
ThemeServiceImpl.createTheme(STheme theme) |
STheme |
ThemeServiceImpl.getLastModifiedTheme(SThemeType type) |
STheme |
ThemeServiceImpl.getTheme(long id) |
STheme |
ThemeServiceImpl.getTheme(SThemeType type,
boolean isDefault) |
STheme |
ThemeRetrieverImpl.getTheme(SThemeType type,
boolean isDefault) |
STheme |
ThemeServiceImpl.updateTheme(STheme sTheme,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
List<STheme> |
ThemeServiceImpl.searchThemes(QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
ThemeActionCalculator.ThemeAction |
ThemeActionCalculator.calculateAction(STheme currentTheme,
byte[] newContent) |
STheme |
ThemeServiceImpl.createTheme(STheme theme) |
void |
ThemeServiceImpl.deleteTheme(STheme theme) |
STheme |
ThemeServiceImpl.updateTheme(STheme sTheme,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
SThemeImpl |
| Constructor and Description |
|---|
SThemeImpl(STheme theme) |
| Modifier and Type | Method and Description |
|---|---|
static SelectOneDescriptor<STheme> |
SelectDescriptorBuilder.getLastModifiedTheme(SThemeType type) |
static SelectOneDescriptor<STheme> |
SelectDescriptorBuilder.getTheme(SThemeType type,
boolean isDefault) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.