public class CommerceChannelRelLocalServiceWrapper extends java.lang.Object implements CommerceChannelRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelRelLocalService>
CommerceChannelRelLocalService.CommerceChannelRelLocalService| Constructor and Description |
|---|
CommerceChannelRelLocalServiceWrapper() |
CommerceChannelRelLocalServiceWrapper(CommerceChannelRelLocalService commerceChannelRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceChannelRel |
addCommerceChannelRel(CommerceChannelRel commerceChannelRel)
Adds the commerce channel rel to the database.
|
CommerceChannelRel |
addCommerceChannelRel(java.lang.String className,
long classPK,
long commerceChannelId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.util.List<CommerceChannelRel> |
addCommerceChannelRels(java.lang.String className,
long[] classPKs,
long commerceChannelId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceChannelRel |
createCommerceChannelRel(long commerceChannelRelId)
Creates a new commerce channel rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceChannelRel |
deleteCommerceChannelRel(CommerceChannelRel commerceChannelRel)
Deletes the commerce channel rel from the database.
|
CommerceChannelRel |
deleteCommerceChannelRel(long commerceChannelRelId)
Deletes the commerce channel rel with the primary key from the database.
|
void |
deleteCommerceChannelRels(long commerceChannelId) |
void |
deleteCommerceChannelRels(java.lang.String className,
long classPK) |
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.
|
CommerceChannelRel |
fetchCommerceChannelRel(long commerceChannelRelId) |
CommerceChannelRel |
fetchCommerceChannelRel(java.lang.String className,
long classPK,
long commerceChannelId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
java.util.List<CommerceChannelRel> |
getCommerceChannelCountries(long commerceChannelId,
java.lang.String name,
int start,
int end) |
int |
getCommerceChannelCountriesCount(long commerceChannelId,
java.lang.String name) |
CommerceChannelRel |
getCommerceChannelRel(long commerceChannelRelId)
Returns the commerce channel rel with the primary key.
|
java.util.List<CommerceChannelRel> |
getCommerceChannelRels(int start,
int end)
Returns a range of all the commerce channel rels.
|
java.util.List<CommerceChannelRel> |
getCommerceChannelRels(long commerceChannelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelRel> orderByComparator) |
java.util.List<CommerceChannelRel> |
getCommerceChannelRels(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelRel> orderByComparator) |
java.util.List<CommerceChannelRel> |
getCommerceChannelRels(java.lang.String className,
long classPK,
java.lang.String name,
int start,
int end) |
int |
getCommerceChannelRelsCount()
Returns the number of commerce channel rels.
|
int |
getCommerceChannelRelsCount(long commerceChannelId) |
int |
getCommerceChannelRelsCount(java.lang.String className,
long classPK) |
int |
getCommerceChannelRelsCount(java.lang.String className,
long classPK,
java.lang.String name) |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommerceChannelRel> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<CommerceChannelRel> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceChannelRelLocalService |
getWrappedService() |
void |
setWrappedService(CommerceChannelRelLocalService commerceChannelRelLocalService) |
CommerceChannelRel |
updateCommerceChannelRel(CommerceChannelRel commerceChannelRel)
Updates the commerce channel 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<CommerceChannelRel>,R,E> updateUnsafeFunction) |
public CommerceChannelRelLocalServiceWrapper()
public CommerceChannelRelLocalServiceWrapper(CommerceChannelRelLocalService commerceChannelRelLocalService)
public CommerceChannelRel addCommerceChannelRel(CommerceChannelRel commerceChannelRel)
Important: Inspect CommerceChannelRelLocalServiceImpl 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.
addCommerceChannelRel in interface CommerceChannelRelLocalServicecommerceChannelRel - the commerce channel relpublic CommerceChannelRel addCommerceChannelRel(java.lang.String className, long classPK, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceChannelRel in interface CommerceChannelRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceChannelRel> addCommerceChannelRels(java.lang.String className, long[] classPKs, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext)
addCommerceChannelRels in interface CommerceChannelRelLocalServicepublic CommerceChannelRel createCommerceChannelRel(long commerceChannelRelId)
createCommerceChannelRel in interface CommerceChannelRelLocalServicecommerceChannelRelId - the primary key for the new commerce channel relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceChannelRelLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceChannelRel deleteCommerceChannelRel(CommerceChannelRel commerceChannelRel)
Important: Inspect CommerceChannelRelLocalServiceImpl 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.
deleteCommerceChannelRel in interface CommerceChannelRelLocalServicecommerceChannelRel - the commerce channel relpublic CommerceChannelRel deleteCommerceChannelRel(long commerceChannelRelId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceChannelRelLocalServiceImpl 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.
deleteCommerceChannelRel in interface CommerceChannelRelLocalServicecommerceChannelRelId - the primary key of the commerce channel relPortalException - if a commerce channel rel with the primary key could not be foundpublic void deleteCommerceChannelRels(long commerceChannelId)
deleteCommerceChannelRels in interface CommerceChannelRelLocalServicepublic void deleteCommerceChannelRels(java.lang.String className,
long classPK)
deleteCommerceChannelRels in interface CommerceChannelRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommerceChannelRelLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceChannelRelLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceChannelRelLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceChannelRelLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceChannelRelLocalServicedynamicQuery - 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.CommerceChannelRelModelImpl.
dynamicQuery in interface CommerceChannelRelLocalServicedynamicQuery - 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.CommerceChannelRelModelImpl.
dynamicQuery in interface CommerceChannelRelLocalServicedynamicQuery - 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 CommerceChannelRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceChannelRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceChannelRel fetchCommerceChannelRel(long commerceChannelRelId)
fetchCommerceChannelRel in interface CommerceChannelRelLocalServicepublic CommerceChannelRel fetchCommerceChannelRel(java.lang.String className, long classPK, long commerceChannelId)
fetchCommerceChannelRel in interface CommerceChannelRelLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceChannelRelLocalServicepublic java.util.List<CommerceChannelRel> getCommerceChannelCountries(long commerceChannelId, java.lang.String name, int start, int end)
getCommerceChannelCountries in interface CommerceChannelRelLocalServicepublic int getCommerceChannelCountriesCount(long commerceChannelId,
java.lang.String name)
getCommerceChannelCountriesCount in interface CommerceChannelRelLocalServicepublic CommerceChannelRel getCommerceChannelRel(long commerceChannelRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannelRel in interface CommerceChannelRelLocalServicecommerceChannelRelId - the primary key of the commerce channel relPortalException - if a commerce channel rel with the primary key could not be foundpublic java.util.List<CommerceChannelRel> getCommerceChannelRels(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.CommerceChannelRelModelImpl.
getCommerceChannelRels in interface CommerceChannelRelLocalServicestart - the lower bound of the range of commerce channel relsend - the upper bound of the range of commerce channel rels (not inclusive)public java.util.List<CommerceChannelRel> getCommerceChannelRels(long commerceChannelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelRel> orderByComparator)
getCommerceChannelRels in interface CommerceChannelRelLocalServicepublic java.util.List<CommerceChannelRel> getCommerceChannelRels(java.lang.String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelRel> orderByComparator)
getCommerceChannelRels in interface CommerceChannelRelLocalServicepublic java.util.List<CommerceChannelRel> getCommerceChannelRels(java.lang.String className, long classPK, java.lang.String name, int start, int end)
getCommerceChannelRels in interface CommerceChannelRelLocalServicepublic int getCommerceChannelRelsCount()
getCommerceChannelRelsCount in interface CommerceChannelRelLocalServicepublic int getCommerceChannelRelsCount(long commerceChannelId)
getCommerceChannelRelsCount in interface CommerceChannelRelLocalServicepublic int getCommerceChannelRelsCount(java.lang.String className,
long classPK)
getCommerceChannelRelsCount in interface CommerceChannelRelLocalServicepublic int getCommerceChannelRelsCount(java.lang.String className,
long classPK,
java.lang.String name)
getCommerceChannelRelsCount in interface CommerceChannelRelLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceChannelRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceChannelRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceChannelRelLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceChannelRel updateCommerceChannelRel(CommerceChannelRel commerceChannelRel)
Important: Inspect CommerceChannelRelLocalServiceImpl 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.
updateCommerceChannelRel in interface CommerceChannelRelLocalServicecommerceChannelRel - the commerce channel 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<CommerceChannelRel> getCTPersistence()
getCTPersistence in interface CommerceChannelRelLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommerceChannelRel>public java.lang.Class<CommerceChannelRel> getModelClass()
getModelClass in interface CommerceChannelRelLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommerceChannelRel>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommerceChannelRel>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CommerceChannelRelLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CommerceChannelRel>E extends java.lang.Throwablepublic CommerceChannelRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelRelLocalService>public void setWrappedService(CommerceChannelRelLocalService commerceChannelRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelRelLocalService>