public class OrgLaborService extends BaseService
session| Constructor and Description |
|---|
OrgLaborService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
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) |
org.json.JSONObject |
getOrgLabor(long orgLaborId) |
org.json.JSONArray |
getOrgLabors(long organizationId) |
org.json.JSONObject |
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) |
checkNull, getSession, mangleWrapper, setSession, toStringpublic OrgLaborService(Session session)
public org.json.JSONObject 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.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,
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.lang.Exception
java.lang.Exception