|
Mura CMS 6.0 | ||||
FRAMES |
railo-context.Componentmura.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])
objectClass
public any getIterator()
public any getLabelString([any objectClass])
objectClass
public any getObject([any objectID])
objectID
public any getQuery()
public any getTrashItem([any objectID])
objectID
public any setConfigBean([any configBean])
configBean
public 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 |