402 lines
22 KiB
Java
402 lines
22 KiB
Java
|
|
package com.sforce.soap.metadata;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* This is a generated class for the SObject Enterprise API.
|
||
|
|
* Do not edit this file, as your changes will be lost.
|
||
|
|
*/
|
||
|
|
public class SearchLayouts implements com.sforce.ws.bind.XMLizable {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Constructor
|
||
|
|
*/
|
||
|
|
public SearchLayouts() {}
|
||
|
|
|
||
|
|
/* Cache the typeInfo instead of declaring static fields throughout*/
|
||
|
|
private transient java.util.Map<String, com.sforce.ws.bind.TypeInfo> typeInfoCache = new java.util.HashMap<String, com.sforce.ws.bind.TypeInfo>();
|
||
|
|
private com.sforce.ws.bind.TypeInfo _lookupTypeInfo(String fieldName, String namespace, String name, String typeNS, String type, int minOcc, int maxOcc, boolean elementForm) {
|
||
|
|
com.sforce.ws.bind.TypeInfo typeInfo = typeInfoCache.get(fieldName);
|
||
|
|
if (typeInfo == null) {
|
||
|
|
typeInfo = new com.sforce.ws.bind.TypeInfo(namespace, name, typeNS, type, minOcc, maxOcc, elementForm);
|
||
|
|
typeInfoCache.put(fieldName, typeInfo);
|
||
|
|
}
|
||
|
|
return typeInfo;
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : customTabListAdditionalFields of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String[]
|
||
|
|
*/
|
||
|
|
private boolean customTabListAdditionalFields__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String[] customTabListAdditionalFields = new java.lang.String[0];
|
||
|
|
|
||
|
|
public java.lang.String[] getCustomTabListAdditionalFields() {
|
||
|
|
return customTabListAdditionalFields;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setCustomTabListAdditionalFields(java.lang.String[] customTabListAdditionalFields) {
|
||
|
|
this.customTabListAdditionalFields = customTabListAdditionalFields;
|
||
|
|
customTabListAdditionalFields__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setCustomTabListAdditionalFields(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("customTabListAdditionalFields", "http://soap.sforce.com/2006/04/metadata","customTabListAdditionalFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
||
|
|
setCustomTabListAdditionalFields((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("customTabListAdditionalFields", "http://soap.sforce.com/2006/04/metadata","customTabListAdditionalFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldCustomTabListAdditionalFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("customTabListAdditionalFields", "http://soap.sforce.com/2006/04/metadata","customTabListAdditionalFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), customTabListAdditionalFields, customTabListAdditionalFields__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : excludedStandardButtons of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String[]
|
||
|
|
*/
|
||
|
|
private boolean excludedStandardButtons__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String[] excludedStandardButtons = new java.lang.String[0];
|
||
|
|
|
||
|
|
public java.lang.String[] getExcludedStandardButtons() {
|
||
|
|
return excludedStandardButtons;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setExcludedStandardButtons(java.lang.String[] excludedStandardButtons) {
|
||
|
|
this.excludedStandardButtons = excludedStandardButtons;
|
||
|
|
excludedStandardButtons__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setExcludedStandardButtons(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("excludedStandardButtons", "http://soap.sforce.com/2006/04/metadata","excludedStandardButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
||
|
|
setExcludedStandardButtons((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("excludedStandardButtons", "http://soap.sforce.com/2006/04/metadata","excludedStandardButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldExcludedStandardButtons(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("excludedStandardButtons", "http://soap.sforce.com/2006/04/metadata","excludedStandardButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true), excludedStandardButtons, excludedStandardButtons__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : listViewButtons of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String[]
|
||
|
|
*/
|
||
|
|
private boolean listViewButtons__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String[] listViewButtons = new java.lang.String[0];
|
||
|
|
|
||
|
|
public java.lang.String[] getListViewButtons() {
|
||
|
|
return listViewButtons;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setListViewButtons(java.lang.String[] listViewButtons) {
|
||
|
|
this.listViewButtons = listViewButtons;
|
||
|
|
listViewButtons__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setListViewButtons(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("listViewButtons", "http://soap.sforce.com/2006/04/metadata","listViewButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
||
|
|
setListViewButtons((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("listViewButtons", "http://soap.sforce.com/2006/04/metadata","listViewButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldListViewButtons(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("listViewButtons", "http://soap.sforce.com/2006/04/metadata","listViewButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true), listViewButtons, listViewButtons__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : lookupDialogsAdditionalFields of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String[]
|
||
|
|
*/
|
||
|
|
private boolean lookupDialogsAdditionalFields__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String[] lookupDialogsAdditionalFields = new java.lang.String[0];
|
||
|
|
|
||
|
|
public java.lang.String[] getLookupDialogsAdditionalFields() {
|
||
|
|
return lookupDialogsAdditionalFields;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setLookupDialogsAdditionalFields(java.lang.String[] lookupDialogsAdditionalFields) {
|
||
|
|
this.lookupDialogsAdditionalFields = lookupDialogsAdditionalFields;
|
||
|
|
lookupDialogsAdditionalFields__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setLookupDialogsAdditionalFields(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("lookupDialogsAdditionalFields", "http://soap.sforce.com/2006/04/metadata","lookupDialogsAdditionalFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
||
|
|
setLookupDialogsAdditionalFields((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("lookupDialogsAdditionalFields", "http://soap.sforce.com/2006/04/metadata","lookupDialogsAdditionalFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldLookupDialogsAdditionalFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("lookupDialogsAdditionalFields", "http://soap.sforce.com/2006/04/metadata","lookupDialogsAdditionalFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), lookupDialogsAdditionalFields, lookupDialogsAdditionalFields__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : lookupFilterFields of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String[]
|
||
|
|
*/
|
||
|
|
private boolean lookupFilterFields__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String[] lookupFilterFields = new java.lang.String[0];
|
||
|
|
|
||
|
|
public java.lang.String[] getLookupFilterFields() {
|
||
|
|
return lookupFilterFields;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setLookupFilterFields(java.lang.String[] lookupFilterFields) {
|
||
|
|
this.lookupFilterFields = lookupFilterFields;
|
||
|
|
lookupFilterFields__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setLookupFilterFields(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("lookupFilterFields", "http://soap.sforce.com/2006/04/metadata","lookupFilterFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
||
|
|
setLookupFilterFields((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("lookupFilterFields", "http://soap.sforce.com/2006/04/metadata","lookupFilterFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldLookupFilterFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("lookupFilterFields", "http://soap.sforce.com/2006/04/metadata","lookupFilterFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), lookupFilterFields, lookupFilterFields__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : lookupPhoneDialogsAdditionalFields of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String[]
|
||
|
|
*/
|
||
|
|
private boolean lookupPhoneDialogsAdditionalFields__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String[] lookupPhoneDialogsAdditionalFields = new java.lang.String[0];
|
||
|
|
|
||
|
|
public java.lang.String[] getLookupPhoneDialogsAdditionalFields() {
|
||
|
|
return lookupPhoneDialogsAdditionalFields;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setLookupPhoneDialogsAdditionalFields(java.lang.String[] lookupPhoneDialogsAdditionalFields) {
|
||
|
|
this.lookupPhoneDialogsAdditionalFields = lookupPhoneDialogsAdditionalFields;
|
||
|
|
lookupPhoneDialogsAdditionalFields__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setLookupPhoneDialogsAdditionalFields(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("lookupPhoneDialogsAdditionalFields", "http://soap.sforce.com/2006/04/metadata","lookupPhoneDialogsAdditionalFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
||
|
|
setLookupPhoneDialogsAdditionalFields((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("lookupPhoneDialogsAdditionalFields", "http://soap.sforce.com/2006/04/metadata","lookupPhoneDialogsAdditionalFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldLookupPhoneDialogsAdditionalFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("lookupPhoneDialogsAdditionalFields", "http://soap.sforce.com/2006/04/metadata","lookupPhoneDialogsAdditionalFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), lookupPhoneDialogsAdditionalFields, lookupPhoneDialogsAdditionalFields__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : massQuickActions of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String[]
|
||
|
|
*/
|
||
|
|
private boolean massQuickActions__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String[] massQuickActions = new java.lang.String[0];
|
||
|
|
|
||
|
|
public java.lang.String[] getMassQuickActions() {
|
||
|
|
return massQuickActions;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setMassQuickActions(java.lang.String[] massQuickActions) {
|
||
|
|
this.massQuickActions = massQuickActions;
|
||
|
|
massQuickActions__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setMassQuickActions(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("massQuickActions", "http://soap.sforce.com/2006/04/metadata","massQuickActions","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
||
|
|
setMassQuickActions((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("massQuickActions", "http://soap.sforce.com/2006/04/metadata","massQuickActions","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldMassQuickActions(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("massQuickActions", "http://soap.sforce.com/2006/04/metadata","massQuickActions","http://www.w3.org/2001/XMLSchema","string",0,-1,true), massQuickActions, massQuickActions__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : searchFilterFields of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String[]
|
||
|
|
*/
|
||
|
|
private boolean searchFilterFields__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String[] searchFilterFields = new java.lang.String[0];
|
||
|
|
|
||
|
|
public java.lang.String[] getSearchFilterFields() {
|
||
|
|
return searchFilterFields;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setSearchFilterFields(java.lang.String[] searchFilterFields) {
|
||
|
|
this.searchFilterFields = searchFilterFields;
|
||
|
|
searchFilterFields__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setSearchFilterFields(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("searchFilterFields", "http://soap.sforce.com/2006/04/metadata","searchFilterFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
||
|
|
setSearchFilterFields((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("searchFilterFields", "http://soap.sforce.com/2006/04/metadata","searchFilterFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldSearchFilterFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("searchFilterFields", "http://soap.sforce.com/2006/04/metadata","searchFilterFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), searchFilterFields, searchFilterFields__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : searchResultsAdditionalFields of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String[]
|
||
|
|
*/
|
||
|
|
private boolean searchResultsAdditionalFields__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String[] searchResultsAdditionalFields = new java.lang.String[0];
|
||
|
|
|
||
|
|
public java.lang.String[] getSearchResultsAdditionalFields() {
|
||
|
|
return searchResultsAdditionalFields;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setSearchResultsAdditionalFields(java.lang.String[] searchResultsAdditionalFields) {
|
||
|
|
this.searchResultsAdditionalFields = searchResultsAdditionalFields;
|
||
|
|
searchResultsAdditionalFields__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setSearchResultsAdditionalFields(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("searchResultsAdditionalFields", "http://soap.sforce.com/2006/04/metadata","searchResultsAdditionalFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
||
|
|
setSearchResultsAdditionalFields((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("searchResultsAdditionalFields", "http://soap.sforce.com/2006/04/metadata","searchResultsAdditionalFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldSearchResultsAdditionalFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("searchResultsAdditionalFields", "http://soap.sforce.com/2006/04/metadata","searchResultsAdditionalFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), searchResultsAdditionalFields, searchResultsAdditionalFields__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : searchResultsCustomButtons of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String[]
|
||
|
|
*/
|
||
|
|
private boolean searchResultsCustomButtons__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String[] searchResultsCustomButtons = new java.lang.String[0];
|
||
|
|
|
||
|
|
public java.lang.String[] getSearchResultsCustomButtons() {
|
||
|
|
return searchResultsCustomButtons;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setSearchResultsCustomButtons(java.lang.String[] searchResultsCustomButtons) {
|
||
|
|
this.searchResultsCustomButtons = searchResultsCustomButtons;
|
||
|
|
searchResultsCustomButtons__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setSearchResultsCustomButtons(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("searchResultsCustomButtons", "http://soap.sforce.com/2006/04/metadata","searchResultsCustomButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
||
|
|
setSearchResultsCustomButtons((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("searchResultsCustomButtons", "http://soap.sforce.com/2006/04/metadata","searchResultsCustomButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldSearchResultsCustomButtons(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("searchResultsCustomButtons", "http://soap.sforce.com/2006/04/metadata","searchResultsCustomButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true), searchResultsCustomButtons, searchResultsCustomButtons__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
*/
|
||
|
|
@Override
|
||
|
|
public void write(javax.xml.namespace.QName __element,
|
||
|
|
com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
|
||
|
|
throws java.io.IOException {
|
||
|
|
__out.writeStartTag(__element.getNamespaceURI(), __element.getLocalPart());
|
||
|
|
writeFields(__out, __typeMapper);
|
||
|
|
__out.writeEndTag(__element.getNamespaceURI(), __element.getLocalPart());
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper)
|
||
|
|
throws java.io.IOException {
|
||
|
|
writeFields1(__out, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
@Override
|
||
|
|
public void load(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__typeMapper.consumeStartTag(__in);
|
||
|
|
loadFields(__in, __typeMapper);
|
||
|
|
__typeMapper.consumeEndTag(__in);
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
loadFields1(__in, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
@Override
|
||
|
|
public String toString() {
|
||
|
|
java.lang.StringBuilder sb = new java.lang.StringBuilder();
|
||
|
|
sb.append("[SearchLayouts ");
|
||
|
|
toString1(sb);
|
||
|
|
|
||
|
|
sb.append("]\n");
|
||
|
|
return sb.toString();
|
||
|
|
}
|
||
|
|
|
||
|
|
private void toStringHelper(StringBuilder sb, String name, Object value) {
|
||
|
|
sb.append(' ').append(name).append("='").append(com.sforce.ws.util.Verbose.toString(value)).append("'\n");
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFields1(com.sforce.ws.parser.XmlOutputStream __out,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
writeFieldCustomTabListAdditionalFields(__out, __typeMapper);
|
||
|
|
writeFieldExcludedStandardButtons(__out, __typeMapper);
|
||
|
|
writeFieldListViewButtons(__out, __typeMapper);
|
||
|
|
writeFieldLookupDialogsAdditionalFields(__out, __typeMapper);
|
||
|
|
writeFieldLookupFilterFields(__out, __typeMapper);
|
||
|
|
writeFieldLookupPhoneDialogsAdditionalFields(__out, __typeMapper);
|
||
|
|
writeFieldMassQuickActions(__out, __typeMapper);
|
||
|
|
writeFieldSearchFilterFields(__out, __typeMapper);
|
||
|
|
writeFieldSearchResultsAdditionalFields(__out, __typeMapper);
|
||
|
|
writeFieldSearchResultsCustomButtons(__out, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
private void loadFields1(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
setCustomTabListAdditionalFields(__in, __typeMapper);
|
||
|
|
setExcludedStandardButtons(__in, __typeMapper);
|
||
|
|
setListViewButtons(__in, __typeMapper);
|
||
|
|
setLookupDialogsAdditionalFields(__in, __typeMapper);
|
||
|
|
setLookupFilterFields(__in, __typeMapper);
|
||
|
|
setLookupPhoneDialogsAdditionalFields(__in, __typeMapper);
|
||
|
|
setMassQuickActions(__in, __typeMapper);
|
||
|
|
setSearchFilterFields(__in, __typeMapper);
|
||
|
|
setSearchResultsAdditionalFields(__in, __typeMapper);
|
||
|
|
setSearchResultsCustomButtons(__in, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
private void toString1(StringBuilder sb) {
|
||
|
|
toStringHelper(sb, "customTabListAdditionalFields", customTabListAdditionalFields);
|
||
|
|
toStringHelper(sb, "excludedStandardButtons", excludedStandardButtons);
|
||
|
|
toStringHelper(sb, "listViewButtons", listViewButtons);
|
||
|
|
toStringHelper(sb, "lookupDialogsAdditionalFields", lookupDialogsAdditionalFields);
|
||
|
|
toStringHelper(sb, "lookupFilterFields", lookupFilterFields);
|
||
|
|
toStringHelper(sb, "lookupPhoneDialogsAdditionalFields", lookupPhoneDialogsAdditionalFields);
|
||
|
|
toStringHelper(sb, "massQuickActions", massQuickActions);
|
||
|
|
toStringHelper(sb, "searchFilterFields", searchFilterFields);
|
||
|
|
toStringHelper(sb, "searchResultsAdditionalFields", searchResultsAdditionalFields);
|
||
|
|
toStringHelper(sb, "searchResultsCustomButtons", searchResultsCustomButtons);
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|