com.liferay.client.soap.portal.service.http
Class Portal_OrgLaborServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portal.service.http.Portal_OrgLaborServiceSoapBindingStub
- All Implemented Interfaces:
- OrgLaborServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portal_OrgLaborServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements OrgLaborServiceSoap
Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Method Summary |
OrgLaborSoap |
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)
|
protected org.apache.axis.client.Call |
createCall()
|
void |
deleteOrgLabor(long orgLaborId)
|
OrgLaborSoap |
getOrgLabor(long orgLaborId)
|
OrgLaborSoap[] |
getOrgLabors(long organizationId)
|
OrgLaborSoap |
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 inherited from class org.apache.axis.client.Stub |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portal_OrgLaborServiceSoapBindingStub
public Portal_OrgLaborServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portal_OrgLaborServiceSoapBindingStub
public Portal_OrgLaborServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portal_OrgLaborServiceSoapBindingStub
public Portal_OrgLaborServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addOrgLabor
public OrgLaborSoap 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)
throws java.rmi.RemoteException
- Specified by:
addOrgLabor
in interface OrgLaborServiceSoap
- Throws:
java.rmi.RemoteException
deleteOrgLabor
public void deleteOrgLabor(long orgLaborId)
throws java.rmi.RemoteException
- Specified by:
deleteOrgLabor
in interface OrgLaborServiceSoap
- Throws:
java.rmi.RemoteException
getOrgLabor
public OrgLaborSoap getOrgLabor(long orgLaborId)
throws java.rmi.RemoteException
- Specified by:
getOrgLabor
in interface OrgLaborServiceSoap
- Throws:
java.rmi.RemoteException
getOrgLabors
public OrgLaborSoap[] getOrgLabors(long organizationId)
throws java.rmi.RemoteException
- Specified by:
getOrgLabors
in interface OrgLaborServiceSoap
- Throws:
java.rmi.RemoteException
updateOrgLabor
public OrgLaborSoap 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)
throws java.rmi.RemoteException
- Specified by:
updateOrgLabor
in interface OrgLaborServiceSoap
- Throws:
java.rmi.RemoteException