Liferay 6.1.2-ce-ga3

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

Packages that use UserSoap
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
 

Uses of UserSoap in com.liferay.portal.model
 

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

Uses of UserSoap in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl with parameters of type UserSoap
static User UserModelImpl.toModel(UserSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<User> UserModelImpl.toModels(UserSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

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

Methods in com.liferay.portal.service.http that return UserSoap
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, AddressSoap[] addresses, EmailAddressSoap[] emailAddresses, PhoneSoap[] phones, WebsiteSoap[] websites, AnnouncementsDeliverySoap[] announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with additional parameters.
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, ServiceContext serviceContext)
          Adds a user.
static UserSoap UserServiceSoap.addUserWithWorkflow(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, AddressSoap[] addresses, EmailAddressSoap[] emailAddresses, PhoneSoap[] phones, WebsiteSoap[] websites, AnnouncementsDeliverySoap[] announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with workflow and additional parameters.
static UserSoap UserServiceSoap.addUserWithWorkflow(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, ServiceContext serviceContext)
          Adds a user with workflow.
static UserSoap[] UserServiceSoap.getCompanyUsers(long companyId, int start, int end)
           
static UserSoap[] UserServiceSoap.getGroupUsers(long groupId)
          Returns all the users belonging to the group.
static UserSoap[] UserServiceSoap.getOrganizationUsers(long organizationId)
          Returns all the users belonging to the organization.
static UserSoap UserServiceSoap.getUserByEmailAddress(long companyId, String emailAddress)
          Returns the user with the email address.
static UserSoap UserServiceSoap.getUserById(long userId)
          Returns the user with the primary key.
static UserSoap UserServiceSoap.getUserByScreenName(long companyId, String screenName)
          Returns the user with the screen name.
static UserSoap[] UserServiceSoap.getUserGroupUsers(long userGroupId)
           
static UserSoap UserServiceSoap.updateAgreedToTermsOfUse(long userId, boolean agreedToTermsOfUse)
          Updates the user's response to the terms of use agreement.
static UserSoap UserServiceSoap.updateEmailAddress(long userId, String password, String emailAddress1, String emailAddress2, ServiceContext serviceContext)
          Updates the user's email address.
static UserSoap UserServiceSoap.updateIncompleteUser(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, boolean updateUserInformation, boolean sendEmail, ServiceContext serviceContext)
          Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.
static UserSoap UserServiceSoap.updateLockoutById(long userId, boolean lockout)
          Updates whether the user is locked out from logging in.
static UserSoap UserServiceSoap.updateOpenId(long userId, String openId)
          Updates the user's OpenID.
static UserSoap UserServiceSoap.updatePassword(long userId, String password1, String password2, boolean passwordReset)
          Updates the user's password without tracking or validation of the change.
static UserSoap UserServiceSoap.updatePortrait(long userId, byte[] bytes)
          Updates the user's portrait image.
static UserSoap UserServiceSoap.updateReminderQuery(long userId, String question, String answer)
          Updates the user's password reset question and answer.
static UserSoap UserServiceSoap.updateScreenName(long userId, String screenName)
          Updates the user's screen name.
static UserSoap UserServiceSoap.updateStatus(long userId, int status)
          Updates the user's workflow status.
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)
          Updates the user with additional parameters.
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, ServiceContext serviceContext)
          Updates the user.
 


Liferay 6.1.2-ce-ga3