Liferay 6.1.2-ce-ga3

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

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

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

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

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

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

Methods in com.liferay.portal.service.http that return OrgLaborSoap
static OrgLaborSoap OrgLaborServiceSoap.addOrgLabor(long organizationId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
static OrgLaborSoap OrgLaborServiceSoap.getOrgLabor(long orgLaborId)
           
static OrgLaborSoap[] OrgLaborServiceSoap.getOrgLabors(long organizationId)
           
static OrgLaborSoap OrgLaborServiceSoap.updateOrgLabor(long orgLaborId, int typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 

Methods in com.liferay.portal.service.http with parameters of type OrgLaborSoap
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.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.
 


Liferay 6.1.2-ce-ga3