SettingsServiceFactory Class
SettingServiceFactory - Creates a service that will provide access to settings
Constructor
SettingsServiceFactory
()
Item Index
Methods
- getBaseObjectService
- getService static
- getServiceBySite static
Methods
getBaseObjectService
(
-
options
Parameters:
-
optionsObject-
siteString -
onlyThisSiteBoolean
-
getService
(
SimpleLayeredService
static
-
useMemory -
useCache -
site -
onlyThisSite
Creates a new instance of the settings service
Parameters:
-
useMemoryBoolean -
useCacheBoolean -
siteStringsiteId
-
onlyThisSiteBooleanwhether this service should only return setting specified by site
Returns:
getServiceBySite
(
static
-
site -
onlyThisSite
Creates a new instance of settings service with specified site, using the memory and cache settings of pb config
Parameters:
-
siteString -
onlyThisSiteBoolean=
Properties
count
Integer
private
static
Tracks the number of instances created
TYPE
String
private
static
The collection that contains settings
