Liferay 6.0-ee-sp2

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

Packages that use UserNotificationEventSoap
com.liferay.portal.model   
 

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.0-ee-sp2