Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.model.UserNotificationEventSoap

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

Uses of UserNotificationEventSoap in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return UserNotificationEventSoap
static UserNotificationEventSoap UserNotificationEventSoap.toSoapModel(UserNotificationEvent model)
           
static UserNotificationEventSoap[] UserNotificationEventSoap.toSoapModels(List<UserNotificationEvent> models)
           
static UserNotificationEventSoap[] UserNotificationEventSoap.toSoapModels(UserNotificationEvent[] models)
           
static UserNotificationEventSoap[][] UserNotificationEventSoap.toSoapModels(UserNotificationEvent[][] models)
           
 


Liferay 6.2-ce-ga5