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

public class OrgLaborServiceImpl extends OrgLaborServiceBaseImpl
Author:
Brian Wing Shun Chan
  • 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