Class: ActiveNetsuite::TaskSearch

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

Overview

urn:scheduling_2013_2urn:scheduling_2013_2.activitiesurn:scheduling_2013_2.activities.webservicesurn:scheduling_2013_2.activities.webservices.netsuiteurn:scheduling_2013_2.activities.webservices.netsuite.comTaskSearch

basic - ActiveNetsuite::TaskSearchBasic
caseJoin - ActiveNetsuite::SupportCaseSearchBasic
companyCustomerJoin - ActiveNetsuite::CustomerSearchBasic
contactJoin - ActiveNetsuite::ContactSearchBasic
employeeJoin - ActiveNetsuite::EmployeeSearchBasic
fileJoin - ActiveNetsuite::FileSearchBasic
jobJoin - ActiveNetsuite::JobSearchBasic
opportunityJoin - ActiveNetsuite::OpportunitySearchBasic
originatingLeadJoin - ActiveNetsuite::OriginatingLeadSearchBasic
timeJoin - ActiveNetsuite::TimeBillSearchBasic
transactionJoin - ActiveNetsuite::TransactionSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
userNotesJoin - ActiveNetsuite::NoteSearchBasic
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, caseJoin = nil, companyCustomerJoin = nil, contactJoin = nil, employeeJoin = nil, fileJoin = nil, jobJoin = nil, opportunityJoin = nil, originatingLeadJoin = nil, timeJoin = nil, transactionJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = []) ⇒ TaskSearch

Returns a new instance of TaskSearch.



31424
31425
31426
31427
31428
31429
31430
31431
31432
31433
31434
31435
31436
31437
31438
31439
# File 'lib/activenetsuite/soap/default.rb', line 31424

def initialize(basic = nil, caseJoin = nil, companyCustomerJoin = nil, contactJoin = nil, employeeJoin = nil, fileJoin = nil, jobJoin = nil, opportunityJoin = nil, originatingLeadJoin = nil, timeJoin = nil, transactionJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = [])
  @basic = basic
  @caseJoin = caseJoin
  @companyCustomerJoin = companyCustomerJoin
  @contactJoin = contactJoin
  @employeeJoin = employeeJoin
  @fileJoin = fileJoin
  @jobJoin = jobJoin
  @opportunityJoin = opportunityJoin
  @originatingLeadJoin = originatingLeadJoin
  @timeJoin = timeJoin
  @transactionJoin = transactionJoin
  @userJoin = userJoin
  @userNotesJoin = userNotesJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



31409
31410
31411
# File 'lib/activenetsuite/soap/default.rb', line 31409

def basic
  @basic
end

#caseJoinObject

Returns the value of attribute caseJoin.



31410
31411
31412
# File 'lib/activenetsuite/soap/default.rb', line 31410

def caseJoin
  @caseJoin
end

#companyCustomerJoinObject

Returns the value of attribute companyCustomerJoin.



31411
31412
31413
# File 'lib/activenetsuite/soap/default.rb', line 31411

def companyCustomerJoin
  @companyCustomerJoin
end

#contactJoinObject

Returns the value of attribute contactJoin.



31412
31413
31414
# File 'lib/activenetsuite/soap/default.rb', line 31412

def contactJoin
  @contactJoin
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



31422
31423
31424
# File 'lib/activenetsuite/soap/default.rb', line 31422

def customSearchJoin
  @customSearchJoin
end

#employeeJoinObject

Returns the value of attribute employeeJoin.



31413
31414
31415
# File 'lib/activenetsuite/soap/default.rb', line 31413

def employeeJoin
  @employeeJoin
end

#fileJoinObject

Returns the value of attribute fileJoin.



31414
31415
31416
# File 'lib/activenetsuite/soap/default.rb', line 31414

def fileJoin
  @fileJoin
end

#jobJoinObject

Returns the value of attribute jobJoin.



31415
31416
31417
# File 'lib/activenetsuite/soap/default.rb', line 31415

def jobJoin
  @jobJoin
end

#opportunityJoinObject

Returns the value of attribute opportunityJoin.



31416
31417
31418
# File 'lib/activenetsuite/soap/default.rb', line 31416

def opportunityJoin
  @opportunityJoin
end

#originatingLeadJoinObject

Returns the value of attribute originatingLeadJoin.



31417
31418
31419
# File 'lib/activenetsuite/soap/default.rb', line 31417

def originatingLeadJoin
  @originatingLeadJoin
end

#timeJoinObject

Returns the value of attribute timeJoin.



31418
31419
31420
# File 'lib/activenetsuite/soap/default.rb', line 31418

def timeJoin
  @timeJoin
end

#transactionJoinObject

Returns the value of attribute transactionJoin.



31419
31420
31421
# File 'lib/activenetsuite/soap/default.rb', line 31419

def transactionJoin
  @transactionJoin
end

#userJoinObject

Returns the value of attribute userJoin.



31420
31421
31422
# File 'lib/activenetsuite/soap/default.rb', line 31420

def userJoin
  @userJoin
end

#userNotesJoinObject

Returns the value of attribute userNotesJoin.



31421
31422
31423
# File 'lib/activenetsuite/soap/default.rb', line 31421

def userNotesJoin
  @userNotesJoin
end