Liferay 6.2-ce-ga5

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

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

Uses of UserNotificationDeliverySoap in com.liferay.portal.model
 

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


Liferay 6.2-ce-ga5