| |
|
| java.lang.Object com.liferay.portal.service.base.OrgLaborLocalServiceBaseImpl com.liferay.portal.service.impl.OrgLaborLocalServiceImpl
Method Summary | |
public OrgLabor | 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) | public void | deleteOrgLabor(long orgLaborId) | public OrgLabor | getOrgLabor(long orgLaborId) | public List | getOrgLabors(long organizationId) | public OrgLabor | 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) | protected void | validate(int typeId) |
addOrgLabor | public OrgLabor 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 PortalException, SystemException(Code) | | |
updateOrgLabor | public OrgLabor 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 PortalException, SystemException(Code) | | |
|
|
|