Liferay 6.1.10-ee-ga1

Uses of Interface
com.liferay.portal.model.EventDefinition

Packages that use EventDefinition
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.model.impl   
 

Uses of EventDefinition in com.liferay.portal.model
 

Methods in com.liferay.portal.model with parameters of type EventDefinition
 void PortletApp.addEventDefinition(EventDefinition eventDefinition)
           
 

Uses of EventDefinition in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement EventDefinition
 class EventDefinitionImpl
           
 

Methods in com.liferay.portal.model.impl with parameters of type EventDefinition
 void PortletAppImpl.addEventDefinition(EventDefinition eventDefinition)
           
 


Liferay 6.1.10-ee-ga1