public class CommerceTierPriceEntryServiceWrapper extends java.lang.Object implements CommerceTierPriceEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceTierPriceEntryService>
CommerceTierPriceEntryService.CommerceTierPriceEntryService| Constructor and Description |
|---|
CommerceTierPriceEntryServiceWrapper() |
CommerceTierPriceEntryServiceWrapper(CommerceTierPriceEntryService commerceTierPriceEntryService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceTierPriceEntry |
addCommerceTierPriceEntry(long commercePriceEntryId,
java.math.BigDecimal price,
java.math.BigDecimal promoPrice,
java.math.BigDecimal minQuantity,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceTierPriceEntry |
addCommerceTierPriceEntry(java.lang.String externalReferenceCode,
long commercePriceEntryId,
java.math.BigDecimal price,
java.math.BigDecimal promoPrice,
java.math.BigDecimal minQuantity,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceTierPriceEntry |
addCommerceTierPriceEntry(java.lang.String externalReferenceCode,
long commercePriceEntryId,
java.math.BigDecimal price,
java.math.BigDecimal minQuantity,
boolean bulkPricing,
boolean discountDiscovery,
java.math.BigDecimal discountLevel1,
java.math.BigDecimal discountLevel2,
java.math.BigDecimal discountLevel3,
java.math.BigDecimal discountLevel4,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceTierPriceEntry |
addOrUpdateCommerceTierPriceEntry(java.lang.String externalReferenceCode,
long commerceTierPriceEntryId,
long commercePriceEntryId,
java.math.BigDecimal price,
java.math.BigDecimal promoPrice,
java.math.BigDecimal minQuantity,
java.lang.String priceEntryExternalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceTierPriceEntry |
addOrUpdateCommerceTierPriceEntry(java.lang.String externalReferenceCode,
long commerceTierPriceEntryId,
long commercePriceEntryId,
java.math.BigDecimal price,
java.math.BigDecimal minQuantity,
boolean bulkPricing,
boolean discountDiscovery,
java.math.BigDecimal discountLevel1,
java.math.BigDecimal discountLevel2,
java.math.BigDecimal discountLevel3,
java.math.BigDecimal discountLevel4,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
java.lang.String priceEntryExternalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceTierPriceEntry(long commerceTierPriceEntryId) |
CommerceTierPriceEntry |
fetchByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommerceTierPriceEntry |
fetchCommerceTierPriceEntry(long commerceTierPriceEntryId) |
java.util.List<CommerceTierPriceEntry> |
getCommerceTierPriceEntries(long commercePriceEntryId,
int start,
int end) |
java.util.List<CommerceTierPriceEntry> |
getCommerceTierPriceEntries(long commercePriceEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) |
int |
getCommerceTierPriceEntriesCount(long commercePriceEntryId) |
int |
getCommerceTierPriceEntriesCountByCompanyId(long companyId)
Deprecated.
As of Athanasius (7.3.x)
|
CommerceTierPriceEntry |
getCommerceTierPriceEntry(long commerceTierPriceEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceTierPriceEntryService |
getWrappedService() |
com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceTierPriceEntry> |
searchCommerceTierPriceEntries(long companyId,
long commercePriceEntryId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
int |
searchCommerceTierPriceEntriesCount(long companyId,
long commercePriceEntryId,
java.lang.String keywords) |
void |
setWrappedService(CommerceTierPriceEntryService commerceTierPriceEntryService) |
CommerceTierPriceEntry |
updateCommerceTierPriceEntry(long commerceTierPriceEntryId,
java.math.BigDecimal price,
java.math.BigDecimal promoPrice,
java.math.BigDecimal minQuantity,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceTierPriceEntry |
updateCommerceTierPriceEntry(long commerceTierPriceEntryId,
java.math.BigDecimal price,
java.math.BigDecimal minQuantity,
boolean bulkPricing,
boolean discountDiscovery,
java.math.BigDecimal discountLevel1,
java.math.BigDecimal discountLevel2,
java.math.BigDecimal discountLevel3,
java.math.BigDecimal discountLevel4,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceTierPriceEntry |
updateExternalReferenceCode(CommerceTierPriceEntry commerceTierPriceEntry,
java.lang.String externalReferenceCode) |
public CommerceTierPriceEntryServiceWrapper()
public CommerceTierPriceEntryServiceWrapper(CommerceTierPriceEntryService commerceTierPriceEntryService)
public CommerceTierPriceEntry addCommerceTierPriceEntry(long commercePriceEntryId, java.math.BigDecimal price, java.math.BigDecimal promoPrice, java.math.BigDecimal minQuantity, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceTierPriceEntry in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTierPriceEntry addCommerceTierPriceEntry(java.lang.String externalReferenceCode, long commercePriceEntryId, java.math.BigDecimal price, java.math.BigDecimal promoPrice, java.math.BigDecimal minQuantity, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceTierPriceEntry in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTierPriceEntry addCommerceTierPriceEntry(java.lang.String externalReferenceCode, long commercePriceEntryId, java.math.BigDecimal price, java.math.BigDecimal minQuantity, boolean bulkPricing, boolean discountDiscovery, java.math.BigDecimal discountLevel1, java.math.BigDecimal discountLevel2, java.math.BigDecimal discountLevel3, java.math.BigDecimal discountLevel4, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceTierPriceEntry in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTierPriceEntry addOrUpdateCommerceTierPriceEntry(java.lang.String externalReferenceCode, long commerceTierPriceEntryId, long commercePriceEntryId, java.math.BigDecimal price, java.math.BigDecimal promoPrice, java.math.BigDecimal minQuantity, java.lang.String priceEntryExternalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateCommerceTierPriceEntry in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTierPriceEntry addOrUpdateCommerceTierPriceEntry(java.lang.String externalReferenceCode, long commerceTierPriceEntryId, long commercePriceEntryId, java.math.BigDecimal price, java.math.BigDecimal minQuantity, boolean bulkPricing, boolean discountDiscovery, java.math.BigDecimal discountLevel1, java.math.BigDecimal discountLevel2, java.math.BigDecimal discountLevel3, java.math.BigDecimal discountLevel4, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, java.lang.String priceEntryExternalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateCommerceTierPriceEntry in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceTierPriceEntry(long commerceTierPriceEntryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceTierPriceEntry in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTierPriceEntry fetchByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
fetchByExternalReferenceCode in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTierPriceEntry fetchCommerceTierPriceEntry(long commerceTierPriceEntryId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceTierPriceEntry in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceTierPriceEntry> getCommerceTierPriceEntries(long commercePriceEntryId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTierPriceEntries in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceTierPriceEntry> getCommerceTierPriceEntries(long commercePriceEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTierPriceEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTierPriceEntries in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceTierPriceEntriesCount(long commercePriceEntryId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceTierPriceEntriesCount in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalException@Deprecated
public int getCommerceTierPriceEntriesCountByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceTierPriceEntriesCountByCompanyId in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTierPriceEntry getCommerceTierPriceEntry(long commerceTierPriceEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceTierPriceEntry in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceTierPriceEntryServicepublic com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceTierPriceEntry> searchCommerceTierPriceEntries(long companyId, long commercePriceEntryId, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
searchCommerceTierPriceEntries in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int searchCommerceTierPriceEntriesCount(long companyId,
long commercePriceEntryId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
searchCommerceTierPriceEntriesCount in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTierPriceEntry updateCommerceTierPriceEntry(long commerceTierPriceEntryId, java.math.BigDecimal price, java.math.BigDecimal promoPrice, java.math.BigDecimal minQuantity, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceTierPriceEntry in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTierPriceEntry updateCommerceTierPriceEntry(long commerceTierPriceEntryId, java.math.BigDecimal price, java.math.BigDecimal minQuantity, boolean bulkPricing, boolean discountDiscovery, java.math.BigDecimal discountLevel1, java.math.BigDecimal discountLevel2, java.math.BigDecimal discountLevel3, java.math.BigDecimal discountLevel4, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceTierPriceEntry in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTierPriceEntry updateExternalReferenceCode(CommerceTierPriceEntry commerceTierPriceEntry, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
updateExternalReferenceCode in interface CommerceTierPriceEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceTierPriceEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceTierPriceEntryService>public void setWrappedService(CommerceTierPriceEntryService commerceTierPriceEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceTierPriceEntryService>