org.alfresco.web.bean.ajax
Class PortletActionsBean

java.lang.Object
  extended by org.alfresco.web.bean.ajax.PortletActionsBean
All Implemented Interfaces:
java.io.Serializable

public class PortletActionsBean
extends java.lang.Object
implements java.io.Serializable

Bean backing the ajax requests from various Portlet webscripts.

See Also:
Serialized Form

Constructor Summary
PortletActionsBean()
           
 
Method Summary
 void checkinItem()
           
 void checkoutItem()
           
 void deleteItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletActionsBean

public PortletActionsBean()
Method Detail

deleteItem

public void deleteItem()
                throws java.lang.Exception
Throws:
java.lang.Exception

checkoutItem

public void checkoutItem()
                  throws java.lang.Exception
Throws:
java.lang.Exception

checkinItem

public void checkinItem()
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.