Uses of Class
com.viglet.turing.persistence.dto.auth.TurGroupDto
Packages that use TurGroupDto
-
Uses of TurGroupDto in com.viglet.turing.api.auth
Methods in com.viglet.turing.api.auth that return TurGroupDtoModifier and TypeMethodDescriptionTurGroupAPI.turGroupAdd(TurGroupDto turGroupDto) TurGroupAPI.turGroupEdit(String id) TurGroupAPI.turGroupStructure()TurGroupAPI.turGroupUpdate(String id, TurGroupDto turGroupDto) Methods in com.viglet.turing.api.auth that return types with arguments of type TurGroupDtoMethods in com.viglet.turing.api.auth with parameters of type TurGroupDtoModifier and TypeMethodDescriptionTurGroupAPI.turGroupAdd(TurGroupDto turGroupDto) TurGroupAPI.turGroupUpdate(String id, TurGroupDto turGroupDto) -
Uses of TurGroupDto in com.viglet.turing.persistence.mapper.auth
Methods in com.viglet.turing.persistence.mapper.auth that return TurGroupDtoModifier and TypeMethodDescriptionMethods in com.viglet.turing.persistence.mapper.auth that return types with arguments of type TurGroupDtoModifier and TypeMethodDescriptionMethods in com.viglet.turing.persistence.mapper.auth with parameters of type TurGroupDtoModifier and TypeMethodDescriptionTurGroupMapper.toEntity(TurGroupDto dto) TurGroupMapperImpl.toEntity(TurGroupDto dto)