Liferay 7.0-ce-m3

com.liferay.portal.events
Class AddDefaultJournalStructuresAction

java.lang.Object
  extended by com.liferay.portal.kernel.events.SimpleAction
      extended by com.liferay.portal.events.BaseDefaultDDMStructureAction
          extended by com.liferay.portal.events.AddDefaultJournalStructuresAction
All Implemented Interfaces:
LifecycleAction

public class AddDefaultJournalStructuresAction
extends BaseDefaultDDMStructureAction


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

Constructor Detail

AddDefaultJournalStructuresAction

public AddDefaultJournalStructuresAction()
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 7.0-ce-m3