Class: Stat::Query::TBackendService::Processor

Inherits:
Object
  • Object
show all
Includes:
Thrift::Processor
Defined in:
lib/t_backend_service.rb

Instance Method Summary collapse

Instance Method Details

#process_delDayHotRadio(seqid, iprot, oprot) ⇒ Object



197
198
199
200
201
# File 'lib/t_backend_service.rb', line 197

def process_delDayHotRadio(seqid, iprot, oprot)
  args = read_args(iprot, DelDayHotRadio_args)
  @handler.delDayHotRadio(args.id, args.radios)
  return
end

#process_delDayHotSound(seqid, iprot, oprot) ⇒ Object



203
204
205
206
207
# File 'lib/t_backend_service.rb', line 203

def process_delDayHotSound(seqid, iprot, oprot)
  args = read_args(iprot, DelDayHotSound_args)
  @handler.delDayHotSound(args.id, args.tagName, args.sounds)
  return
end

#process_delFistPageSound(seqid, iprot, oprot) ⇒ Object



269
270
271
272
273
# File 'lib/t_backend_service.rb', line 269

def process_delFistPageSound(seqid, iprot, oprot)
  args = read_args(iprot, DelFistPageSound_args)
  @handler.delFistPageSound(args.id, args.tagName, args.albums)
  return
end

#process_delFistPageUser(seqid, iprot, oprot) ⇒ Object



275
276
277
278
279
# File 'lib/t_backend_service.rb', line 275

def process_delFistPageUser(seqid, iprot, oprot)
  args = read_args(iprot, DelFistPageUser_args)
  @handler.delFistPageUser(args.id, args.albums)
  return
end

#process_delHotAlbum(seqid, iprot, oprot) ⇒ Object



209
210
211
212
213
# File 'lib/t_backend_service.rb', line 209

def process_delHotAlbum(seqid, iprot, oprot)
  args = read_args(iprot, DelHotAlbum_args)
  @handler.delHotAlbum(args.id, args.tagName, args.albums)
  return
end

#process_delHotFinishedAlbum(seqid, iprot, oprot) ⇒ Object



239
240
241
242
243
# File 'lib/t_backend_service.rb', line 239

def process_delHotFinishedAlbum(seqid, iprot, oprot)
  args = read_args(iprot, DelHotFinishedAlbum_args)
  @handler.delHotFinishedAlbum(args.id, args.tagName, args.albums)
  return
end

#process_delHotRadio(seqid, iprot, oprot) ⇒ Object



161
162
163
164
165
# File 'lib/t_backend_service.rb', line 161

def process_delHotRadio(seqid, iprot, oprot)
  args = read_args(iprot, DelHotRadio_args)
  @handler.delHotRadio(args.id, args.radios)
  return
end

#process_delHotSelectedAlbum(seqid, iprot, oprot) ⇒ Object



215
216
217
218
219
# File 'lib/t_backend_service.rb', line 215

def process_delHotSelectedAlbum(seqid, iprot, oprot)
  args = read_args(iprot, DelHotSelectedAlbum_args)
  @handler.delHotSelectedAlbum(args.id, args.tagName, args.albums)
  return
end

#process_delHotSound(seqid, iprot, oprot) ⇒ Object



167
168
169
170
171
# File 'lib/t_backend_service.rb', line 167

def process_delHotSound(seqid, iprot, oprot)
  args = read_args(iprot, DelHotSound_args)
  @handler.delHotSound(args.id, args.tagName, args.sounds)
  return
end

#process_delHotUnfinishedAlbum(seqid, iprot, oprot) ⇒ Object



245
246
247
248
249
# File 'lib/t_backend_service.rb', line 245

def process_delHotUnfinishedAlbum(seqid, iprot, oprot)
  args = read_args(iprot, DelHotUnfinishedAlbum_args)
  @handler.delHotUnfinishedAlbum(args.id, args.tagName, args.albums)
  return
end

#process_delMostFavoritSound(seqid, iprot, oprot) ⇒ Object



185
186
187
188
189
# File 'lib/t_backend_service.rb', line 185

def process_delMostFavoritSound(seqid, iprot, oprot)
  args = read_args(iprot, DelMostFavoritSound_args)
  @handler.delMostFavoritSound(args.id, args.tagName, args.sounds)
  return
end

#process_delMostFollowedUser(seqid, iprot, oprot) ⇒ Object



179
180
181
182
183
# File 'lib/t_backend_service.rb', line 179

def process_delMostFollowedUser(seqid, iprot, oprot)
  args = read_args(iprot, DelMostFollowedUser_args)
  @handler.delMostFollowedUser(args.id, args.users)
  return
end

#process_delMostPlayAlbum(seqid, iprot, oprot) ⇒ Object



251
252
253
254
255
# File 'lib/t_backend_service.rb', line 251

def process_delMostPlayAlbum(seqid, iprot, oprot)
  args = read_args(iprot, DelMostPlayAlbum_args)
  @handler.delMostPlayAlbum(args.id, args.tagName, args.albums)
  return
end

#process_delMostPlayFinishedAlbum(seqid, iprot, oprot) ⇒ Object



257
258
259
260
261
# File 'lib/t_backend_service.rb', line 257

def process_delMostPlayFinishedAlbum(seqid, iprot, oprot)
  args = read_args(iprot, DelMostPlayFinishedAlbum_args)
  @handler.delMostPlayFinishedAlbum(args.id, args.tagName, args.albums)
  return
end

#process_delMostPlayUnfinishedAlbum(seqid, iprot, oprot) ⇒ Object



263
264
265
266
267
# File 'lib/t_backend_service.rb', line 263

def process_delMostPlayUnfinishedAlbum(seqid, iprot, oprot)
  args = read_args(iprot, DelMostPlayUnfinishedAlbum_args)
  @handler.delMostPlayUnfinishedAlbum(args.id, args.tagName, args.albums)
  return
end

#process_delNewv(seqid, iprot, oprot) ⇒ Object



173
174
175
176
177
# File 'lib/t_backend_service.rb', line 173

def process_delNewv(seqid, iprot, oprot)
  args = read_args(iprot, DelNewv_args)
  @handler.delNewv(args.id, args.newvs)
  return
end

#process_delRecentAlbum(seqid, iprot, oprot) ⇒ Object



221
222
223
224
225
# File 'lib/t_backend_service.rb', line 221

def process_delRecentAlbum(seqid, iprot, oprot)
  args = read_args(iprot, DelRecentAlbum_args)
  @handler.delRecentAlbum(args.id, args.tagName, args.albums)
  return
end

#process_delRecentFinishedAlbum(seqid, iprot, oprot) ⇒ Object



227
228
229
230
231
# File 'lib/t_backend_service.rb', line 227

def process_delRecentFinishedAlbum(seqid, iprot, oprot)
  args = read_args(iprot, DelRecentFinishedAlbum_args)
  @handler.delRecentFinishedAlbum(args.id, args.tagName, args.albums)
  return
end

#process_delRecentUnfinishedAlbum(seqid, iprot, oprot) ⇒ Object



233
234
235
236
237
# File 'lib/t_backend_service.rb', line 233

def process_delRecentUnfinishedAlbum(seqid, iprot, oprot)
  args = read_args(iprot, DelRecentUnfinishedAlbum_args)
  @handler.delRecentUnfinishedAlbum(args.id, args.tagName, args.albums)
  return
end

#process_delRecentVTrack(seqid, iprot, oprot) ⇒ Object



191
192
193
194
195
# File 'lib/t_backend_service.rb', line 191

def process_delRecentVTrack(seqid, iprot, oprot)
  args = read_args(iprot, DelRecentVTrack_args)
  @handler.delRecentVTrack(args.id, args.tagName, args.sounds)
  return
end