Uses of Class
org.openiam.am.srvc.dto.AuthLevelAttribute
-
Packages that use AuthLevelAttribute Package Description org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.core.dozer.converter org.openiam.srvc.am -
-
Uses of AuthLevelAttribute in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return AuthLevelAttribute Modifier and Type Method Description AuthLevelAttributeContentProviderService. getAuthLevelAttribute(String id)Methods in org.openiam.esb.am.service with parameters of type AuthLevelAttribute Modifier and Type Method Description StringContentProviderService. saveAuthLevelAttibute(AuthLevelAttribute entity) -
Uses of AuthLevelAttribute in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return AuthLevelAttribute Modifier and Type Method Description AuthLevelAttributeContentProviderServiceImpl. getAuthLevelAttribute(String id)Methods in org.openiam.esb.am.service.impl with parameters of type AuthLevelAttribute Modifier and Type Method Description StringContentProviderServiceImpl. saveAuthLevelAttibute(AuthLevelAttribute attribute) -
Uses of AuthLevelAttribute in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthLevelAttribute Modifier and Type Method Description AuthLevelAttributeAuthLevelAttributeDozerConverter. convertDTO(AuthLevelAttribute entity, boolean isDeep)AuthLevelAttributeAuthLevelAttributeDozerConverter. convertToDTO(AuthLevelAttributeEntity entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthLevelAttribute Modifier and Type Method Description List<AuthLevelAttribute>AuthLevelAttributeDozerConverter. convertToDTOList(List<AuthLevelAttributeEntity> list, boolean isDeep)Set<AuthLevelAttribute>AuthLevelAttributeDozerConverter. convertToDTOSet(Set<AuthLevelAttributeEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthLevelAttribute Modifier and Type Method Description AuthLevelAttributeAuthLevelAttributeDozerConverter. convertDTO(AuthLevelAttribute entity, boolean isDeep)AuthLevelAttributeEntityAuthLevelAttributeDozerConverter. convertToEntity(AuthLevelAttribute entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthLevelAttribute Modifier and Type Method Description List<AuthLevelAttributeEntity>AuthLevelAttributeDozerConverter. convertToEntityList(List<AuthLevelAttribute> list, boolean isDeep)Set<AuthLevelAttributeEntity>AuthLevelAttributeDozerConverter. convertToEntitySet(Set<AuthLevelAttribute> set, boolean isDeep) -
Uses of AuthLevelAttribute in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return AuthLevelAttribute Modifier and Type Method Description AuthLevelAttributeContentProviderWebService. getAuthLevelAttribute(String id)AuthLevelAttributeContentProviderWebServiceImpl. getAuthLevelAttribute(String id)Methods in org.openiam.srvc.am with parameters of type AuthLevelAttribute Modifier and Type Method Description ResponseContentProviderWebService. saveAuthLevelAttribute(AuthLevelAttribute attribute)ResponseContentProviderWebServiceImpl. saveAuthLevelAttribute(AuthLevelAttribute attribute)
-