Class: ActiveNetsuite::ItemSearch

Inherits:
SearchRecord show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comItemSearch

basic - ActiveNetsuite::ItemSearchBasic
binNumberJoin - ActiveNetsuite::BinSearchBasic
binOnHandJoin - ActiveNetsuite::ItemBinNumberSearchBasic
correlatedItemJoin - ActiveNetsuite::ItemSearchBasic
effectiveRevisionJoin - ActiveNetsuite::ItemRevisionSearchBasic
fileJoin - ActiveNetsuite::FileSearchBasic
inventoryDetailJoin - ActiveNetsuite::InventoryDetailSearchBasic
inventoryLocationJoin - ActiveNetsuite::LocationSearchBasic
inventoryNumberJoin - ActiveNetsuite::InventoryNumberSearchBasic
inventoryNumberBinOnHandJoin - ActiveNetsuite::InventoryNumberBinSearchBasic
memberItemJoin - ActiveNetsuite::ItemSearchBasic
obsoleteRevisionJoin - ActiveNetsuite::ItemRevisionSearchBasic
parentJoin - ActiveNetsuite::ItemSearchBasic
preferredLocationJoin - ActiveNetsuite::LocationSearchBasic
preferredVendorJoin - ActiveNetsuite::VendorSearchBasic
shopperJoin - ActiveNetsuite::CustomerSearchBasic
transactionJoin - ActiveNetsuite::TransactionSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
userNotesJoin - ActiveNetsuite::NoteSearchBasic
vendorJoin - ActiveNetsuite::VendorSearchBasic
customSearchJoin - ActiveNetsuite::CustomSearchJoin

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #response, #to_a, #where

Constructor Details

#initialize(basic = nil, binNumberJoin = nil, binOnHandJoin = nil, correlatedItemJoin = nil, effectiveRevisionJoin = nil, fileJoin = nil, inventoryDetailJoin = nil, inventoryLocationJoin = nil, inventoryNumberJoin = nil, inventoryNumberBinOnHandJoin = nil, memberItemJoin = nil, obsoleteRevisionJoin = nil, parentJoin = nil, preferredLocationJoin = nil, preferredVendorJoin = nil, shopperJoin = nil, transactionJoin = nil, userJoin = nil, userNotesJoin = nil, vendorJoin = nil, customSearchJoin = []) ⇒ ItemSearch

Returns a new instance of ItemSearch.



33300
33301
33302
33303
33304
33305
33306
33307
33308
33309
33310
33311
33312
33313
33314
33315
33316
33317
33318
33319
33320
33321
33322
# File 'lib/activenetsuite/soap/default.rb', line 33300

def initialize(basic = nil, binNumberJoin = nil, binOnHandJoin = nil, correlatedItemJoin = nil, effectiveRevisionJoin = nil, fileJoin = nil, inventoryDetailJoin = nil, inventoryLocationJoin = nil, inventoryNumberJoin = nil, inventoryNumberBinOnHandJoin = nil, memberItemJoin = nil, obsoleteRevisionJoin = nil, parentJoin = nil, preferredLocationJoin = nil, preferredVendorJoin = nil, shopperJoin = nil, transactionJoin = nil, userJoin = nil, userNotesJoin = nil, vendorJoin = nil, customSearchJoin = [])
  @basic = basic
  @binNumberJoin = binNumberJoin
  @binOnHandJoin = binOnHandJoin
  @correlatedItemJoin = correlatedItemJoin
  @effectiveRevisionJoin = effectiveRevisionJoin
  @fileJoin = fileJoin
  @inventoryDetailJoin = inventoryDetailJoin
  @inventoryLocationJoin = inventoryLocationJoin
  @inventoryNumberJoin = inventoryNumberJoin
  @inventoryNumberBinOnHandJoin = inventoryNumberBinOnHandJoin
  @memberItemJoin = memberItemJoin
  @obsoleteRevisionJoin = obsoleteRevisionJoin
  @parentJoin = parentJoin
  @preferredLocationJoin = preferredLocationJoin
  @preferredVendorJoin = preferredVendorJoin
  @shopperJoin = shopperJoin
  @transactionJoin = transactionJoin
  @userJoin = userJoin
  @userNotesJoin = userNotesJoin
  @vendorJoin = vendorJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



33278
33279
33280
# File 'lib/activenetsuite/soap/default.rb', line 33278

def basic
  @basic
end

#binNumberJoinObject

Returns the value of attribute binNumberJoin.



33279
33280
33281
# File 'lib/activenetsuite/soap/default.rb', line 33279

def binNumberJoin
  @binNumberJoin
end

#binOnHandJoinObject

Returns the value of attribute binOnHandJoin.



33280
33281
33282
# File 'lib/activenetsuite/soap/default.rb', line 33280

def binOnHandJoin
  @binOnHandJoin
end

#correlatedItemJoinObject

Returns the value of attribute correlatedItemJoin.



33281
33282
33283
# File 'lib/activenetsuite/soap/default.rb', line 33281

def correlatedItemJoin
  @correlatedItemJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



33298
33299
33300
# File 'lib/activenetsuite/soap/default.rb', line 33298

def customSearchJoin
  @customSearchJoin
end

#effectiveRevisionJoinObject

Returns the value of attribute effectiveRevisionJoin.



33282
33283
33284
# File 'lib/activenetsuite/soap/default.rb', line 33282

def effectiveRevisionJoin
  @effectiveRevisionJoin
end

#fileJoinObject

Returns the value of attribute fileJoin.



33283
33284
33285
# File 'lib/activenetsuite/soap/default.rb', line 33283

def fileJoin
  @fileJoin
end

#inventoryDetailJoinObject

Returns the value of attribute inventoryDetailJoin.



33284
33285
33286
# File 'lib/activenetsuite/soap/default.rb', line 33284

def inventoryDetailJoin
  @inventoryDetailJoin
end

#inventoryLocationJoinObject

Returns the value of attribute inventoryLocationJoin.



33285
33286
33287
# File 'lib/activenetsuite/soap/default.rb', line 33285

def inventoryLocationJoin
  @inventoryLocationJoin
end

#inventoryNumberBinOnHandJoinObject

Returns the value of attribute inventoryNumberBinOnHandJoin.



33287
33288
33289
# File 'lib/activenetsuite/soap/default.rb', line 33287

def inventoryNumberBinOnHandJoin
  @inventoryNumberBinOnHandJoin
end

#inventoryNumberJoinObject

Returns the value of attribute inventoryNumberJoin.



33286
33287
33288
# File 'lib/activenetsuite/soap/default.rb', line 33286

def inventoryNumberJoin
  @inventoryNumberJoin
end

#memberItemJoinObject

Returns the value of attribute memberItemJoin.



33288
33289
33290
# File 'lib/activenetsuite/soap/default.rb', line 33288

def memberItemJoin
  @memberItemJoin
end

#obsoleteRevisionJoinObject

Returns the value of attribute obsoleteRevisionJoin.



33289
33290
33291
# File 'lib/activenetsuite/soap/default.rb', line 33289

def obsoleteRevisionJoin
  @obsoleteRevisionJoin
end

#parentJoinObject

Returns the value of attribute parentJoin.



33290
33291
33292
# File 'lib/activenetsuite/soap/default.rb', line 33290

def parentJoin
  @parentJoin
end

#preferredLocationJoinObject

Returns the value of attribute preferredLocationJoin.



33291
33292
33293
# File 'lib/activenetsuite/soap/default.rb', line 33291

def preferredLocationJoin
  @preferredLocationJoin
end

#preferredVendorJoinObject

Returns the value of attribute preferredVendorJoin.



33292
33293
33294
# File 'lib/activenetsuite/soap/default.rb', line 33292

def preferredVendorJoin
  @preferredVendorJoin
end

#shopperJoinObject

Returns the value of attribute shopperJoin.



33293
33294
33295
# File 'lib/activenetsuite/soap/default.rb', line 33293

def shopperJoin
  @shopperJoin
end

#transactionJoinObject

Returns the value of attribute transactionJoin.



33294
33295
33296
# File 'lib/activenetsuite/soap/default.rb', line 33294

def transactionJoin
  @transactionJoin
end

#userJoinObject

Returns the value of attribute userJoin.



33295
33296
33297
# File 'lib/activenetsuite/soap/default.rb', line 33295

def userJoin
  @userJoin
end

#userNotesJoinObject

Returns the value of attribute userNotesJoin.



33296
33297
33298
# File 'lib/activenetsuite/soap/default.rb', line 33296

def userNotesJoin
  @userNotesJoin
end

#vendorJoinObject

Returns the value of attribute vendorJoin.



33297
33298
33299
# File 'lib/activenetsuite/soap/default.rb', line 33297

def vendorJoin
  @vendorJoin
end