Package com.liferay.portal.service.impl
Class OrgLaborServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.OrgLaborServiceBaseImpl
com.liferay.portal.service.impl.OrgLaborServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.OrgLaborService
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.OrgLaborServiceBaseImpl
counterLocalService, orgLaborLocalService, orgLaborPersistence, orgLaborService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.OrgLabor
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) com.liferay.portal.kernel.model.OrgLabor
getOrgLabor
(long orgLaborId) List<com.liferay.portal.kernel.model.OrgLabor>
getOrgLabors
(long organizationId) com.liferay.portal.kernel.model.OrgLabor
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) Methods inherited from class com.liferay.portal.service.base.OrgLaborServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOrgLaborLocalService, getOrgLaborPersistence, getOrgLaborService, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setOrgLaborLocalService, setOrgLaborPersistence, setOrgLaborService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
OrgLaborServiceImpl
public OrgLaborServiceImpl()
-
-
Method Details
-
addOrgLabor
public com.liferay.portal.kernel.model.OrgLabor 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 com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteOrgLabor
public void deleteOrgLabor(long orgLaborId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOrgLabor
public com.liferay.portal.kernel.model.OrgLabor getOrgLabor(long orgLaborId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOrgLabors
public List<com.liferay.portal.kernel.model.OrgLabor> getOrgLabors(long organizationId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateOrgLabor
public com.liferay.portal.kernel.model.OrgLabor 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 com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-