Mura CMS 6.1

mura.content
Class contentGatewayAdobe

railo-context.Component
        extended by mura.cfobject
            extended by mura.content.contentGatewayAdobe
Direct Known Subclasses:
contentGatewayRailo

public class contentGatewayAdobe
extends cfobject

Constructor Summary
init(any configBean, any settingsManager, any contentIntervalManager, any permUtility)
 
Method Summary
 array buildCrumblist(any contentid='', any siteid='', boolean setInheritance='false', any path='')
 any getApprovals([string siteID], string membershipids='[runtime expression]', numeric limit='100000000', string startDate='', string stopDate='', string sortBy='lastUpdate', string sortDirection='desc')
 query getArchiveHist(string contentid, string siteid)
          I get all archived versions
 query getCategoriesByHistID(string contentHistID)
 query getCategorySummary([string siteid], [string parentid=''], string relatedID='', date today='[runtime expression]', string menutype='')
remote numeric getCommentCount([string siteid], [string contentID])
 query getComponents(string moduleID, string siteid)
 query getComponentType(string siteid, string type)
 string getContentHistIDFromContentID(any contentID='', any siteID='')
 string getContentIDFromContentHistID(any contenthistid='')
 numeric getCount([string siteID], [string contentid])
 any getCrumblist(any contentid='', any siteid='', boolean setInheritance='false', any path='')
 query getDownloadSelect(string contentid, string siteid)
 query getDraftHist(string contentid, string siteid)
          I get all draft versions
 query getDraftList([string siteID], string userID='[runtime expression]', numeric limit='100000000', string startDate='', string stopDate='', string sortBy='lastUpdate', string sortDirection='desc')
 query getExpiringContent(string siteid, string userid)
 numeric getHasComments([string siteID], [string contenthistid])
 numeric getHasRatings([string siteID], [string contenthistid])
 numeric getHasTagCloud([string siteID], [string contenthistid])
 query getHist(string contentid, string siteid)
          I get all versions
 query getItemCount(string contentid, string siteid)
 query getKids(string moduleid='00000000000000000000000000000000000', [string siteid], [string parentid], [string type='default'], [date today='[runtime expression]'], [numeric size='100'], [string keywords=''], [numeric hasFeatures='0'], [string sortBy='orderno'], [string sortDirection='asc'], string categoryID='', string relatedID='', string tag='', boolean aggregation='false', boolean applyPermFilter='false', string tagGroup='')
 query getKidsCategorySummary([string siteid], [string parentid], string relatedID='', date today='[runtime expression]', string menutype='')
 any getKidsCount(string parentID, string siteid, any liveOnly='true', any menutype='default')
 any getKidsIterator(string moduleid='00000000000000000000000000000000000', [string siteid], [string parentid], [string type='default'], [date today='[runtime expression]'], [numeric size='100'], [string keywords=''], [numeric hasFeatures='0'], [string sortBy='orderno'], [string sortDirection='asc'], string categoryID='', string relatedID='', string tag='', boolean aggregation='false', boolean applyPermFilter='false')
 any getLockedFilesCount(string siteid, string userid)
 query getNest(string ParentID, string siteid, string sortBy='orderno', string sortDirection='asc', string searchString='', string aggregation='true')
 query getObjectInheritance(numeric columnID, string inheritedObjects, string siteID)
 query getObjects(numeric columnID, string ContentHistID, string siteID)
 query getPageCount([string siteID])
 query getPendingChangesets(string contentid, string siteid)
          I get all draft versions
 query getPrivateSearch(string siteid, string keywords, string tag='', string sectionID='', string searchType='default')
 query getPublicSearch(string siteid, string keywords, string tag='', string sectionID='', string categoryID='', string tagGroup='')
 query getRecentFormActivity(String siteID='', numeric limit='5')
 query getRecentUpdates(String siteID='', numeric limit='5', string startDate='', string stopDate='')
 query getRelatedContent([String siteID], [String contentHistID], boolean liveOnly='false', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'], [string reverseContentID])
 any getReleaseCountByMonth([any siteid], [any parentID])
 query getSections([string siteID], string type='')
 any getSubmissions([string siteID], string userID='[runtime expression]', numeric limit='100000000', string startDate='', string stopDate='', string sortBy='lastUpdate', string sortDirection='desc')
 query getSystemObjects([string siteID])
 query getTagCloud(String siteID='', string parentID='', string categoryID='', any rsContent='', string moduleID='00000000000000000000000000000000000', [any taggroup=''])
 query getTop(string topID, string siteid)
 query getTypeCount(String siteID='', String type='')
 query getUsage([String objectID])
 any renderActiveClause([any table='tcontent'], [any siteID])
 string renderDateTimeArg([any date])
 any renderMenuTypeClause([any menuType], [any menuDateTime])
 any renderMobileClause()
 any renderTextParamColumn([any column])
 any renderTextParamValue([any value])
 
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

init

public init(any configBean, any settingsManager, any contentIntervalManager, any permUtility)

Parameters:
configBean
settingsManager
contentIntervalManager
permUtility
Method Detail

buildCrumblist

public array buildCrumblist(any contentid='', any siteid='', boolean setInheritance='false', any path='')

Parameters:
contentid
siteid
setInheritance
path

getApprovals

public any getApprovals([string siteID], string membershipids='[runtime expression]', numeric limit='100000000', string startDate='', string stopDate='', string sortBy='lastUpdate', string sortDirection='desc')

Parameters:
siteID
membershipids
limit
startDate
stopDate
sortBy
sortDirection

getArchiveHist

public query getArchiveHist(string contentid, string siteid)
I get all archived versions

Parameters:
contentid
siteid

getCategoriesByHistID

public query getCategoriesByHistID(string contentHistID)

Parameters:
contentHistID

getCategorySummary

public query getCategorySummary([string siteid], [string parentid=''], string relatedID='', date today='[runtime expression]', string menutype='')

Parameters:
siteid
parentid
relatedID
today
menutype

getCommentCount

remote numeric getCommentCount([string siteid], [string contentID])

Parameters:
siteid
contentID

getComponents

public query getComponents(string moduleID, string siteid)

Parameters:
moduleID
siteid

getComponentType

public query getComponentType(string siteid, string type)

Parameters:
siteid
type

getContentHistIDFromContentID

public string getContentHistIDFromContentID(any contentID='', any siteID='')

Parameters:
contentID
siteID

getContentIDFromContentHistID

public string getContentIDFromContentHistID(any contenthistid='')

Parameters:
contenthistid

getCount

public numeric getCount([string siteID], [string contentid])

Parameters:
siteID
contentid

getCrumblist

public any getCrumblist(any contentid='', any siteid='', boolean setInheritance='false', any path='')

Parameters:
contentid
siteid
setInheritance
path

getDownloadSelect

public query getDownloadSelect(string contentid, string siteid)

Parameters:
contentid
siteid

getDraftHist

public query getDraftHist(string contentid, string siteid)
I get all draft versions

Parameters:
contentid
siteid

getDraftList

public query getDraftList([string siteID], string userID='[runtime expression]', numeric limit='100000000', string startDate='', string stopDate='', string sortBy='lastUpdate', string sortDirection='desc')

Parameters:
siteID
userID
limit
startDate
stopDate
sortBy
sortDirection

getExpiringContent

public query getExpiringContent(string siteid, string userid)

Parameters:
siteid
userid

getHasComments

public numeric getHasComments([string siteID], [string contenthistid])

Parameters:
siteID
contenthistid

getHasRatings

public numeric getHasRatings([string siteID], [string contenthistid])

Parameters:
siteID
contenthistid

getHasTagCloud

public numeric getHasTagCloud([string siteID], [string contenthistid])

Parameters:
siteID
contenthistid

getHist

public query getHist(string contentid, string siteid)
I get all versions

Parameters:
contentid
siteid

getItemCount

public query getItemCount(string contentid, string siteid)

Parameters:
contentid
siteid

getKids

public query getKids(string moduleid='00000000000000000000000000000000000', [string siteid], [string parentid], [string type='default'], [date today='[runtime expression]'], [numeric size='100'], [string keywords=''], [numeric hasFeatures='0'], [string sortBy='orderno'], [string sortDirection='asc'], string categoryID='', string relatedID='', string tag='', boolean aggregation='false', boolean applyPermFilter='false', string tagGroup='')

Parameters:
moduleid
siteid
parentid
type
today
size
keywords
hasFeatures
sortBy
sortDirection
categoryID
relatedID
tag
aggregation
applyPermFilter
tagGroup

getKidsCategorySummary

public query getKidsCategorySummary([string siteid], [string parentid], string relatedID='', date today='[runtime expression]', string menutype='')

Parameters:
siteid
parentid
relatedID
today
menutype

getKidsCount

public any getKidsCount(string parentID, string siteid, any liveOnly='true', any menutype='default')

Parameters:
parentID
siteid
liveOnly
menutype

getKidsIterator

public any getKidsIterator(string moduleid='00000000000000000000000000000000000', [string siteid], [string parentid], [string type='default'], [date today='[runtime expression]'], [numeric size='100'], [string keywords=''], [numeric hasFeatures='0'], [string sortBy='orderno'], [string sortDirection='asc'], string categoryID='', string relatedID='', string tag='', boolean aggregation='false', boolean applyPermFilter='false')

Parameters:
moduleid
siteid
parentid
type
today
size
keywords
hasFeatures
sortBy
sortDirection
categoryID
relatedID
tag
aggregation
applyPermFilter

getLockedFilesCount

public any getLockedFilesCount(string siteid, string userid)

Parameters:
siteid
userid

getNest

public query getNest(string ParentID, string siteid, string sortBy='orderno', string sortDirection='asc', string searchString='', string aggregation='true')

Parameters:
ParentID
siteid
sortBy
sortDirection
searchString
aggregation

getObjectInheritance

public query getObjectInheritance(numeric columnID, string inheritedObjects, string siteID)

Parameters:
columnID
inheritedObjects
siteID

getObjects

public query getObjects(numeric columnID, string ContentHistID, string siteID)

Parameters:
columnID
ContentHistID
siteID

getPageCount

public query getPageCount([string siteID])

Parameters:
siteID

getPendingChangesets

public query getPendingChangesets(string contentid, string siteid)
I get all draft versions

Parameters:
contentid
siteid

getPrivateSearch

public query getPrivateSearch(string siteid, string keywords, string tag='', string sectionID='', string searchType='default')

Parameters:
siteid
keywords
tag
sectionID
searchType - Can be default or image

getPublicSearch

public query getPublicSearch(string siteid, string keywords, string tag='', string sectionID='', string categoryID='', string tagGroup='')

Parameters:
siteid
keywords
tag
sectionID
categoryID
tagGroup

getRecentFormActivity

public query getRecentFormActivity(String siteID='', numeric limit='5')

Parameters:
siteID
limit

getRecentUpdates

public query getRecentUpdates(String siteID='', numeric limit='5', string startDate='', string stopDate='')

Parameters:
siteID
limit
startDate
stopDate

getRelatedContent

public query getRelatedContent([String siteID], [String contentHistID], boolean liveOnly='false', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'], [string reverseContentID])

Parameters:
siteID
contentHistID
liveOnly
today
sortBy
sortDirection
relatedContentSetID
name
reverse
reverseContentID

getReleaseCountByMonth

public any getReleaseCountByMonth([any siteid], [any parentID])

Parameters:
siteid
parentID

getSections

public query getSections([string siteID], string type='')

Parameters:
siteID
type

getSubmissions

public any getSubmissions([string siteID], string userID='[runtime expression]', numeric limit='100000000', string startDate='', string stopDate='', string sortBy='lastUpdate', string sortDirection='desc')

Parameters:
siteID
userID
limit
startDate
stopDate
sortBy
sortDirection

getSystemObjects

public query getSystemObjects([string siteID])

Parameters:
siteID

getTagCloud

public query getTagCloud(String siteID='', string parentID='', string categoryID='', any rsContent='', string moduleID='00000000000000000000000000000000000', [any taggroup=''])

Parameters:
siteID
parentID
categoryID
rsContent
moduleID
taggroup

getTop

public query getTop(string topID, string siteid)

Parameters:
topID
siteid

getTypeCount

public query getTypeCount(String siteID='', String type='')

Parameters:
siteID
type

getUsage

public query getUsage([String objectID])

Parameters:
objectID

renderActiveClause

public any renderActiveClause([any table='tcontent'], [any siteID])

Parameters:
table
siteID

renderDateTimeArg

public string renderDateTimeArg([any date])

Parameters:
date

renderMenuTypeClause

public any renderMenuTypeClause([any menuType], [any menuDateTime])

Parameters:
menuType
menuDateTime

renderMobileClause

public any renderMobileClause()


renderTextParamColumn

public any renderTextParamColumn([any column])

Parameters:
column

renderTextParamValue

public any renderTextParamValue([any value])

Parameters:
value

Mura CMS 6.1