| |
|
| java.lang.Object com.liferay.portal.service.impl.PrincipalBean com.liferay.portal.service.base.OrgLaborServiceBaseImpl com.liferay.portal.service.impl.OrgLaborServiceImpl
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) | protected void | checkPermission(long organizationId, String actionId) | 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) |
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) | | |
|
|
|