Interface CommerceInventoryWarehouseItemPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceInventoryWarehouseItem>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem) Caches the commerce inventory warehouse item in the entity cache if it is enabled.void
cacheResult
(List<CommerceInventoryWarehouseItem> commerceInventoryWarehouseItems) Caches the commerce inventory warehouse items in the entity cache if it is enabled.int
countAll()
Returns the number of commerce inventory warehouse items.int
countByC_S_U
(long companyId, String sku, String unitOfMeasureKey) Returns the number of commerce inventory warehouse items where companyId = ? and sku = ? and unitOfMeasureKey = ?.int
countByCIWI_S_U
(long commerceInventoryWarehouseId, String sku, String unitOfMeasureKey) Returns the number of commerce inventory warehouse items where commerceInventoryWarehouseId = ? and sku = ? and unitOfMeasureKey = ?.int
countByCommerceInventoryWarehouseId
(long commerceInventoryWarehouseId) Returns the number of commerce inventory warehouse items where commerceInventoryWarehouseId = ?.int
countByCompanyId
(long companyId) Returns the number of commerce inventory warehouse items where companyId = ?.int
countByERC_C
(String externalReferenceCode, long companyId) Returns the number of commerce inventory warehouse items where externalReferenceCode = ? and companyId = ?.int
countByUuid
(String uuid) Returns the number of commerce inventory warehouse items where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of commerce inventory warehouse items where uuid = ? and companyId = ?.create
(long commerceInventoryWarehouseItemId) Creates a new commerce inventory warehouse item with the primary key.fetchByC_S_U_First
(long companyId, String sku, String unitOfMeasureKey, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where companyId = ? and sku = ? and unitOfMeasureKey = ?.fetchByC_S_U_Last
(long companyId, String sku, String unitOfMeasureKey, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where companyId = ? and sku = ? and unitOfMeasureKey = ?.fetchByCIWI_S_U
(long commerceInventoryWarehouseId, String sku, String unitOfMeasureKey) Returns the commerce inventory warehouse item where commerceInventoryWarehouseId = ? and sku = ? and unitOfMeasureKey = ? or returnsnull
if it could not be found.fetchByCIWI_S_U
(long commerceInventoryWarehouseId, String sku, String unitOfMeasureKey, boolean useFinderCache) Returns the commerce inventory warehouse item where commerceInventoryWarehouseId = ? and sku = ? and unitOfMeasureKey = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByCommerceInventoryWarehouseId_First
(long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where commerceInventoryWarehouseId = ?.fetchByCommerceInventoryWarehouseId_Last
(long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where commerceInventoryWarehouseId = ?.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where companyId = ?.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the commerce inventory warehouse item where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the commerce inventory warehouse item where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long commerceInventoryWarehouseItemId) Returns the commerce inventory warehouse item with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where uuid = ?.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where uuid = ?.findAll()
Returns all the commerce inventory warehouse items.findAll
(int start, int end) Returns a range of all the commerce inventory warehouse items.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns an ordered range of all the commerce inventory warehouse items.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce inventory warehouse items.findByC_S_U
(long companyId, String sku, String unitOfMeasureKey) Returns all the commerce inventory warehouse items where companyId = ? and sku = ? and unitOfMeasureKey = ?.findByC_S_U
(long companyId, String sku, String unitOfMeasureKey, int start, int end) Returns a range of all the commerce inventory warehouse items where companyId = ? and sku = ? and unitOfMeasureKey = ?.findByC_S_U
(long companyId, String sku, String unitOfMeasureKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns an ordered range of all the commerce inventory warehouse items where companyId = ? and sku = ? and unitOfMeasureKey = ?.findByC_S_U
(long companyId, String sku, String unitOfMeasureKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce inventory warehouse items where companyId = ? and sku = ? and unitOfMeasureKey = ?.findByC_S_U_First
(long companyId, String sku, String unitOfMeasureKey, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where companyId = ? and sku = ? and unitOfMeasureKey = ?.findByC_S_U_Last
(long companyId, String sku, String unitOfMeasureKey, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where companyId = ? and sku = ? and unitOfMeasureKey = ?.findByC_S_U_PrevAndNext
(long commerceInventoryWarehouseItemId, long companyId, String sku, String unitOfMeasureKey, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the commerce inventory warehouse items before and after the current commerce inventory warehouse item in the ordered set where companyId = ? and sku = ? and unitOfMeasureKey = ?.findByCIWI_S_U
(long commerceInventoryWarehouseId, String sku, String unitOfMeasureKey) Returns the commerce inventory warehouse item where commerceInventoryWarehouseId = ? and sku = ? and unitOfMeasureKey = ? or throws aNoSuchInventoryWarehouseItemException
if it could not be found.findByCommerceInventoryWarehouseId
(long commerceInventoryWarehouseId) Returns all the commerce inventory warehouse items where commerceInventoryWarehouseId = ?.findByCommerceInventoryWarehouseId
(long commerceInventoryWarehouseId, int start, int end) Returns a range of all the commerce inventory warehouse items where commerceInventoryWarehouseId = ?.findByCommerceInventoryWarehouseId
(long commerceInventoryWarehouseId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns an ordered range of all the commerce inventory warehouse items where commerceInventoryWarehouseId = ?.findByCommerceInventoryWarehouseId
(long commerceInventoryWarehouseId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce inventory warehouse items where commerceInventoryWarehouseId = ?.findByCommerceInventoryWarehouseId_First
(long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where commerceInventoryWarehouseId = ?.findByCommerceInventoryWarehouseId_Last
(long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where commerceInventoryWarehouseId = ?.findByCommerceInventoryWarehouseId_PrevAndNext
(long commerceInventoryWarehouseItemId, long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the commerce inventory warehouse items before and after the current commerce inventory warehouse item in the ordered set where commerceInventoryWarehouseId = ?.findByCompanyId
(long companyId) Returns all the commerce inventory warehouse items where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the commerce inventory warehouse items where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns an ordered range of all the commerce inventory warehouse items where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce inventory warehouse items where companyId = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long commerceInventoryWarehouseItemId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the commerce inventory warehouse items before and after the current commerce inventory warehouse item in the ordered set where companyId = ?.findByERC_C
(String externalReferenceCode, long companyId) Returns the commerce inventory warehouse item where externalReferenceCode = ? and companyId = ? or throws aNoSuchInventoryWarehouseItemException
if it could not be found.findByPrimaryKey
(long commerceInventoryWarehouseItemId) Returns the commerce inventory warehouse item with the primary key or throws aNoSuchInventoryWarehouseItemException
if it could not be found.findByUuid
(String uuid) Returns all the commerce inventory warehouse items where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the commerce inventory warehouse items where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns an ordered range of all the commerce inventory warehouse items where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce inventory warehouse items where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the commerce inventory warehouse items where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the commerce inventory warehouse items where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns an ordered range of all the commerce inventory warehouse items where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce inventory warehouse items where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long commerceInventoryWarehouseItemId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the commerce inventory warehouse items before and after the current commerce inventory warehouse item in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where uuid = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long commerceInventoryWarehouseItemId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the commerce inventory warehouse items before and after the current commerce inventory warehouse item in the ordered set where uuid = ?.remove
(long commerceInventoryWarehouseItemId) Removes the commerce inventory warehouse item with the primary key from the database.void
Removes all the commerce inventory warehouse items from the database.void
removeByC_S_U
(long companyId, String sku, String unitOfMeasureKey) Removes all the commerce inventory warehouse items where companyId = ? and sku = ? and unitOfMeasureKey = ? from the database.removeByCIWI_S_U
(long commerceInventoryWarehouseId, String sku, String unitOfMeasureKey) Removes the commerce inventory warehouse item where commerceInventoryWarehouseId = ? and sku = ? and unitOfMeasureKey = ? from the database.void
removeByCommerceInventoryWarehouseId
(long commerceInventoryWarehouseId) Removes all the commerce inventory warehouse items where commerceInventoryWarehouseId = ? from the database.void
removeByCompanyId
(long companyId) Removes all the commerce inventory warehouse items where companyId = ? from the database.removeByERC_C
(String externalReferenceCode, long companyId) Removes the commerce inventory warehouse item where externalReferenceCode = ? and companyId = ? from the database.void
removeByUuid
(String uuid) Removes all the commerce inventory warehouse items where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the commerce inventory warehouse items where uuid = ? and companyId = ? from the database.updateImpl
(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Method Details
-
findByUuid
Returns all the commerce inventory warehouse items where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching commerce inventory warehouse items
-
findByUuid
Returns a range of all the commerce inventory warehouse items where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)- Returns:
- the range of matching commerce inventory warehouse items
-
findByUuid
List<CommerceInventoryWarehouseItem> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns an ordered range of all the commerce inventory warehouse items where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce inventory warehouse items
-
findByUuid
List<CommerceInventoryWarehouseItem> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce inventory warehouse items where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce inventory warehouse items
-
findByUuid_First
CommerceInventoryWarehouseItem findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the first commerce inventory warehouse item in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be found
-
fetchByUuid_First
CommerceInventoryWarehouseItem fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
findByUuid_Last
CommerceInventoryWarehouseItem findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the last commerce inventory warehouse item in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be found
-
fetchByUuid_Last
CommerceInventoryWarehouseItem fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
findByUuid_PrevAndNext
CommerceInventoryWarehouseItem[] findByUuid_PrevAndNext(long commerceInventoryWarehouseItemId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the commerce inventory warehouse items before and after the current commerce inventory warehouse item in the ordered set where uuid = ?.- Parameters:
commerceInventoryWarehouseItemId
- the primary key of the current commerce inventory warehouse itemuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be found
-
removeByUuid
Removes all the commerce inventory warehouse items where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of commerce inventory warehouse items where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching commerce inventory warehouse items
-
findByUuid_C
Returns all the commerce inventory warehouse items where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching commerce inventory warehouse items
-
findByUuid_C
Returns a range of all the commerce inventory warehouse items where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)- Returns:
- the range of matching commerce inventory warehouse items
-
findByUuid_C
List<CommerceInventoryWarehouseItem> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns an ordered range of all the commerce inventory warehouse items where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce inventory warehouse items
-
findByUuid_C
List<CommerceInventoryWarehouseItem> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce inventory warehouse items where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce inventory warehouse items
-
findByUuid_C_First
CommerceInventoryWarehouseItem findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the first commerce inventory warehouse item in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be found
-
fetchByUuid_C_First
CommerceInventoryWarehouseItem fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
findByUuid_C_Last
CommerceInventoryWarehouseItem findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the last commerce inventory warehouse item in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be found
-
fetchByUuid_C_Last
CommerceInventoryWarehouseItem fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
findByUuid_C_PrevAndNext
CommerceInventoryWarehouseItem[] findByUuid_C_PrevAndNext(long commerceInventoryWarehouseItemId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the commerce inventory warehouse items before and after the current commerce inventory warehouse item in the ordered set where uuid = ? and companyId = ?.- Parameters:
commerceInventoryWarehouseItemId
- the primary key of the current commerce inventory warehouse itemuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be found
-
removeByUuid_C
Removes all the commerce inventory warehouse items where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of commerce inventory warehouse items where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching commerce inventory warehouse items
-
findByCompanyId
Returns all the commerce inventory warehouse items where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching commerce inventory warehouse items
-
findByCompanyId
Returns a range of all the commerce inventory warehouse items where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)- Returns:
- the range of matching commerce inventory warehouse items
-
findByCompanyId
List<CommerceInventoryWarehouseItem> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns an ordered range of all the commerce inventory warehouse items where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce inventory warehouse items
-
findByCompanyId
List<CommerceInventoryWarehouseItem> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce inventory warehouse items where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce inventory warehouse items
-
findByCompanyId_First
CommerceInventoryWarehouseItem findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the first commerce inventory warehouse item in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be found
-
fetchByCompanyId_First
CommerceInventoryWarehouseItem fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
findByCompanyId_Last
CommerceInventoryWarehouseItem findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the last commerce inventory warehouse item in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be found
-
fetchByCompanyId_Last
CommerceInventoryWarehouseItem fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
findByCompanyId_PrevAndNext
CommerceInventoryWarehouseItem[] findByCompanyId_PrevAndNext(long commerceInventoryWarehouseItemId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the commerce inventory warehouse items before and after the current commerce inventory warehouse item in the ordered set where companyId = ?.- Parameters:
commerceInventoryWarehouseItemId
- the primary key of the current commerce inventory warehouse itemcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the commerce inventory warehouse items where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of commerce inventory warehouse items where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching commerce inventory warehouse items
-
findByCommerceInventoryWarehouseId
List<CommerceInventoryWarehouseItem> findByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) Returns all the commerce inventory warehouse items where commerceInventoryWarehouseId = ?.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse ID- Returns:
- the matching commerce inventory warehouse items
-
findByCommerceInventoryWarehouseId
List<CommerceInventoryWarehouseItem> findByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId, int start, int end) Returns a range of all the commerce inventory warehouse items where commerceInventoryWarehouseId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse IDstart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)- Returns:
- the range of matching commerce inventory warehouse items
-
findByCommerceInventoryWarehouseId
List<CommerceInventoryWarehouseItem> findByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns an ordered range of all the commerce inventory warehouse items where commerceInventoryWarehouseId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse IDstart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce inventory warehouse items
-
findByCommerceInventoryWarehouseId
List<CommerceInventoryWarehouseItem> findByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce inventory warehouse items where commerceInventoryWarehouseId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse IDstart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce inventory warehouse items
-
findByCommerceInventoryWarehouseId_First
CommerceInventoryWarehouseItem findByCommerceInventoryWarehouseId_First(long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the first commerce inventory warehouse item in the ordered set where commerceInventoryWarehouseId = ?.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be found
-
fetchByCommerceInventoryWarehouseId_First
CommerceInventoryWarehouseItem fetchByCommerceInventoryWarehouseId_First(long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where commerceInventoryWarehouseId = ?.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
findByCommerceInventoryWarehouseId_Last
CommerceInventoryWarehouseItem findByCommerceInventoryWarehouseId_Last(long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the last commerce inventory warehouse item in the ordered set where commerceInventoryWarehouseId = ?.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be found
-
fetchByCommerceInventoryWarehouseId_Last
CommerceInventoryWarehouseItem fetchByCommerceInventoryWarehouseId_Last(long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where commerceInventoryWarehouseId = ?.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
findByCommerceInventoryWarehouseId_PrevAndNext
CommerceInventoryWarehouseItem[] findByCommerceInventoryWarehouseId_PrevAndNext(long commerceInventoryWarehouseItemId, long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the commerce inventory warehouse items before and after the current commerce inventory warehouse item in the ordered set where commerceInventoryWarehouseId = ?.- Parameters:
commerceInventoryWarehouseItemId
- the primary key of the current commerce inventory warehouse itemcommerceInventoryWarehouseId
- the commerce inventory warehouse IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be found
-
removeByCommerceInventoryWarehouseId
void removeByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) Removes all the commerce inventory warehouse items where commerceInventoryWarehouseId = ? from the database.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse ID
-
countByCommerceInventoryWarehouseId
int countByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId) Returns the number of commerce inventory warehouse items where commerceInventoryWarehouseId = ?.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse ID- Returns:
- the number of matching commerce inventory warehouse items
-
findByC_S_U
List<CommerceInventoryWarehouseItem> findByC_S_U(long companyId, String sku, String unitOfMeasureKey) Returns all the commerce inventory warehouse items where companyId = ? and sku = ? and unitOfMeasureKey = ?.- Parameters:
companyId
- the company IDsku
- the skuunitOfMeasureKey
- the unit of measure key- Returns:
- the matching commerce inventory warehouse items
-
findByC_S_U
List<CommerceInventoryWarehouseItem> findByC_S_U(long companyId, String sku, String unitOfMeasureKey, int start, int end) Returns a range of all the commerce inventory warehouse items where companyId = ? and sku = ? and unitOfMeasureKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
companyId
- the company IDsku
- the skuunitOfMeasureKey
- the unit of measure keystart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)- Returns:
- the range of matching commerce inventory warehouse items
-
findByC_S_U
List<CommerceInventoryWarehouseItem> findByC_S_U(long companyId, String sku, String unitOfMeasureKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns an ordered range of all the commerce inventory warehouse items where companyId = ? and sku = ? and unitOfMeasureKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
companyId
- the company IDsku
- the skuunitOfMeasureKey
- the unit of measure keystart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce inventory warehouse items
-
findByC_S_U
List<CommerceInventoryWarehouseItem> findByC_S_U(long companyId, String sku, String unitOfMeasureKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce inventory warehouse items where companyId = ? and sku = ? and unitOfMeasureKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
companyId
- the company IDsku
- the skuunitOfMeasureKey
- the unit of measure keystart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce inventory warehouse items
-
findByC_S_U_First
CommerceInventoryWarehouseItem findByC_S_U_First(long companyId, String sku, String unitOfMeasureKey, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the first commerce inventory warehouse item in the ordered set where companyId = ? and sku = ? and unitOfMeasureKey = ?.- Parameters:
companyId
- the company IDsku
- the skuunitOfMeasureKey
- the unit of measure keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be found
-
fetchByC_S_U_First
CommerceInventoryWarehouseItem fetchByC_S_U_First(long companyId, String sku, String unitOfMeasureKey, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the first commerce inventory warehouse item in the ordered set where companyId = ? and sku = ? and unitOfMeasureKey = ?.- Parameters:
companyId
- the company IDsku
- the skuunitOfMeasureKey
- the unit of measure keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
findByC_S_U_Last
CommerceInventoryWarehouseItem findByC_S_U_Last(long companyId, String sku, String unitOfMeasureKey, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the last commerce inventory warehouse item in the ordered set where companyId = ? and sku = ? and unitOfMeasureKey = ?.- Parameters:
companyId
- the company IDsku
- the skuunitOfMeasureKey
- the unit of measure keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be found
-
fetchByC_S_U_Last
CommerceInventoryWarehouseItem fetchByC_S_U_Last(long companyId, String sku, String unitOfMeasureKey, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns the last commerce inventory warehouse item in the ordered set where companyId = ? and sku = ? and unitOfMeasureKey = ?.- Parameters:
companyId
- the company IDsku
- the skuunitOfMeasureKey
- the unit of measure keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
findByC_S_U_PrevAndNext
CommerceInventoryWarehouseItem[] findByC_S_U_PrevAndNext(long commerceInventoryWarehouseItemId, long companyId, String sku, String unitOfMeasureKey, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException Returns the commerce inventory warehouse items before and after the current commerce inventory warehouse item in the ordered set where companyId = ? and sku = ? and unitOfMeasureKey = ?.- Parameters:
commerceInventoryWarehouseItemId
- the primary key of the current commerce inventory warehouse itemcompanyId
- the company IDsku
- the skuunitOfMeasureKey
- the unit of measure keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be found
-
removeByC_S_U
Removes all the commerce inventory warehouse items where companyId = ? and sku = ? and unitOfMeasureKey = ? from the database.- Parameters:
companyId
- the company IDsku
- the skuunitOfMeasureKey
- the unit of measure key
-
countByC_S_U
Returns the number of commerce inventory warehouse items where companyId = ? and sku = ? and unitOfMeasureKey = ?.- Parameters:
companyId
- the company IDsku
- the skuunitOfMeasureKey
- the unit of measure key- Returns:
- the number of matching commerce inventory warehouse items
-
findByCIWI_S_U
CommerceInventoryWarehouseItem findByCIWI_S_U(long commerceInventoryWarehouseId, String sku, String unitOfMeasureKey) throws NoSuchInventoryWarehouseItemException Returns the commerce inventory warehouse item where commerceInventoryWarehouseId = ? and sku = ? and unitOfMeasureKey = ? or throws aNoSuchInventoryWarehouseItemException
if it could not be found.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse IDsku
- the skuunitOfMeasureKey
- the unit of measure key- Returns:
- the matching commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be found
-
fetchByCIWI_S_U
CommerceInventoryWarehouseItem fetchByCIWI_S_U(long commerceInventoryWarehouseId, String sku, String unitOfMeasureKey) Returns the commerce inventory warehouse item where commerceInventoryWarehouseId = ? and sku = ? and unitOfMeasureKey = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse IDsku
- the skuunitOfMeasureKey
- the unit of measure key- Returns:
- the matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
fetchByCIWI_S_U
CommerceInventoryWarehouseItem fetchByCIWI_S_U(long commerceInventoryWarehouseId, String sku, String unitOfMeasureKey, boolean useFinderCache) Returns the commerce inventory warehouse item where commerceInventoryWarehouseId = ? and sku = ? and unitOfMeasureKey = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse IDsku
- the skuunitOfMeasureKey
- the unit of measure keyuseFinderCache
- whether to use the finder cache- Returns:
- the matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
removeByCIWI_S_U
CommerceInventoryWarehouseItem removeByCIWI_S_U(long commerceInventoryWarehouseId, String sku, String unitOfMeasureKey) throws NoSuchInventoryWarehouseItemException Removes the commerce inventory warehouse item where commerceInventoryWarehouseId = ? and sku = ? and unitOfMeasureKey = ? from the database.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse IDsku
- the skuunitOfMeasureKey
- the unit of measure key- Returns:
- the commerce inventory warehouse item that was removed
- Throws:
NoSuchInventoryWarehouseItemException
-
countByCIWI_S_U
Returns the number of commerce inventory warehouse items where commerceInventoryWarehouseId = ? and sku = ? and unitOfMeasureKey = ?.- Parameters:
commerceInventoryWarehouseId
- the commerce inventory warehouse IDsku
- the skuunitOfMeasureKey
- the unit of measure key- Returns:
- the number of matching commerce inventory warehouse items
-
findByERC_C
CommerceInventoryWarehouseItem findByERC_C(String externalReferenceCode, long companyId) throws NoSuchInventoryWarehouseItemException Returns the commerce inventory warehouse item where externalReferenceCode = ? and companyId = ? or throws aNoSuchInventoryWarehouseItemException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be found
-
fetchByERC_C
Returns the commerce inventory warehouse item where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
fetchByERC_C
CommerceInventoryWarehouseItem fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the commerce inventory warehouse item where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching commerce inventory warehouse item, or
null
if a matching commerce inventory warehouse item could not be found
-
removeByERC_C
CommerceInventoryWarehouseItem removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchInventoryWarehouseItemException Removes the commerce inventory warehouse item where externalReferenceCode = ? and companyId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the commerce inventory warehouse item that was removed
- Throws:
NoSuchInventoryWarehouseItemException
-
countByERC_C
Returns the number of commerce inventory warehouse items where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the number of matching commerce inventory warehouse items
-
cacheResult
Caches the commerce inventory warehouse item in the entity cache if it is enabled.- Parameters:
commerceInventoryWarehouseItem
- the commerce inventory warehouse item
-
cacheResult
Caches the commerce inventory warehouse items in the entity cache if it is enabled.- Parameters:
commerceInventoryWarehouseItems
- the commerce inventory warehouse items
-
create
Creates a new commerce inventory warehouse item with the primary key. Does not add the commerce inventory warehouse item to the database.- Parameters:
commerceInventoryWarehouseItemId
- the primary key for the new commerce inventory warehouse item- Returns:
- the new commerce inventory warehouse item
-
remove
CommerceInventoryWarehouseItem remove(long commerceInventoryWarehouseItemId) throws NoSuchInventoryWarehouseItemException Removes the commerce inventory warehouse item with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
commerceInventoryWarehouseItemId
- the primary key of the commerce inventory warehouse item- Returns:
- the commerce inventory warehouse item that was removed
- Throws:
NoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be found
-
updateImpl
CommerceInventoryWarehouseItem updateImpl(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem) -
findByPrimaryKey
CommerceInventoryWarehouseItem findByPrimaryKey(long commerceInventoryWarehouseItemId) throws NoSuchInventoryWarehouseItemException Returns the commerce inventory warehouse item with the primary key or throws aNoSuchInventoryWarehouseItemException
if it could not be found.- Parameters:
commerceInventoryWarehouseItemId
- the primary key of the commerce inventory warehouse item- Returns:
- the commerce inventory warehouse item
- Throws:
NoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be found
-
fetchByPrimaryKey
Returns the commerce inventory warehouse item with the primary key or returnsnull
if it could not be found.- Parameters:
commerceInventoryWarehouseItemId
- the primary key of the commerce inventory warehouse item- Returns:
- the commerce inventory warehouse item, or
null
if a commerce inventory warehouse item with the primary key could not be found
-
findAll
List<CommerceInventoryWarehouseItem> findAll()Returns all the commerce inventory warehouse items.- Returns:
- the commerce inventory warehouse items
-
findAll
Returns a range of all the commerce inventory warehouse items.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
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)- Returns:
- the range of commerce inventory warehouse items
-
findAll
List<CommerceInventoryWarehouseItem> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) Returns an ordered range of all the commerce inventory warehouse items.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
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)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of commerce inventory warehouse items
-
findAll
List<CommerceInventoryWarehouseItem> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce inventory warehouse items.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceInventoryWarehouseItemModelImpl
.- Parameters:
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)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of commerce inventory warehouse items
-
removeAll
void removeAll()Removes all the commerce inventory warehouse items from the database. -
countAll
int countAll()Returns the number of commerce inventory warehouse items.- Returns:
- the number of commerce inventory warehouse items
-