Class COREntryServiceWrapper

java.lang.Object
com.liferay.commerce.order.rule.service.COREntryServiceWrapper
All Implemented Interfaces:
COREntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<COREntryService>

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

    • COREntryServiceWrapper

      public COREntryServiceWrapper()
    • COREntryServiceWrapper

      public COREntryServiceWrapper(COREntryService corEntryService)
  • Method Details

    • addCOREntry

      public COREntry addCOREntry(String externalReferenceCode, boolean active, String description, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, String name, int priority, String type, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCOREntry in interface COREntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCOREntry

      public COREntry deleteCOREntry(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCOREntry in interface COREntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCOREntry

      public COREntry fetchCOREntry(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCOREntry in interface COREntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCOREntryByExternalReferenceCode

      public COREntry fetchCOREntryByExternalReferenceCode(long companyId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchCOREntryByExternalReferenceCode in interface COREntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCOREntries

      public List<COREntry> getCOREntries(long companyId, boolean active, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCOREntries in interface COREntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCOREntries

      public List<COREntry> getCOREntries(long companyId, boolean active, String type, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCOREntries in interface COREntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCOREntries

      public List<COREntry> getCOREntries(long companyId, String type, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCOREntries in interface COREntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCOREntry

      public COREntry getCOREntry(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCOREntry in interface COREntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public COREntry updateCOREntry(long corEntryId, boolean active, String description, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, String name, int priority, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCOREntry in interface COREntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCOREntryExternalReferenceCode

      public COREntry updateCOREntryExternalReferenceCode(String externalReferenceCode, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCOREntryExternalReferenceCode in interface COREntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateCOREntryTypeSettings

      public COREntry updateCOREntryTypeSettings(long corEntryId, String typeSettings) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCOREntryTypeSettings in interface COREntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

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

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