|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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='')
siteIDincludeVersionHistoryincludeTrashincludeMetaDatamoduleIDbundleNamesinceDateincludeMailingListMembersincludeUsersincludeFormDatasaveFilesaveFileDirpublic void bundleFiles(string siteID='', boolean includeVersionHistory='true', boolean includeTrash='true', string moduleID='', [any sinceDate=''], boolean includeUsers='false')
siteIDincludeVersionHistoryincludeTrashmoduleIDsinceDateincludeUserspublic string cleanUp()
public any getAllValues()
public string getBundle()
public any getValue(string name, [any default])
getValue
in class
cfobject
namedefaultpublic void renameFiles(string siteID='', any keyFactory, string dsn='[runtime expression]')
siteIDkeyFactorydsnpublic boolean restore(string BundleFile)
BundleFilepublic void setValue(string name, any value)
setValue
in class
cfobject
namevaluepublic 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='')
siteIDkeyFactorydsnmoduleIDerrorsrenderingModecontentModepluginModesinceDatekeyModethemeDirpublic any valueExists([any valueKey])
valueExists
in class
cfobject
valueKey
|
Mura CMS 6.1 | ||||
| FRAMES | |||||