Subversion Repositories SmartDukaan

Rev

Rev 7792 | Rev 7888 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7792 Rev 7808
Line 3898... Line 3898...
3898
      if ftype == TType.STOP:
3898
      if ftype == TType.STOP:
3899
        break
3899
        break
3900
      if fid == 1:
3900
      if fid == 1:
3901
        if ftype == TType.LIST:
3901
        if ftype == TType.LIST:
3902
          self.logisticsLocationInfoList = []
3902
          self.logisticsLocationInfoList = []
3903
          (_etype54, _size51) = iprot.readListBegin()
3903
          (_etype52, _size49) = iprot.readListBegin()
3904
          for _i55 in xrange(_size51):
3904
          for _i53 in xrange(_size49):
3905
            _elem56 = LogisticsLocationInfo()
3905
            _elem54 = LogisticsLocationInfo()
3906
            _elem56.read(iprot)
3906
            _elem54.read(iprot)
3907
            self.logisticsLocationInfoList.append(_elem56)
3907
            self.logisticsLocationInfoList.append(_elem54)
3908
          iprot.readListEnd()
3908
          iprot.readListEnd()
3909
        else:
3909
        else:
3910
          iprot.skip(ftype)
3910
          iprot.skip(ftype)
3911
      elif fid == 2:
3911
      elif fid == 2:
3912
        if ftype == TType.BOOL:
3912
        if ftype == TType.BOOL:
Line 3924... Line 3924...
3924
      return
3924
      return
3925
    oprot.writeStructBegin('runLogisticsLocationInfoUpdate_args')
3925
    oprot.writeStructBegin('runLogisticsLocationInfoUpdate_args')
3926
    if self.logisticsLocationInfoList is not None:
3926
    if self.logisticsLocationInfoList is not None:
3927
      oprot.writeFieldBegin('logisticsLocationInfoList', TType.LIST, 1)
3927
      oprot.writeFieldBegin('logisticsLocationInfoList', TType.LIST, 1)
3928
      oprot.writeListBegin(TType.STRUCT, len(self.logisticsLocationInfoList))
3928
      oprot.writeListBegin(TType.STRUCT, len(self.logisticsLocationInfoList))
3929
      for iter57 in self.logisticsLocationInfoList:
3929
      for iter55 in self.logisticsLocationInfoList:
3930
        iter57.write(oprot)
3930
        iter55.write(oprot)
3931
      oprot.writeListEnd()
3931
      oprot.writeListEnd()
3932
      oprot.writeFieldEnd()
3932
      oprot.writeFieldEnd()
3933
    if self.runCompleteUpdate is not None:
3933
    if self.runCompleteUpdate is not None:
3934
      oprot.writeFieldBegin('runCompleteUpdate', TType.BOOL, 2)
3934
      oprot.writeFieldBegin('runCompleteUpdate', TType.BOOL, 2)
3935
      oprot.writeBool(self.runCompleteUpdate)
3935
      oprot.writeBool(self.runCompleteUpdate)