Liferay 6.1.2-ce-ga3

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


Constructor Summary
AddDefaultDDMStructuresAction()
           
 
Method Summary
protected  void doRun(long companyId)
           
 void run(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(String[] ids)
         throws ActionException
Specified by:
run in class SimpleAction
Throws:
ActionException

doRun

protected void doRun(long companyId)
              throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3