Class CPDisplayLayoutServiceWrapper

java.lang.Object
com.liferay.commerce.product.service.CPDisplayLayoutServiceWrapper
All Implemented Interfaces:
CPDisplayLayoutService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<CPDisplayLayoutService>

public class CPDisplayLayoutServiceWrapper extends Object implements CPDisplayLayoutService, com.liferay.portal.kernel.service.ServiceWrapper<CPDisplayLayoutService>
Provides a wrapper for CPDisplayLayoutService.
See Also:
Generated:
  • Constructor Details

    • CPDisplayLayoutServiceWrapper

      public CPDisplayLayoutServiceWrapper()
    • CPDisplayLayoutServiceWrapper

      public CPDisplayLayoutServiceWrapper(CPDisplayLayoutService cpDisplayLayoutService)
  • Method Details

    • addCPDisplayLayout

      public CPDisplayLayout addCPDisplayLayout(long groupId, Class<?> clazz, long classPK, String layoutPageTemplateEntryUuid, String layoutUuid) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCPDisplayLayout in interface CPDisplayLayoutService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPDisplayLayout

      public void deleteCPDisplayLayout(long cpDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCPDisplayLayout in interface CPDisplayLayoutService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCPDisplayLayout

      public CPDisplayLayout fetchCPDisplayLayout(long cpDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCPDisplayLayout in interface CPDisplayLayoutService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDisplayLayout

      public CPDisplayLayout getCPDisplayLayout(long cpDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDisplayLayout in interface CPDisplayLayoutService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface CPDisplayLayoutService
      Returns:
      the OSGi service identifier
    • searchCPDisplayLayout

      public com.liferay.portal.kernel.search.BaseModelSearchResult<CPDisplayLayout> searchCPDisplayLayout(long companyId, long groupId, String className, Integer type, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      searchCPDisplayLayout in interface CPDisplayLayoutService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCPDisplayLayout

      public CPDisplayLayout updateCPDisplayLayout(long cpDisplayLayoutId, long classPK, String layoutPageTemplateEntryUuid, String layoutUuid) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCPDisplayLayout in interface CPDisplayLayoutService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public CPDisplayLayoutService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPDisplayLayoutService>
    • setWrappedService

      public void setWrappedService(CPDisplayLayoutService cpDisplayLayoutService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CPDisplayLayoutService>