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 UIThemeUIThemeDozerConverter. convertDTO(UITheme entity, boolean isDeep)UIThemeUIThemeDozerConverter. 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 UIThemeUIThemeDozerConverter. convertDTO(UITheme entity, boolean isDeep)UIThemeEntityUIThemeDozerConverter. 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 UIThemeUIThemeService. 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 StringUIThemeService. 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 UIThemeUIThemeServiceImpl. 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 StringUIThemeServiceImpl. 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 UIThemeUIThemeWebService. get(String id)UIThemeUIThemeWebServiceImpl. get(String id)Methods in org.openiam.srvc.common with parameters of type UITheme Modifier and Type Method Description ResponseUIThemeWebService. save(UITheme entity)ResponseUIThemeWebServiceImpl. save(UITheme dto)
-