public interface CustomClientSettings
extends java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
ClientSetting |
getClientSetting(java.lang.String type)
Returns the client settings for the specified client type.
|
java.util.List |
getClientSettings()
Returns a list of all client settings.
|
java.util.List |
getClientTypes()
Returns a list of all known client types.
|
PageflowClientSetting |
getPageflowClientSetting(java.lang.String type)
Returns the pageflow client settings.
|
java.util.List |
getPageflowClientSettings()
Returns a list of all defined portal client settings.
|
java.util.List |
getPageflowClientTypes()
Returns a list of all portal client types.
|
PortalClientSetting |
getPortalClientSetting(java.lang.String type)
Returns the portal client settings of the specified portal client type.
|
java.util.List |
getPortalClientSettings()
Returns a list of all portal client settings.
|
java.util.List |
getPortalClientTypes()
Returns a list of all portal client types.
|
WebClientSetting |
getWebClientSetting()
Deprecated.
Use
getWebClientSetting(String) instead. |
WebClientSetting |
getWebClientSetting(java.lang.String type)
Returns the web client settings for the specified web client type.
|
java.util.List |
getWebClientSettings()
Returns a list of all web client settings.
|
java.util.List |
getWebClientTypes()
Returns a list of all web client types.
|
static final java.lang.String COPYRIGHT
ClientSetting getClientSetting(java.lang.String type)
type
- The type of the client for which the setting is to be returned.java.util.List getClientTypes()
java.util.List getClientSettings()
WebClientSetting getWebClientSetting()
getWebClientSetting(String)
instead.WebClientSetting getWebClientSetting(java.lang.String type)
type
- The type of the client for which the web client settings are to be returned.java.util.List getWebClientTypes()
java.util.List getWebClientSettings()
PortalClientSetting getPortalClientSetting(java.lang.String type)
type
- The type of the client for which the setting is to be returned.java.util.List getPortalClientTypes()
java.util.List getPortalClientSettings()
PageflowClientSetting getPageflowClientSetting(java.lang.String type)
type
- The type of the client for which the setting is to be returned.java.util.List getPageflowClientTypes()
java.util.List getPageflowClientSettings()