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. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
 

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)
           
 

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 that return types with arguments of type EventDefinition
 Set<EventDefinition> PortletAppImpl.getEventDefinitions()
           
 

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


Liferay 6.1.2-ce-ga3