Class: ActiveNetsuite::NoteSearch
- Inherits:
-
SearchRecord
- Object
- SearchRecord
- ActiveNetsuite::NoteSearch
- Defined in:
- lib/activenetsuite/soap/default.rb
Overview
urn:communication_2013_2urn:communication_2013_2.generalurn:communication_2013_2.general.webservicesurn:communication_2013_2.general.webservices.netsuiteurn:communication_2013_2.general.webservices.netsuite.comNoteSearch
basic - ActiveNetsuite::NoteSearchBasic
- ActiveNetsuite::EmployeeSearchBasic
callJoin - ActiveNetsuite::PhoneCallSearchBasic
campaignJoin - ActiveNetsuite::CampaignSearchBasic
caseJoin - ActiveNetsuite::SupportCaseSearchBasic
contactJoin - ActiveNetsuite::ContactSearchBasic
customerJoin - ActiveNetsuite::CustomerSearchBasic
employeeJoin - ActiveNetsuite::EmployeeSearchBasic
entityJoin - ActiveNetsuite::EntitySearchBasic
eventJoin - ActiveNetsuite::CalendarEventSearchBasic
issueJoin - ActiveNetsuite::IssueSearchBasic
itemJoin - ActiveNetsuite::ItemSearchBasic
opportunityJoin - ActiveNetsuite::OpportunitySearchBasic
originatingLeadJoin - ActiveNetsuite::OriginatingLeadSearchBasic
partnerJoin - ActiveNetsuite::PartnerSearchBasic
solutionJoin - ActiveNetsuite::SolutionSearchBasic
taskJoin - ActiveNetsuite::TaskSearchBasic
transactionJoin - ActiveNetsuite::TransactionSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic
vendorJoin - ActiveNetsuite::VendorSearchBasic
Instance Attribute Summary collapse
-
#authorJoin ⇒ Object
Returns the value of attribute authorJoin.
-
#basic ⇒ Object
Returns the value of attribute basic.
-
#callJoin ⇒ Object
Returns the value of attribute callJoin.
-
#campaignJoin ⇒ Object
Returns the value of attribute campaignJoin.
-
#caseJoin ⇒ Object
Returns the value of attribute caseJoin.
-
#contactJoin ⇒ Object
Returns the value of attribute contactJoin.
-
#customerJoin ⇒ Object
Returns the value of attribute customerJoin.
-
#employeeJoin ⇒ Object
Returns the value of attribute employeeJoin.
-
#entityJoin ⇒ Object
Returns the value of attribute entityJoin.
-
#eventJoin ⇒ Object
Returns the value of attribute eventJoin.
-
#issueJoin ⇒ Object
Returns the value of attribute issueJoin.
-
#itemJoin ⇒ Object
Returns the value of attribute itemJoin.
-
#opportunityJoin ⇒ Object
Returns the value of attribute opportunityJoin.
-
#originatingLeadJoin ⇒ Object
Returns the value of attribute originatingLeadJoin.
-
#partnerJoin ⇒ Object
Returns the value of attribute partnerJoin.
-
#solutionJoin ⇒ Object
Returns the value of attribute solutionJoin.
-
#taskJoin ⇒ Object
Returns the value of attribute taskJoin.
-
#transactionJoin ⇒ Object
Returns the value of attribute transactionJoin.
-
#userJoin ⇒ Object
Returns the value of attribute userJoin.
-
#vendorJoin ⇒ Object
Returns the value of attribute vendorJoin.
Instance Method Summary collapse
Methods inherited from SearchRecord
#active, #each, #find_by, #inactive, #response, #to_a, #where
Constructor Details
#initialize(basic = nil, authorJoin = nil, callJoin = nil, campaignJoin = nil, caseJoin = nil, contactJoin = nil, customerJoin = nil, employeeJoin = nil, entityJoin = nil, eventJoin = nil, issueJoin = nil, itemJoin = nil, opportunityJoin = nil, originatingLeadJoin = nil, partnerJoin = nil, solutionJoin = nil, taskJoin = nil, transactionJoin = nil, userJoin = nil, vendorJoin = nil) ⇒ NoteSearch
Returns a new instance of NoteSearch.
31755 31756 31757 31758 31759 31760 31761 31762 31763 31764 31765 31766 31767 31768 31769 31770 31771 31772 31773 31774 31775 31776 |
# File 'lib/activenetsuite/soap/default.rb', line 31755 def initialize(basic = nil, = nil, callJoin = nil, campaignJoin = nil, caseJoin = nil, contactJoin = nil, customerJoin = nil, employeeJoin = nil, entityJoin = nil, eventJoin = nil, issueJoin = nil, itemJoin = nil, opportunityJoin = nil, originatingLeadJoin = nil, partnerJoin = nil, solutionJoin = nil, taskJoin = nil, transactionJoin = nil, userJoin = nil, vendorJoin = nil) @basic = basic @authorJoin = @callJoin = callJoin @campaignJoin = campaignJoin @caseJoin = caseJoin @contactJoin = contactJoin @customerJoin = customerJoin @employeeJoin = employeeJoin @entityJoin = entityJoin @eventJoin = eventJoin @issueJoin = issueJoin @itemJoin = itemJoin @opportunityJoin = opportunityJoin @originatingLeadJoin = originatingLeadJoin @partnerJoin = partnerJoin @solutionJoin = solutionJoin @taskJoin = taskJoin @transactionJoin = transactionJoin @userJoin = userJoin @vendorJoin = vendorJoin end |
Instance Attribute Details
#authorJoin ⇒ Object
Returns the value of attribute authorJoin.
31735 31736 31737 |
# File 'lib/activenetsuite/soap/default.rb', line 31735 def @authorJoin end |
#basic ⇒ Object
Returns the value of attribute basic.
31734 31735 31736 |
# File 'lib/activenetsuite/soap/default.rb', line 31734 def basic @basic end |
#callJoin ⇒ Object
Returns the value of attribute callJoin.
31736 31737 31738 |
# File 'lib/activenetsuite/soap/default.rb', line 31736 def callJoin @callJoin end |
#campaignJoin ⇒ Object
Returns the value of attribute campaignJoin.
31737 31738 31739 |
# File 'lib/activenetsuite/soap/default.rb', line 31737 def campaignJoin @campaignJoin end |
#caseJoin ⇒ Object
Returns the value of attribute caseJoin.
31738 31739 31740 |
# File 'lib/activenetsuite/soap/default.rb', line 31738 def caseJoin @caseJoin end |
#contactJoin ⇒ Object
Returns the value of attribute contactJoin.
31739 31740 31741 |
# File 'lib/activenetsuite/soap/default.rb', line 31739 def contactJoin @contactJoin end |
#customerJoin ⇒ Object
Returns the value of attribute customerJoin.
31740 31741 31742 |
# File 'lib/activenetsuite/soap/default.rb', line 31740 def customerJoin @customerJoin end |
#employeeJoin ⇒ Object
Returns the value of attribute employeeJoin.
31741 31742 31743 |
# File 'lib/activenetsuite/soap/default.rb', line 31741 def employeeJoin @employeeJoin end |
#entityJoin ⇒ Object
Returns the value of attribute entityJoin.
31742 31743 31744 |
# File 'lib/activenetsuite/soap/default.rb', line 31742 def entityJoin @entityJoin end |
#eventJoin ⇒ Object
Returns the value of attribute eventJoin.
31743 31744 31745 |
# File 'lib/activenetsuite/soap/default.rb', line 31743 def eventJoin @eventJoin end |
#issueJoin ⇒ Object
Returns the value of attribute issueJoin.
31744 31745 31746 |
# File 'lib/activenetsuite/soap/default.rb', line 31744 def issueJoin @issueJoin end |
#itemJoin ⇒ Object
Returns the value of attribute itemJoin.
31745 31746 31747 |
# File 'lib/activenetsuite/soap/default.rb', line 31745 def itemJoin @itemJoin end |
#opportunityJoin ⇒ Object
Returns the value of attribute opportunityJoin.
31746 31747 31748 |
# File 'lib/activenetsuite/soap/default.rb', line 31746 def opportunityJoin @opportunityJoin end |
#originatingLeadJoin ⇒ Object
Returns the value of attribute originatingLeadJoin.
31747 31748 31749 |
# File 'lib/activenetsuite/soap/default.rb', line 31747 def originatingLeadJoin @originatingLeadJoin end |
#partnerJoin ⇒ Object
Returns the value of attribute partnerJoin.
31748 31749 31750 |
# File 'lib/activenetsuite/soap/default.rb', line 31748 def partnerJoin @partnerJoin end |
#solutionJoin ⇒ Object
Returns the value of attribute solutionJoin.
31749 31750 31751 |
# File 'lib/activenetsuite/soap/default.rb', line 31749 def solutionJoin @solutionJoin end |
#taskJoin ⇒ Object
Returns the value of attribute taskJoin.
31750 31751 31752 |
# File 'lib/activenetsuite/soap/default.rb', line 31750 def taskJoin @taskJoin end |
#transactionJoin ⇒ Object
Returns the value of attribute transactionJoin.
31751 31752 31753 |
# File 'lib/activenetsuite/soap/default.rb', line 31751 def transactionJoin @transactionJoin end |
#userJoin ⇒ Object
Returns the value of attribute userJoin.
31752 31753 31754 |
# File 'lib/activenetsuite/soap/default.rb', line 31752 def userJoin @userJoin end |
#vendorJoin ⇒ Object
Returns the value of attribute vendorJoin.
31753 31754 31755 |
# File 'lib/activenetsuite/soap/default.rb', line 31753 def vendorJoin @vendorJoin end |