Uses of Class
org.openiam.idm.searchbeans.UIThemeSearchBean
-
Packages that use UIThemeSearchBean Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.common -
-
Uses of UIThemeSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type UIThemeSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<UITheme>
UIThemeService. findBeans(UIThemeSearchBean searchBean, int from, int size)
-
Uses of UIThemeSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type UIThemeSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<UITheme>
UIThemeServiceImpl. findBeans(UIThemeSearchBean searchBean, int from, int size)
-
Uses of UIThemeSearchBean in org.openiam.srvc.common
Methods in org.openiam.srvc.common with parameters of type UIThemeSearchBean Modifier and Type Method Description UIThemeListResponse
UIThemeWebService. findBeans(UIThemeSearchBean searchBean, int from, int size)
UIThemeListResponse
UIThemeWebServiceImpl. findBeans(UIThemeSearchBean searchBean, int from, int size)
-