mura.content

Class contentGatewayAdobe

lucee.Component
    extended by mura.cfobject
      extended by mura.content.contentGatewayAdobe
Direct Known Subclasses:
contentGatewayLucee

This provides content gateway queries

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Constructor Summary
    init(any configBean, any settingsManager, any contentIntervalManager, any permUtility)
    Method Summary
    array buildCrumblist(any contentid='', any siteid='', any path='')
    any getApprovals([string siteID], string membershipids='[runtime expression]', numeric limit='100000000', string startDate='', string stopDate='', string sortBy='lastUpdate', string sortDirection='desc')
    any getArchiveHist(string contentid, string siteid)
         I get all archived versions.
    any getCategoriesByHistID(string contentHistID)
    any getCategorySummary([string siteid], [string parentid=''], string relatedid='', date today='[runtime expression]', string menutype='', string categoryid='', string categorypathid='')
    remote any getCommentCount([string siteid], [string contentID])
    any getComponents(string moduleID, string siteid)
    any getComponentType(string siteid, string type)
    any getContentHistIDFromContentID(any contentID='', any siteID='')
    any getContentIDFromContentHistID(any contenthistid='')
    any getCount([string siteID], [string contentid])
    any getCrumblist(any contentid='', any siteid='', boolean setInheritance='false', any path='', any useCache='true')
    any getDownloadSelect(string contentid, string siteid)
    any getDraftHist(string contentid, string siteid)
         I get all draft versions.
    any getDraftList([string siteID], string userID='[runtime expression]', numeric limit='100000000', string startDate='', string stopDate='', string sortBy='lastUpdate', string sortDirection='desc')
    any getExpiringContent(string siteid, string userid)
    any getHasComments([string siteID], [string contenthistid])
    any getHasRatings([string siteID], [string contenthistid])
    any getHasTagCloud([string siteID], [string contenthistid])
    any getHist(string contentid, string siteid)
         I get all versions.
    any getItemCount(string contentid, string siteid)
    any 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='', [any useCategoryIntersect='false'])
    any getKidsCategorySummary([string siteid], [string parentid], string relatedID='', date today='[runtime expression]', string menutype='', string categoryid='', string categorypathid='')
    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 getLockedContentCount(string siteid, string userid)
    any getNest(string ParentID, string siteid, string sortBy='orderno', string sortDirection='asc', string searchString='', string aggregation='true')
    any getObjectInheritance(numeric columnID, string inheritedObjects, string siteID)
    any getObjects(numeric columnID, string ContentHistID, string siteID)
    any getPageCount([string siteID])
    any getPendingChangesets(string contentid, string siteid)
         I get all draft versions.
    any getPrivateSearch(string siteid, string keywords, string tag='', string sectionID='', string searchType='default', string moduleid='00000000000000000000000000000000000')
    any getPublicSearch(string siteid, string keywords, string tag='', string sectionID='', string categoryID='', string tagGroup='')
    any getRecentFormActivity(String siteID='', numeric limit='5')
    any getRecentUpdates(String siteID='', numeric limit='5', string startDate='', string stopDate='')
    any getRelatedContent([String siteID], [String contentHistID], boolean liveOnly='true', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'], [string reverseContentID], boolean navOnly='false')
    any getReleaseCountByMonth([any siteid], [any parentID])
    any 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')
    any getSystemObjects([string siteID])
    any getTagCloud(String siteID='', string parentID='', string categoryID='', any rsContent='', string moduleID='00000000000000000000000000000000000', [any taggroup=''])
    any getTop(string topID, string siteid)
    any getTypeCount(String siteID='', String type='')
    any getUsage([String objectID], [String siteid])
    any renderActiveClause([any table='tcontent'], [any siteID])
    any renderDateTimeArg([any date])
    any renderDateTimeParamType()
    any renderMenuTypeClause([any menuType], [any menuDateTime])
    any renderMobileClause()
    any renderTextParamColumn([any column])
    any renderTextParamValue([any value])
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, get, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getFeed, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, getValue, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, parseDateArg, removeValue, set, setValue, valueExists
     
    Methods inherited from class lucee.Component
    None

    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='', any path='')

    Parameters:
    contentid
    siteid
    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 any getArchiveHist(string contentid, string siteid)

    I get all archived versions

    Parameters:
    contentid
    siteid

    getCategoriesByHistID

    public any getCategoriesByHistID(string contentHistID)

    Parameters:
    contentHistID

    getCategorySummary

    public any getCategorySummary([string siteid], [string parentid=''], string relatedid='', date today='[runtime expression]', string menutype='', string categoryid='', string categorypathid='')

    Parameters:
    siteid
    parentid
    relatedid
    today
    menutype
    categoryid
    categorypathid

    getCommentCount

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

    Parameters:
    siteid
    contentID

    getComponents

    public any getComponents(string moduleID, string siteid)

    Parameters:
    moduleID
    siteid

    getComponentType

    public any getComponentType(string siteid, string type)

    Parameters:
    siteid
    type

    getContentHistIDFromContentID

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

    Parameters:
    contentID
    siteID

    getContentIDFromContentHistID

    public any getContentIDFromContentHistID(any contenthistid='')

    Parameters:
    contenthistid

    getCount

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

    Parameters:
    siteID
    contentid

    getCrumblist

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

    Parameters:
    contentid
    siteid
    setInheritance
    path
    useCache

    getDownloadSelect

    public any getDownloadSelect(string contentid, string siteid)

    Parameters:
    contentid
    siteid

    getDraftHist

    public any getDraftHist(string contentid, string siteid)

    I get all draft versions

    Parameters:
    contentid
    siteid

    getDraftList

    public any 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 any getExpiringContent(string siteid, string userid)

    Parameters:
    siteid
    userid

    getHasComments

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

    Parameters:
    siteID
    contenthistid

    getHasRatings

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

    Parameters:
    siteID
    contenthistid

    getHasTagCloud

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

    Parameters:
    siteID
    contenthistid

    getHist

    public any getHist(string contentid, string siteid)

    I get all versions

    Parameters:
    contentid
    siteid

    getItemCount

    public any getItemCount(string contentid, string siteid)

    Parameters:
    contentid
    siteid

    getKids

    public any 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='', [any useCategoryIntersect='false'])

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

    getKidsCategorySummary

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

    Parameters:
    siteid
    parentid
    relatedID
    today
    menutype
    categoryid
    categorypathid

    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

    getLockedContentCount

    public any getLockedContentCount(string siteid, string userid)

    Parameters:
    siteid
    userid

    getNest

    public any 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 any getObjectInheritance(numeric columnID, string inheritedObjects, string siteID)

    Parameters:
    columnID
    inheritedObjects
    siteID

    getObjects

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

    Parameters:
    columnID
    ContentHistID
    siteID

    getPageCount

    public any getPageCount([string siteID])

    Parameters:
    siteID

    getPendingChangesets

    public any getPendingChangesets(string contentid, string siteid)

    I get all draft versions

    Parameters:
    contentid
    siteid

    getPrivateSearch

    public any getPrivateSearch(string siteid, string keywords, string tag='', string sectionID='', string searchType='default', string moduleid='00000000000000000000000000000000000')

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

    getPublicSearch

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

    Parameters:
    siteid
    keywords
    tag
    sectionID
    categoryID
    tagGroup

    getRecentFormActivity

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

    Parameters:
    siteID
    limit

    getRecentUpdates

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

    Parameters:
    siteID
    limit
    startDate
    stopDate

    getRelatedContent

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

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

    getReleaseCountByMonth

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

    Parameters:
    siteid
    parentID

    getSections

    public any 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 any getSystemObjects([string siteID])

    Parameters:
    siteID

    getTagCloud

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

    Parameters:
    siteID
    parentID
    categoryID
    rsContent
    moduleID
    taggroup

    getTop

    public any getTop(string topID, string siteid)

    Parameters:
    topID
    siteid

    getTypeCount

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

    Parameters:
    siteID
    type

    getUsage

    public any getUsage([String objectID], [String siteid])

    Parameters:
    objectID
    siteid

    renderActiveClause

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

    Parameters:
    table
    siteID

    renderDateTimeArg

    public any renderDateTimeArg([any date])

    Parameters:
    date

    renderDateTimeParamType

    public any renderDateTimeParamType()


    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