mura.content

Class contentCommentFeedBean

lucee.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
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    string entityName


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


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


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


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


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


    • access = public
    • returntype = any
    tcontentcomments true yes
    Constructor Summary
    init()
     
    Methods inherited from class mura.bean.beanFeed
    addAdvancedParam, addJoin, addParam, andProp, beginsWith, caseInsensitiveOrderBy, clearAdvancedParams, clearJoins, clearParams, clone, closeGrouping, contains, containsValue, endsWith, formatField, getAdvancedParams, getAvailableCount, getCustomDatasource, getDbType, getDiscriminatorColumn, getDiscriminatorValue, getEntity, getEntityName, getIsHistorical, getItemsPerPage, getIterator, getJoins, getOrderBy, getParams, getQuery, getQueryAttrs, getQueryService, getSort, getTableFieldList, hasColumn, hasCustomDatasource, hasDiscriminatorColumn, hasJoin, innerJoin, isEQ, isGT, isGTE, isIn, isLT, isLTE, isNEQ, isNotIn, itemsPerPage, leftJoin, loadTableMetaData, maxItems, null, openGrouping, orOpenGrouping, orProp, prop, setAdvancedParams, setConfigBean, setEntityName, setItemsPerPage, setMaxItems, setNextN, setOrderBy, setParams, setSort, setSortDirection, sort, where
     
    Methods inherited from class mura.bean.bean
    addObject, allowDelete, allowQueryParams, allowRead, allowSave, compare, exists, get, getAll, getAllValues, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getListView, getPrimaryKey, getProperties, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, OnMissingMethod, parseDateArg, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setPropAsIDColumn, setValidations, setValue, synthArgs, translatePropKey, 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 lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    entityName

    property string entityName = [comment]

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

    keyField

    property string keyField = [commentID]

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

    siteID

    property string siteID

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

    sortBy

    property string sortBy = [entered]

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

    sortDirection

    property string sortDirection = [asc]

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

    table

    property string table = [tcontentcomments]

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