Class LayoutPrototypeServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.LayoutPrototypeServiceBaseImpl
com.liferay.portal.service.impl.LayoutPrototypeServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.LayoutPrototypeService

public class LayoutPrototypeServiceImpl extends LayoutPrototypeServiceBaseImpl
Author:
Brian Wing Shun Chan, Jorge Ferrer
  • Constructor Details

    • LayoutPrototypeServiceImpl

      public LayoutPrototypeServiceImpl()
  • Method Details

    • addLayoutPrototype

      public com.liferay.portal.kernel.model.LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteLayoutPrototype

      public void deleteLayoutPrototype(long layoutPrototypeId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchLayoutPrototype

      public com.liferay.portal.kernel.model.LayoutPrototype fetchLayoutPrototype(long layoutPrototypeId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLayoutPrototype

      public com.liferay.portal.kernel.model.LayoutPrototype getLayoutPrototype(long layoutPrototypeId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • search

      public List<com.liferay.portal.kernel.model.LayoutPrototype> search(long companyId, Boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutPrototype> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateLayoutPrototype

      public com.liferay.portal.kernel.model.LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException