Class: ActiveNetsuite::ContactSearchRow

Inherits:
SearchRow
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:relationships_2013_2urn:relationships_2013_2.listsurn:relationships_2013_2.lists.webservicesurn:relationships_2013_2.lists.webservices.netsuiteurn:relationships_2013_2.lists.webservices.netsuite.comContactSearchRow

basic - ActiveNetsuite::ContactSearchRowBasic
callJoin - ActiveNetsuite::PhoneCallSearchRowBasic
campaignResponseJoin - ActiveNetsuite::CampaignSearchRowBasic
caseJoin - ActiveNetsuite::SupportCaseSearchRowBasic
customerJoin - ActiveNetsuite::CustomerSearchRowBasic
customerPrimaryJoin - ActiveNetsuite::CustomerSearchRowBasic
eventJoin - ActiveNetsuite::CalendarEventSearchRowBasic
fileJoin - ActiveNetsuite::FileSearchRowBasic
jobJoin - ActiveNetsuite::JobSearchRowBasic
jobPrimaryJoin - ActiveNetsuite::JobSearchRowBasic
messagesJoin - ActiveNetsuite::MessageSearchRowBasic
messagesFromJoin - ActiveNetsuite::MessageSearchRowBasic
messagesToJoin - ActiveNetsuite::MessageSearchRowBasic
opportunityJoin - ActiveNetsuite::OpportunitySearchRowBasic
parentCustomerJoin - ActiveNetsuite::CustomerSearchRowBasic
parentJobJoin - ActiveNetsuite::JobSearchRowBasic
parentPartnerJoin - ActiveNetsuite::PartnerSearchRowBasic
parentVendorJoin - ActiveNetsuite::VendorSearchRowBasic
partnerJoin - ActiveNetsuite::PartnerSearchRowBasic
partnerPrimaryJoin - ActiveNetsuite::PartnerSearchRowBasic
purchasedItemJoin - ActiveNetsuite::ItemSearchRowBasic
taskJoin - ActiveNetsuite::TaskSearchRowBasic
transactionJoin - ActiveNetsuite::TransactionSearchRowBasic
upsellItemJoin - ActiveNetsuite::ItemSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
userNotesJoin - ActiveNetsuite::NoteSearchRowBasic
vendorJoin - ActiveNetsuite::VendorSearchRowBasic
vendorPrimaryJoin - ActiveNetsuite::VendorSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, callJoin = nil, campaignResponseJoin = nil, caseJoin = nil, customerJoin = nil, customerPrimaryJoin = nil, eventJoin = nil, fileJoin = nil, jobJoin = nil, jobPrimaryJoin = nil, messagesJoin = nil, messagesFromJoin = nil, messagesToJoin = nil, opportunityJoin = nil, parentCustomerJoin = nil, parentJobJoin = nil, parentPartnerJoin = nil, parentVendorJoin = nil, partnerJoin = nil, partnerPrimaryJoin = nil, purchasedItemJoin = nil, taskJoin = nil, transactionJoin = nil, upsellItemJoin = nil, userJoin = nil, userNotesJoin = nil, vendorJoin = nil, vendorPrimaryJoin = nil, customSearchJoin = []) ⇒ ContactSearchRow

Returns a new instance of ContactSearchRow.



44420
44421
44422
44423
44424
44425
44426
44427
44428
44429
44430
44431
44432
44433
44434
44435
44436
44437
44438
44439
44440
44441
44442
44443
44444
44445
44446
44447
44448
44449
44450
# File 'lib/activenetsuite/soap/default.rb', line 44420

def initialize(basic = nil, callJoin = nil, campaignResponseJoin = nil, caseJoin = nil, customerJoin = nil, customerPrimaryJoin = nil, eventJoin = nil, fileJoin = nil, jobJoin = nil, jobPrimaryJoin = nil, messagesJoin = nil, messagesFromJoin = nil, messagesToJoin = nil, opportunityJoin = nil, parentCustomerJoin = nil, parentJobJoin = nil, parentPartnerJoin = nil, parentVendorJoin = nil, partnerJoin = nil, partnerPrimaryJoin = nil, purchasedItemJoin = nil, taskJoin = nil, transactionJoin = nil, upsellItemJoin = nil, userJoin = nil, userNotesJoin = nil, vendorJoin = nil, vendorPrimaryJoin = nil, customSearchJoin = [])
  @basic = basic
  @callJoin = callJoin
  @campaignResponseJoin = campaignResponseJoin
  @caseJoin = caseJoin
  @customerJoin = customerJoin
  @customerPrimaryJoin = customerPrimaryJoin
  @eventJoin = eventJoin
  @fileJoin = fileJoin
  @jobJoin = jobJoin
  @jobPrimaryJoin = jobPrimaryJoin
  @messagesJoin = messagesJoin
  @messagesFromJoin = messagesFromJoin
  @messagesToJoin = messagesToJoin
  @opportunityJoin = opportunityJoin
  @parentCustomerJoin = parentCustomerJoin
  @parentJobJoin = parentJobJoin
  @parentPartnerJoin = parentPartnerJoin
  @parentVendorJoin = parentVendorJoin
  @partnerJoin = partnerJoin
  @partnerPrimaryJoin = partnerPrimaryJoin
  @purchasedItemJoin = purchasedItemJoin
  @taskJoin = taskJoin
  @transactionJoin = transactionJoin
  @upsellItemJoin = upsellItemJoin
  @userJoin = userJoin
  @userNotesJoin = userNotesJoin
  @vendorJoin = vendorJoin
  @vendorPrimaryJoin = vendorPrimaryJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



44390
44391
44392
# File 'lib/activenetsuite/soap/default.rb', line 44390

def basic
  @basic
end

#callJoinObject

Returns the value of attribute callJoin.



44391
44392
44393
# File 'lib/activenetsuite/soap/default.rb', line 44391

def callJoin
  @callJoin
end

#campaignResponseJoinObject

Returns the value of attribute campaignResponseJoin.



44392
44393
44394
# File 'lib/activenetsuite/soap/default.rb', line 44392

def campaignResponseJoin
  @campaignResponseJoin
end

#caseJoinObject

Returns the value of attribute caseJoin.



44393
44394
44395
# File 'lib/activenetsuite/soap/default.rb', line 44393

def caseJoin
  @caseJoin
end

#customerJoinObject

Returns the value of attribute customerJoin.



44394
44395
44396
# File 'lib/activenetsuite/soap/default.rb', line 44394

def customerJoin
  @customerJoin
end

#customerPrimaryJoinObject

Returns the value of attribute customerPrimaryJoin.



44395
44396
44397
# File 'lib/activenetsuite/soap/default.rb', line 44395

def customerPrimaryJoin
  @customerPrimaryJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



44418
44419
44420
# File 'lib/activenetsuite/soap/default.rb', line 44418

def customSearchJoin
  @customSearchJoin
end

#eventJoinObject

Returns the value of attribute eventJoin.



44396
44397
44398
# File 'lib/activenetsuite/soap/default.rb', line 44396

def eventJoin
  @eventJoin
end

#fileJoinObject

Returns the value of attribute fileJoin.



44397
44398
44399
# File 'lib/activenetsuite/soap/default.rb', line 44397

def fileJoin
  @fileJoin
end

#jobJoinObject

Returns the value of attribute jobJoin.



44398
44399
44400
# File 'lib/activenetsuite/soap/default.rb', line 44398

def jobJoin
  @jobJoin
end

#jobPrimaryJoinObject

Returns the value of attribute jobPrimaryJoin.



44399
44400
44401
# File 'lib/activenetsuite/soap/default.rb', line 44399

def jobPrimaryJoin
  @jobPrimaryJoin
end

#messagesFromJoinObject

Returns the value of attribute messagesFromJoin.



44401
44402
44403
# File 'lib/activenetsuite/soap/default.rb', line 44401

def messagesFromJoin
  @messagesFromJoin
end

#messagesJoinObject

Returns the value of attribute messagesJoin.



44400
44401
44402
# File 'lib/activenetsuite/soap/default.rb', line 44400

def messagesJoin
  @messagesJoin
end

#messagesToJoinObject

Returns the value of attribute messagesToJoin.



44402
44403
44404
# File 'lib/activenetsuite/soap/default.rb', line 44402

def messagesToJoin
  @messagesToJoin
end

#opportunityJoinObject

Returns the value of attribute opportunityJoin.



44403
44404
44405
# File 'lib/activenetsuite/soap/default.rb', line 44403

def opportunityJoin
  @opportunityJoin
end

#parentCustomerJoinObject

Returns the value of attribute parentCustomerJoin.



44404
44405
44406
# File 'lib/activenetsuite/soap/default.rb', line 44404

def parentCustomerJoin
  @parentCustomerJoin
end

#parentJobJoinObject

Returns the value of attribute parentJobJoin.



44405
44406
44407
# File 'lib/activenetsuite/soap/default.rb', line 44405

def parentJobJoin
  @parentJobJoin
end

#parentPartnerJoinObject

Returns the value of attribute parentPartnerJoin.



44406
44407
44408
# File 'lib/activenetsuite/soap/default.rb', line 44406

def parentPartnerJoin
  @parentPartnerJoin
end

#parentVendorJoinObject

Returns the value of attribute parentVendorJoin.



44407
44408
44409
# File 'lib/activenetsuite/soap/default.rb', line 44407

def parentVendorJoin
  @parentVendorJoin
end

#partnerJoinObject

Returns the value of attribute partnerJoin.



44408
44409
44410
# File 'lib/activenetsuite/soap/default.rb', line 44408

def partnerJoin
  @partnerJoin
end

#partnerPrimaryJoinObject

Returns the value of attribute partnerPrimaryJoin.



44409
44410
44411
# File 'lib/activenetsuite/soap/default.rb', line 44409

def partnerPrimaryJoin
  @partnerPrimaryJoin
end

#purchasedItemJoinObject

Returns the value of attribute purchasedItemJoin.



44410
44411
44412
# File 'lib/activenetsuite/soap/default.rb', line 44410

def purchasedItemJoin
  @purchasedItemJoin
end

#taskJoinObject

Returns the value of attribute taskJoin.



44411
44412
44413
# File 'lib/activenetsuite/soap/default.rb', line 44411

def taskJoin
  @taskJoin
end

#transactionJoinObject

Returns the value of attribute transactionJoin.



44412
44413
44414
# File 'lib/activenetsuite/soap/default.rb', line 44412

def transactionJoin
  @transactionJoin
end

#upsellItemJoinObject

Returns the value of attribute upsellItemJoin.



44413
44414
44415
# File 'lib/activenetsuite/soap/default.rb', line 44413

def upsellItemJoin
  @upsellItemJoin
end

#userJoinObject

Returns the value of attribute userJoin.



44414
44415
44416
# File 'lib/activenetsuite/soap/default.rb', line 44414

def userJoin
  @userJoin
end

#userNotesJoinObject

Returns the value of attribute userNotesJoin.



44415
44416
44417
# File 'lib/activenetsuite/soap/default.rb', line 44415

def userNotesJoin
  @userNotesJoin
end

#vendorJoinObject

Returns the value of attribute vendorJoin.



44416
44417
44418
# File 'lib/activenetsuite/soap/default.rb', line 44416

def vendorJoin
  @vendorJoin
end

#vendorPrimaryJoinObject

Returns the value of attribute vendorPrimaryJoin.



44417
44418
44419
# File 'lib/activenetsuite/soap/default.rb', line 44417

def vendorPrimaryJoin
  @vendorPrimaryJoin
end