Alexander Nicolaysen Sørnes <alex@thehandofagony.com>

Let objectManager handle deletion and delete notification.
This commit is contained in:
Chris Morgan
2007-09-14 23:02:12 -04:00
parent e3ca73f7df
commit 2827e0654e
21 changed files with 958 additions and 212 deletions

View File

@@ -132,6 +132,26 @@ class application_queue
return $bSuccess;
}
function objectGetChildren()
{
return $this->oApp->objectGetChildren();
}
function objectGetSubmitterId()
{
return $this->oApp->objectGetSubmitterId();
}
function objectGetMailOptions($sAction, $bMailSubmitter, $bParentAction)
{
return $this->oApp->objectGetMailOptions($sAction, $bMailSubmitter, $bParentAction);
}
function objectGetMail($sAction, $bMailSubmitter, $bParentAction)
{
return $this->oApp->objectGetMail($sAction, $bMailSubmitter, $bParentAction);
}
function outputEditor()
{
/* We ask the user for the application name first so as to avoid duplicate