Class Index | File Index

Classes


Class AC.cace.RecycleBin

The AC contribution recycle bin.
Defined in: ContributionRecycleBin.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Method Summary
Method Attributes Method Name and Description
<static>  
AC.cace.RecycleBin.deleteContribution(contributionId)
Deletes an individual contribution
<static>  
AC.cace.RecycleBin.openContributionRecycleBin(treeId)
Opens the contribution recycle bin.
<static>  
AC.cace.RecycleBin.openContributionRecycleBinForProject(projectId)
Opens the contribution recycle bin for the specified project.
<static>  
Opens the dialog for a contribution recycle bin.
<static>  
AC.cace.RecycleBin.restoreContributions()
Restores contributions.
Class Detail
AC.cace.RecycleBin()
Default constructor.
Method Detail
<static> AC.cace.RecycleBin.deleteContribution(contributionId)
Deletes an individual contribution
Parameters:
contributionId
the contribution id
Returns:
void

<static> AC.cace.RecycleBin.openContributionRecycleBin(treeId)
Opens the contribution recycle bin.
Parameters:
treeId
Returns:
void

<static> AC.cace.RecycleBin.openContributionRecycleBinForProject(projectId)
Opens the contribution recycle bin for the specified project.
Parameters:
projectId
the project id
Returns:
void

<static> AC.cace.RecycleBin.openContributionRecycleBinInDesktopDialog(msg)
Opens the dialog for a contribution recycle bin.
Parameters:
msg
the message
Returns:
void

<static> AC.cace.RecycleBin.restoreContributions()
Restores contributions.
Returns:
void

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:06 GMT-0500 (CDT)