public class OrgLaborService
extends BaseService
| Constructor and Description |
|---|
OrgLaborService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
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) |
org.json.JSONObject |
getOrgLabor(long orgLaborId) |
org.json.JSONArray |
getOrgLabors(long organizationId) |
org.json.JSONObject |
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) |
public org.json.JSONObject 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.lang.Exception
java.lang.Exceptionpublic void deleteOrgLabor(long orgLaborId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject getOrgLabor(long orgLaborId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getOrgLabors(long organizationId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject 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.lang.Exception
java.lang.Exception