Package com.liferay.portal.service.impl
Class OrgLaborLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.OrgLaborLocalServiceBaseImpl
com.liferay.portal.service.impl.OrgLaborLocalServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.OrgLaborLocalService
,com.liferay.portal.kernel.service.PersistedModelLocalService
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.OrgLaborLocalServiceBaseImpl
counterLocalService, orgLaborLocalService, orgLaborPersistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.OrgLabor
addOrgLabor
(long organizationId, long listTypeId, 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) List<com.liferay.portal.kernel.model.OrgLabor>
getOrgLabors
(long organizationId) com.liferay.portal.kernel.model.OrgLabor
updateOrgLabor
(long orgLaborId, long listTypeId, 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
(long listTypeId) Methods inherited from class com.liferay.portal.service.base.OrgLaborLocalServiceBaseImpl
addOrgLabor, afterPropertiesSet, createOrgLabor, createPersistedModel, deleteOrgLabor, deleteOrgLabor, deletePersistedModel, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchOrgLabor, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOrgLabor, getOrgLaborLocalService, getOrgLaborPersistence, getOrgLabors, getOrgLaborsCount, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setCounterLocalService, setOrgLaborLocalService, setOrgLaborPersistence, updateOrgLabor
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
OrgLaborLocalServiceImpl
public OrgLaborLocalServiceImpl()
-
-
Method Details
-
addOrgLabor
public com.liferay.portal.kernel.model.OrgLabor addOrgLabor(long organizationId, long listTypeId, 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
-
getOrgLabors
-
updateOrgLabor
public com.liferay.portal.kernel.model.OrgLabor updateOrgLabor(long orgLaborId, long listTypeId, 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
-
validate
protected void validate(long listTypeId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-