public class

OpportunitySearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.transactions.sales_2010_2.OpportunitySearch

Class Overview

Java class for OpportunitySearch complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OpportunitySearch">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="basic" type="{urn:common_2010_2.platform.webservices.netsuite.com}OpportunitySearchBasic" minOccurs="0"/>
         <element name="actualJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TransactionSearchBasic" minOccurs="0"/>
         <element name="callJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}PhoneCallSearchBasic" minOccurs="0"/>
         <element name="customerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchBasic" minOccurs="0"/>
         <element name="decisionMakerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ContactSearchBasic" minOccurs="0"/>
         <element name="estimateJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TransactionSearchBasic" minOccurs="0"/>
         <element name="eventJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CalendarEventSearchBasic" minOccurs="0"/>
         <element name="fileJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}FileSearchBasic" minOccurs="0"/>
         <element name="leadSourceJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CampaignSearchBasic" minOccurs="0"/>
         <element name="messagesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchBasic" minOccurs="0"/>
         <element name="orderJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TransactionSearchBasic" minOccurs="0"/>
         <element name="originatingLeadJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}OriginatingLeadSearchBasic" minOccurs="0"/>
         <element name="partnerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}PartnerSearchBasic" minOccurs="0"/>
         <element name="salesRepJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="taskJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TaskSearchBasic" minOccurs="0"/>
         <element name="userNotesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}NoteSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TransactionSearchBasic actualJoin
protected OpportunitySearchBasic basic
protected PhoneCallSearchBasic callJoin
protected CustomerSearchBasic customerJoin
protected ContactSearchBasic decisionMakerJoin
protected TransactionSearchBasic estimateJoin
protected CalendarEventSearchBasic eventJoin
protected FileSearchBasic fileJoin
protected CampaignSearchBasic leadSourceJoin
protected MessageSearchBasic messagesJoin
protected TransactionSearchBasic orderJoin
protected OriginatingLeadSearchBasic originatingLeadJoin
protected PartnerSearchBasic partnerJoin
protected EmployeeSearchBasic salesRepJoin
protected TaskSearchBasic taskJoin
protected NoteSearchBasic userNotesJoin
Public Constructors
OpportunitySearch()
Public Methods
TransactionSearchBasic getActualJoin()
Gets the value of the actualJoin property.
OpportunitySearchBasic getBasic()
Gets the value of the basic property.
PhoneCallSearchBasic getCallJoin()
Gets the value of the callJoin property.
CustomerSearchBasic getCustomerJoin()
Gets the value of the customerJoin property.
ContactSearchBasic getDecisionMakerJoin()
Gets the value of the decisionMakerJoin property.
TransactionSearchBasic getEstimateJoin()
Gets the value of the estimateJoin property.
CalendarEventSearchBasic getEventJoin()
Gets the value of the eventJoin property.
FileSearchBasic getFileJoin()
Gets the value of the fileJoin property.
CampaignSearchBasic getLeadSourceJoin()
Gets the value of the leadSourceJoin property.
MessageSearchBasic getMessagesJoin()
Gets the value of the messagesJoin property.
TransactionSearchBasic getOrderJoin()
Gets the value of the orderJoin property.
OriginatingLeadSearchBasic getOriginatingLeadJoin()
Gets the value of the originatingLeadJoin property.
PartnerSearchBasic getPartnerJoin()
Gets the value of the partnerJoin property.
EmployeeSearchBasic getSalesRepJoin()
Gets the value of the salesRepJoin property.
TaskSearchBasic getTaskJoin()
Gets the value of the taskJoin property.
NoteSearchBasic getUserNotesJoin()
Gets the value of the userNotesJoin property.
void setActualJoin(TransactionSearchBasic value)
Sets the value of the actualJoin property.
void setBasic(OpportunitySearchBasic value)
Sets the value of the basic property.
void setCallJoin(PhoneCallSearchBasic value)
Sets the value of the callJoin property.
void setCustomerJoin(CustomerSearchBasic value)
Sets the value of the customerJoin property.
void setDecisionMakerJoin(ContactSearchBasic value)
Sets the value of the decisionMakerJoin property.
void setEstimateJoin(TransactionSearchBasic value)
Sets the value of the estimateJoin property.
void setEventJoin(CalendarEventSearchBasic value)
Sets the value of the eventJoin property.
void setFileJoin(FileSearchBasic value)
Sets the value of the fileJoin property.
void setLeadSourceJoin(CampaignSearchBasic value)
Sets the value of the leadSourceJoin property.
void setMessagesJoin(MessageSearchBasic value)
Sets the value of the messagesJoin property.
void setOrderJoin(TransactionSearchBasic value)
Sets the value of the orderJoin property.
void setOriginatingLeadJoin(OriginatingLeadSearchBasic value)
Sets the value of the originatingLeadJoin property.
void setPartnerJoin(PartnerSearchBasic value)
Sets the value of the partnerJoin property.
void setSalesRepJoin(EmployeeSearchBasic value)
Sets the value of the salesRepJoin property.
void setTaskJoin(TaskSearchBasic value)
Sets the value of the taskJoin property.
void setUserNotesJoin(NoteSearchBasic value)
Sets the value of the userNotesJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected TransactionSearchBasic actualJoin

protected OpportunitySearchBasic basic

protected PhoneCallSearchBasic callJoin

protected CustomerSearchBasic customerJoin

protected ContactSearchBasic decisionMakerJoin

protected TransactionSearchBasic estimateJoin

protected CalendarEventSearchBasic eventJoin

protected FileSearchBasic fileJoin

protected CampaignSearchBasic leadSourceJoin

protected MessageSearchBasic messagesJoin

protected TransactionSearchBasic orderJoin

protected OriginatingLeadSearchBasic originatingLeadJoin

protected PartnerSearchBasic partnerJoin

protected EmployeeSearchBasic salesRepJoin

protected TaskSearchBasic taskJoin

protected NoteSearchBasic userNotesJoin

Public Constructors

public OpportunitySearch ()

Public Methods

public TransactionSearchBasic getActualJoin ()

Gets the value of the actualJoin property.

Returns

public OpportunitySearchBasic getBasic ()

Gets the value of the basic property.

Returns

public PhoneCallSearchBasic getCallJoin ()

Gets the value of the callJoin property.

Returns

public CustomerSearchBasic getCustomerJoin ()

Gets the value of the customerJoin property.

Returns

public ContactSearchBasic getDecisionMakerJoin ()

Gets the value of the decisionMakerJoin property.

Returns

public TransactionSearchBasic getEstimateJoin ()

Gets the value of the estimateJoin property.

Returns

public CalendarEventSearchBasic getEventJoin ()

Gets the value of the eventJoin property.

Returns

public FileSearchBasic getFileJoin ()

Gets the value of the fileJoin property.

Returns

public CampaignSearchBasic getLeadSourceJoin ()

Gets the value of the leadSourceJoin property.

Returns

public MessageSearchBasic getMessagesJoin ()

Gets the value of the messagesJoin property.

Returns

public TransactionSearchBasic getOrderJoin ()

Gets the value of the orderJoin property.

Returns

public OriginatingLeadSearchBasic getOriginatingLeadJoin ()

Gets the value of the originatingLeadJoin property.

Returns

public PartnerSearchBasic getPartnerJoin ()

Gets the value of the partnerJoin property.

Returns

public EmployeeSearchBasic getSalesRepJoin ()

Gets the value of the salesRepJoin property.

Returns

public TaskSearchBasic getTaskJoin ()

Gets the value of the taskJoin property.

Returns

public NoteSearchBasic getUserNotesJoin ()

Gets the value of the userNotesJoin property.

Returns

public void setActualJoin (TransactionSearchBasic value)

Sets the value of the actualJoin property.

Parameters
value Allowed object is TransactionSearchBasic

public void setBasic (OpportunitySearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is OpportunitySearchBasic

public void setCallJoin (PhoneCallSearchBasic value)

Sets the value of the callJoin property.

Parameters
value Allowed object is PhoneCallSearchBasic

public void setCustomerJoin (CustomerSearchBasic value)

Sets the value of the customerJoin property.

Parameters
value Allowed object is CustomerSearchBasic

public void setDecisionMakerJoin (ContactSearchBasic value)

Sets the value of the decisionMakerJoin property.

Parameters
value Allowed object is ContactSearchBasic

public void setEstimateJoin (TransactionSearchBasic value)

Sets the value of the estimateJoin property.

Parameters
value Allowed object is TransactionSearchBasic

public void setEventJoin (CalendarEventSearchBasic value)

Sets the value of the eventJoin property.

Parameters
value Allowed object is CalendarEventSearchBasic

public void setFileJoin (FileSearchBasic value)

Sets the value of the fileJoin property.

Parameters
value Allowed object is FileSearchBasic

public void setLeadSourceJoin (CampaignSearchBasic value)

Sets the value of the leadSourceJoin property.

Parameters
value Allowed object is CampaignSearchBasic

public void setMessagesJoin (MessageSearchBasic value)

Sets the value of the messagesJoin property.

Parameters
value Allowed object is MessageSearchBasic

public void setOrderJoin (TransactionSearchBasic value)

Sets the value of the orderJoin property.

Parameters
value Allowed object is TransactionSearchBasic

public void setOriginatingLeadJoin (OriginatingLeadSearchBasic value)

Sets the value of the originatingLeadJoin property.

Parameters
value Allowed object is OriginatingLeadSearchBasic

public void setPartnerJoin (PartnerSearchBasic value)

Sets the value of the partnerJoin property.

Parameters
value Allowed object is PartnerSearchBasic

public void setSalesRepJoin (EmployeeSearchBasic value)

Sets the value of the salesRepJoin property.

Parameters
value Allowed object is EmployeeSearchBasic

public void setTaskJoin (TaskSearchBasic value)

Sets the value of the taskJoin property.

Parameters
value Allowed object is TaskSearchBasic

public void setUserNotesJoin (NoteSearchBasic value)

Sets the value of the userNotesJoin property.

Parameters
value Allowed object is NoteSearchBasic