Package org.openiam.esb.core.service
Interface UIThemeService
-
- All Known Implementing Classes:
UIThemeServiceImpl
public interface UIThemeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
delete(String id)
org.springframework.data.domain.Page<UITheme>
findBeans(UIThemeSearchBean searchBean, int from, int size)
UITheme
get(String id)
String
save(UITheme dto)
-
-
-
Method Detail
-
save
String save(UITheme dto) throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
delete
void delete(String id) throws BasicDataServiceException
- Throws:
BasicDataServiceException
-
findBeans
org.springframework.data.domain.Page<UITheme> findBeans(UIThemeSearchBean searchBean, int from, int size)
-
-