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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCOREntry(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) deleteCOREntry(long corEntryId) fetchCOREntry(long corEntryId) fetchCOREntryByExternalReferenceCode(long companyId, String externalReferenceCode) getCOREntries(long companyId, boolean active, int start, int end) getCOREntries(long companyId, boolean active, String type, int start, int end) getCOREntries(long companyId, String type, int start, int end) getCOREntry(long corEntryId) Returns the OSGi service identifier.voidsetWrappedService(COREntryService corEntryService) 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) updateCOREntryExternalReferenceCode(String externalReferenceCode, long corEntryId) updateCOREntryTypeSettings(long corEntryId, String typeSettings)
-
Constructor Details
-
COREntryServiceWrapper
public COREntryServiceWrapper() -
COREntryServiceWrapper
-
-
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:
addCOREntryin interfaceCOREntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCOREntry
public COREntry deleteCOREntry(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCOREntryin interfaceCOREntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCOREntry
public COREntry fetchCOREntry(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCOREntryin interfaceCOREntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCOREntryByExternalReferenceCode
public COREntry fetchCOREntryByExternalReferenceCode(long companyId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCOREntryByExternalReferenceCodein interfaceCOREntryService- 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:
getCOREntriesin interfaceCOREntryService- 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:
getCOREntriesin interfaceCOREntryService- 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:
getCOREntriesin interfaceCOREntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCOREntry
public COREntry getCOREntry(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCOREntryin interfaceCOREntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCOREntryService- 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:
updateCOREntryin interfaceCOREntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCOREntryExternalReferenceCode
public COREntry updateCOREntryExternalReferenceCode(String externalReferenceCode, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCOREntryExternalReferenceCodein interfaceCOREntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCOREntryTypeSettings
public COREntry updateCOREntryTypeSettings(long corEntryId, String typeSettings) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCOREntryTypeSettingsin interfaceCOREntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<COREntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<COREntryService>
-