Liferay 6.0-ee

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

Packages that use AddressSoap
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service.http   
 

Uses of AddressSoap in com.liferay.portal.model
 

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

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

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

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

Methods in com.liferay.portal.service.http that return AddressSoap
static AddressSoap AddressServiceSoap.addAddress(String className, long classPK, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
static AddressSoap AddressServiceSoap.getAddress(long addressId)
           
static AddressSoap[] AddressServiceSoap.getAddresses(String className, long classPK)
           
static AddressSoap AddressServiceSoap.updateAddress(long addressId, String street1, String street2, String street3, String city, String zip, long regionId, long countryId, int typeId, boolean mailing, boolean primary)
           
 

Methods in com.liferay.portal.service.http with parameters of type AddressSoap
static OrganizationSoap OrganizationServiceSoap.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, AddressSoap[] addresses, EmailAddressSoap[] emailAddresses, OrgLaborSoap[] orgLabors, PhoneSoap[] phones, WebsiteSoap[] websites, 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, AddressSoap[] addresses, EmailAddressSoap[] emailAddresses, PhoneSoap[] phones, WebsiteSoap[] websites, AnnouncementsDeliverySoap[] announcementsDelivers, ServiceContext serviceContext)
           
static OrganizationSoap OrganizationServiceSoap.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, AddressSoap[] addresses, EmailAddressSoap[] emailAddresses, OrgLaborSoap[] orgLabors, PhoneSoap[] phones, WebsiteSoap[] websites, 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)
           
 


Liferay 6.0-ee