Uses of Class
org.openiam.idm.srvc.grp.domain.GroupAttributeEntity
-
-
Uses of GroupAttributeEntity in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return GroupAttributeEntity Modifier and Type Method Description protected GroupAttributeEntityGroupAttributeDocumentToEntityConverter. newEntity()Methods in org.openiam.elasticsearch.converter that return types with arguments of type GroupAttributeEntity Modifier and Type Method Description Class<GroupAttributeEntity>GroupAttributeDocumentToEntityConverter. getEntityClass() -
Uses of GroupAttributeEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return GroupAttributeEntity Modifier and Type Method Description GroupAttributeEntityGroupAttributeDozerConverter. convertEntity(GroupAttributeEntity entity, boolean isDeep)GroupAttributeEntityGroupAttributeDozerConverter. convertToEntity(GroupAttribute entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type GroupAttributeEntity Modifier and Type Method Description List<GroupAttributeEntity>GroupAttributeDozerConverter. convertToEntityList(List<GroupAttribute> list, boolean isDeep)Set<GroupAttributeEntity>GroupAttributeDozerConverter. convertToEntitySet(Set<GroupAttribute> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type GroupAttributeEntity Modifier and Type Method Description GroupAttributeEntityGroupAttributeDozerConverter. convertEntity(GroupAttributeEntity entity, boolean isDeep)GroupAttributeGroupAttributeDozerConverter. convertToDTO(GroupAttributeEntity entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type GroupAttributeEntity Modifier and Type Method Description List<GroupAttribute>GroupAttributeDozerConverter. convertToDTOList(List<GroupAttributeEntity> list, boolean isDeep)Set<GroupAttribute>GroupAttributeDozerConverter. convertToDTOSet(Set<GroupAttributeEntity> set, boolean isDeep) -
Uses of GroupAttributeEntity in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return GroupAttributeEntity Modifier and Type Method Description GroupAttributeEntityGroupAttributeListener. buildGroupAttribute(GroupEntity group, UpdateAttributeByMetadataRequest request) -
Uses of GroupAttributeEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type GroupAttributeEntity Modifier and Type Method Description voidGroupDataService. saveAttribute(GroupAttributeEntity attribute)Saves GroupAttributeEntity object. -
Uses of GroupAttributeEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type GroupAttributeEntity Modifier and Type Method Description voidGroupDataServiceImpl. saveAttribute(GroupAttributeEntity attribute) -
Uses of GroupAttributeEntity in org.openiam.esb.core.user.utils
Methods in org.openiam.esb.core.user.utils that return GroupAttributeEntity Modifier and Type Method Description static GroupAttributeEntityAttributeUtil. buildGroupAttribute(GroupEntity group, MetadataElementEntity metadataElementEntity) -
Uses of GroupAttributeEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type GroupAttributeEntity Modifier and Type Method Description List<GroupAttributeEntity>GroupAttributeRepository. findByGroupId(String groupId)List<GroupAttributeEntity>GroupAttributeRepository. findByGroupIdAndMetadataElementIds(String groupId, Collection<String> metadataElementIds) -
Uses of GroupAttributeEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type GroupAttributeEntity Modifier and Type Method Description protected Class<GroupAttributeEntity>GroupRepositoryImpl. getAttributeClass() -
Uses of GroupAttributeEntity in org.openiam.idm.srvc.grp.domain
Methods in org.openiam.idm.srvc.grp.domain with parameters of type GroupAttributeEntity Modifier and Type Method Description voidGroupEntity. addAttribute(GroupAttributeEntity entity)
-