public class CommercePriceModifierRelLocalServiceWrapper extends java.lang.Object implements CommercePriceModifierRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceModifierRelLocalService>
CommercePriceModifierRelLocalService.CommercePriceModifierRelLocalService| Constructor and Description |
|---|
CommercePriceModifierRelLocalServiceWrapper() |
CommercePriceModifierRelLocalServiceWrapper(CommercePriceModifierRelLocalService commercePriceModifierRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommercePriceModifierRel |
addCommercePriceModifierRel(CommercePriceModifierRel commercePriceModifierRel)
Adds the commerce price modifier rel to the database.
|
CommercePriceModifierRel |
addCommercePriceModifierRel(long commercePriceModifierId,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePriceModifierRel |
createCommercePriceModifierRel(long commercePriceModifierRelId)
Creates a new commerce price modifier rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommercePriceModifierRel |
deleteCommercePriceModifierRel(CommercePriceModifierRel commercePriceModifierRel)
Deletes the commerce price modifier rel from the database.
|
CommercePriceModifierRel |
deleteCommercePriceModifierRel(long commercePriceModifierRelId)
Deletes the commerce price modifier rel with the primary key from the database.
|
void |
deleteCommercePriceModifierRels(long commercePriceModifierId) |
void |
deleteCommercePriceModifierRels(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.
|
CommercePriceModifierRel |
fetchCommercePriceModifierRel(long commercePriceModifierRelId) |
CommercePriceModifierRel |
fetchCommercePriceModifierRel(long commercePriceModifierId,
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<CommercePriceModifierRel> |
getCategoriesCommercePriceModifierRels(long commercePriceModifierId,
java.lang.String name,
int start,
int end) |
int |
getCategoriesCommercePriceModifierRelsCount(long commercePriceModifierId,
java.lang.String name) |
long[] |
getClassPKs(long commercePriceModifierId,
java.lang.String className) |
CommercePriceModifierRel |
getCommercePriceModifierRel(long commercePriceModifierRelId)
Returns the commerce price modifier rel with the primary key.
|
java.util.List<CommercePriceModifierRel> |
getCommercePriceModifierRels(int start,
int end)
Returns a range of all the commerce price modifier rels.
|
java.util.List<CommercePriceModifierRel> |
getCommercePriceModifierRels(long commercePriceModifierId,
java.lang.String className) |
java.util.List<CommercePriceModifierRel> |
getCommercePriceModifierRels(long commercePriceModifierId,
java.lang.String className,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) |
int |
getCommercePriceModifierRelsCount()
Returns the number of commerce price modifier rels.
|
int |
getCommercePriceModifierRelsCount(long commercePriceModifierId,
java.lang.String className) |
java.util.List<CommercePriceModifierRel> |
getCommercePriceModifiersRels(java.lang.String className,
long classPK) |
java.util.List<CommercePriceModifierRel> |
getCommercePricingClassesCommercePriceModifierRels(long commercePriceModifierId,
java.lang.String title,
int start,
int end) |
int |
getCommercePricingClassesCommercePriceModifierRelsCount(long commercePriceModifierId,
java.lang.String title) |
java.util.List<CommercePriceModifierRel> |
getCPDefinitionsCommercePriceModifierRels(long commercePriceModifierId,
java.lang.String name,
java.lang.String languageId,
int start,
int end) |
int |
getCPDefinitionsCommercePriceModifierRelsCount(long commercePriceModifierId,
java.lang.String name,
java.lang.String languageId) |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceModifierRel> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<CommercePriceModifierRel> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommercePriceModifierRelLocalService |
getWrappedService() |
void |
setWrappedService(CommercePriceModifierRelLocalService commercePriceModifierRelLocalService) |
CommercePriceModifierRel |
updateCommercePriceModifierRel(CommercePriceModifierRel commercePriceModifierRel)
Updates the commerce price modifier 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<CommercePriceModifierRel>,R,E> updateUnsafeFunction) |
public CommercePriceModifierRelLocalServiceWrapper()
public CommercePriceModifierRelLocalServiceWrapper(CommercePriceModifierRelLocalService commercePriceModifierRelLocalService)
public CommercePriceModifierRel addCommercePriceModifierRel(CommercePriceModifierRel commercePriceModifierRel)
Important: Inspect CommercePriceModifierRelLocalServiceImpl 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.
addCommercePriceModifierRel in interface CommercePriceModifierRelLocalServicecommercePriceModifierRel - the commerce price modifier relpublic CommercePriceModifierRel addCommercePriceModifierRel(long commercePriceModifierId, java.lang.String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommercePriceModifierRel in interface CommercePriceModifierRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceModifierRel createCommercePriceModifierRel(long commercePriceModifierRelId)
createCommercePriceModifierRel in interface CommercePriceModifierRelLocalServicecommercePriceModifierRelId - the primary key for the new commerce price modifier relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommercePriceModifierRelLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommercePriceModifierRel deleteCommercePriceModifierRel(CommercePriceModifierRel commercePriceModifierRel) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommercePriceModifierRelLocalServiceImpl 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.
deleteCommercePriceModifierRel in interface CommercePriceModifierRelLocalServicecommercePriceModifierRel - the commerce price modifier relPortalExceptionpublic CommercePriceModifierRel deleteCommercePriceModifierRel(long commercePriceModifierRelId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommercePriceModifierRelLocalServiceImpl 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.
deleteCommercePriceModifierRel in interface CommercePriceModifierRelLocalServicecommercePriceModifierRelId - the primary key of the commerce price modifier relPortalException - if a commerce price modifier rel with the primary key could not be foundpublic void deleteCommercePriceModifierRels(long commercePriceModifierId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommercePriceModifierRels in interface CommercePriceModifierRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommercePriceModifierRels(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommercePriceModifierRels in interface CommercePriceModifierRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommercePriceModifierRelLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommercePriceModifierRelLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommercePriceModifierRelLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommercePriceModifierRelLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommercePriceModifierRelLocalServicedynamicQuery - 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.pricing.model.impl.CommercePriceModifierRelModelImpl.
dynamicQuery in interface CommercePriceModifierRelLocalServicedynamicQuery - 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.pricing.model.impl.CommercePriceModifierRelModelImpl.
dynamicQuery in interface CommercePriceModifierRelLocalServicedynamicQuery - 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 CommercePriceModifierRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommercePriceModifierRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommercePriceModifierRel fetchCommercePriceModifierRel(long commercePriceModifierRelId)
fetchCommercePriceModifierRel in interface CommercePriceModifierRelLocalServicepublic CommercePriceModifierRel fetchCommercePriceModifierRel(long commercePriceModifierId, java.lang.String className, long classPK)
fetchCommercePriceModifierRel in interface CommercePriceModifierRelLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommercePriceModifierRelLocalServicepublic java.util.List<CommercePriceModifierRel> getCategoriesCommercePriceModifierRels(long commercePriceModifierId, java.lang.String name, int start, int end)
getCategoriesCommercePriceModifierRels in interface CommercePriceModifierRelLocalServicepublic int getCategoriesCommercePriceModifierRelsCount(long commercePriceModifierId,
java.lang.String name)
getCategoriesCommercePriceModifierRelsCount in interface CommercePriceModifierRelLocalServicepublic long[] getClassPKs(long commercePriceModifierId,
java.lang.String className)
getClassPKs in interface CommercePriceModifierRelLocalServicepublic CommercePriceModifierRel getCommercePriceModifierRel(long commercePriceModifierRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceModifierRel in interface CommercePriceModifierRelLocalServicecommercePriceModifierRelId - the primary key of the commerce price modifier relPortalException - if a commerce price modifier rel with the primary key could not be foundpublic java.util.List<CommercePriceModifierRel> getCommercePriceModifierRels(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.pricing.model.impl.CommercePriceModifierRelModelImpl.
getCommercePriceModifierRels in interface CommercePriceModifierRelLocalServicestart - the lower bound of the range of commerce price modifier relsend - the upper bound of the range of commerce price modifier rels (not inclusive)public java.util.List<CommercePriceModifierRel> getCommercePriceModifierRels(long commercePriceModifierId, java.lang.String className)
getCommercePriceModifierRels in interface CommercePriceModifierRelLocalServicepublic java.util.List<CommercePriceModifierRel> getCommercePriceModifierRels(long commercePriceModifierId, java.lang.String className, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
getCommercePriceModifierRels in interface CommercePriceModifierRelLocalServicepublic int getCommercePriceModifierRelsCount()
getCommercePriceModifierRelsCount in interface CommercePriceModifierRelLocalServicepublic int getCommercePriceModifierRelsCount(long commercePriceModifierId,
java.lang.String className)
getCommercePriceModifierRelsCount in interface CommercePriceModifierRelLocalServicepublic java.util.List<CommercePriceModifierRel> getCommercePriceModifiersRels(java.lang.String className, long classPK)
getCommercePriceModifiersRels in interface CommercePriceModifierRelLocalServicepublic java.util.List<CommercePriceModifierRel> getCommercePricingClassesCommercePriceModifierRels(long commercePriceModifierId, java.lang.String title, int start, int end)
getCommercePricingClassesCommercePriceModifierRels in interface CommercePriceModifierRelLocalServicepublic int getCommercePricingClassesCommercePriceModifierRelsCount(long commercePriceModifierId,
java.lang.String title)
getCommercePricingClassesCommercePriceModifierRelsCount in interface CommercePriceModifierRelLocalServicepublic java.util.List<CommercePriceModifierRel> getCPDefinitionsCommercePriceModifierRels(long commercePriceModifierId, java.lang.String name, java.lang.String languageId, int start, int end)
getCPDefinitionsCommercePriceModifierRels in interface CommercePriceModifierRelLocalServicepublic int getCPDefinitionsCommercePriceModifierRelsCount(long commercePriceModifierId,
java.lang.String name,
java.lang.String languageId)
getCPDefinitionsCommercePriceModifierRelsCount in interface CommercePriceModifierRelLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommercePriceModifierRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommercePriceModifierRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommercePriceModifierRelLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommercePriceModifierRel updateCommercePriceModifierRel(CommercePriceModifierRel commercePriceModifierRel)
Important: Inspect CommercePriceModifierRelLocalServiceImpl 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.
updateCommercePriceModifierRel in interface CommercePriceModifierRelLocalServicecommercePriceModifierRel - the commerce price modifier relpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceModifierRel> getCTPersistence()
getCTPersistence in interface CommercePriceModifierRelLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePriceModifierRel>public java.lang.Class<CommercePriceModifierRel> getModelClass()
getModelClass in interface CommercePriceModifierRelLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePriceModifierRel>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceModifierRel>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CommercePriceModifierRelLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePriceModifierRel>E extends java.lang.Throwablepublic CommercePriceModifierRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceModifierRelLocalService>public void setWrappedService(CommercePriceModifierRelLocalService commercePriceModifierRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceModifierRelLocalService>