Liferay 6.1.2-ce-ga3

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

Packages that use OrganizationSoap
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 OrganizationSoap in com.liferay.portal.model
 

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

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

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

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

Methods in com.liferay.portal.service.http that return OrganizationSoap
static OrganizationSoap OrganizationServiceSoap.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, boolean site, AddressSoap[] addresses, EmailAddressSoap[] emailAddresses, OrgLaborSoap[] orgLabors, PhoneSoap[] phones, WebsiteSoap[] websites, ServiceContext serviceContext)
          Adds an organization with additional parameters.
static OrganizationSoap OrganizationServiceSoap.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, boolean site, ServiceContext serviceContext)
          Adds an organization.
static OrganizationSoap[] OrganizationServiceSoap.getManageableOrganizations(String actionId, int max)
          Deprecated. Replaced by OrganizationServiceSoap.getOrganizations(long, long, int, int)
static OrganizationSoap OrganizationServiceSoap.getOrganization(long organizationId)
          Returns the organization with the primary key.
static OrganizationSoap[] OrganizationServiceSoap.getOrganizations(long companyId, long parentOrganizationId)
          Returns all the organizations belonging to the parent organization.
static OrganizationSoap[] OrganizationServiceSoap.getOrganizations(long companyId, long parentOrganizationId, int start, int end)
          Returns a range of all the organizations belonging to the parent organization.
static OrganizationSoap[] OrganizationServiceSoap.getUserOrganizations(long userId)
          Returns all the organizations associated with the user.
static OrganizationSoap OrganizationServiceSoap.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, boolean site, AddressSoap[] addresses, EmailAddressSoap[] emailAddresses, OrgLaborSoap[] orgLabors, PhoneSoap[] phones, WebsiteSoap[] websites, ServiceContext serviceContext)
          Updates the organization with additional parameters.
static OrganizationSoap OrganizationServiceSoap.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, boolean site, ServiceContext serviceContext)
          Updates the organization.
 

Methods in com.liferay.portal.service.http with parameters of type OrganizationSoap
static GroupSoap[] GroupServiceSoap.getOrganizationsGroups(OrganizationSoap[] organizations)
          Returns the groups associated with the organizations.
 


Liferay 6.1.2-ce-ga3