Liferay 6.1.2-ce-ga3

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

Packages that use EventDefinition
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

Uses of EventDefinition in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return types with arguments of type EventDefinition
 Set<EventDefinition> PortletApp.getEventDefinitions()
           
 

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


Liferay 6.1.2-ce-ga3