Uses of Class
org.openiam.idm.srvc.user.domain.UserToUserMembershipXrefEntity
-
Packages that use UserToUserMembershipXrefEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.idm.srvc.user.domain -
-
Uses of UserToUserMembershipXrefEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return UserToUserMembershipXrefEntity Modifier and Type Method Description UserToUserMembershipXrefEntity
UserToUserXrefConverter. convertEntity(UserToUserMembershipXrefEntity entity, boolean isDeep)
UserToUserMembershipXrefEntity
UserToUserXrefConverter. convertToEntity(UserToUserMembershipXref entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type UserToUserMembershipXrefEntity Modifier and Type Method Description List<UserToUserMembershipXrefEntity>
UserToUserXrefConverter. convertToEntityList(List<UserToUserMembershipXref> list, boolean isDeep)
Set<UserToUserMembershipXrefEntity>
UserToUserXrefConverter. convertToEntitySet(Set<UserToUserMembershipXref> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type UserToUserMembershipXrefEntity Modifier and Type Method Description UserToUserMembershipXrefEntity
UserToUserXrefConverter. convertEntity(UserToUserMembershipXrefEntity entity, boolean isDeep)
UserToUserMembershipXref
UserToUserXrefConverter. convertToDTO(UserToUserMembershipXrefEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type UserToUserMembershipXrefEntity Modifier and Type Method Description List<UserToUserMembershipXref>
UserToUserXrefConverter. convertToDTOList(List<UserToUserMembershipXrefEntity> list, boolean isDeep)
Set<UserToUserMembershipXref>
UserToUserXrefConverter. convertToDTOSet(Set<UserToUserMembershipXrefEntity> set, boolean isDeep)
-
Uses of UserToUserMembershipXrefEntity in org.openiam.idm.srvc.user.domain
Methods in org.openiam.idm.srvc.user.domain that return UserToUserMembershipXrefEntity Modifier and Type Method Description UserToUserMembershipXrefEntity
UserEntity. getPrimaryAccount()
Methods in org.openiam.idm.srvc.user.domain with parameters of type UserToUserMembershipXrefEntity Modifier and Type Method Description void
UserEntity. setPrimaryAccount(UserToUserMembershipXrefEntity primaryAccount)
-