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.void
setWrappedService
(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:
addCOREntry
in interfaceCOREntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCOREntry
public COREntry deleteCOREntry(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCOREntry
in interfaceCOREntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCOREntry
public COREntry fetchCOREntry(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCOREntry
in 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:
fetchCOREntryByExternalReferenceCode
in 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:
getCOREntries
in 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:
getCOREntries
in 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:
getCOREntries
in interfaceCOREntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCOREntry
public COREntry getCOREntry(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCOREntry
in interfaceCOREntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
updateCOREntry
in 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:
updateCOREntryExternalReferenceCode
in 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:
updateCOREntryTypeSettings
in interfaceCOREntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<COREntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<COREntryService>
-