|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.trash.trashManager
public class trashManager
| Method Summary | |
|---|---|
any |
empty()
|
any |
getDeletedParentID([any deleted])
|
any |
getIDString([any object])
|
any |
getIterator()
|
any |
getObject([any objectID])
|
any |
getQuery()
|
any |
getTrashItem([any objectID])
|
any |
setConfigBean([any configBean])
|
any |
takeOut([any restored])
|
any |
throwIn([any deleted], [any objectClass=''])
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, init, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
| Methods inherited from class railo-context.Component |
|---|
|
| Method Detail |
|---|
public any empty()
public any getDeletedParentID([any deleted])
deletedpublic any getIDString([any object])
objectpublic any getIterator()
public any getObject([any objectID])
objectIDpublic any getQuery()
public any getTrashItem([any objectID])
objectIDpublic any setConfigBean([any configBean])
configBeanpublic any takeOut([any restored])
restored - Object that has been pulled from trash and has since been savedpublic any throwIn([any deleted], [any objectClass=''])
deletedobjectClass
|
Mura CMS 6.1 | ||||
| FRAMES | |||||