public class CommerceDiscountRelLocalServiceWrapper extends java.lang.Object implements CommerceDiscountRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountRelLocalService>
CommerceDiscountRelLocalService
.CommerceDiscountRelLocalService
Constructor and Description |
---|
CommerceDiscountRelLocalServiceWrapper() |
CommerceDiscountRelLocalServiceWrapper(CommerceDiscountRelLocalService commerceDiscountRelLocalService) |
Modifier and Type | Method and Description |
---|---|
CommerceDiscountRel |
addCommerceDiscountRel(CommerceDiscountRel commerceDiscountRel)
Adds the commerce discount rel to the database.
|
CommerceDiscountRel |
addCommerceDiscountRel(long commerceDiscountId,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceDiscountRel |
createCommerceDiscountRel(long commerceDiscountRelId)
Creates a new commerce discount rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceDiscountRel |
deleteCommerceDiscountRel(CommerceDiscount commerceDiscount,
CommerceDiscountRel commerceDiscountRel) |
CommerceDiscountRel |
deleteCommerceDiscountRel(CommerceDiscountRel commerceDiscountRel)
Deletes the commerce discount rel from the database.
|
CommerceDiscountRel |
deleteCommerceDiscountRel(long commerceDiscountRelId)
Deletes the commerce discount rel with the primary key from the database.
|
void |
deleteCommerceDiscountRels(CommerceDiscount commerceDiscount) |
void |
deleteCommerceDiscountRels(java.lang.String className,
long classPK) |
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.
|
CommerceDiscountRel |
fetchCommerceDiscountRel(long commerceDiscountRelId) |
CommerceDiscountRel |
fetchCommerceDiscountRel(java.lang.String className,
long classPK) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
java.util.List<CommerceDiscountRel> |
getCategoriesByCommerceDiscountId(long commerceDiscountId,
java.lang.String name,
int start,
int end) |
int |
getCategoriesByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String name) |
long[] |
getClassPKs(long commerceDiscountId,
java.lang.String className) |
CommerceDiscountRel |
getCommerceDiscountRel(long commerceDiscountRelId)
Returns the commerce discount rel with the primary key.
|
java.util.List<CommerceDiscountRel> |
getCommerceDiscountRels(int start,
int end)
Returns a range of all the commerce discount rels.
|
java.util.List<CommerceDiscountRel> |
getCommerceDiscountRels(long classNameId,
long classPK) |
java.util.List<CommerceDiscountRel> |
getCommerceDiscountRels(long classNameId,
long classPK,
java.lang.String unitOfMeasureKey) |
java.util.List<CommerceDiscountRel> |
getCommerceDiscountRels(long commerceDiscountId,
java.lang.String className) |
java.util.List<CommerceDiscountRel> |
getCommerceDiscountRels(long commerceDiscountId,
java.lang.String className,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountRel> orderByComparator) |
int |
getCommerceDiscountRelsCount()
Returns the number of commerce discount rels.
|
int |
getCommerceDiscountRelsCount(long commerceDiscountId,
java.lang.String className) |
java.util.List<CommerceDiscountRel> |
getCommercePricingClassesByCommerceDiscountId(long commerceDiscountId,
java.lang.String title,
int start,
int end) |
int |
getCommercePricingClassesByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String title) |
java.util.List<CommerceDiscountRel> |
getCPDefinitionsByCommerceDiscountId(long commerceDiscountId,
java.lang.String name,
java.lang.String languageId,
int start,
int end) |
int |
getCPDefinitionsByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String name,
java.lang.String languageId) |
java.util.List<CommerceDiscountRel> |
getCPInstancesByCommerceDiscountId(long commerceDiscountId,
java.lang.String sku,
int start,
int end) |
int |
getCPInstancesByCommerceDiscountIdCount(long commerceDiscountId,
java.lang.String sku) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceDiscountRelLocalService |
getWrappedService() |
void |
setWrappedService(CommerceDiscountRelLocalService commerceDiscountRelLocalService) |
CommerceDiscountRel |
updateCommerceDiscountRel(CommerceDiscountRel commerceDiscountRel)
Updates the commerce discount rel in the database or adds it if it does not yet exist.
|
public CommerceDiscountRelLocalServiceWrapper()
public CommerceDiscountRelLocalServiceWrapper(CommerceDiscountRelLocalService commerceDiscountRelLocalService)
public CommerceDiscountRel addCommerceDiscountRel(CommerceDiscountRel commerceDiscountRel)
Important: Inspect CommerceDiscountRelLocalServiceImpl 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.
addCommerceDiscountRel
in interface CommerceDiscountRelLocalService
commerceDiscountRel
- the commerce discount relpublic CommerceDiscountRel addCommerceDiscountRel(long commerceDiscountId, java.lang.String className, long classPK, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceDiscountRel
in interface CommerceDiscountRelLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceDiscountRel createCommerceDiscountRel(long commerceDiscountRelId)
createCommerceDiscountRel
in interface CommerceDiscountRelLocalService
commerceDiscountRelId
- the primary key for the new commerce discount relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel
in interface CommerceDiscountRelLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public CommerceDiscountRel deleteCommerceDiscountRel(CommerceDiscount commerceDiscount, CommerceDiscountRel commerceDiscountRel) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountRel
in interface CommerceDiscountRelLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceDiscountRel deleteCommerceDiscountRel(CommerceDiscountRel commerceDiscountRel)
Important: Inspect CommerceDiscountRelLocalServiceImpl 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.
deleteCommerceDiscountRel
in interface CommerceDiscountRelLocalService
commerceDiscountRel
- the commerce discount relpublic CommerceDiscountRel deleteCommerceDiscountRel(long commerceDiscountRelId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceDiscountRelLocalServiceImpl 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.
deleteCommerceDiscountRel
in interface CommerceDiscountRelLocalService
commerceDiscountRelId
- the primary key of the commerce discount relPortalException
- if a commerce discount rel with the primary key could not be foundpublic void deleteCommerceDiscountRels(CommerceDiscount commerceDiscount) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountRels
in interface CommerceDiscountRelLocalService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommerceDiscountRels(java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountRels
in interface CommerceDiscountRelLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface CommerceDiscountRelLocalService
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 CommerceDiscountRelLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface CommerceDiscountRelLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface CommerceDiscountRelLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface CommerceDiscountRelLocalService
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.discount.model.impl.CommerceDiscountRelModelImpl
.
dynamicQuery
in interface CommerceDiscountRelLocalService
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.discount.model.impl.CommerceDiscountRelModelImpl
.
dynamicQuery
in interface CommerceDiscountRelLocalService
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 CommerceDiscountRelLocalService
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 CommerceDiscountRelLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic CommerceDiscountRel fetchCommerceDiscountRel(long commerceDiscountRelId)
fetchCommerceDiscountRel
in interface CommerceDiscountRelLocalService
public CommerceDiscountRel fetchCommerceDiscountRel(java.lang.String className, long classPK)
fetchCommerceDiscountRel
in interface CommerceDiscountRelLocalService
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface CommerceDiscountRelLocalService
public java.util.List<CommerceDiscountRel> getCategoriesByCommerceDiscountId(long commerceDiscountId, java.lang.String name, int start, int end)
getCategoriesByCommerceDiscountId
in interface CommerceDiscountRelLocalService
public int getCategoriesByCommerceDiscountIdCount(long commerceDiscountId, java.lang.String name)
getCategoriesByCommerceDiscountIdCount
in interface CommerceDiscountRelLocalService
public long[] getClassPKs(long commerceDiscountId, java.lang.String className)
getClassPKs
in interface CommerceDiscountRelLocalService
public CommerceDiscountRel getCommerceDiscountRel(long commerceDiscountRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountRel
in interface CommerceDiscountRelLocalService
commerceDiscountRelId
- the primary key of the commerce discount relPortalException
- if a commerce discount rel with the primary key could not be foundpublic java.util.List<CommerceDiscountRel> getCommerceDiscountRels(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.discount.model.impl.CommerceDiscountRelModelImpl
.
getCommerceDiscountRels
in interface CommerceDiscountRelLocalService
start
- the lower bound of the range of commerce discount relsend
- the upper bound of the range of commerce discount rels (not inclusive)public java.util.List<CommerceDiscountRel> getCommerceDiscountRels(long classNameId, long classPK)
getCommerceDiscountRels
in interface CommerceDiscountRelLocalService
public java.util.List<CommerceDiscountRel> getCommerceDiscountRels(long classNameId, long classPK, java.lang.String unitOfMeasureKey)
getCommerceDiscountRels
in interface CommerceDiscountRelLocalService
public java.util.List<CommerceDiscountRel> getCommerceDiscountRels(long commerceDiscountId, java.lang.String className)
getCommerceDiscountRels
in interface CommerceDiscountRelLocalService
public java.util.List<CommerceDiscountRel> getCommerceDiscountRels(long commerceDiscountId, java.lang.String className, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountRel> orderByComparator)
getCommerceDiscountRels
in interface CommerceDiscountRelLocalService
public int getCommerceDiscountRelsCount()
getCommerceDiscountRelsCount
in interface CommerceDiscountRelLocalService
public int getCommerceDiscountRelsCount(long commerceDiscountId, java.lang.String className)
getCommerceDiscountRelsCount
in interface CommerceDiscountRelLocalService
public java.util.List<CommerceDiscountRel> getCommercePricingClassesByCommerceDiscountId(long commerceDiscountId, java.lang.String title, int start, int end)
getCommercePricingClassesByCommerceDiscountId
in interface CommerceDiscountRelLocalService
public int getCommercePricingClassesByCommerceDiscountIdCount(long commerceDiscountId, java.lang.String title)
getCommercePricingClassesByCommerceDiscountIdCount
in interface CommerceDiscountRelLocalService
public java.util.List<CommerceDiscountRel> getCPDefinitionsByCommerceDiscountId(long commerceDiscountId, java.lang.String name, java.lang.String languageId, int start, int end)
getCPDefinitionsByCommerceDiscountId
in interface CommerceDiscountRelLocalService
public int getCPDefinitionsByCommerceDiscountIdCount(long commerceDiscountId, java.lang.String name, java.lang.String languageId)
getCPDefinitionsByCommerceDiscountIdCount
in interface CommerceDiscountRelLocalService
public java.util.List<CommerceDiscountRel> getCPInstancesByCommerceDiscountId(long commerceDiscountId, java.lang.String sku, int start, int end)
getCPInstancesByCommerceDiscountId
in interface CommerceDiscountRelLocalService
public int getCPInstancesByCommerceDiscountIdCount(long commerceDiscountId, java.lang.String sku)
getCPInstancesByCommerceDiscountIdCount
in interface CommerceDiscountRelLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface CommerceDiscountRelLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceDiscountRelLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface CommerceDiscountRelLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public CommerceDiscountRel updateCommerceDiscountRel(CommerceDiscountRel commerceDiscountRel)
Important: Inspect CommerceDiscountRelLocalServiceImpl 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.
updateCommerceDiscountRel
in interface CommerceDiscountRelLocalService
commerceDiscountRel
- the commerce discount relpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public CommerceDiscountRelLocalService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountRelLocalService>
public void setWrappedService(CommerceDiscountRelLocalService commerceDiscountRelLocalService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountRelLocalService>