Uses of Enum Class
fr.utc.miage.sporttrack.dto.RelationshipStatusDTO
Packages that use RelationshipStatusDTO
-
Uses of RelationshipStatusDTO in fr.utc.miage.sporttrack.dto
Methods in fr.utc.miage.sporttrack.dto that return RelationshipStatusDTOModifier and TypeMethodDescriptionstatic RelationshipStatusDTOReturns the enum constant of this class with the specified name.static RelationshipStatusDTO[]RelationshipStatusDTO.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RelationshipStatusDTO in fr.utc.miage.sporttrack.service.user.communication
Methods in fr.utc.miage.sporttrack.service.user.communication that return RelationshipStatusDTOModifier and TypeMethodDescriptionFriendshipService.getRelationshipStatus(Integer viewerId, Integer targetId) Computes the relationship status from the perspective of viewerId looking at targetId.