public class CommerceDiscountAccountRelLocalServiceWrapper extends java.lang.Object implements CommerceDiscountAccountRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelLocalService>
CommerceDiscountAccountRelLocalService.CommerceDiscountAccountRelLocalService| Constructor and Description |
|---|
CommerceDiscountAccountRelLocalServiceWrapper() |
CommerceDiscountAccountRelLocalServiceWrapper(CommerceDiscountAccountRelLocalService commerceDiscountAccountRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceDiscountAccountRel |
addCommerceDiscountAccountRel(CommerceDiscountAccountRel commerceDiscountAccountRel)
Adds the commerce discount account rel to the database.
|
CommerceDiscountAccountRel |
addCommerceDiscountAccountRel(long userId,
long commerceDiscountId,
long commerceAccountId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceDiscountAccountRel |
createCommerceDiscountAccountRel(long commerceDiscountAccountRelId)
Creates a new commerce discount account rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceDiscountAccountRel |
deleteCommerceDiscountAccountRel(CommerceDiscountAccountRel commerceDiscountAccountRel)
Deletes the commerce discount account rel from the database.
|
CommerceDiscountAccountRel |
deleteCommerceDiscountAccountRel(long commerceDiscountAccountRelId)
Deletes the commerce discount account rel with the primary key from the database.
|
void |
deleteCommerceDiscountAccountRelsBycommerceAccountId(long commerceAccountId)
Deprecated.
As of Athanasius (7.3.x)
|
void |
deleteCommerceDiscountAccountRelsByCommerceDiscountId(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.
|
CommerceDiscountAccountRel |
fetchCommerceDiscountAccountRel(long commerceDiscountAccountRelId) |
CommerceDiscountAccountRel |
fetchCommerceDiscountAccountRel(long commerceAccountId,
long commerceDiscountId) |
CommerceDiscountAccountRel |
fetchCommerceDiscountAccountRelByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce discount account rel with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
CommerceDiscountAccountRel |
getCommerceDiscountAccountRel(long commerceDiscountAccountRelId)
Returns the commerce discount account rel with the primary key.
|
CommerceDiscountAccountRel |
getCommerceDiscountAccountRelByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce discount account rel with the matching UUID and company.
|
java.util.List<CommerceDiscountAccountRel> |
getCommerceDiscountAccountRels(int start,
int end)
Returns a range of all the commerce discount account rels.
|
java.util.List<CommerceDiscountAccountRel> |
getCommerceDiscountAccountRels(long commerceDiscountId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountAccountRel> orderByComparator) |
java.util.List<CommerceDiscountAccountRel> |
getCommerceDiscountAccountRels(long commerceDiscountId,
java.lang.String name,
int start,
int end) |
int |
getCommerceDiscountAccountRelsCount()
Returns the number of commerce discount account rels.
|
int |
getCommerceDiscountAccountRelsCount(long commerceDiscountId) |
int |
getCommerceDiscountAccountRelsCount(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) |
CommerceDiscountAccountRelLocalService |
getWrappedService() |
void |
setWrappedService(CommerceDiscountAccountRelLocalService commerceDiscountAccountRelLocalService) |
CommerceDiscountAccountRel |
updateCommerceDiscountAccountRel(CommerceDiscountAccountRel commerceDiscountAccountRel)
Updates the commerce discount account rel in the database or adds it if it does not yet exist.
|
public CommerceDiscountAccountRelLocalServiceWrapper()
public CommerceDiscountAccountRelLocalServiceWrapper(CommerceDiscountAccountRelLocalService commerceDiscountAccountRelLocalService)
public CommerceDiscountAccountRel addCommerceDiscountAccountRel(CommerceDiscountAccountRel commerceDiscountAccountRel)
Important: Inspect CommerceDiscountAccountRelLocalServiceImpl 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.
addCommerceDiscountAccountRel in interface CommerceDiscountAccountRelLocalServicecommerceDiscountAccountRel - the commerce discount account relpublic CommerceDiscountAccountRel addCommerceDiscountAccountRel(long userId, long commerceDiscountId, long commerceAccountId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceDiscountAccountRel in interface CommerceDiscountAccountRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceDiscountAccountRel createCommerceDiscountAccountRel(long commerceDiscountAccountRelId)
createCommerceDiscountAccountRel in interface CommerceDiscountAccountRelLocalServicecommerceDiscountAccountRelId - the primary key for the new commerce discount account relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceDiscountAccountRelLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceDiscountAccountRel deleteCommerceDiscountAccountRel(CommerceDiscountAccountRel commerceDiscountAccountRel) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceDiscountAccountRelLocalServiceImpl 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.
deleteCommerceDiscountAccountRel in interface CommerceDiscountAccountRelLocalServicecommerceDiscountAccountRel - the commerce discount account relPortalExceptionpublic CommerceDiscountAccountRel deleteCommerceDiscountAccountRel(long commerceDiscountAccountRelId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceDiscountAccountRelLocalServiceImpl 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.
deleteCommerceDiscountAccountRel in interface CommerceDiscountAccountRelLocalServicecommerceDiscountAccountRelId - the primary key of the commerce discount account relPortalException - if a commerce discount account rel with the primary key could not be found@Deprecated public void deleteCommerceDiscountAccountRelsBycommerceAccountId(long commerceAccountId)
deleteCommerceDiscountAccountRelsBycommerceAccountId in interface CommerceDiscountAccountRelLocalServicepublic void deleteCommerceDiscountAccountRelsByCommerceDiscountId(long commerceDiscountId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountAccountRelsByCommerceDiscountId in interface CommerceDiscountAccountRelLocalServicecom.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 CommerceDiscountAccountRelLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceDiscountAccountRelLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceDiscountAccountRelLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceDiscountAccountRelLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceDiscountAccountRelLocalServicedynamicQuery - 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.CommerceDiscountAccountRelModelImpl.
dynamicQuery in interface CommerceDiscountAccountRelLocalServicedynamicQuery - 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.CommerceDiscountAccountRelModelImpl.
dynamicQuery in interface CommerceDiscountAccountRelLocalServicedynamicQuery - 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 CommerceDiscountAccountRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceDiscountAccountRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceDiscountAccountRel fetchCommerceDiscountAccountRel(long commerceDiscountAccountRelId)
fetchCommerceDiscountAccountRel in interface CommerceDiscountAccountRelLocalServicepublic CommerceDiscountAccountRel fetchCommerceDiscountAccountRel(long commerceAccountId, long commerceDiscountId)
fetchCommerceDiscountAccountRel in interface CommerceDiscountAccountRelLocalServicepublic CommerceDiscountAccountRel fetchCommerceDiscountAccountRelByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCommerceDiscountAccountRelByUuidAndCompanyId in interface CommerceDiscountAccountRelLocalServiceuuid - the commerce discount account rel's UUIDcompanyId - the primary key of the companynull if a matching commerce discount account rel could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceDiscountAccountRelLocalServicepublic CommerceDiscountAccountRel getCommerceDiscountAccountRel(long commerceDiscountAccountRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountAccountRel in interface CommerceDiscountAccountRelLocalServicecommerceDiscountAccountRelId - the primary key of the commerce discount account relPortalException - if a commerce discount account rel with the primary key could not be foundpublic CommerceDiscountAccountRel getCommerceDiscountAccountRelByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountAccountRelByUuidAndCompanyId in interface CommerceDiscountAccountRelLocalServiceuuid - the commerce discount account rel's UUIDcompanyId - the primary key of the companyPortalException - if a matching commerce discount account rel could not be foundpublic java.util.List<CommerceDiscountAccountRel> getCommerceDiscountAccountRels(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.CommerceDiscountAccountRelModelImpl.
getCommerceDiscountAccountRels in interface CommerceDiscountAccountRelLocalServicestart - the lower bound of the range of commerce discount account relsend - the upper bound of the range of commerce discount account rels (not inclusive)public java.util.List<CommerceDiscountAccountRel> getCommerceDiscountAccountRels(long commerceDiscountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountAccountRel> orderByComparator)
getCommerceDiscountAccountRels in interface CommerceDiscountAccountRelLocalServicepublic java.util.List<CommerceDiscountAccountRel> getCommerceDiscountAccountRels(long commerceDiscountId, java.lang.String name, int start, int end)
getCommerceDiscountAccountRels in interface CommerceDiscountAccountRelLocalServicepublic int getCommerceDiscountAccountRelsCount()
getCommerceDiscountAccountRelsCount in interface CommerceDiscountAccountRelLocalServicepublic int getCommerceDiscountAccountRelsCount(long commerceDiscountId)
getCommerceDiscountAccountRelsCount in interface CommerceDiscountAccountRelLocalServicepublic int getCommerceDiscountAccountRelsCount(long commerceDiscountId,
java.lang.String name)
getCommerceDiscountAccountRelsCount in interface CommerceDiscountAccountRelLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CommerceDiscountAccountRelLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceDiscountAccountRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceDiscountAccountRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceDiscountAccountRelLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceDiscountAccountRel updateCommerceDiscountAccountRel(CommerceDiscountAccountRel commerceDiscountAccountRel)
Important: Inspect CommerceDiscountAccountRelLocalServiceImpl 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.
updateCommerceDiscountAccountRel in interface CommerceDiscountAccountRelLocalServicecommerceDiscountAccountRel - the commerce discount account relpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic CommerceDiscountAccountRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelLocalService>public void setWrappedService(CommerceDiscountAccountRelLocalService commerceDiscountAccountRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelLocalService>