Liferay 6.0-ee

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

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

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, AddressSoap[] addresses, EmailAddressSoap[] emailAddresses, OrgLaborSoap[] orgLabors, PhoneSoap[] phones, WebsiteSoap[] websites, 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)
           
 


Liferay 6.0-ee