|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserSoap | |
---|---|
com.liferay.portal.model | |
com.liferay.portal.model.impl | |
com.liferay.portal.service.http |
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,
boolean sendEmail,
AddressSoap[] addresses,
EmailAddressSoap[] emailAddresses,
PhoneSoap[] phones,
WebsiteSoap[] websites,
AnnouncementsDeliverySoap[] announcementsDelivers,
ServiceContext serviceContext)
|
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)
|
static UserSoap |
UserServiceSoap.getUserByEmailAddress(long companyId,
String emailAddress)
|
static UserSoap |
UserServiceSoap.getUserById(long userId)
|
static UserSoap |
UserServiceSoap.getUserByScreenName(long companyId,
String screenName)
|
static UserSoap |
UserServiceSoap.updateActive(long userId,
boolean active)
|
static UserSoap |
UserServiceSoap.updateAgreedToTermsOfUse(long userId,
boolean agreedToTermsOfUse)
|
static UserSoap |
UserServiceSoap.updateLockout(long userId,
boolean lockout)
|
static UserSoap |
UserServiceSoap.updatePassword(long userId,
String password1,
String password2,
boolean passwordReset)
|
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)
|
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)
|
|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |