com.liferay.portal.service.impl
Class OrgLaborLocalServiceImpl
java.lang.Object
com.liferay.portal.service.base.OrgLaborLocalServiceBaseImpl
com.liferay.portal.service.impl.OrgLaborLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.OrgLaborLocalService
- public class OrgLaborLocalServiceImpl
- extends OrgLaborLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portal.model.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)
|
void |
deleteOrgLabor(long orgLaborId)
|
com.liferay.portal.model.OrgLabor |
getOrgLabor(long orgLaborId)
|
java.util.List |
getOrgLabors(long organizationId)
|
com.liferay.portal.model.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrgLaborLocalServiceImpl
public OrgLaborLocalServiceImpl()
addOrgLabor
public com.liferay.portal.model.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 com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteOrgLabor
public void deleteOrgLabor(long orgLaborId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getOrgLabor
public com.liferay.portal.model.OrgLabor getOrgLabor(long orgLaborId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getOrgLabors
public java.util.List getOrgLabors(long organizationId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateOrgLabor
public com.liferay.portal.model.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 com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
validate
protected void validate(int typeId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException