|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.bean.bean
mura.bean.beanORM
mura.bean.beanORMVersioned
mura.content.contentFileMetaDataBean
public class contentFileMetaDataBean
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.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 |
---|
private any getLoadSQL()
getLoadSQL
in class
beanORM
public any getURLForFile([any method='inline'])
method
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]'])
size
direct
complete
height
width
siteid
fileid
public any hasImageFileExt()
public any loadBy([any returnFormat='self'])
loadBy
in class
beanORM
returnFormat
public any persistToVersion([any version1], [any version2])
persistToVersion
in class
beanORMVersioned
version1
version2
public any save([any setAsDefault='false'])
save
in class
beanORM
setAsDefault
public any setRemotePubDate([any remotePubDate])
remotePubDate
public any setSiteID([any siteid])
siteid
|
Mura CMS 6.1 | ||||
FRAMES |