com.liferay.portal.events
Class AddDefaultDDMStructuresAction

java.lang.Object
  extended by com.liferay.portal.kernel.events.SimpleAction
      extended by com.liferay.portal.events.BaseDefaultDDMStructureAction
          extended by com.liferay.portal.events.AddDefaultDDMStructuresAction

public class AddDefaultDDMStructuresAction
extends BaseDefaultDDMStructureAction

Author:
Michael C. Han

Constructor Summary
AddDefaultDDMStructuresAction()
           
 
Method Summary
protected  void doRun(long companyId)
           
 void run(java.lang.String[] ids)
           
 
Methods inherited from class com.liferay.portal.events.BaseDefaultDDMStructureAction
addDDMStructures, getDDMStructures, getDynamicDDMStructureXSD
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddDefaultDDMStructuresAction

public AddDefaultDDMStructuresAction()
Method Detail

run

public void run(java.lang.String[] ids)
         throws com.liferay.portal.kernel.events.ActionException
Specified by:
run in class com.liferay.portal.kernel.events.SimpleAction
Throws:
com.liferay.portal.kernel.events.ActionException

doRun

protected void doRun(long companyId)
              throws java.lang.Exception
Throws:
java.lang.Exception