public class CProductLocalServiceWrapper extends java.lang.Object implements CProductLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CProductLocalService>
CProductLocalService.CProductLocalService| Constructor and Description |
|---|
CProductLocalServiceWrapper() |
CProductLocalServiceWrapper(CProductLocalService cProductLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CProduct |
addCProduct(CProduct cProduct)
Adds the c product to the database.
|
CProduct |
addCProduct(java.lang.String externalReferenceCode,
long groupId,
long userId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CProduct |
createCProduct(long CProductId)
Creates a new c product with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CProduct |
deleteCProduct(CProduct cProduct)
Deletes the c product from the database.
|
CProduct |
deleteCProduct(long CProductId)
Deletes the c product with the primary key from the database.
|
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.
|
CProduct |
fetchCProduct(long CProductId) |
CProduct |
fetchCProductByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CProduct |
fetchCProductByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the c product matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
CProduct |
getCProduct(long CProductId)
Returns the c product with the primary key.
|
CProduct |
getCProductByCPInstanceUuid(java.lang.String cpInstanceUuid) |
CProduct |
getCProductByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CProduct |
getCProductByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the c product matching the UUID and group.
|
java.util.List<CProduct> |
getCProducts(int start,
int end)
Returns a range of all the c products.
|
java.util.List<CProduct> |
getCProductsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the c products matching the UUID and company.
|
java.util.List<CProduct> |
getCProductsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CProduct> orderByComparator)
Returns a range of c products matching the UUID and company.
|
int |
getCProductsCount()
Returns the number of c products.
|
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CProduct> |
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<CProduct> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CProductLocalService |
getWrappedService() |
int |
increment(long cProductId) |
void |
setWrappedService(CProductLocalService cProductLocalService) |
CProduct |
updateCProduct(CProduct cProduct)
Updates the c product in the database or adds it if it does not yet exist.
|
CProduct |
updateCProductExternalReferenceCode(java.lang.String externalReferenceCode,
long cProductId) |
CProduct |
updatePublishedCPDefinitionId(long cProductId,
long publishedCPDefinitionId) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CProduct>,R,E> updateUnsafeFunction) |
public CProductLocalServiceWrapper()
public CProductLocalServiceWrapper(CProductLocalService cProductLocalService)
public CProduct addCProduct(CProduct cProduct)
Important: Inspect CProductLocalServiceImpl 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.
addCProduct in interface CProductLocalServicecProduct - the c productpublic CProduct addCProduct(java.lang.String externalReferenceCode, long groupId, long userId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCProduct in interface CProductLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CProduct createCProduct(long CProductId)
createCProduct in interface CProductLocalServiceCProductId - the primary key for the new c productpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CProductLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CProduct deleteCProduct(CProduct cProduct) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CProductLocalServiceImpl 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.
deleteCProduct in interface CProductLocalServicecProduct - the c productPortalExceptionpublic CProduct deleteCProduct(long CProductId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CProductLocalServiceImpl 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.
deleteCProduct in interface CProductLocalServiceCProductId - the primary key of the c productPortalException - if a c product with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CProductLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CProductLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CProductLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CProductLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CProductLocalServicedynamicQuery - 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.CProductModelImpl.
dynamicQuery in interface CProductLocalServicedynamicQuery - 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.CProductModelImpl.
dynamicQuery in interface CProductLocalServicedynamicQuery - 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 CProductLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CProductLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CProduct fetchCProduct(long CProductId)
fetchCProduct in interface CProductLocalServicepublic CProduct fetchCProductByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchCProductByExternalReferenceCode in interface CProductLocalServicepublic CProduct fetchCProductByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchCProductByUuidAndGroupId in interface CProductLocalServiceuuid - the c product's UUIDgroupId - the primary key of the groupnull if a matching c product could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CProductLocalServicepublic CProduct getCProduct(long CProductId) throws com.liferay.portal.kernel.exception.PortalException
getCProduct in interface CProductLocalServiceCProductId - the primary key of the c productPortalException - if a c product with the primary key could not be foundpublic CProduct getCProductByCPInstanceUuid(java.lang.String cpInstanceUuid) throws com.liferay.portal.kernel.exception.PortalException
getCProductByCPInstanceUuid in interface CProductLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CProduct getCProductByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCProductByExternalReferenceCode in interface CProductLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CProduct getCProductByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getCProductByUuidAndGroupId in interface CProductLocalServiceuuid - the c product's UUIDgroupId - the primary key of the groupPortalException - if a matching c product could not be foundpublic java.util.List<CProduct> getCProducts(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.CProductModelImpl.
getCProducts in interface CProductLocalServicestart - the lower bound of the range of c productsend - the upper bound of the range of c products (not inclusive)public java.util.List<CProduct> getCProductsByUuidAndCompanyId(java.lang.String uuid, long companyId)
getCProductsByUuidAndCompanyId in interface CProductLocalServiceuuid - the UUID of the c productscompanyId - the primary key of the companypublic java.util.List<CProduct> getCProductsByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CProduct> orderByComparator)
getCProductsByUuidAndCompanyId in interface CProductLocalServiceuuid - the UUID of the c productscompanyId - the primary key of the companystart - the lower bound of the range of c productsend - the upper bound of the range of c products (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getCProductsCount()
getCProductsCount in interface CProductLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CProductLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CProductLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CProductLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CProductLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic int increment(long cProductId)
throws com.liferay.portal.kernel.exception.PortalException
increment in interface CProductLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CProduct updateCProduct(CProduct cProduct)
Important: Inspect CProductLocalServiceImpl 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.
updateCProduct in interface CProductLocalServicecProduct - the c productpublic CProduct updateCProductExternalReferenceCode(java.lang.String externalReferenceCode, long cProductId) throws com.liferay.portal.kernel.exception.PortalException
updateCProductExternalReferenceCode in interface CProductLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CProduct updatePublishedCPDefinitionId(long cProductId, long publishedCPDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
updatePublishedCPDefinitionId in interface CProductLocalServicecom.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<CProduct> getCTPersistence()
getCTPersistence in interface CProductLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CProduct>public java.lang.Class<CProduct> getModelClass()
getModelClass in interface CProductLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CProduct>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CProduct>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CProductLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CProduct>E extends java.lang.Throwablepublic CProductLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CProductLocalService>public void setWrappedService(CProductLocalService cProductLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CProductLocalService>