|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.content.file.fileDAO
public class fileDAO
| Constructor Summary | |
|---|---|
init(any configBean, any settingsManager, any pluginManager, any fileWriter='')
|
|
| Method Summary | |
|---|---|
string |
create(any fileObj, any contentid, any siteid, any filename, string contentType, string contentSubType, numeric fileSize, string moduleID, string fileExt, any fileObjSmall, any fileObjMedium, any fileID='[runtime expression]', [any fileObjSource=''], string credits='', string caption='', string alttext='', string remoteid='', string remoteURL='', string remotePubDate='', [any remoteSource=''], string remoteSourceURL='')
|
void |
deleteAll(string contentID)
|
void |
deleteCachedFile(string fileID)
|
void |
deleteIfNotUsed(any fileID, any baseID)
|
void |
deleteVersion(any fileID)
|
any |
getS3()
|
any |
purgeDeleted([any siteid=''])
|
query |
read(any fileID)
|
query |
readAll(any fileID)
|
query |
readMedium(any fileID)
|
query |
readMeta(any fileID)
|
query |
readSmall(any fileID)
|
any |
restoreVersion([any fileID])
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
| Methods inherited from class railo-context.Component |
|---|
|
| Constructor Detail |
|---|
public init(any configBean, any settingsManager, any pluginManager, any fileWriter='')
configBeansettingsManagerpluginManagerfileWriter| Method Detail |
|---|
public string create(any fileObj, any contentid, any siteid, any filename, string contentType, string contentSubType, numeric fileSize, string moduleID, string fileExt, any fileObjSmall, any fileObjMedium, any fileID='[runtime expression]', [any fileObjSource=''], string credits='', string caption='', string alttext='', string remoteid='', string remoteURL='', string remotePubDate='', [any remoteSource=''], string remoteSourceURL='')
fileObjcontentidsiteidfilenamecontentTypecontentSubTypefileSizemoduleIDfileExtfileObjSmallfileObjMediumfileIDfileObjSourcecreditscaptionalttextremoteidremoteURLremotePubDateremoteSourceremoteSourceURLpublic void deleteAll(string contentID)
contentIDpublic void deleteCachedFile(string fileID)
fileIDpublic void deleteIfNotUsed(any fileID, any baseID)
fileIDbaseIDpublic void deleteVersion(any fileID)
fileIDpublic any getS3()
public any purgeDeleted([any siteid=''])
siteidpublic query read(any fileID)
fileIDpublic query readAll(any fileID)
fileIDpublic query readMedium(any fileID)
fileIDpublic query readMeta(any fileID)
fileIDpublic query readSmall(any fileID)
fileIDpublic any restoreVersion([any fileID])
fileID
|
Mura CMS 6.1 | ||||
| FRAMES | |||||