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 GroupAttributeEntity
GroupAttributeDocumentToEntityConverter. 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 GroupAttributeEntity
GroupAttributeDozerConverter. convertEntity(GroupAttributeEntity entity, boolean isDeep)
GroupAttributeEntity
GroupAttributeDozerConverter. 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 GroupAttributeEntity
GroupAttributeDozerConverter. convertEntity(GroupAttributeEntity entity, boolean isDeep)
GroupAttribute
GroupAttributeDozerConverter. 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 GroupAttributeEntity
GroupAttributeListener. 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 void
GroupDataService. 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 void
GroupDataServiceImpl. 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 GroupAttributeEntity
AttributeUtil. 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 void
GroupEntity. addAttribute(GroupAttributeEntity entity)
-