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

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

      public List<com.liferay.portal.kernel.model.OrgLabor> getOrgLabors(long organizationId)
    • 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