Mura CMS 6.1

mura.settings
Class settingsBundle

railo-context.Component
        extended by mura.cfobject
            extended by mura.settings.settingsBundle

public class settingsBundle
extends cfobject

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

init

public init()

Method Detail

bundle

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='')

Parameters:
siteID
includeVersionHistory
includeTrash
includeMetaData
moduleID
bundleName
sinceDate
includeMailingListMembers
includeUsers
includeFormData
saveFile
saveFileDir

bundleFiles

public void bundleFiles(string siteID='', boolean includeVersionHistory='true', boolean includeTrash='true', string moduleID='', [any sinceDate=''], boolean includeUsers='false')

Parameters:
siteID
includeVersionHistory
includeTrash
moduleID
sinceDate
includeUsers

cleanUp

public string cleanUp()


getAllValues

public any getAllValues()


getBundle

public string getBundle()


getValue

public any getValue(string name, [any default])

Overrides:
getValue in class cfobject
Parameters:
name
default

renameFiles

public void renameFiles(string siteID='', any keyFactory, string dsn='[runtime expression]')

Parameters:
siteID
keyFactory
dsn

restore

public boolean restore(string BundleFile)

Parameters:
BundleFile

setValue

public void setValue(string name, any value)

Overrides:
setValue in class cfobject
Parameters:
name
value

unpackFiles

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='')

Parameters:
siteID
keyFactory
dsn
moduleID
errors
renderingMode
contentMode
pluginMode
sinceDate
keyMode
themeDir

valueExists

public any valueExists([any valueKey])

Overrides:
valueExists in class cfobject
Parameters:
valueKey

Mura CMS 6.1