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



120
121
122
123
124
# File 'lib/t_backend_service.rb', line 120

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



126
127
128
129
130
# File 'lib/t_backend_service.rb', line 126

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

#process_delHotAlbum(seqid, iprot, oprot) ⇒ Object



132
133
134
135
136
# File 'lib/t_backend_service.rb', line 132

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

#process_delHotRadio(seqid, iprot, oprot) ⇒ Object



84
85
86
87
88
# File 'lib/t_backend_service.rb', line 84

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

#process_delHotSound(seqid, iprot, oprot) ⇒ Object



90
91
92
93
94
# File 'lib/t_backend_service.rb', line 90

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

#process_delMostFavoritSound(seqid, iprot, oprot) ⇒ Object



108
109
110
111
112
# File 'lib/t_backend_service.rb', line 108

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



102
103
104
105
106
# File 'lib/t_backend_service.rb', line 102

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

#process_delNewv(seqid, iprot, oprot) ⇒ Object



96
97
98
99
100
# File 'lib/t_backend_service.rb', line 96

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

#process_delRecentVTrack(seqid, iprot, oprot) ⇒ Object



114
115
116
117
118
# File 'lib/t_backend_service.rb', line 114

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