public class CommercePricingClassCPDefinitionRelLocalServiceWrapper extends java.lang.Object implements CommercePricingClassCPDefinitionRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassCPDefinitionRelLocalService>
CommercePricingClassCPDefinitionRelLocalService.CommercePricingClassCPDefinitionRelLocalService| Constructor and Description |
|---|
CommercePricingClassCPDefinitionRelLocalServiceWrapper() |
CommercePricingClassCPDefinitionRelLocalServiceWrapper(CommercePricingClassCPDefinitionRelLocalService commercePricingClassCPDefinitionRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommercePricingClassCPDefinitionRel |
addCommercePricingClassCPDefinitionRel(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel)
Adds the commerce pricing class cp definition rel to the database.
|
CommercePricingClassCPDefinitionRel |
addCommercePricingClassCPDefinitionRel(long commercePricingClassId,
long cpDefinitionId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePricingClassCPDefinitionRel |
createCommercePricingClassCPDefinitionRel(long CommercePricingClassCPDefinitionRelId)
Creates a new commerce pricing class cp definition rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommercePricingClassCPDefinitionRel |
deleteCommercePricingClassCPDefinitionRel(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel)
Deletes the commerce pricing class cp definition rel from the database.
|
CommercePricingClassCPDefinitionRel |
deleteCommercePricingClassCPDefinitionRel(long CommercePricingClassCPDefinitionRelId)
Deletes the commerce pricing class cp definition rel with the primary key from the database.
|
void |
deleteCommercePricingClassCPDefinitionRels(long commercePricingClassId) |
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.
|
CommercePricingClassCPDefinitionRel |
fetchCommercePricingClassCPDefinitionRel(long CommercePricingClassCPDefinitionRelId) |
CommercePricingClassCPDefinitionRel |
fetchCommercePricingClassCPDefinitionRel(long commercePricingClassId,
long cpDefinitionId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
java.util.List<CommercePricingClassCPDefinitionRel> |
getCommercePricingClassByCPDefinitionId(long cpDefinitionId) |
CommercePricingClassCPDefinitionRel |
getCommercePricingClassCPDefinitionRel(long CommercePricingClassCPDefinitionRelId)
Returns the commerce pricing class cp definition rel with the primary key.
|
java.util.List<CommercePricingClassCPDefinitionRel> |
getCommercePricingClassCPDefinitionRels(int start,
int end)
Returns a range of all the commerce pricing class cp definition rels.
|
java.util.List<CommercePricingClassCPDefinitionRel> |
getCommercePricingClassCPDefinitionRels(long commercePricingClassId) |
java.util.List<CommercePricingClassCPDefinitionRel> |
getCommercePricingClassCPDefinitionRels(long commercePricingClassId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClassCPDefinitionRel> orderByComparator) |
int |
getCommercePricingClassCPDefinitionRelsCount()
Returns the number of commerce pricing class cp definition rels.
|
int |
getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId) |
int |
getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId,
java.lang.String name,
java.lang.String languageId) |
long[] |
getCPDefinitionIds(long commercePricingClassId) |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePricingClassCPDefinitionRel> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<CommercePricingClassCPDefinitionRel> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommercePricingClassCPDefinitionRelLocalService |
getWrappedService() |
java.util.List<CommercePricingClassCPDefinitionRel> |
searchByCommercePricingClassId(long commercePricingClassId,
java.lang.String name,
java.lang.String languageId,
int start,
int end) |
void |
setWrappedService(CommercePricingClassCPDefinitionRelLocalService commercePricingClassCPDefinitionRelLocalService) |
CommercePricingClassCPDefinitionRel |
updateCommercePricingClassCPDefinitionRel(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel)
Updates the commerce pricing class cp definition 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<CommercePricingClassCPDefinitionRel>,R,E> updateUnsafeFunction) |
public CommercePricingClassCPDefinitionRelLocalServiceWrapper()
public CommercePricingClassCPDefinitionRelLocalServiceWrapper(CommercePricingClassCPDefinitionRelLocalService commercePricingClassCPDefinitionRelLocalService)
public CommercePricingClassCPDefinitionRel addCommercePricingClassCPDefinitionRel(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel)
Important: Inspect CommercePricingClassCPDefinitionRelLocalServiceImpl 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.
addCommercePricingClassCPDefinitionRel in interface CommercePricingClassCPDefinitionRelLocalServicecommercePricingClassCPDefinitionRel - the commerce pricing class cp definition relpublic CommercePricingClassCPDefinitionRel addCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommercePricingClassCPDefinitionRel in interface CommercePricingClassCPDefinitionRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePricingClassCPDefinitionRel createCommercePricingClassCPDefinitionRel(long CommercePricingClassCPDefinitionRelId)
createCommercePricingClassCPDefinitionRel in interface CommercePricingClassCPDefinitionRelLocalServiceCommercePricingClassCPDefinitionRelId - the primary key for the new commerce pricing class cp definition relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommercePricingClassCPDefinitionRelLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommercePricingClassCPDefinitionRel deleteCommercePricingClassCPDefinitionRel(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommercePricingClassCPDefinitionRelLocalServiceImpl 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.
deleteCommercePricingClassCPDefinitionRel in interface CommercePricingClassCPDefinitionRelLocalServicecommercePricingClassCPDefinitionRel - the commerce pricing class cp definition relPortalExceptionpublic CommercePricingClassCPDefinitionRel deleteCommercePricingClassCPDefinitionRel(long CommercePricingClassCPDefinitionRelId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommercePricingClassCPDefinitionRelLocalServiceImpl 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.
deleteCommercePricingClassCPDefinitionRel in interface CommercePricingClassCPDefinitionRelLocalServiceCommercePricingClassCPDefinitionRelId - the primary key of the commerce pricing class cp definition relPortalException - if a commerce pricing class cp definition rel with the primary key could not be foundpublic void deleteCommercePricingClassCPDefinitionRels(long commercePricingClassId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommercePricingClassCPDefinitionRels in interface CommercePricingClassCPDefinitionRelLocalServicecom.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 CommercePricingClassCPDefinitionRelLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommercePricingClassCPDefinitionRelLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommercePricingClassCPDefinitionRelLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommercePricingClassCPDefinitionRelLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommercePricingClassCPDefinitionRelLocalServicedynamicQuery - 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.CommercePricingClassCPDefinitionRelModelImpl.
dynamicQuery in interface CommercePricingClassCPDefinitionRelLocalServicedynamicQuery - 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.CommercePricingClassCPDefinitionRelModelImpl.
dynamicQuery in interface CommercePricingClassCPDefinitionRelLocalServicedynamicQuery - 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 CommercePricingClassCPDefinitionRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommercePricingClassCPDefinitionRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommercePricingClassCPDefinitionRel fetchCommercePricingClassCPDefinitionRel(long CommercePricingClassCPDefinitionRelId)
fetchCommercePricingClassCPDefinitionRel in interface CommercePricingClassCPDefinitionRelLocalServicepublic CommercePricingClassCPDefinitionRel fetchCommercePricingClassCPDefinitionRel(long commercePricingClassId, long cpDefinitionId)
fetchCommercePricingClassCPDefinitionRel in interface CommercePricingClassCPDefinitionRelLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommercePricingClassCPDefinitionRelLocalServicepublic java.util.List<CommercePricingClassCPDefinitionRel> getCommercePricingClassByCPDefinitionId(long cpDefinitionId)
getCommercePricingClassByCPDefinitionId in interface CommercePricingClassCPDefinitionRelLocalServicepublic CommercePricingClassCPDefinitionRel getCommercePricingClassCPDefinitionRel(long CommercePricingClassCPDefinitionRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePricingClassCPDefinitionRel in interface CommercePricingClassCPDefinitionRelLocalServiceCommercePricingClassCPDefinitionRelId - the primary key of the commerce pricing class cp definition relPortalException - if a commerce pricing class cp definition rel with the primary key could not be foundpublic java.util.List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRels(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.CommercePricingClassCPDefinitionRelModelImpl.
getCommercePricingClassCPDefinitionRels in interface CommercePricingClassCPDefinitionRelLocalServicestart - the lower bound of the range of commerce pricing class cp definition relsend - the upper bound of the range of commerce pricing class cp definition rels (not inclusive)public java.util.List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRels(long commercePricingClassId)
getCommercePricingClassCPDefinitionRels in interface CommercePricingClassCPDefinitionRelLocalServicepublic java.util.List<CommercePricingClassCPDefinitionRel> getCommercePricingClassCPDefinitionRels(long commercePricingClassId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClassCPDefinitionRel> orderByComparator)
getCommercePricingClassCPDefinitionRels in interface CommercePricingClassCPDefinitionRelLocalServicepublic int getCommercePricingClassCPDefinitionRelsCount()
getCommercePricingClassCPDefinitionRelsCount in interface CommercePricingClassCPDefinitionRelLocalServicepublic int getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId)
getCommercePricingClassCPDefinitionRelsCount in interface CommercePricingClassCPDefinitionRelLocalServicepublic int getCommercePricingClassCPDefinitionRelsCount(long commercePricingClassId,
java.lang.String name,
java.lang.String languageId)
getCommercePricingClassCPDefinitionRelsCount in interface CommercePricingClassCPDefinitionRelLocalServicepublic long[] getCPDefinitionIds(long commercePricingClassId)
getCPDefinitionIds in interface CommercePricingClassCPDefinitionRelLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommercePricingClassCPDefinitionRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommercePricingClassCPDefinitionRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommercePricingClassCPDefinitionRelLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic java.util.List<CommercePricingClassCPDefinitionRel> searchByCommercePricingClassId(long commercePricingClassId, java.lang.String name, java.lang.String languageId, int start, int end)
searchByCommercePricingClassId in interface CommercePricingClassCPDefinitionRelLocalServicepublic CommercePricingClassCPDefinitionRel updateCommercePricingClassCPDefinitionRel(CommercePricingClassCPDefinitionRel commercePricingClassCPDefinitionRel)
Important: Inspect CommercePricingClassCPDefinitionRelLocalServiceImpl 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.
updateCommercePricingClassCPDefinitionRel in interface CommercePricingClassCPDefinitionRelLocalServicecommercePricingClassCPDefinitionRel - the commerce pricing class cp definition 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<CommercePricingClassCPDefinitionRel> getCTPersistence()
getCTPersistence in interface CommercePricingClassCPDefinitionRelLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePricingClassCPDefinitionRel>public java.lang.Class<CommercePricingClassCPDefinitionRel> getModelClass()
getModelClass in interface CommercePricingClassCPDefinitionRelLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePricingClassCPDefinitionRel>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePricingClassCPDefinitionRel>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CommercePricingClassCPDefinitionRelLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePricingClassCPDefinitionRel>E extends java.lang.Throwablepublic CommercePricingClassCPDefinitionRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassCPDefinitionRelLocalService>public void setWrappedService(CommercePricingClassCPDefinitionRelLocalService commercePricingClassCPDefinitionRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassCPDefinitionRelLocalService>