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 |
addCommerceInventoryBookedQuantity(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity)
Adds the commerce inventory booked quantity to the database.
|
CommerceInventoryBookedQuantity |
addCommerceInventoryBookedQuantity(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) |
void |
checkCommerceInventoryBookedQuantities() |
CommerceInventoryBookedQuantity |
consumeCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId,
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.
|
CommerceInventoryBookedQuantity |
deleteCommerceInventoryBookedQuantity(long userId,
long commerceInventoryBookedQuantityId,
java.util.Map<java.lang.String,java.lang.String> context,
CommerceInventoryAuditType commerceInventoryAuditType) |
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.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.
|
java.math.BigDecimal |
getCommerceInventoryBookedQuantity(long companyId,
long commerceChannelGroupId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
java.math.BigDecimal |
getCommerceInventoryBookedQuantity(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
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 |
resetCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId,
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 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 CommerceInventoryBookedQuantityLocalService
commerceInventoryBookedQuantity
- the commerce inventory booked quantitypublic CommerceInventoryBookedQuantity addCommerceInventoryBookedQuantity(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
addCommerceInventoryBookedQuantity
in interface CommerceInventoryBookedQuantityLocalService
com.liferay.portal.kernel.exception.PortalException
public void checkCommerceInventoryBookedQuantities()
checkCommerceInventoryBookedQuantities
in interface CommerceInventoryBookedQuantityLocalService
public CommerceInventoryBookedQuantity consumeCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId, java.math.BigDecimal quantity) throws NoSuchInventoryBookedQuantityException
consumeCommerceInventoryBookedQuantity
in interface CommerceInventoryBookedQuantityLocalService
NoSuchInventoryBookedQuantityException
public CommerceInventoryBookedQuantity createCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId)
createCommerceInventoryBookedQuantity
in interface CommerceInventoryBookedQuantityLocalService
commerceInventoryBookedQuantityId
- 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 CommerceInventoryBookedQuantityLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public 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 CommerceInventoryBookedQuantityLocalService
commerceInventoryBookedQuantity
- 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 CommerceInventoryBookedQuantityLocalService
commerceInventoryBookedQuantityId
- the primary key of the commerce inventory booked quantityPortalException
- if a commerce inventory booked quantity with the primary key could not be foundpublic CommerceInventoryBookedQuantity deleteCommerceInventoryBookedQuantity(long userId, long commerceInventoryBookedQuantityId, java.util.Map<java.lang.String,java.lang.String> context, CommerceInventoryAuditType commerceInventoryAuditType) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceInventoryBookedQuantity
in interface CommerceInventoryBookedQuantityLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface CommerceInventoryBookedQuantityLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface CommerceInventoryBookedQuantityLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface CommerceInventoryBookedQuantityLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface CommerceInventoryBookedQuantityLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface CommerceInventoryBookedQuantityLocalService
dynamicQuery
- 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 CommerceInventoryBookedQuantityLocalService
dynamicQuery
- 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 CommerceInventoryBookedQuantityLocalService
dynamicQuery
- 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 CommerceInventoryBookedQuantityLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface CommerceInventoryBookedQuantityLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic CommerceInventoryBookedQuantity fetchCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId)
fetchCommerceInventoryBookedQuantity
in interface CommerceInventoryBookedQuantityLocalService
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface CommerceInventoryBookedQuantityLocalService
public 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 CommerceInventoryBookedQuantityLocalService
start
- 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 CommerceInventoryBookedQuantityLocalService
public 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 CommerceInventoryBookedQuantityLocalService
com.liferay.portal.kernel.exception.PortalException
public int getCommerceInventoryBookedQuantitiesCount()
getCommerceInventoryBookedQuantitiesCount
in interface CommerceInventoryBookedQuantityLocalService
public int getCommerceInventoryBookedQuantitiesCount(long companyId, java.lang.String sku, java.lang.String unitOfMeasureKey)
getCommerceInventoryBookedQuantitiesCount
in interface CommerceInventoryBookedQuantityLocalService
public 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 CommerceInventoryBookedQuantityLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryBookedQuantity getCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryBookedQuantity
in interface CommerceInventoryBookedQuantityLocalService
commerceInventoryBookedQuantityId
- the primary key of the commerce inventory booked quantityPortalException
- if a commerce inventory booked quantity with the primary key could not be foundpublic java.math.BigDecimal getCommerceInventoryBookedQuantity(long companyId, long commerceChannelGroupId, java.lang.String sku, java.lang.String unitOfMeasureKey)
getCommerceInventoryBookedQuantity
in interface CommerceInventoryBookedQuantityLocalService
public java.math.BigDecimal getCommerceInventoryBookedQuantity(long companyId, java.lang.String sku, java.lang.String unitOfMeasureKey)
getCommerceInventoryBookedQuantity
in interface CommerceInventoryBookedQuantityLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface CommerceInventoryBookedQuantityLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceInventoryBookedQuantityLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface CommerceInventoryBookedQuantityLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public CommerceInventoryBookedQuantity resetCommerceInventoryBookedQuantity(long commerceInventoryBookedQuantityId, 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
resetCommerceInventoryBookedQuantity
in interface CommerceInventoryBookedQuantityLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 CommerceInventoryBookedQuantityLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 CommerceInventoryBookedQuantityLocalService
com.liferay.portal.kernel.exception.PortalException
public int searchCommerceInventoryBookedQuantitiesCount(com.liferay.portal.kernel.search.SearchContext searchContext) throws com.liferay.portal.kernel.exception.PortalException
searchCommerceInventoryBookedQuantitiesCount
in interface CommerceInventoryBookedQuantityLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 CommerceInventoryBookedQuantityLocalService
commerceInventoryBookedQuantity
- 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 CommerceInventoryBookedQuantityLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public 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>