class Stat::Query::THotService::Client
Public Instance Methods
firstPageSound(categories, size)
click to toggle source
# File lib/t_hot_service.rb, line 331 def firstPageSound(categories, size) send_firstPageSound(categories, size) return recv_firstPageSound() end
firstPageUser(categories, size)
click to toggle source
# File lib/t_hot_service.rb, line 346 def firstPageUser(categories, size) send_firstPageUser(categories, size) return recv_firstPageUser() end
hotAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 136 def hotAlbum(id, tagName, pageNo, pageSize) send_hotAlbum(id, tagName, pageNo, pageSize) return recv_hotAlbum() end
hotCategoryAlbum(id, tagNames, size)
click to toggle source
# File lib/t_hot_service.rb, line 301 def hotCategoryAlbum(id, tagNames, size) send_hotCategoryAlbum(id, tagNames, size) return recv_hotCategoryAlbum() end
hotFinishedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 211 def hotFinishedAlbum(id, tagName, pageNo, pageSize) send_hotFinishedAlbum(id, tagName, pageNo, pageSize) return recv_hotFinishedAlbum() end
hotRadio(id, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 16 def hotRadio(id, pageNo, pageSize) send_hotRadio(id, pageNo, pageSize) return recv_hotRadio() end
hotRadioAndSound(categoryIds)
click to toggle source
# File lib/t_hot_service.rb, line 286 def hotRadioAndSound(categoryIds) send_hotRadioAndSound(categoryIds) return recv_hotRadioAndSound() end
hotRadioDay(id, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 106 def hotRadioDay(id, pageNo, pageSize) send_hotRadioDay(id, pageNo, pageSize) return recv_hotRadioDay() end
hotRadioRandom()
click to toggle source
# File lib/t_hot_service.rb, line 316 def hotRadioRandom() send_hotRadioRandom() return recv_hotRadioRandom() end
hotSelectedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 151 def hotSelectedAlbum(id, tagName, pageNo, pageSize) send_hotSelectedAlbum(id, tagName, pageNo, pageSize) return recv_hotSelectedAlbum() end
hotSound(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 31 def hotSound(id, tagName, pageNo, pageSize) send_hotSound(id, tagName, pageNo, pageSize) return recv_hotSound() end
hotSoundDay(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 121 def hotSoundDay(id, tagName, pageNo, pageSize) send_hotSoundDay(id, tagName, pageNo, pageSize) return recv_hotSoundDay() end
hotUnfinishedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 226 def hotUnfinishedAlbum(id, tagName, pageNo, pageSize) send_hotUnfinishedAlbum(id, tagName, pageNo, pageSize) return recv_hotUnfinishedAlbum() end
mostFavoritSound(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 76 def mostFavoritSound(id, tagName, pageNo, pageSize) send_mostFavoritSound(id, tagName, pageNo, pageSize) return recv_mostFavoritSound() end
mostFollowedUser(id, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 61 def mostFollowedUser(id, pageNo, pageSize) send_mostFollowedUser(id, pageNo, pageSize) return recv_mostFollowedUser() end
mostPlayAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 271 def mostPlayAlbum(id, tagName, pageNo, pageSize) send_mostPlayAlbum(id, tagName, pageNo, pageSize) return recv_mostPlayAlbum() end
mostPlayFinishedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 241 def mostPlayFinishedAlbum(id, tagName, pageNo, pageSize) send_mostPlayFinishedAlbum(id, tagName, pageNo, pageSize) return recv_mostPlayFinishedAlbum() end
mostPlayUnfinishedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 256 def mostPlayUnfinishedAlbum(id, tagName, pageNo, pageSize) send_mostPlayUnfinishedAlbum(id, tagName, pageNo, pageSize) return recv_mostPlayUnfinishedAlbum() end
newV(id, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 46 def newV(id, pageNo, pageSize) send_newV(id, pageNo, pageSize) return recv_newV() end
recentAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 166 def recentAlbum(id, tagName, pageNo, pageSize) send_recentAlbum(id, tagName, pageNo, pageSize) return recv_recentAlbum() end
recentFinishedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 181 def recentFinishedAlbum(id, tagName, pageNo, pageSize) send_recentFinishedAlbum(id, tagName, pageNo, pageSize) return recv_recentFinishedAlbum() end
recentUnfinishedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 196 def recentUnfinishedAlbum(id, tagName, pageNo, pageSize) send_recentUnfinishedAlbum(id, tagName, pageNo, pageSize) return recv_recentUnfinishedAlbum() end
recentVTrack(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 91 def recentVTrack(id, tagName, pageNo, pageSize) send_recentVTrack(id, tagName, pageNo, pageSize) return recv_recentVTrack() end
recv_firstPageSound()
click to toggle source
# File lib/t_hot_service.rb, line 340 def recv_firstPageSound() result = receive_message(FirstPageSound_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'firstPageSound failed: unknown result') end
recv_firstPageUser()
click to toggle source
# File lib/t_hot_service.rb, line 355 def recv_firstPageUser() result = receive_message(FirstPageUser_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'firstPageUser failed: unknown result') end
recv_hotAlbum()
click to toggle source
# File lib/t_hot_service.rb, line 145 def recv_hotAlbum() result = receive_message(HotAlbum_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotAlbum failed: unknown result') end
recv_hotCategoryAlbum()
click to toggle source
# File lib/t_hot_service.rb, line 310 def recv_hotCategoryAlbum() result = receive_message(HotCategoryAlbum_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotCategoryAlbum failed: unknown result') end
recv_hotFinishedAlbum()
click to toggle source
# File lib/t_hot_service.rb, line 220 def recv_hotFinishedAlbum() result = receive_message(HotFinishedAlbum_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotFinishedAlbum failed: unknown result') end
recv_hotRadio()
click to toggle source
# File lib/t_hot_service.rb, line 25 def recv_hotRadio() result = receive_message(HotRadio_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotRadio failed: unknown result') end
recv_hotRadioAndSound()
click to toggle source
# File lib/t_hot_service.rb, line 295 def recv_hotRadioAndSound() result = receive_message(HotRadioAndSound_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotRadioAndSound failed: unknown result') end
recv_hotRadioDay()
click to toggle source
# File lib/t_hot_service.rb, line 115 def recv_hotRadioDay() result = receive_message(HotRadioDay_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotRadioDay failed: unknown result') end
recv_hotRadioRandom()
click to toggle source
# File lib/t_hot_service.rb, line 325 def recv_hotRadioRandom() result = receive_message(HotRadioRandom_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotRadioRandom failed: unknown result') end
recv_hotSelectedAlbum()
click to toggle source
# File lib/t_hot_service.rb, line 160 def recv_hotSelectedAlbum() result = receive_message(HotSelectedAlbum_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotSelectedAlbum failed: unknown result') end
recv_hotSound()
click to toggle source
# File lib/t_hot_service.rb, line 40 def recv_hotSound() result = receive_message(HotSound_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotSound failed: unknown result') end
recv_hotSoundDay()
click to toggle source
# File lib/t_hot_service.rb, line 130 def recv_hotSoundDay() result = receive_message(HotSoundDay_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotSoundDay failed: unknown result') end
recv_hotUnfinishedAlbum()
click to toggle source
# File lib/t_hot_service.rb, line 235 def recv_hotUnfinishedAlbum() result = receive_message(HotUnfinishedAlbum_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotUnfinishedAlbum failed: unknown result') end
recv_mostFavoritSound()
click to toggle source
# File lib/t_hot_service.rb, line 85 def recv_mostFavoritSound() result = receive_message(MostFavoritSound_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'mostFavoritSound failed: unknown result') end
recv_mostFollowedUser()
click to toggle source
# File lib/t_hot_service.rb, line 70 def recv_mostFollowedUser() result = receive_message(MostFollowedUser_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'mostFollowedUser failed: unknown result') end
recv_mostPlayAlbum()
click to toggle source
# File lib/t_hot_service.rb, line 280 def recv_mostPlayAlbum() result = receive_message(MostPlayAlbum_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'mostPlayAlbum failed: unknown result') end
recv_mostPlayFinishedAlbum()
click to toggle source
# File lib/t_hot_service.rb, line 250 def recv_mostPlayFinishedAlbum() result = receive_message(MostPlayFinishedAlbum_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'mostPlayFinishedAlbum failed: unknown result') end
recv_mostPlayUnfinishedAlbum()
click to toggle source
# File lib/t_hot_service.rb, line 265 def recv_mostPlayUnfinishedAlbum() result = receive_message(MostPlayUnfinishedAlbum_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'mostPlayUnfinishedAlbum failed: unknown result') end
recv_newV()
click to toggle source
# File lib/t_hot_service.rb, line 55 def recv_newV() result = receive_message(NewV_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'newV failed: unknown result') end
recv_recentAlbum()
click to toggle source
# File lib/t_hot_service.rb, line 175 def recv_recentAlbum() result = receive_message(RecentAlbum_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'recentAlbum failed: unknown result') end
recv_recentFinishedAlbum()
click to toggle source
# File lib/t_hot_service.rb, line 190 def recv_recentFinishedAlbum() result = receive_message(RecentFinishedAlbum_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'recentFinishedAlbum failed: unknown result') end
recv_recentUnfinishedAlbum()
click to toggle source
# File lib/t_hot_service.rb, line 205 def recv_recentUnfinishedAlbum() result = receive_message(RecentUnfinishedAlbum_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'recentUnfinishedAlbum failed: unknown result') end
recv_recentVTrack()
click to toggle source
# File lib/t_hot_service.rb, line 100 def recv_recentVTrack() result = receive_message(RecentVTrack_result) return result.success unless result.success.nil? raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'recentVTrack failed: unknown result') end
send_firstPageSound(categories, size)
click to toggle source
# File lib/t_hot_service.rb, line 336 def send_firstPageSound(categories, size) send_message('firstPageSound', FirstPageSound_args, :categories => categories, :size => size) end
send_firstPageUser(categories, size)
click to toggle source
# File lib/t_hot_service.rb, line 351 def send_firstPageUser(categories, size) send_message('firstPageUser', FirstPageUser_args, :categories => categories, :size => size) end
send_hotAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 141 def send_hotAlbum(id, tagName, pageNo, pageSize) send_message('hotAlbum', HotAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end
send_hotCategoryAlbum(id, tagNames, size)
click to toggle source
# File lib/t_hot_service.rb, line 306 def send_hotCategoryAlbum(id, tagNames, size) send_message('hotCategoryAlbum', HotCategoryAlbum_args, :id => id, :tagNames => tagNames, :size => size) end
send_hotFinishedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 216 def send_hotFinishedAlbum(id, tagName, pageNo, pageSize) send_message('hotFinishedAlbum', HotFinishedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end
send_hotRadio(id, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 21 def send_hotRadio(id, pageNo, pageSize) send_message('hotRadio', HotRadio_args, :id => id, :pageNo => pageNo, :pageSize => pageSize) end
send_hotRadioAndSound(categoryIds)
click to toggle source
# File lib/t_hot_service.rb, line 291 def send_hotRadioAndSound(categoryIds) send_message('hotRadioAndSound', HotRadioAndSound_args, :categoryIds => categoryIds) end
send_hotRadioDay(id, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 111 def send_hotRadioDay(id, pageNo, pageSize) send_message('hotRadioDay', HotRadioDay_args, :id => id, :pageNo => pageNo, :pageSize => pageSize) end
send_hotRadioRandom()
click to toggle source
# File lib/t_hot_service.rb, line 321 def send_hotRadioRandom() send_message('hotRadioRandom', HotRadioRandom_args) end
send_hotSelectedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 156 def send_hotSelectedAlbum(id, tagName, pageNo, pageSize) send_message('hotSelectedAlbum', HotSelectedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end
send_hotSound(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 36 def send_hotSound(id, tagName, pageNo, pageSize) send_message('hotSound', HotSound_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end
send_hotSoundDay(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 126 def send_hotSoundDay(id, tagName, pageNo, pageSize) send_message('hotSoundDay', HotSoundDay_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end
send_hotUnfinishedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 231 def send_hotUnfinishedAlbum(id, tagName, pageNo, pageSize) send_message('hotUnfinishedAlbum', HotUnfinishedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end
send_mostFavoritSound(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 81 def send_mostFavoritSound(id, tagName, pageNo, pageSize) send_message('mostFavoritSound', MostFavoritSound_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end
send_mostFollowedUser(id, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 66 def send_mostFollowedUser(id, pageNo, pageSize) send_message('mostFollowedUser', MostFollowedUser_args, :id => id, :pageNo => pageNo, :pageSize => pageSize) end
send_mostPlayAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 276 def send_mostPlayAlbum(id, tagName, pageNo, pageSize) send_message('mostPlayAlbum', MostPlayAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end
send_mostPlayFinishedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 246 def send_mostPlayFinishedAlbum(id, tagName, pageNo, pageSize) send_message('mostPlayFinishedAlbum', MostPlayFinishedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end
send_mostPlayUnfinishedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 261 def send_mostPlayUnfinishedAlbum(id, tagName, pageNo, pageSize) send_message('mostPlayUnfinishedAlbum', MostPlayUnfinishedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end
send_newV(id, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 51 def send_newV(id, pageNo, pageSize) send_message('newV', NewV_args, :id => id, :pageNo => pageNo, :pageSize => pageSize) end
send_recentAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 171 def send_recentAlbum(id, tagName, pageNo, pageSize) send_message('recentAlbum', RecentAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end
send_recentFinishedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 186 def send_recentFinishedAlbum(id, tagName, pageNo, pageSize) send_message('recentFinishedAlbum', RecentFinishedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end
send_recentUnfinishedAlbum(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 201 def send_recentUnfinishedAlbum(id, tagName, pageNo, pageSize) send_message('recentUnfinishedAlbum', RecentUnfinishedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end
send_recentVTrack(id, tagName, pageNo, pageSize)
click to toggle source
# File lib/t_hot_service.rb, line 96 def send_recentVTrack(id, tagName, pageNo, pageSize) send_message('recentVTrack', RecentVTrack_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize) end