Uses of Class
org.openiam.idm.srvc.ui.theme.dto.UITheme
-
Packages that use UITheme Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.srvc.common -
-
Uses of UITheme in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return UITheme Modifier and Type Method Description UITheme
UIThemeDozerConverter. convertDTO(UITheme entity, boolean isDeep)
UITheme
UIThemeDozerConverter. convertToDTO(UIThemeEntity userEntity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type UITheme Modifier and Type Method Description List<UITheme>
UIThemeDozerConverter. convertToDTOList(List<UIThemeEntity> list, boolean isDeep)
Set<UITheme>
UIThemeDozerConverter. convertToDTOSet(Set<UIThemeEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type UITheme Modifier and Type Method Description UITheme
UIThemeDozerConverter. convertDTO(UITheme entity, boolean isDeep)
UIThemeEntity
UIThemeDozerConverter. convertToEntity(UITheme entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type UITheme Modifier and Type Method Description List<UIThemeEntity>
UIThemeDozerConverter. convertToEntityList(List<UITheme> list, boolean isDeep)
Set<UIThemeEntity>
UIThemeDozerConverter. convertToEntitySet(Set<UITheme> set, boolean isDeep)
-
Uses of UITheme in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return UITheme Modifier and Type Method Description UITheme
UIThemeService. get(String id)
Methods in org.openiam.esb.core.service that return types with arguments of type UITheme Modifier and Type Method Description org.springframework.data.domain.Page<UITheme>
UIThemeService. findBeans(UIThemeSearchBean searchBean, int from, int size)
Methods in org.openiam.esb.core.service with parameters of type UITheme Modifier and Type Method Description String
UIThemeService. save(UITheme dto)
-
Uses of UITheme in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return UITheme Modifier and Type Method Description UITheme
UIThemeServiceImpl. get(String id)
Methods in org.openiam.esb.core.service.impl that return types with arguments of type UITheme Modifier and Type Method Description org.springframework.data.domain.Page<UITheme>
UIThemeServiceImpl. findBeans(UIThemeSearchBean searchBean, int from, int size)
Methods in org.openiam.esb.core.service.impl with parameters of type UITheme Modifier and Type Method Description String
UIThemeServiceImpl. save(UITheme dto)
-
Uses of UITheme in org.openiam.srvc.common
Methods in org.openiam.srvc.common that return UITheme Modifier and Type Method Description UITheme
UIThemeWebService. get(String id)
UITheme
UIThemeWebServiceImpl. get(String id)
Methods in org.openiam.srvc.common with parameters of type UITheme Modifier and Type Method Description Response
UIThemeWebService. save(UITheme entity)
Response
UIThemeWebServiceImpl. save(UITheme dto)
-