mura.content

Class contentAltURLBean

lucee.Component
    extended by mura.baseobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.bean.beanORMVersioned
            extended by mura.content.contentAltURLBean
Class Attributes:
  • entityname : alturl
  •  
  • bundleable : true
  •  
  • displayname : alturl
  •  
  • table : tcontentalturl
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any alturl


    • access = public
    • fieldtype = index
    • returntype = any
    • datatype = varchar
    • length = 255
    true false
    any alturlid


    • access = public
    • fieldtype = id
    • returntype = any
    true false
    any datecreated


    • access = public
    • returntype = any
    • datatype = datetime
    true false
    any ismuracontent


    • access = public
    • returntype = any
    • datatype = tinyint
    0 true false
    any lastmodifiedby


    • access = public
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = lastUpdateById
    • relatesto = user
    true false
    any statuscode


    • access = public
    • deafult = 302
    • returntype = any
    • datatype = string
    true false
    Method Summary
    any persistToVersion([any previousBean], [any newBean], [any $])
    any validate()
    remote any validateAltUrl([any siteid])
     
    Methods inherited from class mura.bean.beanORMVersioned
    addObject, toBundle
     
    Methods inherited from class mura.bean.beanORM
    addQueryParam, checkSchema, clone, delete, fromBundle, getCache, getCacheKey, getCacheName, getCacheSiteID, getColumns, getCustomDatasource, getDbType, getDbUtility, getDiscriminatorColumn, getDiscriminatorValue, getFeed, getIterator, getLoadSQL, getLoadSQLColumnsAndTables, getManageSchema, getPrimaryKey, getPropertiesAsJSON, getQueryAttrs, getQueryParamType, getQueryService, getReadOnly, getSaveErrors, getSite, getUseCache, getUseTrash, hasColumn, hasCustomDatasource, init, isORM, loadBy, postCreate, postDelete, postInsert, postLoad, postUpdate, preCreate, preDelete, preInsert, preLoad, preUpdate, purgeCache, save, saveTagsAndCategories, set, setDbUtility, setPropAsIDColumn, setSaveErrors, updateMappingsByIDLists
     
    Methods inherited from class mura.bean.bean
    addEventHandler, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, appendHasRef, compare, exists, get, getAll, getAllValues, getBundleable, getCategorizable, getDynamic, getEntityDisplayName, getEntityName, getErrors, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getIsVersioned, getListViewProps, getOrderBy, getPermissions, getProperties, getPublicAPI, getRegisteredEntity, getScaffold, getSearchableProps, getSynthedFunctions, getTable, getTaggable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, on, OnMissingMethod, parseDateArg, parseEncrypted, pluralizeHasRefName, registerAsEntity, removeObject, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setValidations, setValue, synthArgs, transformEventName, translatePropKey, trigger, valueExists
     
    Methods inherited from class mura.baseobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEntity, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getServiceFactory, getSession, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    alturl

    property any alturl

    Attributes:
    access - public
    required - false
    fieldtype - index
    returntype - any
    datatype - varchar
    length - 255
    serializable - true

    alturlid

    property any alturlid

    Attributes:
    access - public
    required - false
    fieldtype - id
    returntype - any
    serializable - true

    datecreated

    property any datecreated

    Attributes:
    access - public
    required - false
    returntype - any
    datatype - datetime
    serializable - true

    ismuracontent

    property any ismuracontent = [0]

    Attributes:
    access - public
    required - false
    returntype - any
    datatype - tinyint
    serializable - true

    lastmodifiedby

    property any lastmodifiedby

    Attributes:
    access - public
    required - false
    fieldtype - many-to-one
    returntype - any
    fkcolumn - lastUpdateById
    serializable - true
    relatesto - user

    statuscode

    property any statuscode

    Attributes:
    access - public
    required - false
    deafult - 302
    returntype - any
    datatype - string
    serializable - true

    Method Detail

    persistToVersion

    public any persistToVersion([any previousBean], [any newBean], [any $])

    Overrides:
    persistToVersion in class beanORMVersioned
    Parameters:
    previousBean
    newBean
    $

    validate

    public any validate()

    Overrides:
    validate in class beanORM

    validateAltUrl

    remote any validateAltUrl([any siteid])

    Parameters:
    siteid