|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.settings.settingsBundle
public class settingsBundle
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any |
bundle(string siteID='', boolean includeVersionHistory='true', boolean includeTrash='true', boolean includeMetaData='true', string moduleID='', string bundleName='', [any sinceDate=''], boolean includeMailingListMembers='false', boolean includeUsers='false', boolean includeFormData='false', boolean saveFile='false', string saveFileDir='')
|
void |
bundleFiles(string siteID='', boolean includeVersionHistory='true', boolean includeTrash='true', string moduleID='', [any sinceDate=''], boolean includeUsers='false')
|
string |
cleanUp()
|
any |
getAllValues()
|
string |
getBundle()
|
any |
getValue(string name, [any default])
|
void |
renameFiles(string siteID='', any keyFactory, string dsn='[runtime expression]')
|
boolean |
restore(string BundleFile)
|
void |
setValue(string name, any value)
|
string |
unpackFiles(string siteID='', any keyFactory, string dsn='[runtime expression]', string moduleID='', any errors='[runtime expression]', any renderingMode='all', any contentMode='all', any pluginMode='all', any sinceDate='', string keyMode='copy', string themeDir='')
|
any |
valueExists([any valueKey])
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod, removeValue
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
public any bundle(string siteID='', boolean includeVersionHistory='true', boolean includeTrash='true', boolean includeMetaData='true', string moduleID='', string bundleName='', [any sinceDate=''], boolean includeMailingListMembers='false', boolean includeUsers='false', boolean includeFormData='false', boolean saveFile='false', string saveFileDir='')
siteID
includeVersionHistory
includeTrash
includeMetaData
moduleID
bundleName
sinceDate
includeMailingListMembers
includeUsers
includeFormData
saveFile
saveFileDir
public void bundleFiles(string siteID='', boolean includeVersionHistory='true', boolean includeTrash='true', string moduleID='', [any sinceDate=''], boolean includeUsers='false')
siteID
includeVersionHistory
includeTrash
moduleID
sinceDate
includeUsers
public string cleanUp()
public any getAllValues()
public string getBundle()
public any getValue(string name, [any default])
getValue
in class
cfobject
name
default
public void renameFiles(string siteID='', any keyFactory, string dsn='[runtime expression]')
siteID
keyFactory
dsn
public boolean restore(string BundleFile)
BundleFile
public void setValue(string name, any value)
setValue
in class
cfobject
name
value
public string unpackFiles(string siteID='', any keyFactory, string dsn='[runtime expression]', string moduleID='', any errors='[runtime expression]', any renderingMode='all', any contentMode='all', any pluginMode='all', any sinceDate='', string keyMode='copy', string themeDir='')
siteID
keyFactory
dsn
moduleID
errors
renderingMode
contentMode
pluginMode
sinceDate
keyMode
themeDir
public any valueExists([any valueKey])
valueExists
in class
cfobject
valueKey
|
Mura CMS 6.1 | ||||
FRAMES |