|
Mura CMS 6.0 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.trash.trashManager
public class trashManager
| Method Summary | |
|---|---|
any |
empty()
|
any |
getIDString([any objectClass])
|
any |
getIterator()
|
any |
getLabelString([any objectClass])
|
any |
getObject([any objectID])
|
any |
getQuery()
|
any |
getTrashItem([any objectID])
|
any |
setConfigBean([any configBean])
|
any |
takeOut([any restored])
|
any |
throwIn([any deleted])
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, init, initTracePoint, injectMethod, removeValue, setValue, valueExists
|
| Methods inherited from class railo-context.Component |
|---|
|
| Method Detail |
|---|
public any empty()
public any getIDString([any objectClass])
objectClasspublic any getIterator()
public any getLabelString([any objectClass])
objectClasspublic 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])
deleted
|
Mura CMS 6.0 | ||||
| FRAMES | |||||