mura.content

Class contentCommentFeedBean

WEB-INF.cftags.component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.bean.beanFeed
          extended by mura.content.contentCommentFeedBean

This provides content comment feed functionality

Class Attributes:
  • output : false
  •  
    Property Summary
    type property default serializable required
    string entityName


    • returntype = any
    • access = public
    comment true true
    string keyField


    • returntype = any
    • access = public
    commentID true true
    string siteID


    • returntype = any
    • access = public
    true true
    string sortBy


    • returntype = any
    • access = public
    entered true true
    string sortDirection


    • returntype = any
    • access = public
    asc true true
    string table


    • returntype = any
    • access = public
    tcontentcomments true true
    Constructor Summary
    init()
     
    Methods inherited from class mura.bean.beanFeed
    addAdvancedParam, addJoin, addParam, aggregate, andOpenGrouping, andProp, beginsWith, caseInsensitiveOrderBy, clearAdvancedParams, clearJoins, clearParams, clone, closeGrouping, containsValue, distinct, endsWith, fields, formatField, getAdvancedParams, getAvailableCount, getContentPoolID, getCustomDatasource, getDbType, getDiscriminatorColumn, getDiscriminatorValue, getDistinct, getEndRow, getEntity, getEntityName, getFetch, getFields, getIsHistorical, getItemsPerPage, getIterator, getJoins, getOffset, getOrderBy, getParams, getQuery, getQueryAttrs, getQueryService, getSort, getStartRow, getTableFieldList, groupBy, hasColumn, hasCustomDatasource, hasDiscriminatorColumn, hasJoin, innerJoin, isAggregateQuery, isEQ, isGT, isGTE, isIn, isLT, isLTE, isNEQ, isNotIn, itemsPerPage, leftJoin, loadTableMetaData, maxItems, null, openGrouping, orOpenGrouping, orProp, prop, sanitizedValue, setAdvancedParams, setConfigBean, setDistinct, setEntityName, setFields, setItemsPerPage, setMaxItems, setNextN, setOrderBy, setParams, setSort, setSortDirection, sort, transformFieldName, transformFields, where
     
    Methods inherited from class mura.bean.bean
    OnMissingMethod, addEventHandler, addObject, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, compare, exists, get, getAll, getAllValues, getBundleable, getDynamic, getEntityDisplayName, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getPrimaryKey, getProperties, getPublicAPI, getRegisteredEntity, getScaffold, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, on, parseDateArg, registerAsEntity, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setPropAsIDColumn, setValidations, setValue, setlastUpdateBy, synthArgs, transformEventName, translatePropKey, trigger, validate, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getServiceFactory, getSession, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class WEB-INF.cftags.component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    entityName

    property string entityName = [comment]

    Attributes:
    returntype - any
    required - true
    access - public
    serializable - true

    keyField

    property string keyField = [commentID]

    Attributes:
    returntype - any
    required - true
    access - public
    serializable - true

    siteID

    property string siteID

    Attributes:
    returntype - any
    required - true
    access - public
    serializable - true

    sortBy

    property string sortBy = [entered]

    Attributes:
    returntype - any
    required - true
    access - public
    serializable - true

    sortDirection

    property string sortDirection = [asc]

    Attributes:
    returntype - any
    required - true
    access - public
    serializable - true

    table

    property string table = [tcontentcomments]

    Attributes:
    returntype - any
    required - true
    access - public
    serializable - true