Uses of Class
org.openiam.idm.srvc.res.dto.ResourceProp
-
-
Uses of ResourceProp in org.openiam.am.srvc.dto.jdbc
Method parameters in org.openiam.am.srvc.dto.jdbc with type arguments of type ResourceProp Modifier and Type Method Description void
AuthorizationMenu. afterPropertiesSet(List<ResourceProp> resourcePropertyList, List<LanguageMapping> languageMappings)
-
Uses of ResourceProp in org.openiam.common.authmanager.jdbc.impl
Methods in org.openiam.common.authmanager.jdbc.impl that return types with arguments of type ResourceProp Modifier and Type Method Description List<ResourceProp>
JDBCResourcePropertyDAOImpl. getList()
-
Uses of ResourceProp in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return types with arguments of type ResourceProp Modifier and Type Method Description List<ResourceProp>
ResourceRabbitMQService. findResourceProp(ResourceAttributeSearchBean sb)
-
Uses of ResourceProp in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return ResourceProp Modifier and Type Method Description protected ResourceProp
ResourceAttributeDocumentToEntityConverter. newDTO()
Methods in org.openiam.elasticsearch.converter that return types with arguments of type ResourceProp Modifier and Type Method Description Class<ResourceProp>
ResourceAttributeDocumentToEntityConverter. getDTOClass()
-
Uses of ResourceProp in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return ResourceProp Modifier and Type Method Description ResourceProp
ResourcePropDozerConverter. convertDTO(ResourceProp entity, boolean isDeep)
ResourceProp
ResourcePropDozerConverter. convertToDTO(ResourcePropEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type ResourceProp Modifier and Type Method Description List<ResourceProp>
ResourcePropDozerConverter. convertToDTOList(List<ResourcePropEntity> list, boolean isDeep)
Set<ResourceProp>
ResourcePropDozerConverter. convertToDTOSet(Set<ResourcePropEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type ResourceProp Modifier and Type Method Description ResourceProp
ResourcePropDozerConverter. convertDTO(ResourceProp entity, boolean isDeep)
ResourcePropEntity
ResourcePropDozerConverter. convertToEntity(ResourceProp entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type ResourceProp Modifier and Type Method Description List<ResourcePropEntity>
ResourcePropDozerConverter. convertToEntityList(List<ResourceProp> list, boolean isDeep)
Set<ResourcePropEntity>
ResourcePropDozerConverter. convertToEntitySet(Set<ResourceProp> set, boolean isDeep)
-
Uses of ResourceProp in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type ResourceProp Modifier and Type Method Description List<ResourceProp>
ResourceService. findBeansDTO(ResourceAttributeSearchBean sb, int from, int size)
-
Uses of ResourceProp in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type ResourceProp Modifier and Type Method Description List<ResourceProp>
ResourceServiceImpl. findBeansDTO(ResourceAttributeSearchBean sb, int from, int size)
-
Uses of ResourceProp in org.openiam.idm.srvc.res.dto
Methods in org.openiam.idm.srvc.res.dto that return ResourceProp Modifier and Type Method Description ResourceProp
Resource. getResourceProperty(String propName)
Methods in org.openiam.idm.srvc.res.dto with parameters of type ResourceProp Modifier and Type Method Description void
Resource. addResourceProp(ResourceProp prop)
-
Uses of ResourceProp in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return types with arguments of type ResourceProp Modifier and Type Method Description List<ResourceProp>
ResourceDataService. findResourceProps(ResourceAttributeSearchBean sb, int from, int size)
List<ResourceProp>
ResourceDataServiceImpl. findResourceProps(ResourceAttributeSearchBean sb, int from, int size)
-