public class CommercePriceListDiscountRelLocalServiceWrapper extends java.lang.Object implements CommercePriceListDiscountRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListDiscountRelLocalService>
CommercePriceListDiscountRelLocalService.CommercePriceListDiscountRelLocalService| Constructor and Description |
|---|
CommercePriceListDiscountRelLocalServiceWrapper() |
CommercePriceListDiscountRelLocalServiceWrapper(CommercePriceListDiscountRelLocalService commercePriceListDiscountRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommercePriceListDiscountRel |
addCommercePriceListDiscountRel(CommercePriceListDiscountRel commercePriceListDiscountRel)
Adds the commerce price list discount rel to the database.
|
CommercePriceListDiscountRel |
addCommercePriceListDiscountRel(long userId,
long commercePriceListId,
long commerceDiscountId,
int order,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePriceListDiscountRel |
createCommercePriceListDiscountRel(long commercePriceListDiscountRelId)
Creates a new commerce price list discount rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommercePriceListDiscountRel |
deleteCommercePriceListDiscountRel(CommercePriceListDiscountRel commercePriceListDiscountRel)
Deletes the commerce price list discount rel from the database.
|
CommercePriceListDiscountRel |
deleteCommercePriceListDiscountRel(long commercePriceListDiscountRelId)
Deletes the commerce price list discount rel with the primary key from the database.
|
void |
deleteCommercePriceListDiscountRels(long commercePriceListId) |
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.
|
CommercePriceListDiscountRel |
fetchCommercePriceListDiscountRel(long commercePriceListDiscountRelId) |
CommercePriceListDiscountRel |
fetchCommercePriceListDiscountRel(long commerceDiscountId,
long commercePriceListId) |
CommercePriceListDiscountRel |
fetchCommercePriceListDiscountRelByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce price list discount rel with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
CommercePriceListDiscountRel |
getCommercePriceListDiscountRel(long commercePriceListDiscountRelId)
Returns the commerce price list discount rel with the primary key.
|
CommercePriceListDiscountRel |
getCommercePriceListDiscountRelByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce price list discount rel with the matching UUID and company.
|
java.util.List<CommercePriceListDiscountRel> |
getCommercePriceListDiscountRels(int start,
int end)
Returns a range of all the commerce price list discount rels.
|
java.util.List<CommercePriceListDiscountRel> |
getCommercePriceListDiscountRels(long commercePriceListId) |
java.util.List<CommercePriceListDiscountRel> |
getCommercePriceListDiscountRels(long commercePriceListId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListDiscountRel> orderByComparator) |
int |
getCommercePriceListDiscountRelsCount()
Returns the number of commerce price list discount rels.
|
int |
getCommercePriceListDiscountRelsCount(long commercePriceListId) |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceListDiscountRel> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<CommercePriceListDiscountRel> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommercePriceListDiscountRelLocalService |
getWrappedService() |
void |
setWrappedService(CommercePriceListDiscountRelLocalService commercePriceListDiscountRelLocalService) |
CommercePriceListDiscountRel |
updateCommercePriceListDiscountRel(CommercePriceListDiscountRel commercePriceListDiscountRel)
Updates the commerce price list discount rel in the database or adds it if it does not yet exist.
|
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceListDiscountRel>,R,E> updateUnsafeFunction) |
public CommercePriceListDiscountRelLocalServiceWrapper()
public CommercePriceListDiscountRelLocalServiceWrapper(CommercePriceListDiscountRelLocalService commercePriceListDiscountRelLocalService)
public CommercePriceListDiscountRel addCommercePriceListDiscountRel(CommercePriceListDiscountRel commercePriceListDiscountRel)
Important: Inspect CommercePriceListDiscountRelLocalServiceImpl 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.
addCommercePriceListDiscountRel in interface CommercePriceListDiscountRelLocalServicecommercePriceListDiscountRel - the commerce price list discount relpublic CommercePriceListDiscountRel addCommercePriceListDiscountRel(long userId, long commercePriceListId, long commerceDiscountId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommercePriceListDiscountRel in interface CommercePriceListDiscountRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceListDiscountRel createCommercePriceListDiscountRel(long commercePriceListDiscountRelId)
createCommercePriceListDiscountRel in interface CommercePriceListDiscountRelLocalServicecommercePriceListDiscountRelId - the primary key for the new commerce price list discount relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommercePriceListDiscountRelLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommercePriceListDiscountRel deleteCommercePriceListDiscountRel(CommercePriceListDiscountRel commercePriceListDiscountRel) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommercePriceListDiscountRelLocalServiceImpl 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.
deleteCommercePriceListDiscountRel in interface CommercePriceListDiscountRelLocalServicecommercePriceListDiscountRel - the commerce price list discount relPortalExceptionpublic CommercePriceListDiscountRel deleteCommercePriceListDiscountRel(long commercePriceListDiscountRelId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommercePriceListDiscountRelLocalServiceImpl 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.
deleteCommercePriceListDiscountRel in interface CommercePriceListDiscountRelLocalServicecommercePriceListDiscountRelId - the primary key of the commerce price list discount relPortalException - if a commerce price list discount rel with the primary key could not be foundpublic void deleteCommercePriceListDiscountRels(long commercePriceListId)
deleteCommercePriceListDiscountRels in interface CommercePriceListDiscountRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommercePriceListDiscountRelLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommercePriceListDiscountRelLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommercePriceListDiscountRelLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommercePriceListDiscountRelLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommercePriceListDiscountRelLocalServicedynamicQuery - 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.CommercePriceListDiscountRelModelImpl.
dynamicQuery in interface CommercePriceListDiscountRelLocalServicedynamicQuery - 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.CommercePriceListDiscountRelModelImpl.
dynamicQuery in interface CommercePriceListDiscountRelLocalServicedynamicQuery - 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 CommercePriceListDiscountRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommercePriceListDiscountRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommercePriceListDiscountRel fetchCommercePriceListDiscountRel(long commercePriceListDiscountRelId)
fetchCommercePriceListDiscountRel in interface CommercePriceListDiscountRelLocalServicepublic CommercePriceListDiscountRel fetchCommercePriceListDiscountRel(long commerceDiscountId, long commercePriceListId)
fetchCommercePriceListDiscountRel in interface CommercePriceListDiscountRelLocalServicepublic CommercePriceListDiscountRel fetchCommercePriceListDiscountRelByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCommercePriceListDiscountRelByUuidAndCompanyId in interface CommercePriceListDiscountRelLocalServiceuuid - the commerce price list discount rel's UUIDcompanyId - the primary key of the companynull if a matching commerce price list discount rel could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommercePriceListDiscountRelLocalServicepublic CommercePriceListDiscountRel getCommercePriceListDiscountRel(long commercePriceListDiscountRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListDiscountRel in interface CommercePriceListDiscountRelLocalServicecommercePriceListDiscountRelId - the primary key of the commerce price list discount relPortalException - if a commerce price list discount rel with the primary key could not be foundpublic CommercePriceListDiscountRel getCommercePriceListDiscountRelByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListDiscountRelByUuidAndCompanyId in interface CommercePriceListDiscountRelLocalServiceuuid - the commerce price list discount rel's UUIDcompanyId - the primary key of the companyPortalException - if a matching commerce price list discount rel could not be foundpublic java.util.List<CommercePriceListDiscountRel> getCommercePriceListDiscountRels(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.CommercePriceListDiscountRelModelImpl.
getCommercePriceListDiscountRels in interface CommercePriceListDiscountRelLocalServicestart - the lower bound of the range of commerce price list discount relsend - the upper bound of the range of commerce price list discount rels (not inclusive)public java.util.List<CommercePriceListDiscountRel> getCommercePriceListDiscountRels(long commercePriceListId)
getCommercePriceListDiscountRels in interface CommercePriceListDiscountRelLocalServicepublic java.util.List<CommercePriceListDiscountRel> getCommercePriceListDiscountRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListDiscountRel> orderByComparator)
getCommercePriceListDiscountRels in interface CommercePriceListDiscountRelLocalServicepublic int getCommercePriceListDiscountRelsCount()
getCommercePriceListDiscountRelsCount in interface CommercePriceListDiscountRelLocalServicepublic int getCommercePriceListDiscountRelsCount(long commercePriceListId)
getCommercePriceListDiscountRelsCount in interface CommercePriceListDiscountRelLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CommercePriceListDiscountRelLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommercePriceListDiscountRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommercePriceListDiscountRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommercePriceListDiscountRelLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommercePriceListDiscountRel updateCommercePriceListDiscountRel(CommercePriceListDiscountRel commercePriceListDiscountRel)
Important: Inspect CommercePriceListDiscountRelLocalServiceImpl 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.
updateCommercePriceListDiscountRel in interface CommercePriceListDiscountRelLocalServicecommercePriceListDiscountRel - the commerce price list discount relpublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceListDiscountRel> getCTPersistence()
getCTPersistence in interface CommercePriceListDiscountRelLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePriceListDiscountRel>public java.lang.Class<CommercePriceListDiscountRel> getModelClass()
getModelClass in interface CommercePriceListDiscountRelLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePriceListDiscountRel>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceListDiscountRel>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CommercePriceListDiscountRelLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePriceListDiscountRel>E extends java.lang.Throwablepublic CommercePriceListDiscountRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListDiscountRelLocalService>public void setWrappedService(CommercePriceListDiscountRelLocalService commercePriceListDiscountRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListDiscountRelLocalService>