|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.content.contentGatewayAdobe
public class contentGatewayAdobe
| 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 |
|---|
public init(any configBean, any settingsManager, any contentIntervalManager, any permUtility)
configBeansettingsManagercontentIntervalManagerpermUtility| Method Detail |
|---|
public array buildCrumblist(any contentid='', any siteid='', boolean setInheritance='false', any path='')
contentidsiteidsetInheritancepathpublic any getApprovals([string siteID], string membershipids='[runtime expression]', numeric limit='100000000', string startDate='', string stopDate='', string sortBy='lastUpdate', string sortDirection='desc')
siteIDmembershipidslimitstartDatestopDatesortBysortDirectionpublic query getArchiveHist(string contentid, string siteid)
contentidsiteidpublic query getCategoriesByHistID(string contentHistID)
contentHistIDpublic query getCategorySummary([string siteid], [string parentid=''], string relatedID='', date today='[runtime expression]', string menutype='')
siteidparentidrelatedIDtodaymenutyperemote numeric getCommentCount([string siteid], [string contentID])
siteidcontentIDpublic query getComponents(string moduleID, string siteid)
moduleIDsiteidpublic query getComponentType(string siteid, string type)
siteidtypepublic string getContentHistIDFromContentID(any contentID='', any siteID='')
contentIDsiteIDpublic string getContentIDFromContentHistID(any contenthistid='')
contenthistidpublic numeric getCount([string siteID], [string contentid])
siteIDcontentidpublic any getCrumblist(any contentid='', any siteid='', boolean setInheritance='false', any path='')
contentidsiteidsetInheritancepathpublic query getDownloadSelect(string contentid, string siteid)
contentidsiteidpublic query getDraftHist(string contentid, string siteid)
contentidsiteidpublic query getDraftList([string siteID], string userID='[runtime expression]', numeric limit='100000000', string startDate='', string stopDate='', string sortBy='lastUpdate', string sortDirection='desc')
siteIDuserIDlimitstartDatestopDatesortBysortDirectionpublic query getExpiringContent(string siteid, string userid)
siteiduseridpublic numeric getHasComments([string siteID], [string contenthistid])
siteIDcontenthistidpublic numeric getHasRatings([string siteID], [string contenthistid])
siteIDcontenthistidpublic numeric getHasTagCloud([string siteID], [string contenthistid])
siteIDcontenthistidpublic query getHist(string contentid, string siteid)
contentidsiteidpublic query getItemCount(string contentid, string siteid)
contentidsiteidpublic 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='')
moduleidsiteidparentidtypetodaysizekeywordshasFeaturessortBysortDirectioncategoryIDrelatedIDtagaggregationapplyPermFiltertagGrouppublic query getKidsCategorySummary([string siteid], [string parentid], string relatedID='', date today='[runtime expression]', string menutype='')
siteidparentidrelatedIDtodaymenutypepublic any getKidsCount(string parentID, string siteid, any liveOnly='true', any menutype='default')
parentIDsiteidliveOnlymenutypepublic 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')
moduleidsiteidparentidtypetodaysizekeywordshasFeaturessortBysortDirectioncategoryIDrelatedIDtagaggregationapplyPermFilterpublic any getLockedFilesCount(string siteid, string userid)
siteiduseridpublic query getNest(string ParentID, string siteid, string sortBy='orderno', string sortDirection='asc', string searchString='', string aggregation='true')
ParentIDsiteidsortBysortDirectionsearchStringaggregationpublic query getObjectInheritance(numeric columnID, string inheritedObjects, string siteID)
columnIDinheritedObjectssiteIDpublic query getObjects(numeric columnID, string ContentHistID, string siteID)
columnIDContentHistIDsiteIDpublic query getPageCount([string siteID])
siteIDpublic query getPendingChangesets(string contentid, string siteid)
contentidsiteidpublic query getPrivateSearch(string siteid, string keywords, string tag='', string sectionID='', string searchType='default')
siteidkeywordstagsectionIDsearchType - Can be default or imagepublic query getPublicSearch(string siteid, string keywords, string tag='', string sectionID='', string categoryID='', string tagGroup='')
siteidkeywordstagsectionIDcategoryIDtagGrouppublic query getRecentFormActivity(String siteID='', numeric limit='5')
siteIDlimitpublic query getRecentUpdates(String siteID='', numeric limit='5', string startDate='', string stopDate='')
siteIDlimitstartDatestopDatepublic 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])
siteIDcontentHistIDliveOnlytodaysortBysortDirectionrelatedContentSetIDnamereversereverseContentIDpublic any getReleaseCountByMonth([any siteid], [any parentID])
siteidparentIDpublic query getSections([string siteID], string type='')
siteIDtypepublic any getSubmissions([string siteID], string userID='[runtime expression]', numeric limit='100000000', string startDate='', string stopDate='', string sortBy='lastUpdate', string sortDirection='desc')
siteIDuserIDlimitstartDatestopDatesortBysortDirectionpublic query getSystemObjects([string siteID])
siteIDpublic query getTagCloud(String siteID='', string parentID='', string categoryID='', any rsContent='', string moduleID='00000000000000000000000000000000000', [any taggroup=''])
siteIDparentIDcategoryIDrsContentmoduleIDtaggrouppublic query getTop(string topID, string siteid)
topIDsiteidpublic query getTypeCount(String siteID='', String type='')
siteIDtypepublic query getUsage([String objectID])
objectIDpublic any renderActiveClause([any table='tcontent'], [any siteID])
tablesiteIDpublic string renderDateTimeArg([any date])
datepublic any renderMenuTypeClause([any menuType], [any menuDateTime])
menuTypemenuDateTimepublic any renderMobileClause()
public any renderTextParamColumn([any column])
columnpublic any renderTextParamValue([any value])
value
|
Mura CMS 6.1 | ||||
| FRAMES | |||||