Liferay 6.1.10-ee-ga1

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

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

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.1.10-ee-ga1