public class CommercePriceListOrderTypeRelLocalServiceWrapper extends java.lang.Object implements CommercePriceListOrderTypeRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListOrderTypeRelLocalService>
CommercePriceListOrderTypeRelLocalService.CommercePriceListOrderTypeRelLocalService| Constructor and Description |
|---|
CommercePriceListOrderTypeRelLocalServiceWrapper() |
CommercePriceListOrderTypeRelLocalServiceWrapper(CommercePriceListOrderTypeRelLocalService commercePriceListOrderTypeRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommercePriceListOrderTypeRel |
addCommercePriceListOrderTypeRel(CommercePriceListOrderTypeRel commercePriceListOrderTypeRel)
Adds the commerce price list order type rel to the database.
|
CommercePriceListOrderTypeRel |
addCommercePriceListOrderTypeRel(long userId,
long commercePriceListId,
long commerceOrderTypeId,
int priority,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePriceListOrderTypeRel |
createCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId)
Creates a new commerce price list order type rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommercePriceListOrderTypeRel |
deleteCommercePriceListOrderTypeRel(CommercePriceListOrderTypeRel commercePriceListOrderTypeRel)
Deletes the commerce price list order type rel from the database.
|
CommercePriceListOrderTypeRel |
deleteCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId)
Deletes the commerce price list order type rel with the primary key from the database.
|
void |
deleteCommercePriceListOrderTypeRels(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.
|
CommercePriceListOrderTypeRel |
fetchCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) |
CommercePriceListOrderTypeRel |
fetchCommercePriceListOrderTypeRel(long commercePriceListId,
long commerceOrderTypeId) |
CommercePriceListOrderTypeRel |
fetchCommercePriceListOrderTypeRelByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce price list order type rel with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
CommercePriceListOrderTypeRel |
getCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId)
Returns the commerce price list order type rel with the primary key.
|
CommercePriceListOrderTypeRel |
getCommercePriceListOrderTypeRelByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce price list order type rel with the matching UUID and company.
|
java.util.List<CommercePriceListOrderTypeRel> |
getCommercePriceListOrderTypeRels(int start,
int end)
Returns a range of all the commerce price list order type rels.
|
java.util.List<CommercePriceListOrderTypeRel> |
getCommercePriceListOrderTypeRels(long commercePriceListId) |
java.util.List<CommercePriceListOrderTypeRel> |
getCommercePriceListOrderTypeRels(long commercePriceListId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListOrderTypeRel> orderByComparator) |
int |
getCommercePriceListOrderTypeRelsCount()
Returns the number of commerce price list order type rels.
|
int |
getCommercePriceListOrderTypeRelsCount(long commercePriceListId,
java.lang.String name) |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceListOrderTypeRel> |
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<CommercePriceListOrderTypeRel> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommercePriceListOrderTypeRelLocalService |
getWrappedService() |
void |
setWrappedService(CommercePriceListOrderTypeRelLocalService commercePriceListOrderTypeRelLocalService) |
CommercePriceListOrderTypeRel |
updateCommercePriceListOrderTypeRel(CommercePriceListOrderTypeRel commercePriceListOrderTypeRel)
Updates the commerce price list order type 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<CommercePriceListOrderTypeRel>,R,E> updateUnsafeFunction) |
public CommercePriceListOrderTypeRelLocalServiceWrapper()
public CommercePriceListOrderTypeRelLocalServiceWrapper(CommercePriceListOrderTypeRelLocalService commercePriceListOrderTypeRelLocalService)
public CommercePriceListOrderTypeRel addCommercePriceListOrderTypeRel(CommercePriceListOrderTypeRel commercePriceListOrderTypeRel)
Important: Inspect CommercePriceListOrderTypeRelLocalServiceImpl 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.
addCommercePriceListOrderTypeRel in interface CommercePriceListOrderTypeRelLocalServicecommercePriceListOrderTypeRel - the commerce price list order type relpublic CommercePriceListOrderTypeRel addCommercePriceListOrderTypeRel(long userId, long commercePriceListId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommercePriceListOrderTypeRel in interface CommercePriceListOrderTypeRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceListOrderTypeRel createCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId)
createCommercePriceListOrderTypeRel in interface CommercePriceListOrderTypeRelLocalServicecommercePriceListOrderTypeRelId - the primary key for the new commerce price list order type relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommercePriceListOrderTypeRelLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommercePriceListOrderTypeRel deleteCommercePriceListOrderTypeRel(CommercePriceListOrderTypeRel commercePriceListOrderTypeRel) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommercePriceListOrderTypeRelLocalServiceImpl 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.
deleteCommercePriceListOrderTypeRel in interface CommercePriceListOrderTypeRelLocalServicecommercePriceListOrderTypeRel - the commerce price list order type relPortalExceptionpublic CommercePriceListOrderTypeRel deleteCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommercePriceListOrderTypeRelLocalServiceImpl 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.
deleteCommercePriceListOrderTypeRel in interface CommercePriceListOrderTypeRelLocalServicecommercePriceListOrderTypeRelId - the primary key of the commerce price list order type relPortalException - if a commerce price list order type rel with the primary key could not be foundpublic void deleteCommercePriceListOrderTypeRels(long commercePriceListId)
deleteCommercePriceListOrderTypeRels in interface CommercePriceListOrderTypeRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommercePriceListOrderTypeRelLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommercePriceListOrderTypeRelLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommercePriceListOrderTypeRelLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommercePriceListOrderTypeRelLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommercePriceListOrderTypeRelLocalServicedynamicQuery - 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.CommercePriceListOrderTypeRelModelImpl.
dynamicQuery in interface CommercePriceListOrderTypeRelLocalServicedynamicQuery - 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.CommercePriceListOrderTypeRelModelImpl.
dynamicQuery in interface CommercePriceListOrderTypeRelLocalServicedynamicQuery - 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 CommercePriceListOrderTypeRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommercePriceListOrderTypeRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommercePriceListOrderTypeRel fetchCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId)
fetchCommercePriceListOrderTypeRel in interface CommercePriceListOrderTypeRelLocalServicepublic CommercePriceListOrderTypeRel fetchCommercePriceListOrderTypeRel(long commercePriceListId, long commerceOrderTypeId)
fetchCommercePriceListOrderTypeRel in interface CommercePriceListOrderTypeRelLocalServicepublic CommercePriceListOrderTypeRel fetchCommercePriceListOrderTypeRelByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCommercePriceListOrderTypeRelByUuidAndCompanyId in interface CommercePriceListOrderTypeRelLocalServiceuuid - the commerce price list order type rel's UUIDcompanyId - the primary key of the companynull if a matching commerce price list order type rel could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommercePriceListOrderTypeRelLocalServicepublic CommercePriceListOrderTypeRel getCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListOrderTypeRel in interface CommercePriceListOrderTypeRelLocalServicecommercePriceListOrderTypeRelId - the primary key of the commerce price list order type relPortalException - if a commerce price list order type rel with the primary key could not be foundpublic CommercePriceListOrderTypeRel getCommercePriceListOrderTypeRelByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListOrderTypeRelByUuidAndCompanyId in interface CommercePriceListOrderTypeRelLocalServiceuuid - the commerce price list order type rel's UUIDcompanyId - the primary key of the companyPortalException - if a matching commerce price list order type rel could not be foundpublic java.util.List<CommercePriceListOrderTypeRel> getCommercePriceListOrderTypeRels(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.CommercePriceListOrderTypeRelModelImpl.
getCommercePriceListOrderTypeRels in interface CommercePriceListOrderTypeRelLocalServicestart - the lower bound of the range of commerce price list order type relsend - the upper bound of the range of commerce price list order type rels (not inclusive)public java.util.List<CommercePriceListOrderTypeRel> getCommercePriceListOrderTypeRels(long commercePriceListId)
getCommercePriceListOrderTypeRels in interface CommercePriceListOrderTypeRelLocalServicepublic java.util.List<CommercePriceListOrderTypeRel> getCommercePriceListOrderTypeRels(long commercePriceListId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListOrderTypeRels in interface CommercePriceListOrderTypeRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommercePriceListOrderTypeRelsCount()
getCommercePriceListOrderTypeRelsCount in interface CommercePriceListOrderTypeRelLocalServicepublic int getCommercePriceListOrderTypeRelsCount(long commercePriceListId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListOrderTypeRelsCount in interface CommercePriceListOrderTypeRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CommercePriceListOrderTypeRelLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommercePriceListOrderTypeRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommercePriceListOrderTypeRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommercePriceListOrderTypeRelLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommercePriceListOrderTypeRel updateCommercePriceListOrderTypeRel(CommercePriceListOrderTypeRel commercePriceListOrderTypeRel)
Important: Inspect CommercePriceListOrderTypeRelLocalServiceImpl 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.
updateCommercePriceListOrderTypeRel in interface CommercePriceListOrderTypeRelLocalServicecommercePriceListOrderTypeRel - the commerce price list order type 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<CommercePriceListOrderTypeRel> getCTPersistence()
getCTPersistence in interface CommercePriceListOrderTypeRelLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePriceListOrderTypeRel>public java.lang.Class<CommercePriceListOrderTypeRel> getModelClass()
getModelClass in interface CommercePriceListOrderTypeRelLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePriceListOrderTypeRel>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceListOrderTypeRel>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CommercePriceListOrderTypeRelLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommercePriceListOrderTypeRel>E extends java.lang.Throwablepublic CommercePriceListOrderTypeRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListOrderTypeRelLocalService>public void setWrappedService(CommercePriceListOrderTypeRelLocalService commercePriceListOrderTypeRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListOrderTypeRelLocalService>