|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.content.contentUtility
public class contentUtility
Constructor Summary | |
---|---|
init(any contentDAO, any configBean, any permUtility, any settingsManager, any fileManager, any contentRenderer)
|
Method Summary | |
---|---|
void |
checkApprovalQue([any contentBean], [any parentBean])
|
any |
copy([string siteid], [string contentID], [string parentID], boolean recurse='false', boolean appendTitle='true', [any path], boolean setNotOnDisplay='false')
|
void |
deleteFile([any contentBean])
|
boolean |
doesFileExist(string siteid, string filename, string contentid)
|
boolean |
doesLoadKeyExist([any contentBean], [any field], [any fieldValue])
|
any |
duplicateExternalCategories([any destinationSiteID], [any sourceSiteID], [any categoryID=''], [any parentID=''])
|
any |
duplicateExternalContent([any contentID], [any destinationSiteID], [any sourceSiteID], [boolean includeChildren='false'], [boolean siteSynced='false'], [string feedIDList=''], [string contentIDList=''])
|
void |
duplicateExternalFeed([any feedID], [any destinationSiteID], [any sourceSiteID])
|
void |
duplicateExternalSortOrder([any destinationSiteID], [any sourceSiteID])
|
void |
findAndReplace(string find='', string replace='', string siteID='')
|
any |
formatFilename([any filename])
|
query |
getExtendFileIDs([any contentExtendData], [any siteID])
|
query |
getMailingLists(string siteid)
|
query |
getNotify([array crumbData])
|
query |
getRestrictGroups([string siteID])
|
query |
getTemplates(string siteid, string type='')
|
numeric |
isOnDisplay([numeric display], [string displaystart], [string displaystop], [string siteid], [string parentid], string parentType='Page')
|
void |
move([string siteid], [string filename], [string oldfilename])
|
void |
movelink([string siteid], [string filename], [string oldfilename])
|
string |
removeUnicode([any str])
|
void |
sendNotices([struct data], [any contentBean])
|
void |
setApprovalQue([any contentBean], [string email])
|
any |
setCategoriesFromExternalAssignments([any sourceContentBean], [any newContentBean])
|
any |
setMailer(any mailer)
|
void |
setUniqueFilename([any contentBean])
|
void |
setUniqueTitle([any contentBean])
|
void |
setUniqueURLTitle([any contentBean])
|
any |
setVersionNumbers([any contentBean], [any versionType='minor'])
|
any |
updateGlobalCommentsMaterializedPath([any siteID], any parentID='', any path='', any datasource='[runtime expression]')
|
any |
updateGlobalMaterializedPath([any siteID], any parentID='00000000000000000000000000000000END', any path='', any datasource='[runtime expression]')
|
void |
updateRelatedContent([any contentID], [any destinationSiteID], [any sourceSiteID])
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init(any contentDAO, any configBean, any permUtility, any settingsManager, any fileManager, any contentRenderer)
contentDAO
configBean
permUtility
settingsManager
fileManager
contentRenderer
Method Detail |
---|
public void checkApprovalQue([any contentBean], [any parentBean])
contentBean
parentBean
public any copy([string siteid], [string contentID], [string parentID], boolean recurse='false', boolean appendTitle='true', [any path], boolean setNotOnDisplay='false')
siteid
contentID
parentID
recurse
appendTitle
path
setNotOnDisplay
public void deleteFile([any contentBean])
contentBean
public boolean doesFileExist(string siteid, string filename, string contentid)
siteid
filename
contentid
public boolean doesLoadKeyExist([any contentBean], [any field], [any fieldValue])
contentBean
field
fieldValue
public any duplicateExternalCategories([any destinationSiteID], [any sourceSiteID], [any categoryID=''], [any parentID=''])
destinationSiteID
sourceSiteID
categoryID
parentID
public any duplicateExternalContent([any contentID], [any destinationSiteID], [any sourceSiteID], [boolean includeChildren='false'], [boolean siteSynced='false'], [string feedIDList=''], [string contentIDList=''])
contentID
destinationSiteID
sourceSiteID
includeChildren
siteSynced
feedIDList
contentIDList
public void duplicateExternalFeed([any feedID], [any destinationSiteID], [any sourceSiteID])
feedID
destinationSiteID
sourceSiteID
public void duplicateExternalSortOrder([any destinationSiteID], [any sourceSiteID])
destinationSiteID
sourceSiteID
public void findAndReplace(string find='', string replace='', string siteID='')
find
replace
siteID
public any formatFilename([any filename])
filename
public query getExtendFileIDs([any contentExtendData], [any siteID])
contentExtendData
siteID
public query getMailingLists(string siteid)
siteid
public query getNotify([array crumbData])
crumbData
public query getRestrictGroups([string siteID])
siteID
public query getTemplates(string siteid, string type='')
siteid
type
public numeric isOnDisplay([numeric display], [string displaystart], [string displaystop], [string siteid], [string parentid], string parentType='Page')
display
displaystart
displaystop
siteid
parentid
parentType
public void move([string siteid], [string filename], [string oldfilename])
siteid
filename
oldfilename
public void movelink([string siteid], [string filename], [string oldfilename])
siteid
filename
oldfilename
public string removeUnicode([any str])
str
public void sendNotices([struct data], [any contentBean])
data
contentBean
public void setApprovalQue([any contentBean], [string email])
contentBean
email
public any setCategoriesFromExternalAssignments([any sourceContentBean], [any newContentBean])
sourceContentBean
newContentBean
public any setMailer(any mailer)
mailer
public void setUniqueFilename([any contentBean])
contentBean
public void setUniqueTitle([any contentBean])
contentBean
public void setUniqueURLTitle([any contentBean])
contentBean
public any setVersionNumbers([any contentBean], [any versionType='minor'])
contentBean
versionType
public any updateGlobalCommentsMaterializedPath([any siteID], any parentID='', any path='', any datasource='[runtime expression]')
siteID
parentID
path
datasource
public any updateGlobalMaterializedPath([any siteID], any parentID='00000000000000000000000000000000END', any path='', any datasource='[runtime expression]')
siteID
parentID
path
datasource
public void updateRelatedContent([any contentID], [any destinationSiteID], [any sourceSiteID])
contentID
destinationSiteID
sourceSiteID
|
Mura CMS 6.1 | ||||
FRAMES |