public class CommerceInventoryBookedQuantityLocalServiceWrapper extends java.lang.Object implements CommerceInventoryBookedQuantityLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryBookedQuantityLocalService>
CommerceInventoryBookedQuantityLocalService.CommerceInventoryBookedQuantityLocalService| Constructor and Description |
|---|
CommerceInventoryBookedQuantityLocalServiceWrapper() |
CommerceInventoryBookedQuantityLocalServiceWrapper(CommerceInventoryBookedQuantityLocalService commerceInventoryBookedQuantityLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceInventoryBookedQuantity |
addCommerceBookedQuantity(long userId,
java.util.Date expirationDate,
java.math.BigDecimal quantity,
java.lang.String sku,
java.lang.String unitOfMeasureKey,
java.util.Map<java.lang.String,java.lang.String> context) |
CommerceInventoryBookedQuantity |
addCommerceInventoryBookedQuantity(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity)
Adds the commerce inventory booked quantity to the database.
|
void |
checkCommerceInventoryBookedQuantities() |
CommerceInventoryBookedQuantity |
consumeCommerceBookedQuantity(long commerceBookedQuantityId,
java.math.BigDecimal quantity) |
CommerceInventoryBookedQuantity |
createCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId)
Creates a new commerce inventory booked quantity with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceInventoryBookedQuantity |
deleteCommerceInventoryBookedQuantity(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity)
Deletes the commerce inventory booked quantity from the database.
|
CommerceInventoryBookedQuantity |
deleteCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId)
Deletes the commerce inventory booked quantity 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.
|
CommerceInventoryBookedQuantity |
fetchCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
java.math.BigDecimal |
getCommerceBookedQuantity(long companyId,
long commerceChannelGroupId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
java.math.BigDecimal |
getCommerceBookedQuantity(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
java.util.List<CommerceInventoryBookedQuantity> |
getCommerceInventoryBookedQuantities(int start,
int end)
Returns a range of all the commerce inventory booked quantities.
|
java.util.List<CommerceInventoryBookedQuantity> |
getCommerceInventoryBookedQuantities(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey,
int start,
int end) |
java.util.List<CommerceInventoryBookedQuantity> |
getCommerceInventoryBookedQuantities(long companyId,
java.lang.String keywords,
java.lang.String sku,
java.lang.String unitOfMeasureKey,
int start,
int end) |
int |
getCommerceInventoryBookedQuantitiesCount()
Returns the number of commerce inventory booked quantities.
|
int |
getCommerceInventoryBookedQuantitiesCount(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
int |
getCommerceInventoryBookedQuantitiesCount(long companyId,
java.lang.String keywords,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
CommerceInventoryBookedQuantity |
getCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId)
Returns the commerce inventory booked quantity with the primary key.
|
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) |
CommerceInventoryBookedQuantityLocalService |
getWrappedService() |
CommerceInventoryBookedQuantity |
resetCommerceBookedQuantity(long commerceBookedQuantityId,
long userId,
java.util.Date expirationDate,
java.math.BigDecimal quantity,
java.lang.String sku,
java.lang.String unitOfMeasureKey,
java.util.Map<java.lang.String,java.lang.String> context) |
CommerceInventoryBookedQuantity |
restockCommerceInventoryBookedQuantity(long userId,
long commerceInventoryBookedQuantityId,
java.util.Map<java.lang.String,java.lang.String> context) |
com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceInventoryBookedQuantity> |
searchCommerceInventoryBookedQuantities(com.liferay.portal.kernel.search.SearchContext searchContext) |
int |
searchCommerceInventoryBookedQuantitiesCount(com.liferay.portal.kernel.search.SearchContext searchContext) |
void |
setWrappedService(CommerceInventoryBookedQuantityLocalService commerceInventoryBookedQuantityLocalService) |
CommerceInventoryBookedQuantity |
updateCommerceInventoryBookedQuantity(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity)
Updates the commerce inventory booked quantity in the database or adds it if it does not yet exist.
|
CommerceInventoryBookedQuantity |
updateCommerceInventoryBookedQuantity(long userId,
long commerceInventoryBookedQuantityId,
java.math.BigDecimal quantity,
java.util.Map<java.lang.String,java.lang.String> context,
long mvccVersion) |
public CommerceInventoryBookedQuantityLocalServiceWrapper()
public CommerceInventoryBookedQuantityLocalServiceWrapper(CommerceInventoryBookedQuantityLocalService commerceInventoryBookedQuantityLocalService)
public CommerceInventoryBookedQuantity addCommerceBookedQuantity(long userId, java.util.Date expirationDate, java.math.BigDecimal quantity, java.lang.String sku, java.lang.String unitOfMeasureKey, java.util.Map<java.lang.String,java.lang.String> context) throws com.liferay.portal.kernel.exception.PortalException
addCommerceBookedQuantity in interface CommerceInventoryBookedQuantityLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryBookedQuantity addCommerceInventoryBookedQuantity(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity)
Important: Inspect CommerceInventoryBookedQuantityLocalServiceImpl 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.
addCommerceInventoryBookedQuantity in interface CommerceInventoryBookedQuantityLocalServicecommerceInventoryBookedQuantity - the commerce inventory booked quantitypublic void checkCommerceInventoryBookedQuantities()
checkCommerceInventoryBookedQuantities in interface CommerceInventoryBookedQuantityLocalServicepublic CommerceInventoryBookedQuantity consumeCommerceBookedQuantity(long commerceBookedQuantityId, java.math.BigDecimal quantity) throws NoSuchInventoryBookedQuantityException
consumeCommerceBookedQuantity in interface CommerceInventoryBookedQuantityLocalServiceNoSuchInventoryBookedQuantityExceptionpublic CommerceInventoryBookedQuantity createCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId)
createCommerceInventoryBookedQuantity in interface CommerceInventoryBookedQuantityLocalServicecommerceInventoryBookedQuantityId - the primary key for the new commerce inventory booked quantitypublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceInventoryBookedQuantityLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceInventoryBookedQuantity deleteCommerceInventoryBookedQuantity(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity)
Important: Inspect CommerceInventoryBookedQuantityLocalServiceImpl 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.
deleteCommerceInventoryBookedQuantity in interface CommerceInventoryBookedQuantityLocalServicecommerceInventoryBookedQuantity - the commerce inventory booked quantitypublic CommerceInventoryBookedQuantity deleteCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceInventoryBookedQuantityLocalServiceImpl 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.
deleteCommerceInventoryBookedQuantity in interface CommerceInventoryBookedQuantityLocalServicecommerceInventoryBookedQuantityId - the primary key of the commerce inventory booked quantityPortalException - if a commerce inventory booked quantity 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 CommerceInventoryBookedQuantityLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceInventoryBookedQuantityLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceInventoryBookedQuantityLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceInventoryBookedQuantityLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceInventoryBookedQuantityLocalServicedynamicQuery - 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.inventory.model.impl.CommerceInventoryBookedQuantityModelImpl.
dynamicQuery in interface CommerceInventoryBookedQuantityLocalServicedynamicQuery - 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.inventory.model.impl.CommerceInventoryBookedQuantityModelImpl.
dynamicQuery in interface CommerceInventoryBookedQuantityLocalServicedynamicQuery - 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 CommerceInventoryBookedQuantityLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceInventoryBookedQuantityLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceInventoryBookedQuantity fetchCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId)
fetchCommerceInventoryBookedQuantity in interface CommerceInventoryBookedQuantityLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceInventoryBookedQuantityLocalServicepublic java.math.BigDecimal getCommerceBookedQuantity(long companyId,
long commerceChannelGroupId,
java.lang.String sku,
java.lang.String unitOfMeasureKey)
getCommerceBookedQuantity in interface CommerceInventoryBookedQuantityLocalServicepublic java.math.BigDecimal getCommerceBookedQuantity(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey)
getCommerceBookedQuantity in interface CommerceInventoryBookedQuantityLocalServicepublic java.util.List<CommerceInventoryBookedQuantity> getCommerceInventoryBookedQuantities(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.inventory.model.impl.CommerceInventoryBookedQuantityModelImpl.
getCommerceInventoryBookedQuantities in interface CommerceInventoryBookedQuantityLocalServicestart - the lower bound of the range of commerce inventory booked quantitiesend - the upper bound of the range of commerce inventory booked quantities (not inclusive)public java.util.List<CommerceInventoryBookedQuantity> getCommerceInventoryBookedQuantities(long companyId, java.lang.String sku, java.lang.String unitOfMeasureKey, int start, int end)
getCommerceInventoryBookedQuantities in interface CommerceInventoryBookedQuantityLocalServicepublic java.util.List<CommerceInventoryBookedQuantity> getCommerceInventoryBookedQuantities(long companyId, java.lang.String keywords, java.lang.String sku, java.lang.String unitOfMeasureKey, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryBookedQuantities in interface CommerceInventoryBookedQuantityLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceInventoryBookedQuantitiesCount()
getCommerceInventoryBookedQuantitiesCount in interface CommerceInventoryBookedQuantityLocalServicepublic int getCommerceInventoryBookedQuantitiesCount(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey)
getCommerceInventoryBookedQuantitiesCount in interface CommerceInventoryBookedQuantityLocalServicepublic int getCommerceInventoryBookedQuantitiesCount(long companyId,
java.lang.String keywords,
java.lang.String sku,
java.lang.String unitOfMeasureKey)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryBookedQuantitiesCount in interface CommerceInventoryBookedQuantityLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryBookedQuantity getCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryBookedQuantity in interface CommerceInventoryBookedQuantityLocalServicecommerceInventoryBookedQuantityId - the primary key of the commerce inventory booked quantityPortalException - if a commerce inventory booked quantity with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceInventoryBookedQuantityLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceInventoryBookedQuantityLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceInventoryBookedQuantityLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceInventoryBookedQuantity resetCommerceBookedQuantity(long commerceBookedQuantityId, long userId, java.util.Date expirationDate, java.math.BigDecimal quantity, java.lang.String sku, java.lang.String unitOfMeasureKey, java.util.Map<java.lang.String,java.lang.String> context) throws com.liferay.portal.kernel.exception.PortalException
resetCommerceBookedQuantity in interface CommerceInventoryBookedQuantityLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryBookedQuantity restockCommerceInventoryBookedQuantity(long userId, long commerceInventoryBookedQuantityId, java.util.Map<java.lang.String,java.lang.String> context) throws com.liferay.portal.kernel.exception.PortalException
restockCommerceInventoryBookedQuantity in interface CommerceInventoryBookedQuantityLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceInventoryBookedQuantity> searchCommerceInventoryBookedQuantities(com.liferay.portal.kernel.search.SearchContext searchContext) throws com.liferay.portal.kernel.exception.PortalException
searchCommerceInventoryBookedQuantities in interface CommerceInventoryBookedQuantityLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int searchCommerceInventoryBookedQuantitiesCount(com.liferay.portal.kernel.search.SearchContext searchContext)
throws com.liferay.portal.kernel.exception.PortalException
searchCommerceInventoryBookedQuantitiesCount in interface CommerceInventoryBookedQuantityLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceInventoryBookedQuantity updateCommerceInventoryBookedQuantity(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity)
Important: Inspect CommerceInventoryBookedQuantityLocalServiceImpl 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.
updateCommerceInventoryBookedQuantity in interface CommerceInventoryBookedQuantityLocalServicecommerceInventoryBookedQuantity - the commerce inventory booked quantitypublic CommerceInventoryBookedQuantity updateCommerceInventoryBookedQuantity(long userId, long commerceInventoryBookedQuantityId, java.math.BigDecimal quantity, java.util.Map<java.lang.String,java.lang.String> context, long mvccVersion) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceInventoryBookedQuantity in interface CommerceInventoryBookedQuantityLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic CommerceInventoryBookedQuantityLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryBookedQuantityLocalService>public void setWrappedService(CommerceInventoryBookedQuantityLocalService commerceInventoryBookedQuantityLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryBookedQuantityLocalService>