Liferay 6.0.5

Uses of Class
com.liferay.portlet.announcements.model.AnnouncementsDeliverySoap

Packages that use AnnouncementsDeliverySoap
com.liferay.portal.service.http   
com.liferay.portlet.announcements.model   
com.liferay.portlet.announcements.model.impl   
com.liferay.portlet.announcements.service.http   
 

Uses of AnnouncementsDeliverySoap in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http with parameters of type AnnouncementsDeliverySoap
static UserSoap UserServiceSoap.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, String locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, boolean sendEmail, AddressSoap[] addresses, EmailAddressSoap[] emailAddresses, PhoneSoap[] phones, WebsiteSoap[] websites, AnnouncementsDeliverySoap[] announcementsDelivers, ServiceContext serviceContext)
           
static UserSoap UserServiceSoap.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, UserGroupRoleSoap[] userGroupRoles, long[] userGroupIds, AddressSoap[] addresses, EmailAddressSoap[] emailAddresses, PhoneSoap[] phones, WebsiteSoap[] websites, AnnouncementsDeliverySoap[] announcementsDelivers, ServiceContext serviceContext)
           
 

Uses of AnnouncementsDeliverySoap in com.liferay.portlet.announcements.model
 

Methods in com.liferay.portlet.announcements.model that return AnnouncementsDeliverySoap
static AnnouncementsDeliverySoap AnnouncementsDeliverySoap.toSoapModel(AnnouncementsDelivery model)
           
static AnnouncementsDeliverySoap[] AnnouncementsDeliverySoap.toSoapModels(AnnouncementsDelivery[] models)
           
static AnnouncementsDeliverySoap[][] AnnouncementsDeliverySoap.toSoapModels(AnnouncementsDelivery[][] models)
           
static AnnouncementsDeliverySoap[] AnnouncementsDeliverySoap.toSoapModels(List<AnnouncementsDelivery> models)
           
 

Uses of AnnouncementsDeliverySoap in com.liferay.portlet.announcements.model.impl
 

Methods in com.liferay.portlet.announcements.model.impl with parameters of type AnnouncementsDeliverySoap
static AnnouncementsDelivery AnnouncementsDeliveryModelImpl.toModel(AnnouncementsDeliverySoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<AnnouncementsDelivery> AnnouncementsDeliveryModelImpl.toModels(AnnouncementsDeliverySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of AnnouncementsDeliverySoap in com.liferay.portlet.announcements.service.http
 

Methods in com.liferay.portlet.announcements.service.http that return AnnouncementsDeliverySoap
static AnnouncementsDeliverySoap AnnouncementsDeliveryServiceSoap.updateDelivery(long userId, String type, boolean email, boolean sms, boolean website)
           
 


Liferay 6.0.5