Class CPAttachmentFileEntryServiceWrapper

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

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

    • CPAttachmentFileEntryServiceWrapper

      public CPAttachmentFileEntryServiceWrapper()
    • CPAttachmentFileEntryServiceWrapper

      public CPAttachmentFileEntryServiceWrapper(CPAttachmentFileEntryService cpAttachmentFileEntryService)
  • Method Details

    • addCPAttachmentFileEntry

      public CPAttachmentFileEntry addCPAttachmentFileEntry(long groupId, long classNameId, long classPK, long fileEntryId, boolean cdnEnabled, String cdnURL, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, boolean galleryEnabled, Map<Locale,String> titleMap, String json, double priority, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCPAttachmentFileEntry in interface CPAttachmentFileEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addOrUpdateCPAttachmentFileEntry

      public CPAttachmentFileEntry addOrUpdateCPAttachmentFileEntry(String externalReferenceCode, long groupId, long classNameId, long classPK, long cpAttachmentFileEntryId, long fileEntryId, boolean cdnEnabled, String cdnURL, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, boolean galleryEnabled, Map<Locale,String> titleMap, String json, double priority, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addOrUpdateCPAttachmentFileEntry in interface CPAttachmentFileEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCPAttachmentFileEntry

      public void deleteCPAttachmentFileEntry(long cpAttachmentFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCPAttachmentFileEntry in interface CPAttachmentFileEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCPAttachmentFileEntry

      public CPAttachmentFileEntry fetchCPAttachmentFileEntry(long cpAttachmentFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCPAttachmentFileEntry in interface CPAttachmentFileEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCPAttachmentFileEntryByExternalReferenceCode

      public CPAttachmentFileEntry fetchCPAttachmentFileEntryByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCPAttachmentFileEntryByExternalReferenceCode in interface CPAttachmentFileEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPAttachmentFileEntries

      public List<CPAttachmentFileEntry> getCPAttachmentFileEntries(long classNameId, long classPK, int type, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPAttachmentFileEntries in interface CPAttachmentFileEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPAttachmentFileEntries

      public List<CPAttachmentFileEntry> getCPAttachmentFileEntries(long classNameId, long classPK, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPAttachmentFileEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPAttachmentFileEntries in interface CPAttachmentFileEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPAttachmentFileEntries

      public List<CPAttachmentFileEntry> getCPAttachmentFileEntries(long classNameId, long classPK, String keywords, int type, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPAttachmentFileEntries in interface CPAttachmentFileEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPAttachmentFileEntriesCount

      public int getCPAttachmentFileEntriesCount(long classNameId, long classPK, int type, int status) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPAttachmentFileEntriesCount in interface CPAttachmentFileEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPAttachmentFileEntriesCount

      public int getCPAttachmentFileEntriesCount(long classNameId, long classPK, String keywords, int type, int status) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPAttachmentFileEntriesCount in interface CPAttachmentFileEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPAttachmentFileEntry

      public CPAttachmentFileEntry getCPAttachmentFileEntry(long cpAttachmentFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPAttachmentFileEntry in interface CPAttachmentFileEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public CPAttachmentFileEntry updateCPAttachmentFileEntry(long cpAttachmentFileEntryId, long fileEntryId, boolean cdnEnabled, String cdnURL, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, boolean galleryEnabled, Map<Locale,String> titleMap, String json, double priority, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCPAttachmentFileEntry in interface CPAttachmentFileEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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