Mura CMS 6.1

mura.content
Class contentFileMetaDataBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.bean.bean
                extended by mura.bean.beanORM
                    extended by mura.bean.beanORMVersioned
                        extended by mura.content.contentFileMetaDataBean

public class contentFileMetaDataBean
extends beanORMVersioned

Method Summary
private any getLoadSQL()
 any getURLForFile([any method='inline'])
 any getURLForImage([any size='large'], [any direct='false'], [any complete='false'], [any height='AUTO'], [any width='AUTO'], [any siteid='[runtime expression]'], [any fileid='[runtime expression]'])
 any hasImageFileExt()
 any loadBy([any returnFormat='self'])
 any persistToVersion([any version1], [any version2])
 any save([any setAsDefault='false'])
 any setRemotePubDate([any remotePubDate])
 any setSiteID([any siteid])
 
Methods inherited from class mura.bean.beanORMVersioned
addObject, toBundle
 
Methods inherited from class mura.bean.beanORM
addQueryParam, checkSchema, clone, delete, fromBundle, getBundleable, getCache, getCacheKey, getCacheName, getCacheSiteID, getColumns, getDbType, getDbUtility, getDiscriminatorColumn, getDiscriminatorValue, getFeed, getIterator, getManageSchema, getPrimaryKey, getProperties, getQueryAttrs, getQueryService, getReadOnly, getsCustomDatasource, getSite, getTable, getUseCache, getUseTrash, hasColumn, hasCustomDatasource, hasTable, init, postCreate, postDelete, postInsert, postLoad, postUpdate, preCreate, preDelete, preInsert, preLoad, preUpdate, purgeCache, set, setDbUtility, setPropAsIDColumn, updateMappingsByIDLists, validate
 
Methods inherited from class mura.bean.bean
compare, getAllValues, getEntityName, getErrors, getInstanceName, getSynthedFunctions, getValidations, getValue, hasErrors, hasProperty, isComparable, OnMissingMethod, parseDateArg, removeObject, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setValidations, setValue, synthArgs, translatePropKey, valueExists
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod, removeValue
 
Methods inherited from class railo-context.Component
 

Method Detail

getLoadSQL

private any getLoadSQL()

Overrides:
getLoadSQL in class beanORM

getURLForFile

public any getURLForFile([any method='inline'])

Parameters:
method

getURLForImage

public any getURLForImage([any size='large'], [any direct='false'], [any complete='false'], [any height='AUTO'], [any width='AUTO'], [any siteid='[runtime expression]'], [any fileid='[runtime expression]'])

Parameters:
size
direct
complete
height
width
siteid
fileid

hasImageFileExt

public any hasImageFileExt()


loadBy

public any loadBy([any returnFormat='self'])

Overrides:
loadBy in class beanORM
Parameters:
returnFormat

persistToVersion

public any persistToVersion([any version1], [any version2])

Overrides:
persistToVersion in class beanORMVersioned
Parameters:
version1
version2

save

public any save([any setAsDefault='false'])

Overrides:
save in class beanORM
Parameters:
setAsDefault

setRemotePubDate

public any setRemotePubDate([any remotePubDate])

Parameters:
remotePubDate

setSiteID

public any setSiteID([any siteid])

Parameters:
siteid

Mura CMS 6.1