public class CommerceInventoryWarehouseItemLocalServiceWrapper extends java.lang.Object implements CommerceInventoryWarehouseItemLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseItemLocalService>
CommerceInventoryWarehouseItemLocalService
.CommerceInventoryWarehouseItemLocalService
Constructor and Description |
---|
CommerceInventoryWarehouseItemLocalServiceWrapper() |
CommerceInventoryWarehouseItemLocalServiceWrapper(CommerceInventoryWarehouseItemLocalService commerceInventoryWarehouseItemLocalService) |
Modifier and Type | Method and Description |
---|---|
CommerceInventoryWarehouseItem |
addCommerceInventoryWarehouseItem(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem)
Adds the commerce inventory warehouse item to the database.
|
CommerceInventoryWarehouseItem |
addCommerceInventoryWarehouseItem(java.lang.String externalReferenceCode,
long userId,
long commerceInventoryWarehouseId,
java.math.BigDecimal quantity,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
CommerceInventoryWarehouseItem |
addOrUpdateCommerceInventoryWarehouseItem(java.lang.String externalReferenceCode,
long companyId,
long userId,
long commerceInventoryWarehouseId,
java.math.BigDecimal quantity,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
int |
countItemsByCompanyId(long companyId,
java.lang.String sku,
boolean replacePermissionCheck) |
CommerceInventoryWarehouseItem |
createCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId)
Creates a new commerce inventory warehouse item with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceInventoryWarehouseItem |
deleteCommerceInventoryWarehouseItem(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem)
Deletes the commerce inventory warehouse item from the database.
|
CommerceInventoryWarehouseItem |
deleteCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId)
Deletes the commerce inventory warehouse item with the primary key from the database.
|
void |
deleteCommerceInventoryWarehouseItems(long commerceInventoryWarehouseId) |
void |
deleteCommerceInventoryWarehouseItems(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
void |
deleteCommerceInventoryWarehouseItemsByCompanyId(long companyId) |
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.
|
CommerceInventoryWarehouseItem |
fetchCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId) |
CommerceInventoryWarehouseItem |
fetchCommerceInventoryWarehouseItem(long commerceInventoryWarehouseId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
CommerceInventoryWarehouseItem |
fetchCommerceInventoryWarehouseItemByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommerceInventoryWarehouseItem |
fetchCommerceInventoryWarehouseItemByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce inventory warehouse item with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
CommerceInventoryWarehouseItem |
getCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId)
Returns the commerce inventory warehouse item with the primary key.
|
CommerceInventoryWarehouseItem |
getCommerceInventoryWarehouseItem(long commerceInventoryWarehouseId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
CommerceInventoryWarehouseItem |
getCommerceInventoryWarehouseItemByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommerceInventoryWarehouseItem |
getCommerceInventoryWarehouseItemByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce inventory warehouse item with the matching UUID and company.
|
java.util.List<CommerceInventoryWarehouseItem> |
getCommerceInventoryWarehouseItems(int start,
int end)
Returns a range of all the commerce inventory warehouse items.
|
java.util.List<CommerceInventoryWarehouseItem> |
getCommerceInventoryWarehouseItems(long commerceInventoryWarehouseId,
int start,
int end) |
java.util.List<CommerceInventoryWarehouseItem> |
getCommerceInventoryWarehouseItemsByCompanyId(long companyId,
int start,
int end) |
java.util.List<CommerceInventoryWarehouseItem> |
getCommerceInventoryWarehouseItemsByCompanyIdSkuAndUnitOfMeasureKey(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey,
int start,
int end,
boolean replacePermissionCheck) |
java.util.List<CommerceInventoryWarehouseItem> |
getCommerceInventoryWarehouseItemsByModifiedDate(long companyId,
java.util.Date startDate,
java.util.Date endDate,
int start,
int end) |
int |
getCommerceInventoryWarehouseItemsCount()
Returns the number of commerce inventory warehouse items.
|
int |
getCommerceInventoryWarehouseItemsCount(long commerceInventoryWarehouseId) |
int |
getCommerceInventoryWarehouseItemsCount(long companyId,
long groupId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
int |
getCommerceInventoryWarehouseItemsCount(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey,
boolean replacePermissionCheck) |
int |
getCommerceInventoryWarehouseItemsCountByCompanyId(long companyId) |
int |
getCommerceInventoryWarehouseItemsCountByModifiedDate(long companyId,
java.util.Date startDate,
java.util.Date endDate) |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.util.List<CIWarehouseItem> |
getItemsByCompanyId(long companyId,
java.lang.String sku,
int start,
int end,
boolean replacePermissionCheck) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.math.BigDecimal |
getStockQuantity(long companyId,
long groupId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
java.math.BigDecimal |
getStockQuantity(long companyId,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
CommerceInventoryWarehouseItemLocalService |
getWrappedService() |
CommerceInventoryWarehouseItem |
increaseCommerceInventoryWarehouseItemQuantity(long userId,
long commerceInventoryWarehouseItemId,
java.math.BigDecimal quantity) |
void |
moveQuantitiesBetweenWarehouses(long userId,
long fromCommerceInventoryWarehouseId,
long toCommerceInventoryWarehouseId,
java.math.BigDecimal quantity,
java.lang.String sku,
java.lang.String unitOfMeasureKey) |
void |
setWrappedService(CommerceInventoryWarehouseItemLocalService commerceInventoryWarehouseItemLocalService) |
CommerceInventoryWarehouseItem |
updateCommerceInventoryWarehouseItem(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem)
Updates the commerce inventory warehouse item in the database or adds it if it does not yet exist.
|
CommerceInventoryWarehouseItem |
updateCommerceInventoryWarehouseItem(long userId,
long commerceInventoryWarehouseItemId,
java.math.BigDecimal quantity,
java.math.BigDecimal reservedQuantity,
long mvccVersion) |
CommerceInventoryWarehouseItem |
updateCommerceInventoryWarehouseItem(long userId,
long commerceInventoryWarehouseItemId,
long mvccVersion,
java.math.BigDecimal quantity,
java.lang.String unitOfMeasureKey) |
public CommerceInventoryWarehouseItemLocalServiceWrapper()
public CommerceInventoryWarehouseItemLocalServiceWrapper(CommerceInventoryWarehouseItemLocalService commerceInventoryWarehouseItemLocalService)
public CommerceInventoryWarehouseItem addCommerceInventoryWarehouseItem(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem)
Important: Inspect CommerceInventoryWarehouseItemLocalServiceImpl 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.
addCommerceInventoryWarehouseItem
in interface CommerceInventoryWarehouseItemLocalService
commerceInventoryWarehouseItem
- the commerce inventory warehouse itempublic CommerceInventoryWarehouseItem addCommerceInventoryWarehouseItem(java.lang.String externalReferenceCode, long userId, long commerceInventoryWarehouseId, java.math.BigDecimal quantity, java.lang.String sku, java.lang.String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException
addCommerceInventoryWarehouseItem
in interface CommerceInventoryWarehouseItemLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryWarehouseItem addOrUpdateCommerceInventoryWarehouseItem(java.lang.String externalReferenceCode, long companyId, long userId, long commerceInventoryWarehouseId, java.math.BigDecimal quantity, java.lang.String sku, java.lang.String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateCommerceInventoryWarehouseItem
in interface CommerceInventoryWarehouseItemLocalService
com.liferay.portal.kernel.exception.PortalException
public int countItemsByCompanyId(long companyId, java.lang.String sku, boolean replacePermissionCheck)
countItemsByCompanyId
in interface CommerceInventoryWarehouseItemLocalService
public CommerceInventoryWarehouseItem createCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId)
createCommerceInventoryWarehouseItem
in interface CommerceInventoryWarehouseItemLocalService
commerceInventoryWarehouseItemId
- the primary key for the new commerce inventory warehouse itempublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel
in interface CommerceInventoryWarehouseItemLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public CommerceInventoryWarehouseItem deleteCommerceInventoryWarehouseItem(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem)
Important: Inspect CommerceInventoryWarehouseItemLocalServiceImpl 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.
deleteCommerceInventoryWarehouseItem
in interface CommerceInventoryWarehouseItemLocalService
commerceInventoryWarehouseItem
- the commerce inventory warehouse itempublic CommerceInventoryWarehouseItem deleteCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceInventoryWarehouseItemLocalServiceImpl 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.
deleteCommerceInventoryWarehouseItem
in interface CommerceInventoryWarehouseItemLocalService
commerceInventoryWarehouseItemId
- the primary key of the commerce inventory warehouse itemPortalException
- if a commerce inventory warehouse item with the primary key could not be foundpublic void deleteCommerceInventoryWarehouseItems(long commerceInventoryWarehouseId)
deleteCommerceInventoryWarehouseItems
in interface CommerceInventoryWarehouseItemLocalService
public void deleteCommerceInventoryWarehouseItems(long companyId, java.lang.String sku, java.lang.String unitOfMeasureKey)
deleteCommerceInventoryWarehouseItems
in interface CommerceInventoryWarehouseItemLocalService
public void deleteCommerceInventoryWarehouseItemsByCompanyId(long companyId)
deleteCommerceInventoryWarehouseItemsByCompanyId
in interface CommerceInventoryWarehouseItemLocalService
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 CommerceInventoryWarehouseItemLocalService
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 CommerceInventoryWarehouseItemLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface CommerceInventoryWarehouseItemLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface CommerceInventoryWarehouseItemLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface CommerceInventoryWarehouseItemLocalService
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.CommerceInventoryWarehouseItemModelImpl
.
dynamicQuery
in interface CommerceInventoryWarehouseItemLocalService
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.CommerceInventoryWarehouseItemModelImpl
.
dynamicQuery
in interface CommerceInventoryWarehouseItemLocalService
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 CommerceInventoryWarehouseItemLocalService
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 CommerceInventoryWarehouseItemLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic CommerceInventoryWarehouseItem fetchCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId)
fetchCommerceInventoryWarehouseItem
in interface CommerceInventoryWarehouseItemLocalService
public CommerceInventoryWarehouseItem fetchCommerceInventoryWarehouseItem(long commerceInventoryWarehouseId, java.lang.String sku, java.lang.String unitOfMeasureKey)
fetchCommerceInventoryWarehouseItem
in interface CommerceInventoryWarehouseItemLocalService
public CommerceInventoryWarehouseItem fetchCommerceInventoryWarehouseItemByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchCommerceInventoryWarehouseItemByExternalReferenceCode
in interface CommerceInventoryWarehouseItemLocalService
public CommerceInventoryWarehouseItem fetchCommerceInventoryWarehouseItemByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCommerceInventoryWarehouseItemByUuidAndCompanyId
in interface CommerceInventoryWarehouseItemLocalService
uuid
- the commerce inventory warehouse item's UUIDcompanyId
- the primary key of the companynull
if a matching commerce inventory warehouse item could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface CommerceInventoryWarehouseItemLocalService
public CommerceInventoryWarehouseItem getCommerceInventoryWarehouseItem(long commerceInventoryWarehouseItemId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseItem
in interface CommerceInventoryWarehouseItemLocalService
commerceInventoryWarehouseItemId
- the primary key of the commerce inventory warehouse itemPortalException
- if a commerce inventory warehouse item with the primary key could not be foundpublic CommerceInventoryWarehouseItem getCommerceInventoryWarehouseItem(long commerceInventoryWarehouseId, java.lang.String sku, java.lang.String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseItem
in interface CommerceInventoryWarehouseItemLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryWarehouseItem getCommerceInventoryWarehouseItemByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseItemByExternalReferenceCode
in interface CommerceInventoryWarehouseItemLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryWarehouseItem getCommerceInventoryWarehouseItemByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouseItemByUuidAndCompanyId
in interface CommerceInventoryWarehouseItemLocalService
uuid
- the commerce inventory warehouse item's UUIDcompanyId
- the primary key of the companyPortalException
- if a matching commerce inventory warehouse item could not be foundpublic java.util.List<CommerceInventoryWarehouseItem> getCommerceInventoryWarehouseItems(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.CommerceInventoryWarehouseItemModelImpl
.
getCommerceInventoryWarehouseItems
in interface CommerceInventoryWarehouseItemLocalService
start
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)public java.util.List<CommerceInventoryWarehouseItem> getCommerceInventoryWarehouseItems(long commerceInventoryWarehouseId, int start, int end)
getCommerceInventoryWarehouseItems
in interface CommerceInventoryWarehouseItemLocalService
public java.util.List<CommerceInventoryWarehouseItem> getCommerceInventoryWarehouseItemsByCompanyId(long companyId, int start, int end)
getCommerceInventoryWarehouseItemsByCompanyId
in interface CommerceInventoryWarehouseItemLocalService
public java.util.List<CommerceInventoryWarehouseItem> getCommerceInventoryWarehouseItemsByCompanyIdSkuAndUnitOfMeasureKey(long companyId, java.lang.String sku, java.lang.String unitOfMeasureKey, int start, int end, boolean replacePermissionCheck)
getCommerceInventoryWarehouseItemsByCompanyIdSkuAndUnitOfMeasureKey
in interface CommerceInventoryWarehouseItemLocalService
public java.util.List<CommerceInventoryWarehouseItem> getCommerceInventoryWarehouseItemsByModifiedDate(long companyId, java.util.Date startDate, java.util.Date endDate, int start, int end)
getCommerceInventoryWarehouseItemsByModifiedDate
in interface CommerceInventoryWarehouseItemLocalService
public int getCommerceInventoryWarehouseItemsCount()
getCommerceInventoryWarehouseItemsCount
in interface CommerceInventoryWarehouseItemLocalService
public int getCommerceInventoryWarehouseItemsCount(long commerceInventoryWarehouseId)
getCommerceInventoryWarehouseItemsCount
in interface CommerceInventoryWarehouseItemLocalService
public int getCommerceInventoryWarehouseItemsCount(long companyId, long groupId, java.lang.String sku, java.lang.String unitOfMeasureKey)
getCommerceInventoryWarehouseItemsCount
in interface CommerceInventoryWarehouseItemLocalService
public int getCommerceInventoryWarehouseItemsCount(long companyId, java.lang.String sku, java.lang.String unitOfMeasureKey, boolean replacePermissionCheck)
getCommerceInventoryWarehouseItemsCount
in interface CommerceInventoryWarehouseItemLocalService
public int getCommerceInventoryWarehouseItemsCountByCompanyId(long companyId)
getCommerceInventoryWarehouseItemsCountByCompanyId
in interface CommerceInventoryWarehouseItemLocalService
public int getCommerceInventoryWarehouseItemsCountByModifiedDate(long companyId, java.util.Date startDate, java.util.Date endDate)
getCommerceInventoryWarehouseItemsCountByModifiedDate
in interface CommerceInventoryWarehouseItemLocalService
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface CommerceInventoryWarehouseItemLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface CommerceInventoryWarehouseItemLocalService
public java.util.List<CIWarehouseItem> getItemsByCompanyId(long companyId, java.lang.String sku, int start, int end, boolean replacePermissionCheck)
getItemsByCompanyId
in interface CommerceInventoryWarehouseItemLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceInventoryWarehouseItemLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface CommerceInventoryWarehouseItemLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public java.math.BigDecimal getStockQuantity(long companyId, long groupId, java.lang.String sku, java.lang.String unitOfMeasureKey)
getStockQuantity
in interface CommerceInventoryWarehouseItemLocalService
public java.math.BigDecimal getStockQuantity(long companyId, java.lang.String sku, java.lang.String unitOfMeasureKey)
getStockQuantity
in interface CommerceInventoryWarehouseItemLocalService
public CommerceInventoryWarehouseItem increaseCommerceInventoryWarehouseItemQuantity(long userId, long commerceInventoryWarehouseItemId, java.math.BigDecimal quantity) throws com.liferay.portal.kernel.exception.PortalException
increaseCommerceInventoryWarehouseItemQuantity
in interface CommerceInventoryWarehouseItemLocalService
com.liferay.portal.kernel.exception.PortalException
public void moveQuantitiesBetweenWarehouses(long userId, long fromCommerceInventoryWarehouseId, long toCommerceInventoryWarehouseId, java.math.BigDecimal quantity, java.lang.String sku, java.lang.String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException
moveQuantitiesBetweenWarehouses
in interface CommerceInventoryWarehouseItemLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryWarehouseItem updateCommerceInventoryWarehouseItem(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem)
Important: Inspect CommerceInventoryWarehouseItemLocalServiceImpl 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.
updateCommerceInventoryWarehouseItem
in interface CommerceInventoryWarehouseItemLocalService
commerceInventoryWarehouseItem
- the commerce inventory warehouse itempublic CommerceInventoryWarehouseItem updateCommerceInventoryWarehouseItem(long userId, long commerceInventoryWarehouseItemId, java.math.BigDecimal quantity, java.math.BigDecimal reservedQuantity, long mvccVersion) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceInventoryWarehouseItem
in interface CommerceInventoryWarehouseItemLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceInventoryWarehouseItem updateCommerceInventoryWarehouseItem(long userId, long commerceInventoryWarehouseItemId, long mvccVersion, java.math.BigDecimal quantity, java.lang.String unitOfMeasureKey) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceInventoryWarehouseItem
in interface CommerceInventoryWarehouseItemLocalService
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 CommerceInventoryWarehouseItemLocalService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseItemLocalService>
public void setWrappedService(CommerceInventoryWarehouseItemLocalService commerceInventoryWarehouseItemLocalService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryWarehouseItemLocalService>