public interface OrgLaborServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
OrgLaborSoap |
addOrgLabor(long organizationId,
long 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,
long 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) |
OrgLaborSoap addOrgLabor(long organizationId, long 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
java.rmi.RemoteExceptionvoid deleteOrgLabor(long orgLaborId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionOrgLaborSoap getOrgLabor(long orgLaborId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionOrgLaborSoap[] getOrgLabors(long organizationId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionOrgLaborSoap updateOrgLabor(long orgLaborId, long 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
java.rmi.RemoteException