public class CommerceWishListItemLocalServiceWrapper extends java.lang.Object implements CommerceWishListItemLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceWishListItemLocalService>
CommerceWishListItemLocalService.CommerceWishListItemLocalService| Constructor and Description |
|---|
CommerceWishListItemLocalServiceWrapper() |
CommerceWishListItemLocalServiceWrapper(CommerceWishListItemLocalService commerceWishListItemLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceWishListItem |
addCommerceWishListItem(CommerceWishListItem commerceWishListItem)
Adds the commerce wish list item to the database.
|
CommerceWishListItem |
addCommerceWishListItem(long commerceWishListId,
long cpDefinitionId,
long cpInstanceId,
java.lang.String json,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Mueller (7.2.x)
|
CommerceWishListItem |
addCommerceWishListItem(long commerceWishListId,
long cProductId,
java.lang.String cpInstanceUuid,
java.lang.String json,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceWishListItem |
createCommerceWishListItem(long commerceWishListItemId)
Creates a new commerce wish list item with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceWishListItem |
deleteCommerceWishListItem(CommerceWishListItem commerceWishListItem)
Deletes the commerce wish list item from the database.
|
CommerceWishListItem |
deleteCommerceWishListItem(long commerceWishListItemId)
Deletes the commerce wish list item with the primary key from the database.
|
void |
deleteCommerceWishListItems(long commerceWishListId) |
void |
deleteCommerceWishListItemsByCPDefinitionId(long cpDefinitionId)
Deprecated.
As of Mueller (7.2.x)
|
void |
deleteCommerceWishListItemsByCPInstanceId(long cpInstanceId)
Deprecated.
As of Mueller (7.2.x)
|
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.
|
CommerceWishListItem |
fetchCommerceWishListItem(long commerceWishListItemId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
CommerceWishListItem |
getCommerceWishListItem(long commerceWishListItemId)
Returns the commerce wish list item with the primary key.
|
CommerceWishListItem |
getCommerceWishListItem(long commerceWishListId,
java.lang.String cpInstanceUuid,
long cProductId) |
int |
getCommerceWishListItemByContainsCPInstanceCount(long commerceWishListId,
java.lang.String cpInstanceUuid) |
int |
getCommerceWishListItemByContainsCProductCount(long commerceWishListId,
long cProductId) |
java.util.List<CommerceWishListItem> |
getCommerceWishListItems(int start,
int end)
Returns a range of all the commerce wish list items.
|
java.util.List<CommerceWishListItem> |
getCommerceWishListItems(long commerceWishListId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceWishListItem> orderByComparator) |
int |
getCommerceWishListItemsCount()
Returns the number of commerce wish list items.
|
int |
getCommerceWishListItemsCount(long commerceWishListId) |
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) |
CommerceWishListItemLocalService |
getWrappedService() |
void |
setWrappedService(CommerceWishListItemLocalService commerceWishListItemLocalService) |
CommerceWishListItem |
updateCommerceWishListItem(CommerceWishListItem commerceWishListItem)
Updates the commerce wish list item in the database or adds it if it does not yet exist.
|
public CommerceWishListItemLocalServiceWrapper()
public CommerceWishListItemLocalServiceWrapper(CommerceWishListItemLocalService commerceWishListItemLocalService)
public CommerceWishListItem addCommerceWishListItem(CommerceWishListItem commerceWishListItem)
Important: Inspect CommerceWishListItemLocalServiceImpl 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.
addCommerceWishListItem in interface CommerceWishListItemLocalServicecommerceWishListItem - the commerce wish list item@Deprecated public CommerceWishListItem addCommerceWishListItem(long commerceWishListId, long cpDefinitionId, long cpInstanceId, java.lang.String json, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceWishListItem in interface CommerceWishListItemLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWishListItem addCommerceWishListItem(long commerceWishListId, long cProductId, java.lang.String cpInstanceUuid, java.lang.String json, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceWishListItem in interface CommerceWishListItemLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWishListItem createCommerceWishListItem(long commerceWishListItemId)
createCommerceWishListItem in interface CommerceWishListItemLocalServicecommerceWishListItemId - the primary key for the new commerce wish list itempublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceWishListItemLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceWishListItem deleteCommerceWishListItem(CommerceWishListItem commerceWishListItem)
Important: Inspect CommerceWishListItemLocalServiceImpl 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.
deleteCommerceWishListItem in interface CommerceWishListItemLocalServicecommerceWishListItem - the commerce wish list itempublic CommerceWishListItem deleteCommerceWishListItem(long commerceWishListItemId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceWishListItemLocalServiceImpl 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.
deleteCommerceWishListItem in interface CommerceWishListItemLocalServicecommerceWishListItemId - the primary key of the commerce wish list itemPortalException - if a commerce wish list item with the primary key could not be foundpublic void deleteCommerceWishListItems(long commerceWishListId)
deleteCommerceWishListItems in interface CommerceWishListItemLocalService@Deprecated public void deleteCommerceWishListItemsByCPDefinitionId(long cpDefinitionId)
deleteCommerceWishListItemsByCPDefinitionId in interface CommerceWishListItemLocalService@Deprecated public void deleteCommerceWishListItemsByCPInstanceId(long cpInstanceId)
deleteCommerceWishListItemsByCPInstanceId in interface CommerceWishListItemLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommerceWishListItemLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceWishListItemLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceWishListItemLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceWishListItemLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceWishListItemLocalServicedynamicQuery - 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.wish.list.model.impl.CommerceWishListItemModelImpl.
dynamicQuery in interface CommerceWishListItemLocalServicedynamicQuery - 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.wish.list.model.impl.CommerceWishListItemModelImpl.
dynamicQuery in interface CommerceWishListItemLocalServicedynamicQuery - 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 CommerceWishListItemLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceWishListItemLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceWishListItem fetchCommerceWishListItem(long commerceWishListItemId)
fetchCommerceWishListItem in interface CommerceWishListItemLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceWishListItemLocalServicepublic CommerceWishListItem getCommerceWishListItem(long commerceWishListItemId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceWishListItem in interface CommerceWishListItemLocalServicecommerceWishListItemId - the primary key of the commerce wish list itemPortalException - if a commerce wish list item with the primary key could not be foundpublic CommerceWishListItem getCommerceWishListItem(long commerceWishListId, java.lang.String cpInstanceUuid, long cProductId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceWishListItem in interface CommerceWishListItemLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceWishListItemByContainsCPInstanceCount(long commerceWishListId,
java.lang.String cpInstanceUuid)
getCommerceWishListItemByContainsCPInstanceCount in interface CommerceWishListItemLocalServicepublic int getCommerceWishListItemByContainsCProductCount(long commerceWishListId,
long cProductId)
getCommerceWishListItemByContainsCProductCount in interface CommerceWishListItemLocalServicepublic java.util.List<CommerceWishListItem> getCommerceWishListItems(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.wish.list.model.impl.CommerceWishListItemModelImpl.
getCommerceWishListItems in interface CommerceWishListItemLocalServicestart - the lower bound of the range of commerce wish list itemsend - the upper bound of the range of commerce wish list items (not inclusive)public java.util.List<CommerceWishListItem> getCommerceWishListItems(long commerceWishListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceWishListItem> orderByComparator)
getCommerceWishListItems in interface CommerceWishListItemLocalServicepublic int getCommerceWishListItemsCount()
getCommerceWishListItemsCount in interface CommerceWishListItemLocalServicepublic int getCommerceWishListItemsCount(long commerceWishListId)
getCommerceWishListItemsCount in interface CommerceWishListItemLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceWishListItemLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceWishListItemLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceWishListItemLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceWishListItem updateCommerceWishListItem(CommerceWishListItem commerceWishListItem)
Important: Inspect CommerceWishListItemLocalServiceImpl 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.
updateCommerceWishListItem in interface CommerceWishListItemLocalServicecommerceWishListItem - the commerce wish list itempublic CommerceWishListItemLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceWishListItemLocalService>public void setWrappedService(CommerceWishListItemLocalService commerceWishListItemLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceWishListItemLocalService>