| java.lang.Object | |
| ↳ | com.netsuite.webservices.setup.customization_2010_2.CustomRecordTypePermissions |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dashboardView | |||||||||||
| defaultForm | |||||||||||
| listView | |||||||||||
| listViewRestricted | |||||||||||
| permittedLevel | |||||||||||
| permittedRole | |||||||||||
| restrictDashboardView | |||||||||||
| restrictForm | |||||||||||
| restrictSublistView | |||||||||||
| restriction | |||||||||||
| searchForm | |||||||||||
| searchResults | |||||||||||
| sublistView | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dashboardView property.
| |||||||||||
Gets the value of the defaultForm property.
| |||||||||||
Gets the value of the listView property.
| |||||||||||
Gets the value of the permittedLevel property.
| |||||||||||
Gets the value of the permittedRole property.
| |||||||||||
Gets the value of the restriction property.
| |||||||||||
Gets the value of the searchForm property.
| |||||||||||
Gets the value of the searchResults property.
| |||||||||||
Gets the value of the sublistView property.
| |||||||||||
Gets the value of the listViewRestricted property.
| |||||||||||
Gets the value of the restrictDashboardView property.
| |||||||||||
Gets the value of the restrictForm property.
| |||||||||||
Gets the value of the restrictSublistView property.
| |||||||||||
Sets the value of the dashboardView property.
| |||||||||||
Sets the value of the defaultForm property.
| |||||||||||
Sets the value of the listView property.
| |||||||||||
Sets the value of the listViewRestricted property.
| |||||||||||
Sets the value of the permittedLevel property.
| |||||||||||
Sets the value of the permittedRole property.
| |||||||||||
Sets the value of the restrictDashboardView property.
| |||||||||||
Sets the value of the restrictForm property.
| |||||||||||
Sets the value of the restrictSublistView property.
| |||||||||||
Sets the value of the restriction property.
| |||||||||||
Sets the value of the searchForm property.
| |||||||||||
Sets the value of the searchResults property.
| |||||||||||
Sets the value of the sublistView property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dashboardView property.
RecordRef
Gets the value of the defaultForm property.
RecordRef
Gets the value of the listView property.
RecordRef
Gets the value of the permittedLevel property.
CustomRecordTypePermissionsPermittedLevel
Gets the value of the permittedRole property.
RecordRef
Gets the value of the restriction property.
CustomRecordTypePermissionsRestriction
Gets the value of the searchForm property.
RecordRef
Gets the value of the searchResults property.
RecordRef
Gets the value of the sublistView property.
RecordRef
Gets the value of the listViewRestricted property.
Gets the value of the restrictDashboardView property.
Gets the value of the restrictForm property.
Gets the value of the restrictSublistView property.
Sets the value of the dashboardView property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the defaultForm property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the listView property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the listViewRestricted property.
| value | Allowed object is Boolean |
|---|
Sets the value of the permittedLevel property.
| value | Allowed object is
CustomRecordTypePermissionsPermittedLevel
|
|---|
Sets the value of the permittedRole property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the restrictDashboardView property.
| value | Allowed object is Boolean |
|---|
Sets the value of the restrictForm property.
| value | Allowed object is Boolean |
|---|
Sets the value of the restrictSublistView property.
| value | Allowed object is Boolean |
|---|
Sets the value of the restriction property.
| value | Allowed object is
CustomRecordTypePermissionsRestriction
|
|---|
Sets the value of the searchForm property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the searchResults property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the sublistView property.
| value | Allowed object is
RecordRef
|
|---|