public class CommerceChannelAccountEntryRelLocalServiceWrapper extends java.lang.Object implements CommerceChannelAccountEntryRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelAccountEntryRelLocalService>
CommerceChannelAccountEntryRelLocalService.CommerceChannelAccountEntryRelLocalService| Constructor and Description |
|---|
CommerceChannelAccountEntryRelLocalServiceWrapper() |
CommerceChannelAccountEntryRelLocalServiceWrapper(CommerceChannelAccountEntryRelLocalService commerceChannelAccountEntryRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceChannelAccountEntryRel |
addCommerceChannelAccountEntryRel(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
Adds the commerce channel account entry rel to the database.
|
CommerceChannelAccountEntryRel |
addCommerceChannelAccountEntryRel(long userId,
long accountEntryId,
java.lang.String className,
long classPK,
long commerceChannelId,
boolean overrideEligibility,
double priority,
int type) |
CommerceChannelAccountEntryRel |
createCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId)
Creates a new commerce channel account entry rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceChannelAccountEntryRel |
deleteCommerceChannelAccountEntryRel(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
Deletes the commerce channel account entry rel from the database.
|
CommerceChannelAccountEntryRel |
deleteCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId)
Deletes the commerce channel account entry rel with the primary key from the database.
|
void |
deleteCommerceChannelAccountEntryRels(java.lang.String className,
long classPK) |
void |
deleteCommerceChannelAccountEntryRelsByAccountEntryId(long accountEntryId) |
void |
deleteCommerceChannelAccountEntryRelsByCommerceChannelId(long commerceChannelId) |
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.
|
CommerceChannelAccountEntryRel |
fetchCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) |
CommerceChannelAccountEntryRel |
fetchCommerceChannelAccountEntryRel(long accountEntryId,
long commerceChannelId,
int type) |
CommerceChannelAccountEntryRel |
fetchCommerceChannelAccountEntryRel(long accountEntryId,
java.lang.String className,
long classPK,
long commerceChannelId,
int type) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
CommerceChannelAccountEntryRel |
getCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId)
Returns the commerce channel account entry rel with the primary key.
|
java.util.List<CommerceChannelAccountEntryRel> |
getCommerceChannelAccountEntryRels(int start,
int end)
Returns a range of all the commerce channel account entry rels.
|
java.util.List<CommerceChannelAccountEntryRel> |
getCommerceChannelAccountEntryRels(long accountEntryId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) |
java.util.List<CommerceChannelAccountEntryRel> |
getCommerceChannelAccountEntryRels(java.lang.String className,
long classPK,
long commerceChannelId,
int type) |
int |
getCommerceChannelAccountEntryRelsCount()
Returns the number of commerce channel account entry rels.
|
int |
getCommerceChannelAccountEntryRelsCount(long accountEntryId,
int type) |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommerceChannelAccountEntryRel> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<CommerceChannelAccountEntryRel> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceChannelAccountEntryRelLocalService |
getWrappedService() |
void |
setWrappedService(CommerceChannelAccountEntryRelLocalService commerceChannelAccountEntryRelLocalService) |
CommerceChannelAccountEntryRel |
updateCommerceChannelAccountEntryRel(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
Updates the commerce channel account entry rel in the database or adds it if it does not yet exist.
|
CommerceChannelAccountEntryRel |
updateCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId,
long commerceChannelId,
long classPK,
boolean overrideEligibility,
double priority) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommerceChannelAccountEntryRel>,R,E> updateUnsafeFunction) |
public CommerceChannelAccountEntryRelLocalServiceWrapper()
public CommerceChannelAccountEntryRelLocalServiceWrapper(CommerceChannelAccountEntryRelLocalService commerceChannelAccountEntryRelLocalService)
public CommerceChannelAccountEntryRel addCommerceChannelAccountEntryRel(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
Important: Inspect CommerceChannelAccountEntryRelLocalServiceImpl 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.
addCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelLocalServicecommerceChannelAccountEntryRel - the commerce channel account entry relpublic CommerceChannelAccountEntryRel addCommerceChannelAccountEntryRel(long userId, long accountEntryId, java.lang.String className, long classPK, long commerceChannelId, boolean overrideEligibility, double priority, int type) throws com.liferay.portal.kernel.exception.PortalException
addCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannelAccountEntryRel createCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId)
createCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelLocalServicecommerceChannelAccountEntryRelId - the primary key for the new commerce channel account entry relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceChannelAccountEntryRelLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceChannelAccountEntryRel deleteCommerceChannelAccountEntryRel(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceChannelAccountEntryRelLocalServiceImpl 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.
deleteCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelLocalServicecommerceChannelAccountEntryRel - the commerce channel account entry relPortalExceptionpublic CommerceChannelAccountEntryRel deleteCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceChannelAccountEntryRelLocalServiceImpl 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.
deleteCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelLocalServicecommerceChannelAccountEntryRelId - the primary key of the commerce channel account entry relPortalException - if a commerce channel account entry rel with the primary key could not be foundpublic void deleteCommerceChannelAccountEntryRels(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceChannelAccountEntryRels in interface CommerceChannelAccountEntryRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceChannelAccountEntryRelsByAccountEntryId(long accountEntryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceChannelAccountEntryRelsByAccountEntryId in interface CommerceChannelAccountEntryRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceChannelAccountEntryRelsByCommerceChannelId(long commerceChannelId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceChannelAccountEntryRelsByCommerceChannelId in interface CommerceChannelAccountEntryRelLocalServicecom.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 CommerceChannelAccountEntryRelLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceChannelAccountEntryRelLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceChannelAccountEntryRelLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceChannelAccountEntryRelLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceChannelAccountEntryRelLocalServicedynamicQuery - 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.product.model.impl.CommerceChannelAccountEntryRelModelImpl.
dynamicQuery in interface CommerceChannelAccountEntryRelLocalServicedynamicQuery - 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.product.model.impl.CommerceChannelAccountEntryRelModelImpl.
dynamicQuery in interface CommerceChannelAccountEntryRelLocalServicedynamicQuery - 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 CommerceChannelAccountEntryRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceChannelAccountEntryRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId)
fetchCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelLocalServicepublic CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long accountEntryId, long commerceChannelId, int type)
fetchCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelLocalServicepublic CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long accountEntryId, java.lang.String className, long classPK, long commerceChannelId, int type)
fetchCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceChannelAccountEntryRelLocalServicepublic CommerceChannelAccountEntryRel getCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelLocalServicecommerceChannelAccountEntryRelId - the primary key of the commerce channel account entry relPortalException - if a commerce channel account entry rel with the primary key could not be foundpublic java.util.List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(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.product.model.impl.CommerceChannelAccountEntryRelModelImpl.
getCommerceChannelAccountEntryRels in interface CommerceChannelAccountEntryRelLocalServicestart - the lower bound of the range of commerce channel account entry relsend - the upper bound of the range of commerce channel account entry rels (not inclusive)public java.util.List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(long accountEntryId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
getCommerceChannelAccountEntryRels in interface CommerceChannelAccountEntryRelLocalServicepublic java.util.List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(java.lang.String className, long classPK, long commerceChannelId, int type)
getCommerceChannelAccountEntryRels in interface CommerceChannelAccountEntryRelLocalServicepublic int getCommerceChannelAccountEntryRelsCount()
getCommerceChannelAccountEntryRelsCount in interface CommerceChannelAccountEntryRelLocalServicepublic int getCommerceChannelAccountEntryRelsCount(long accountEntryId,
int type)
getCommerceChannelAccountEntryRelsCount in interface CommerceChannelAccountEntryRelLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceChannelAccountEntryRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceChannelAccountEntryRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceChannelAccountEntryRelLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceChannelAccountEntryRel updateCommerceChannelAccountEntryRel(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
Important: Inspect CommerceChannelAccountEntryRelLocalServiceImpl 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.
updateCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelLocalServicecommerceChannelAccountEntryRel - the commerce channel account entry relpublic CommerceChannelAccountEntryRel updateCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId, long commerceChannelId, long classPK, boolean overrideEligibility, double priority) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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<CommerceChannelAccountEntryRel> getCTPersistence()
getCTPersistence in interface CommerceChannelAccountEntryRelLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommerceChannelAccountEntryRel>public java.lang.Class<CommerceChannelAccountEntryRel> getModelClass()
getModelClass in interface CommerceChannelAccountEntryRelLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommerceChannelAccountEntryRel>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommerceChannelAccountEntryRel>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CommerceChannelAccountEntryRelLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommerceChannelAccountEntryRel>E extends java.lang.Throwablepublic CommerceChannelAccountEntryRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelAccountEntryRelLocalService>public void setWrappedService(CommerceChannelAccountEntryRelLocalService commerceChannelAccountEntryRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelAccountEntryRelLocalService>