public class CommercePriceEntryLocalServiceWrapper extends java.lang.Object implements CommercePriceEntryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceEntryLocalService>
CommercePriceEntryLocalService
.CommercePriceEntryLocalService
Constructor and Description |
---|
CommercePriceEntryLocalServiceWrapper() |
CommercePriceEntryLocalServiceWrapper(CommercePriceEntryLocalService commercePriceEntryLocalService) |
Modifier and Type | Method and Description |
---|---|
CommercePriceEntry |
addCommercePriceEntry(CommercePriceEntry commercePriceEntry)
Adds the commerce price entry to the database.
|
CommercePriceEntry |
addCommercePriceEntry(java.lang.String externalReferenceCode,
long cProductId,
java.lang.String cpInstanceUuid,
long commercePriceListId,
java.math.BigDecimal price,
java.math.BigDecimal promoPrice,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePriceEntry |
addCommercePriceEntry(java.lang.String externalReferenceCode,
long cProductId,
java.lang.String cpInstanceUuid,
long commercePriceListId,
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.math.BigDecimal price,
boolean priceOnApplication,
java.math.BigDecimal promoPrice,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePriceEntry |
addOrUpdateCommercePriceEntry(java.lang.String externalReferenceCode,
long commercePriceEntryId,
long cProductId,
java.lang.String cpInstanceUuid,
long commercePriceListId,
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.math.BigDecimal price,
boolean priceOnApplication,
java.math.BigDecimal promoPrice,
java.lang.String skuExternalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
checkCommercePriceEntries() |
CommercePriceEntry |
createCommercePriceEntry(long commercePriceEntryId)
Creates a new commerce price entry with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCommercePriceEntries(long commercePriceListId) |
void |
deleteCommercePriceEntries(java.lang.String cpInstanceUuid) |
CommercePriceEntry |
deleteCommercePriceEntry(CommercePriceEntry commercePriceEntry)
Deletes the commerce price entry from the database.
|
CommercePriceEntry |
deleteCommercePriceEntry(long commercePriceEntryId)
Deletes the commerce price entry with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
CommercePriceEntry |
fetchByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommercePriceEntry |
fetchCommercePriceEntry(long commercePriceEntryId) |
CommercePriceEntry |
fetchCommercePriceEntry(long commercePriceListId,
java.lang.String cpInstanceUuid) |
CommercePriceEntry |
fetchCommercePriceEntry(long commercePriceListId,
java.lang.String cpInstanceUuid,
boolean useAncestor) |
CommercePriceEntry |
fetchCommercePriceEntry(long commercePriceListId,
java.lang.String cpInstanceUuid,
int status) |
CommercePriceEntry |
fetchCommercePriceEntryByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommercePriceEntry |
fetchCommercePriceEntryByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce price entry with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
java.util.List<CommercePriceEntry> |
getCommercePriceEntries(int start,
int end)
Returns a range of all the commerce price entries.
|
java.util.List<CommercePriceEntry> |
getCommercePriceEntries(long commercePriceListId,
int start,
int end) |
java.util.List<CommercePriceEntry> |
getCommercePriceEntries(long commercePriceListId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceEntry> orderByComparator) |
java.util.List<CommercePriceEntry> |
getCommercePriceEntriesByCompanyId(long companyId,
int start,
int end) |
int |
getCommercePriceEntriesCount()
Returns the number of commerce price entries.
|
int |
getCommercePriceEntriesCount(long commercePriceListId) |
int |
getCommercePriceEntriesCountByCompanyId(long companyId) |
CommercePriceEntry |
getCommercePriceEntry(long commercePriceEntryId)
Returns the commerce price entry with the primary key.
|
CommercePriceEntry |
getCommercePriceEntryByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommercePriceEntry |
getCommercePriceEntryByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce price entry with the matching UUID and company.
|
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceEntry> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
CommercePriceEntry |
getInstanceBaseCommercePriceEntry(java.lang.String cpInstanceUuid,
java.lang.String priceListType) |
int |
getInstanceCommercePriceEntriesCount(java.lang.String cpInstanceUuid) |
java.lang.Class<CommercePriceEntry> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommercePriceEntryLocalService |
getWrappedService() |
com.liferay.portal.kernel.search.Hits |
search(com.liferay.portal.kernel.search.SearchContext searchContext) |
com.liferay.portal.kernel.search.BaseModelSearchResult<CommercePriceEntry> |
searchCommercePriceEntries(long companyId,
long commercePriceListId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
int |
searchCommercePriceEntriesCount(long companyId,
long commercePriceListId,
java.lang.String keywords) |
CommercePriceEntry |
setHasTierPrice(long commercePriceEntryId,
boolean hasTierPrice) |
CommercePriceEntry |
setHasTierPrice(long commercePriceEntryId,
boolean hasTierPrice,
boolean bulkPricing) |
void |
setWrappedService(CommercePriceEntryLocalService commercePriceEntryLocalService) |
CommercePriceEntry |
updateCommercePriceEntry(CommercePriceEntry commercePriceEntry)
Updates the commerce price entry in the database or adds it if it does not yet exist.
|
CommercePriceEntry |
updateCommercePriceEntry(long commercePriceEntryId,
java.math.BigDecimal price,
java.math.BigDecimal promoPrice,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePriceEntry |
updateCommercePriceEntry(long commercePriceEntryId,
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.math.BigDecimal price,
boolean priceOnApplication,
java.math.BigDecimal promoPrice,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePriceEntry |
updateExternalReferenceCode(java.lang.String externalReferenceCode,
CommercePriceEntry commercePriceEntry) |
CommercePriceEntry |
updateStatus(long userId,
long commercePriceEntryId,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceEntry>,R,E> updateUnsafeFunction) |
public CommercePriceEntryLocalServiceWrapper()
public CommercePriceEntryLocalServiceWrapper(CommercePriceEntryLocalService commercePriceEntryLocalService)
public CommercePriceEntry addCommercePriceEntry(CommercePriceEntry commercePriceEntry)
Important: Inspect CommercePriceEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addCommercePriceEntry
in interface CommercePriceEntryLocalService
commercePriceEntry
- the commerce price entrypublic CommercePriceEntry addCommercePriceEntry(java.lang.String externalReferenceCode, long cProductId, java.lang.String cpInstanceUuid, long commercePriceListId, java.math.BigDecimal price, java.math.BigDecimal promoPrice, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommercePriceEntry
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public CommercePriceEntry addCommercePriceEntry(java.lang.String externalReferenceCode, long cProductId, java.lang.String cpInstanceUuid, long commercePriceListId, 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.math.BigDecimal price, boolean priceOnApplication, java.math.BigDecimal promoPrice, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommercePriceEntry
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public CommercePriceEntry addOrUpdateCommercePriceEntry(java.lang.String externalReferenceCode, long commercePriceEntryId, long cProductId, java.lang.String cpInstanceUuid, long commercePriceListId, 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.math.BigDecimal price, boolean priceOnApplication, java.math.BigDecimal promoPrice, java.lang.String skuExternalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateCommercePriceEntry
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public void checkCommercePriceEntries() throws com.liferay.portal.kernel.exception.PortalException
checkCommercePriceEntries
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public CommercePriceEntry createCommercePriceEntry(long commercePriceEntryId)
createCommercePriceEntry
in interface CommercePriceEntryLocalService
commercePriceEntryId
- the primary key for the new commerce price entrypublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel
in interface CommercePriceEntryLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public void deleteCommercePriceEntries(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommercePriceEntries
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommercePriceEntries(java.lang.String cpInstanceUuid) throws com.liferay.portal.kernel.exception.PortalException
deleteCommercePriceEntries
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public CommercePriceEntry deleteCommercePriceEntry(CommercePriceEntry commercePriceEntry) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommercePriceEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCommercePriceEntry
in interface CommercePriceEntryLocalService
commercePriceEntry
- the commerce price entryPortalException
public CommercePriceEntry deleteCommercePriceEntry(long commercePriceEntryId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommercePriceEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCommercePriceEntry
in interface CommercePriceEntryLocalService
commercePriceEntryId
- the primary key of the commerce price entryPortalException
- if a commerce price entry with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface CommercePriceEntryLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface CommercePriceEntryLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface CommercePriceEntryLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface CommercePriceEntryLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface CommercePriceEntryLocalService
dynamicQuery
- the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.price.list.model.impl.CommercePriceEntryModelImpl
.
dynamicQuery
in interface CommercePriceEntryLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.price.list.model.impl.CommercePriceEntryModelImpl
.
dynamicQuery
in interface CommercePriceEntryLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount
in interface CommercePriceEntryLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface CommercePriceEntryLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic CommercePriceEntry fetchByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchByExternalReferenceCode
in interface CommercePriceEntryLocalService
public CommercePriceEntry fetchCommercePriceEntry(long commercePriceEntryId)
fetchCommercePriceEntry
in interface CommercePriceEntryLocalService
public CommercePriceEntry fetchCommercePriceEntry(long commercePriceListId, java.lang.String cpInstanceUuid)
fetchCommercePriceEntry
in interface CommercePriceEntryLocalService
public CommercePriceEntry fetchCommercePriceEntry(long commercePriceListId, java.lang.String cpInstanceUuid, boolean useAncestor)
fetchCommercePriceEntry
in interface CommercePriceEntryLocalService
public CommercePriceEntry fetchCommercePriceEntry(long commercePriceListId, java.lang.String cpInstanceUuid, int status)
fetchCommercePriceEntry
in interface CommercePriceEntryLocalService
public CommercePriceEntry fetchCommercePriceEntryByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchCommercePriceEntryByExternalReferenceCode
in interface CommercePriceEntryLocalService
public CommercePriceEntry fetchCommercePriceEntryByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCommercePriceEntryByUuidAndCompanyId
in interface CommercePriceEntryLocalService
uuid
- the commerce price entry's UUIDcompanyId
- the primary key of the companynull
if a matching commerce price entry could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface CommercePriceEntryLocalService
public java.util.List<CommercePriceEntry> getCommercePriceEntries(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.price.list.model.impl.CommercePriceEntryModelImpl
.
getCommercePriceEntries
in interface CommercePriceEntryLocalService
start
- the lower bound of the range of commerce price entriesend
- the upper bound of the range of commerce price entries (not inclusive)public java.util.List<CommercePriceEntry> getCommercePriceEntries(long commercePriceListId, int start, int end)
getCommercePriceEntries
in interface CommercePriceEntryLocalService
public java.util.List<CommercePriceEntry> getCommercePriceEntries(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceEntry> orderByComparator)
getCommercePriceEntries
in interface CommercePriceEntryLocalService
public java.util.List<CommercePriceEntry> getCommercePriceEntriesByCompanyId(long companyId, int start, int end)
getCommercePriceEntriesByCompanyId
in interface CommercePriceEntryLocalService
public int getCommercePriceEntriesCount()
getCommercePriceEntriesCount
in interface CommercePriceEntryLocalService
public int getCommercePriceEntriesCount(long commercePriceListId)
getCommercePriceEntriesCount
in interface CommercePriceEntryLocalService
public int getCommercePriceEntriesCountByCompanyId(long companyId)
getCommercePriceEntriesCountByCompanyId
in interface CommercePriceEntryLocalService
public CommercePriceEntry getCommercePriceEntry(long commercePriceEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceEntry
in interface CommercePriceEntryLocalService
commercePriceEntryId
- the primary key of the commerce price entryPortalException
- if a commerce price entry with the primary key could not be foundpublic CommercePriceEntry getCommercePriceEntryByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceEntryByExternalReferenceCode
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public CommercePriceEntry getCommercePriceEntryByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceEntryByUuidAndCompanyId
in interface CommercePriceEntryLocalService
uuid
- the commerce price entry's UUIDcompanyId
- the primary key of the companyPortalException
- if a matching commerce price entry could not be foundpublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface CommercePriceEntryLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface CommercePriceEntryLocalService
public CommercePriceEntry getInstanceBaseCommercePriceEntry(java.lang.String cpInstanceUuid, java.lang.String priceListType)
getInstanceBaseCommercePriceEntry
in interface CommercePriceEntryLocalService
public int getInstanceCommercePriceEntriesCount(java.lang.String cpInstanceUuid)
getInstanceCommercePriceEntriesCount
in interface CommercePriceEntryLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommercePriceEntryLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface CommercePriceEntryLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public com.liferay.portal.kernel.search.Hits search(com.liferay.portal.kernel.search.SearchContext searchContext)
search
in interface CommercePriceEntryLocalService
public com.liferay.portal.kernel.search.BaseModelSearchResult<CommercePriceEntry> searchCommercePriceEntries(long companyId, long commercePriceListId, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
searchCommercePriceEntries
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public int searchCommercePriceEntriesCount(long companyId, long commercePriceListId, java.lang.String keywords) throws com.liferay.portal.kernel.exception.PortalException
searchCommercePriceEntriesCount
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public CommercePriceEntry setHasTierPrice(long commercePriceEntryId, boolean hasTierPrice) throws com.liferay.portal.kernel.exception.PortalException
setHasTierPrice
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public CommercePriceEntry setHasTierPrice(long commercePriceEntryId, boolean hasTierPrice, boolean bulkPricing) throws com.liferay.portal.kernel.exception.PortalException
setHasTierPrice
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public CommercePriceEntry updateCommercePriceEntry(CommercePriceEntry commercePriceEntry)
Important: Inspect CommercePriceEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateCommercePriceEntry
in interface CommercePriceEntryLocalService
commercePriceEntry
- the commerce price entrypublic CommercePriceEntry updateCommercePriceEntry(long commercePriceEntryId, java.math.BigDecimal price, java.math.BigDecimal promoPrice, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommercePriceEntry
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public CommercePriceEntry updateCommercePriceEntry(long commercePriceEntryId, 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.math.BigDecimal price, boolean priceOnApplication, java.math.BigDecimal promoPrice, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommercePriceEntry
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public CommercePriceEntry updateExternalReferenceCode(java.lang.String externalReferenceCode, CommercePriceEntry commercePriceEntry) throws com.liferay.portal.kernel.exception.PortalException
updateExternalReferenceCode
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public CommercePriceEntry updateStatus(long userId, long commercePriceEntryId, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext, java.util.Map<java.lang.String,java.io.Serializable> workflowContext) throws com.liferay.portal.kernel.exception.PortalException
updateStatus
in interface CommercePriceEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceEntry> getCTPersistence()
getCTPersistence
in interface CommercePriceEntryLocalService
getCTPersistence
in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePriceEntry>
public java.lang.Class<CommercePriceEntry> getModelClass()
getModelClass
in interface CommercePriceEntryLocalService
getModelClass
in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePriceEntry>
public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceEntry>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction
in interface CommercePriceEntryLocalService
updateWithUnsafeFunction
in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePriceEntry>
E extends java.lang.Throwable
public CommercePriceEntryLocalService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceEntryLocalService>
public void setWrappedService(CommercePriceEntryLocalService commercePriceEntryLocalService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceEntryLocalService>