public class CommerceDiscountOrderTypeRelLocalServiceWrapper extends java.lang.Object implements CommerceDiscountOrderTypeRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountOrderTypeRelLocalService>
CommerceDiscountOrderTypeRelLocalService.CommerceDiscountOrderTypeRelLocalService| Constructor and Description |
|---|
CommerceDiscountOrderTypeRelLocalServiceWrapper() |
CommerceDiscountOrderTypeRelLocalServiceWrapper(CommerceDiscountOrderTypeRelLocalService commerceDiscountOrderTypeRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceDiscountOrderTypeRel |
addCommerceDiscountOrderTypeRel(CommerceDiscountOrderTypeRel commerceDiscountOrderTypeRel)
Adds the commerce discount order type rel to the database.
|
CommerceDiscountOrderTypeRel |
addCommerceDiscountOrderTypeRel(long userId,
long commerceDiscountId,
long commerceOrderTypeId,
int priority,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceDiscountOrderTypeRel |
createCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId)
Creates a new commerce discount order type rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceDiscountOrderTypeRel |
deleteCommerceDiscountOrderTypeRel(CommerceDiscountOrderTypeRel commerceDiscountOrderTypeRel)
Deletes the commerce discount order type rel from the database.
|
CommerceDiscountOrderTypeRel |
deleteCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId)
Deletes the commerce discount order type rel with the primary key from the database.
|
void |
deleteCommerceDiscountOrderTypeRels(long commerceDiscountId) |
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.
|
CommerceDiscountOrderTypeRel |
fetchCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) |
CommerceDiscountOrderTypeRel |
fetchCommerceDiscountOrderTypeRel(long commerceDiscountId,
long commerceOrderTypeId) |
CommerceDiscountOrderTypeRel |
fetchCommerceDiscountOrderTypeRelByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce discount order type rel with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
CommerceDiscountOrderTypeRel |
getCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId)
Returns the commerce discount order type rel with the primary key.
|
CommerceDiscountOrderTypeRel |
getCommerceDiscountOrderTypeRelByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce discount order type rel with the matching UUID and company.
|
java.util.List<CommerceDiscountOrderTypeRel> |
getCommerceDiscountOrderTypeRels(int start,
int end)
Returns a range of all the commerce discount order type rels.
|
java.util.List<CommerceDiscountOrderTypeRel> |
getCommerceDiscountOrderTypeRels(long commerceDiscountId) |
java.util.List<CommerceDiscountOrderTypeRel> |
getCommerceDiscountOrderTypeRels(long commerceDiscountId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountOrderTypeRel> orderByComparator) |
int |
getCommerceDiscountOrderTypeRelsCount()
Returns the number of commerce discount order type rels.
|
int |
getCommerceDiscountOrderTypeRelsCount(long commerceDiscountId,
java.lang.String name) |
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.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceDiscountOrderTypeRelLocalService |
getWrappedService() |
void |
setWrappedService(CommerceDiscountOrderTypeRelLocalService commerceDiscountOrderTypeRelLocalService) |
CommerceDiscountOrderTypeRel |
updateCommerceDiscountOrderTypeRel(CommerceDiscountOrderTypeRel commerceDiscountOrderTypeRel)
Updates the commerce discount order type rel in the database or adds it if it does not yet exist.
|
public CommerceDiscountOrderTypeRelLocalServiceWrapper()
public CommerceDiscountOrderTypeRelLocalServiceWrapper(CommerceDiscountOrderTypeRelLocalService commerceDiscountOrderTypeRelLocalService)
public CommerceDiscountOrderTypeRel addCommerceDiscountOrderTypeRel(CommerceDiscountOrderTypeRel commerceDiscountOrderTypeRel)
Important: Inspect CommerceDiscountOrderTypeRelLocalServiceImpl 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.
addCommerceDiscountOrderTypeRel in interface CommerceDiscountOrderTypeRelLocalServicecommerceDiscountOrderTypeRel - the commerce discount order type relpublic CommerceDiscountOrderTypeRel addCommerceDiscountOrderTypeRel(long userId, long commerceDiscountId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceDiscountOrderTypeRel in interface CommerceDiscountOrderTypeRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceDiscountOrderTypeRel createCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId)
createCommerceDiscountOrderTypeRel in interface CommerceDiscountOrderTypeRelLocalServicecommerceDiscountOrderTypeRelId - the primary key for the new commerce discount order type relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceDiscountOrderTypeRelLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceDiscountOrderTypeRel deleteCommerceDiscountOrderTypeRel(CommerceDiscountOrderTypeRel commerceDiscountOrderTypeRel) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceDiscountOrderTypeRelLocalServiceImpl 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.
deleteCommerceDiscountOrderTypeRel in interface CommerceDiscountOrderTypeRelLocalServicecommerceDiscountOrderTypeRel - the commerce discount order type relPortalExceptionpublic CommerceDiscountOrderTypeRel deleteCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceDiscountOrderTypeRelLocalServiceImpl 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.
deleteCommerceDiscountOrderTypeRel in interface CommerceDiscountOrderTypeRelLocalServicecommerceDiscountOrderTypeRelId - the primary key of the commerce discount order type relPortalException - if a commerce discount order type rel with the primary key could not be foundpublic void deleteCommerceDiscountOrderTypeRels(long commerceDiscountId)
deleteCommerceDiscountOrderTypeRels in interface CommerceDiscountOrderTypeRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommerceDiscountOrderTypeRelLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceDiscountOrderTypeRelLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceDiscountOrderTypeRelLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceDiscountOrderTypeRelLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceDiscountOrderTypeRelLocalServicedynamicQuery - 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.CommerceDiscountOrderTypeRelModelImpl.
dynamicQuery in interface CommerceDiscountOrderTypeRelLocalServicedynamicQuery - 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.CommerceDiscountOrderTypeRelModelImpl.
dynamicQuery in interface CommerceDiscountOrderTypeRelLocalServicedynamicQuery - 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 CommerceDiscountOrderTypeRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceDiscountOrderTypeRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceDiscountOrderTypeRel fetchCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId)
fetchCommerceDiscountOrderTypeRel in interface CommerceDiscountOrderTypeRelLocalServicepublic CommerceDiscountOrderTypeRel fetchCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId)
fetchCommerceDiscountOrderTypeRel in interface CommerceDiscountOrderTypeRelLocalServicepublic CommerceDiscountOrderTypeRel fetchCommerceDiscountOrderTypeRelByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCommerceDiscountOrderTypeRelByUuidAndCompanyId in interface CommerceDiscountOrderTypeRelLocalServiceuuid - the commerce discount order type rel's UUIDcompanyId - the primary key of the companynull if a matching commerce discount order type rel could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceDiscountOrderTypeRelLocalServicepublic CommerceDiscountOrderTypeRel getCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountOrderTypeRel in interface CommerceDiscountOrderTypeRelLocalServicecommerceDiscountOrderTypeRelId - the primary key of the commerce discount order type relPortalException - if a commerce discount order type rel with the primary key could not be foundpublic CommerceDiscountOrderTypeRel getCommerceDiscountOrderTypeRelByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountOrderTypeRelByUuidAndCompanyId in interface CommerceDiscountOrderTypeRelLocalServiceuuid - the commerce discount order type rel's UUIDcompanyId - the primary key of the companyPortalException - if a matching commerce discount order type rel could not be foundpublic java.util.List<CommerceDiscountOrderTypeRel> getCommerceDiscountOrderTypeRels(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.CommerceDiscountOrderTypeRelModelImpl.
getCommerceDiscountOrderTypeRels in interface CommerceDiscountOrderTypeRelLocalServicestart - the lower bound of the range of commerce discount order type relsend - the upper bound of the range of commerce discount order type rels (not inclusive)public java.util.List<CommerceDiscountOrderTypeRel> getCommerceDiscountOrderTypeRels(long commerceDiscountId)
getCommerceDiscountOrderTypeRels in interface CommerceDiscountOrderTypeRelLocalServicepublic java.util.List<CommerceDiscountOrderTypeRel> getCommerceDiscountOrderTypeRels(long commerceDiscountId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountOrderTypeRels in interface CommerceDiscountOrderTypeRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceDiscountOrderTypeRelsCount()
getCommerceDiscountOrderTypeRelsCount in interface CommerceDiscountOrderTypeRelLocalServicepublic int getCommerceDiscountOrderTypeRelsCount(long commerceDiscountId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountOrderTypeRelsCount in interface CommerceDiscountOrderTypeRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CommerceDiscountOrderTypeRelLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceDiscountOrderTypeRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceDiscountOrderTypeRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceDiscountOrderTypeRelLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceDiscountOrderTypeRel updateCommerceDiscountOrderTypeRel(CommerceDiscountOrderTypeRel commerceDiscountOrderTypeRel)
Important: Inspect CommerceDiscountOrderTypeRelLocalServiceImpl 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.
updateCommerceDiscountOrderTypeRel in interface CommerceDiscountOrderTypeRelLocalServicecommerceDiscountOrderTypeRel - the commerce discount order type relpublic CommerceDiscountOrderTypeRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountOrderTypeRelLocalService>public void setWrappedService(CommerceDiscountOrderTypeRelLocalService commerceDiscountOrderTypeRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountOrderTypeRelLocalService>