public class

CustomRecordTypePermissions

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.setup.customization_2010_2.CustomRecordTypePermissions

Class Overview

Java class for CustomRecordTypePermissions complex type.

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

 <complexType name="CustomRecordTypePermissions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="permittedRole" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="permittedLevel" type="{urn:types.customization_2010_2.setup.webservices.netsuite.com}CustomRecordTypePermissionsPermittedLevel" minOccurs="0"/>
         <element name="restriction" type="{urn:types.customization_2010_2.setup.webservices.netsuite.com}CustomRecordTypePermissionsRestriction" minOccurs="0"/>
         <element name="defaultForm" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="restrictForm" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="searchForm" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="searchResults" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="listView" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="listViewRestricted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="dashboardView" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="restrictDashboardView" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="sublistView" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="restrictSublistView" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef dashboardView
protected RecordRef defaultForm
protected RecordRef listView
protected Boolean listViewRestricted
protected CustomRecordTypePermissionsPermittedLevel permittedLevel
protected RecordRef permittedRole
protected Boolean restrictDashboardView
protected Boolean restrictForm
protected Boolean restrictSublistView
protected CustomRecordTypePermissionsRestriction restriction
protected RecordRef searchForm
protected RecordRef searchResults
protected RecordRef sublistView
Public Constructors
CustomRecordTypePermissions()
Public Methods
RecordRef getDashboardView()
Gets the value of the dashboardView property.
RecordRef getDefaultForm()
Gets the value of the defaultForm property.
RecordRef getListView()
Gets the value of the listView property.
CustomRecordTypePermissionsPermittedLevel getPermittedLevel()
Gets the value of the permittedLevel property.
RecordRef getPermittedRole()
Gets the value of the permittedRole property.
CustomRecordTypePermissionsRestriction getRestriction()
Gets the value of the restriction property.
RecordRef getSearchForm()
Gets the value of the searchForm property.
RecordRef getSearchResults()
Gets the value of the searchResults property.
RecordRef getSublistView()
Gets the value of the sublistView property.
Boolean isListViewRestricted()
Gets the value of the listViewRestricted property.
Boolean isRestrictDashboardView()
Gets the value of the restrictDashboardView property.
Boolean isRestrictForm()
Gets the value of the restrictForm property.
Boolean isRestrictSublistView()
Gets the value of the restrictSublistView property.
void setDashboardView(RecordRef value)
Sets the value of the dashboardView property.
void setDefaultForm(RecordRef value)
Sets the value of the defaultForm property.
void setListView(RecordRef value)
Sets the value of the listView property.
void setListViewRestricted(Boolean value)
Sets the value of the listViewRestricted property.
void setPermittedLevel(CustomRecordTypePermissionsPermittedLevel value)
Sets the value of the permittedLevel property.
void setPermittedRole(RecordRef value)
Sets the value of the permittedRole property.
void setRestrictDashboardView(Boolean value)
Sets the value of the restrictDashboardView property.
void setRestrictForm(Boolean value)
Sets the value of the restrictForm property.
void setRestrictSublistView(Boolean value)
Sets the value of the restrictSublistView property.
void setRestriction(CustomRecordTypePermissionsRestriction value)
Sets the value of the restriction property.
void setSearchForm(RecordRef value)
Sets the value of the searchForm property.
void setSearchResults(RecordRef value)
Sets the value of the searchResults property.
void setSublistView(RecordRef value)
Sets the value of the sublistView property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef dashboardView

protected RecordRef defaultForm

protected RecordRef listView

protected Boolean listViewRestricted

protected RecordRef permittedRole

protected Boolean restrictDashboardView

protected Boolean restrictForm

protected Boolean restrictSublistView

protected RecordRef searchForm

protected RecordRef searchResults

protected RecordRef sublistView

Public Constructors

public CustomRecordTypePermissions ()

Public Methods

public RecordRef getDashboardView ()

Gets the value of the dashboardView property.

Returns

public RecordRef getDefaultForm ()

Gets the value of the defaultForm property.

Returns

public RecordRef getListView ()

Gets the value of the listView property.

Returns

public CustomRecordTypePermissionsPermittedLevel getPermittedLevel ()

Gets the value of the permittedLevel property.

Returns

public RecordRef getPermittedRole ()

Gets the value of the permittedRole property.

Returns

public CustomRecordTypePermissionsRestriction getRestriction ()

Gets the value of the restriction property.

Returns

public RecordRef getSearchForm ()

Gets the value of the searchForm property.

Returns

public RecordRef getSearchResults ()

Gets the value of the searchResults property.

Returns

public RecordRef getSublistView ()

Gets the value of the sublistView property.

Returns

public Boolean isListViewRestricted ()

Gets the value of the listViewRestricted property.

Returns
  • possible object is Boolean

public Boolean isRestrictDashboardView ()

Gets the value of the restrictDashboardView property.

Returns
  • possible object is Boolean

public Boolean isRestrictForm ()

Gets the value of the restrictForm property.

Returns
  • possible object is Boolean

public Boolean isRestrictSublistView ()

Gets the value of the restrictSublistView property.

Returns
  • possible object is Boolean

public void setDashboardView (RecordRef value)

Sets the value of the dashboardView property.

Parameters
value Allowed object is RecordRef

public void setDefaultForm (RecordRef value)

Sets the value of the defaultForm property.

Parameters
value Allowed object is RecordRef

public void setListView (RecordRef value)

Sets the value of the listView property.

Parameters
value Allowed object is RecordRef

public void setListViewRestricted (Boolean value)

Sets the value of the listViewRestricted property.

Parameters
value Allowed object is Boolean

public void setPermittedLevel (CustomRecordTypePermissionsPermittedLevel value)

Sets the value of the permittedLevel property.

Parameters
value Allowed object is CustomRecordTypePermissionsPermittedLevel

public void setPermittedRole (RecordRef value)

Sets the value of the permittedRole property.

Parameters
value Allowed object is RecordRef

public void setRestrictDashboardView (Boolean value)

Sets the value of the restrictDashboardView property.

Parameters
value Allowed object is Boolean

public void setRestrictForm (Boolean value)

Sets the value of the restrictForm property.

Parameters
value Allowed object is Boolean

public void setRestrictSublistView (Boolean value)

Sets the value of the restrictSublistView property.

Parameters
value Allowed object is Boolean

public void setRestriction (CustomRecordTypePermissionsRestriction value)

Sets the value of the restriction property.

Parameters
value Allowed object is CustomRecordTypePermissionsRestriction

public void setSearchForm (RecordRef value)

Sets the value of the searchForm property.

Parameters
value Allowed object is RecordRef

public void setSearchResults (RecordRef value)

Sets the value of the searchResults property.

Parameters
value Allowed object is RecordRef

public void setSublistView (RecordRef value)

Sets the value of the sublistView property.

Parameters
value Allowed object is RecordRef