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 AuthLevelAttribute
ContentProviderService. getAuthLevelAttribute(String id)
Methods in org.openiam.esb.am.service with parameters of type AuthLevelAttribute Modifier and Type Method Description String
ContentProviderService. 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 AuthLevelAttribute
ContentProviderServiceImpl. getAuthLevelAttribute(String id)
Methods in org.openiam.esb.am.service.impl with parameters of type AuthLevelAttribute Modifier and Type Method Description String
ContentProviderServiceImpl. 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 AuthLevelAttribute
AuthLevelAttributeDozerConverter. convertDTO(AuthLevelAttribute entity, boolean isDeep)
AuthLevelAttribute
AuthLevelAttributeDozerConverter. 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 AuthLevelAttribute
AuthLevelAttributeDozerConverter. convertDTO(AuthLevelAttribute entity, boolean isDeep)
AuthLevelAttributeEntity
AuthLevelAttributeDozerConverter. 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 AuthLevelAttribute
ContentProviderWebService. getAuthLevelAttribute(String id)
AuthLevelAttribute
ContentProviderWebServiceImpl. getAuthLevelAttribute(String id)
Methods in org.openiam.srvc.am with parameters of type AuthLevelAttribute Modifier and Type Method Description Response
ContentProviderWebService. saveAuthLevelAttribute(AuthLevelAttribute attribute)
Response
ContentProviderWebServiceImpl. saveAuthLevelAttribute(AuthLevelAttribute attribute)
-