Uses of Class
org.openiam.am.srvc.dto.AuthResourceAMAttribute
-
Packages that use AuthResourceAMAttribute Package Description org.openiam.base.response org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.core.dozer.converter org.openiam.srvc.am -
-
Uses of AuthResourceAMAttribute in org.openiam.base.response
Methods in org.openiam.base.response that return types with arguments of type AuthResourceAMAttribute Modifier and Type Method Description List<AuthResourceAMAttribute>AuthResourceAMAttributeListResponse. getAmAttributeList()Method parameters in org.openiam.base.response with type arguments of type AuthResourceAMAttribute Modifier and Type Method Description voidAuthResourceAMAttributeListResponse. setAmAttributeList(List<AuthResourceAMAttribute> amAttributeList) -
Uses of AuthResourceAMAttribute in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return types with arguments of type AuthResourceAMAttribute Modifier and Type Method Description List<AuthResourceAMAttribute>AuthResourceAttributeService. getAmAttributeList() -
Uses of AuthResourceAMAttribute in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return types with arguments of type AuthResourceAMAttribute Modifier and Type Method Description List<AuthResourceAMAttribute>AuthResourceAttributeServiceImpl. getAmAttributeList() -
Uses of AuthResourceAMAttribute in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthResourceAMAttribute Modifier and Type Method Description AuthResourceAMAttributeAuthResourceAMAttributeDozerConverter. convertDTO(AuthResourceAMAttribute entity, boolean isDeep)AuthResourceAMAttributeAuthResourceAMAttributeDozerConverter. convertToDTO(AuthResourceAMAttributeEntity userEntity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthResourceAMAttribute Modifier and Type Method Description List<AuthResourceAMAttribute>AuthResourceAMAttributeDozerConverter. convertToDTOList(List<AuthResourceAMAttributeEntity> list, boolean isDeep)Set<AuthResourceAMAttribute>AuthResourceAMAttributeDozerConverter. convertToDTOSet(Set<AuthResourceAMAttributeEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthResourceAMAttribute Modifier and Type Method Description AuthResourceAMAttributeAuthResourceAMAttributeDozerConverter. convertDTO(AuthResourceAMAttribute entity, boolean isDeep)AuthResourceAMAttributeEntityAuthResourceAMAttributeDozerConverter. convertToEntity(AuthResourceAMAttribute entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthResourceAMAttribute Modifier and Type Method Description List<AuthResourceAMAttributeEntity>AuthResourceAMAttributeDozerConverter. convertToEntityList(List<AuthResourceAMAttribute> list, boolean isDeep)Set<AuthResourceAMAttributeEntity>AuthResourceAMAttributeDozerConverter. convertToEntitySet(Set<AuthResourceAMAttribute> set, boolean isDeep) -
Uses of AuthResourceAMAttribute in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return types with arguments of type AuthResourceAMAttribute Modifier and Type Method Description List<AuthResourceAMAttribute>AuthResourceAttributeWebService. getAmAttributeList()List<AuthResourceAMAttribute>AuthResourceAttributeWebServiceImpl. getAmAttributeList()
-