com.liferay.client.portal.service.http
Interface OrgLaborServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portal_OrgLaborServiceSoapBindingImpl, Portal_OrgLaborServiceSoapBindingStub
- public interface OrgLaborServiceSoap
- extends java.rmi.Remote
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)
|
void |
deleteOrgLabor(long orgLaborId)
|
OrgLaborSoap |
getOrgLabor(long orgLaborId)
|
OrgLaborSoap[] |
getOrgLabors(long organizationId)
|
OrgLaborSoap |
updateOrgLabor(long orgLaborId,
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)
|
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
- Throws:
java.rmi.RemoteException
deleteOrgLabor
public void deleteOrgLabor(long orgLaborId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getOrgLabor
public OrgLaborSoap getOrgLabor(long orgLaborId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getOrgLabors
public OrgLaborSoap[] getOrgLabors(long organizationId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateOrgLabor
public OrgLaborSoap updateOrgLabor(long orgLaborId,
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
- Throws:
java.rmi.RemoteException