public class ViewerMappingConfig extends ConfigurationObject implements java.io.Serializable
ARRAY_DELIMITER, cloned, configuration, DEFAULT_PROPERTY_VALUE_MAP, ERROR_MISSING_KEY, fromTenant, KEY_DELIMITER, LIST_ESC_CHAR, LIST_SEPARATOR, MODIFIER, PLACEHOLDER_SECRET, properties, returnCopyFromCache| Constructor and Description |
|---|
ViewerMappingConfig(org.apache.commons.configuration.Configuration configuration,
java.lang.String idPrefix,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentTypes() |
protected java.lang.Class |
getDataType(java.lang.String key)
Returns the datatype of a configuration property.
|
java.lang.String |
getItemType() |
java.lang.String |
getObjectType()
Abstract method to return object type.
|
boolean |
getPreviewOnly() |
java.lang.String |
getServerType() |
java.lang.String |
getViewerName() |
void |
load()
Initializes the superclass default property values map.
|
void |
setContentTypes(java.lang.String contentTypes) |
void |
setItemType(java.lang.String itemType) |
void |
setPreviewOnly(boolean previewOnly) |
void |
setServerType(java.lang.String serverType) |
void |
setViewerName(java.lang.String viewerName) |
addIdNameToJSONModel, addValueToList, arrayToString, arrayToString, clone, covertEmptyStringtoNull, createJSONModelField, createJSONModelToggleField, createJSONModelValidationField, delete, dump, fromJSONModel, getBooleanPropertyValue, getConfigurationObject, getDataTypeValue, getDoublePropertyValue, getIdPrefix, getIntPropertyValue, getKey, getList, getLongPropertyValue, getMap, getName, getObjectId, getObjectIdAlias, getPropertyNames, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, hasProperties, isEmpty, isNew, performSyncedUpdate, propertiesToString, removeValuesFromList, removeValuesFromList, resetNonTenantSettings, returnCopyFromCache, save, setDefaultValue, setProperties, setProperty, setValues, setValues, setValues, setValues, skipThisPropertyWhenSaving, stringToArray, stringToList, toJSON, toJSON, toJSONModel, toString, validate, validateObjectId, writeConfigurationToFilepublic ViewerMappingConfig(org.apache.commons.configuration.Configuration configuration,
java.lang.String idPrefix,
java.lang.String id)
public void load()
load in class ConfigurationObjectpublic java.lang.String getObjectType()
ConfigurationObjectgetObjectType in class ConfigurationObjectprotected java.lang.Class getDataType(java.lang.String key)
ConfigurationObjectgetDataType in class ConfigurationObjectkey - ths name of the propertypublic java.lang.String getItemType()
public void setItemType(java.lang.String itemType)
public java.lang.String getViewerName()
public void setViewerName(java.lang.String viewerName)
public java.lang.String getServerType()
public void setServerType(java.lang.String serverType)
public java.lang.String getContentTypes()
public void setContentTypes(java.lang.String contentTypes)
public boolean getPreviewOnly()
public void setPreviewOnly(boolean previewOnly)