@ProviderType public interface CommerceInventoryWarehouseItemPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceInventoryWarehouseItem>
Caching information and settings can be found in portal.properties
CommerceInventoryWarehouseItemUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem)
Caches the commerce inventory warehouse item in the entity cache if it is enabled.
|
void |
cacheResult(java.util.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(long commerceInventoryWarehouseId,
java.lang.String sku)
Returns the number of commerce inventory warehouse items where commerceInventoryWarehouseId = ? and sku = ?.
|
int |
countByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
Returns the number of commerce inventory warehouse items where commerceInventoryWarehouseId = ?.
|
int |
countByCompanyId_Sku(long companyId,
java.lang.String sku)
Returns the number of commerce inventory warehouse items where companyId = ? and sku = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of commerce inventory warehouse items where companyId = ?.
|
int |
countByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the number of commerce inventory warehouse items where externalReferenceCode = ? and companyId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of commerce inventory warehouse items where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of commerce inventory warehouse items where uuid = ?.
|
CommerceInventoryWarehouseItem |
create(long commerceInventoryWarehouseItemId)
Creates a new commerce inventory warehouse item with the primary key.
|
CommerceInventoryWarehouseItem |
fetchByC_S(long commerceInventoryWarehouseId,
java.lang.String sku)
Returns the commerce inventory warehouse item where commerceInventoryWarehouseId = ? and sku = ? or returns
null if it could not be found. |
CommerceInventoryWarehouseItem |
fetchByC_S(long commerceInventoryWarehouseId,
java.lang.String sku,
boolean useFinderCache)
Returns the commerce inventory warehouse item where commerceInventoryWarehouseId = ? and sku = ? or returns
null if it could not be found, optionally using the finder cache. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
CommerceInventoryWarehouseItem |
fetchByCompanyId_Sku_First(long companyId,
java.lang.String sku,
com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
Returns the first commerce inventory warehouse item in the ordered set where companyId = ? and sku = ?.
|
CommerceInventoryWarehouseItem |
fetchByCompanyId_Sku_Last(long companyId,
java.lang.String sku,
com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
Returns the last commerce inventory warehouse item in the ordered set where companyId = ? and sku = ?.
|
CommerceInventoryWarehouseItem |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the commerce inventory warehouse item where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found. |
CommerceInventoryWarehouseItem |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId,
boolean useFinderCache)
Returns the commerce inventory warehouse item where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found, optionally using the finder cache. |
CommerceInventoryWarehouseItem |
fetchByPrimaryKey(long commerceInventoryWarehouseItemId)
Returns the commerce inventory warehouse item with the primary key or returns
null if it could not be found. |
CommerceInventoryWarehouseItem |
fetchByUuid_C_First(java.lang.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 = ?.
|
CommerceInventoryWarehouseItem |
fetchByUuid_C_Last(java.lang.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 = ?.
|
CommerceInventoryWarehouseItem |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
Returns the first commerce inventory warehouse item in the ordered set where uuid = ?.
|
CommerceInventoryWarehouseItem |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
Returns the last commerce inventory warehouse item in the ordered set where uuid = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findAll()
Returns all the commerce inventory warehouse items.
|
java.util.List<CommerceInventoryWarehouseItem> |
findAll(int start,
int end)
Returns a range of all the commerce inventory warehouse items.
|
java.util.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.
|
java.util.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.
|
CommerceInventoryWarehouseItem |
findByC_S(long commerceInventoryWarehouseId,
java.lang.String sku)
Returns the commerce inventory warehouse item where commerceInventoryWarehouseId = ? and sku = ? or throws a
NoSuchInventoryWarehouseItemException if it could not be found. |
CommerceInventoryWarehouseItem |
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 = ?.
|
CommerceInventoryWarehouseItem |
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 = ?.
|
CommerceInventoryWarehouseItem[] |
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 = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
Returns all the commerce inventory warehouse items where commerceInventoryWarehouseId = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId,
int start,
int end)
Returns a range of all the commerce inventory warehouse items where commerceInventoryWarehouseId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
CommerceInventoryWarehouseItem |
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 = ?.
|
CommerceInventoryWarehouseItem |
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 = ?.
|
CommerceInventoryWarehouseItem[] |
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 = ?.
|
CommerceInventoryWarehouseItem |
findByCompanyId_Sku_First(long companyId,
java.lang.String sku,
com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
Returns the first commerce inventory warehouse item in the ordered set where companyId = ? and sku = ?.
|
CommerceInventoryWarehouseItem |
findByCompanyId_Sku_Last(long companyId,
java.lang.String sku,
com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
Returns the last commerce inventory warehouse item in the ordered set where companyId = ? and sku = ?.
|
CommerceInventoryWarehouseItem[] |
findByCompanyId_Sku_PrevAndNext(long commerceInventoryWarehouseItemId,
long companyId,
java.lang.String sku,
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 = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByCompanyId_Sku(long companyId,
java.lang.String sku)
Returns all the commerce inventory warehouse items where companyId = ? and sku = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByCompanyId_Sku(long companyId,
java.lang.String sku,
int start,
int end)
Returns a range of all the commerce inventory warehouse items where companyId = ? and sku = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByCompanyId_Sku(long companyId,
java.lang.String sku,
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 = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByCompanyId_Sku(long companyId,
java.lang.String sku,
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 = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByCompanyId(long companyId)
Returns all the commerce inventory warehouse items where companyId = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the commerce inventory warehouse items where companyId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
CommerceInventoryWarehouseItem |
findByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the commerce inventory warehouse item where externalReferenceCode = ? and companyId = ? or throws a
NoSuchInventoryWarehouseItemException if it could not be found. |
CommerceInventoryWarehouseItem |
findByPrimaryKey(long commerceInventoryWarehouseItemId)
Returns the commerce inventory warehouse item with the primary key or throws a
NoSuchInventoryWarehouseItemException if it could not be found. |
CommerceInventoryWarehouseItem |
findByUuid_C_First(java.lang.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 = ?.
|
CommerceInventoryWarehouseItem |
findByUuid_C_Last(java.lang.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 = ?.
|
CommerceInventoryWarehouseItem[] |
findByUuid_C_PrevAndNext(long commerceInventoryWarehouseItemId,
java.lang.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 = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the commerce inventory warehouse items where uuid = ? and companyId = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the commerce inventory warehouse items where uuid = ? and companyId = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByUuid_C(java.lang.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 = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByUuid_C(java.lang.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 = ?.
|
CommerceInventoryWarehouseItem |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
Returns the first commerce inventory warehouse item in the ordered set where uuid = ?.
|
CommerceInventoryWarehouseItem |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
Returns the last commerce inventory warehouse item in the ordered set where uuid = ?.
|
CommerceInventoryWarehouseItem[] |
findByUuid_PrevAndNext(long commerceInventoryWarehouseItemId,
java.lang.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 = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByUuid(java.lang.String uuid)
Returns all the commerce inventory warehouse items where uuid = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the commerce inventory warehouse items where uuid = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByUuid(java.lang.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 = ?.
|
java.util.List<CommerceInventoryWarehouseItem> |
findByUuid(java.lang.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 = ?.
|
CommerceInventoryWarehouseItem |
remove(long commerceInventoryWarehouseItemId)
Removes the commerce inventory warehouse item with the primary key from the database.
|
void |
removeAll()
Removes all the commerce inventory warehouse items from the database.
|
CommerceInventoryWarehouseItem |
removeByC_S(long commerceInventoryWarehouseId,
java.lang.String sku)
Removes the commerce inventory warehouse item where commerceInventoryWarehouseId = ? and sku = ? from the database.
|
void |
removeByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
Removes all the commerce inventory warehouse items where commerceInventoryWarehouseId = ? from the database.
|
void |
removeByCompanyId_Sku(long companyId,
java.lang.String sku)
Removes all the commerce inventory warehouse items where companyId = ? and sku = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the commerce inventory warehouse items where companyId = ? from the database.
|
CommerceInventoryWarehouseItem |
removeByERC_C(java.lang.String externalReferenceCode,
long companyId)
Removes the commerce inventory warehouse item where externalReferenceCode = ? and companyId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the commerce inventory warehouse items where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the commerce inventory warehouse items where uuid = ? from the database.
|
CommerceInventoryWarehouseItem |
updateImpl(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem) |
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, setDataSource, unregisterListener, update, update
java.util.List<CommerceInventoryWarehouseItem> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<CommerceInventoryWarehouseItem> findByUuid(java.lang.String uuid, 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 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 CommerceInventoryWarehouseItemModelImpl
.
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)java.util.List<CommerceInventoryWarehouseItem> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> 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 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 CommerceInventoryWarehouseItemModelImpl
.
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 (optionally null
)java.util.List<CommerceInventoryWarehouseItem> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache)
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 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 CommerceInventoryWarehouseItemModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheCommerceInventoryWarehouseItem findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem[] findByUuid_PrevAndNext(long commerceInventoryWarehouseItemId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
commerceInventoryWarehouseItemId
- the primary key of the current commerce inventory warehouse itemuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<CommerceInventoryWarehouseItem> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<CommerceInventoryWarehouseItem> findByUuid_C(java.lang.String uuid, long companyId, 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 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 CommerceInventoryWarehouseItemModelImpl
.
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)java.util.List<CommerceInventoryWarehouseItem> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> 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 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 CommerceInventoryWarehouseItemModelImpl
.
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 (optionally null
)java.util.List<CommerceInventoryWarehouseItem> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache)
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 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 CommerceInventoryWarehouseItemModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheCommerceInventoryWarehouseItem findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem[] findByUuid_C_PrevAndNext(long commerceInventoryWarehouseItemId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
commerceInventoryWarehouseItemId
- the primary key of the current commerce inventory warehouse itemuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<CommerceInventoryWarehouseItem> findByCompanyId(long companyId)
companyId
- the company IDjava.util.List<CommerceInventoryWarehouseItem> findByCompanyId(long companyId, 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 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 CommerceInventoryWarehouseItemModelImpl
.
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)java.util.List<CommerceInventoryWarehouseItem> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> 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 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 CommerceInventoryWarehouseItemModelImpl
.
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 (optionally null
)java.util.List<CommerceInventoryWarehouseItem> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache)
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 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 CommerceInventoryWarehouseItemModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheCommerceInventoryWarehouseItem findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem[] findByCompanyId_PrevAndNext(long commerceInventoryWarehouseItemId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
commerceInventoryWarehouseItemId
- the primary key of the current commerce inventory warehouse itemcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDjava.util.List<CommerceInventoryWarehouseItem> findByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
commerceInventoryWarehouseId
- the commerce inventory warehouse IDjava.util.List<CommerceInventoryWarehouseItem> findByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId, 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 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 CommerceInventoryWarehouseItemModelImpl
.
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)java.util.List<CommerceInventoryWarehouseItem> findByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> 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 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 CommerceInventoryWarehouseItemModelImpl
.
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 (optionally null
)java.util.List<CommerceInventoryWarehouseItem> findByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache)
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 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 CommerceInventoryWarehouseItemModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheCommerceInventoryWarehouseItem findByCommerceInventoryWarehouseId_First(long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
commerceInventoryWarehouseId
- the commerce inventory warehouse IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByCommerceInventoryWarehouseId_First(long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
commerceInventoryWarehouseId
- the commerce inventory warehouse IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem findByCommerceInventoryWarehouseId_Last(long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
commerceInventoryWarehouseId
- the commerce inventory warehouse IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByCommerceInventoryWarehouseId_Last(long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
commerceInventoryWarehouseId
- the commerce inventory warehouse IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem[] findByCommerceInventoryWarehouseId_PrevAndNext(long commerceInventoryWarehouseItemId, long commerceInventoryWarehouseId, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
commerceInventoryWarehouseItemId
- the primary key of the current commerce inventory warehouse itemcommerceInventoryWarehouseId
- the commerce inventory warehouse IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be foundvoid removeByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
commerceInventoryWarehouseId
- the commerce inventory warehouse IDint countByCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
commerceInventoryWarehouseId
- the commerce inventory warehouse IDjava.util.List<CommerceInventoryWarehouseItem> findByCompanyId_Sku(long companyId, java.lang.String sku)
companyId
- the company IDsku
- the skujava.util.List<CommerceInventoryWarehouseItem> findByCompanyId_Sku(long companyId, java.lang.String sku, 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 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 CommerceInventoryWarehouseItemModelImpl
.
companyId
- the company IDsku
- the skustart
- the lower bound of the range of commerce inventory warehouse itemsend
- the upper bound of the range of commerce inventory warehouse items (not inclusive)java.util.List<CommerceInventoryWarehouseItem> findByCompanyId_Sku(long companyId, java.lang.String sku, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> 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 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 CommerceInventoryWarehouseItemModelImpl
.
companyId
- the company IDsku
- the skustart
- 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 (optionally null
)java.util.List<CommerceInventoryWarehouseItem> findByCompanyId_Sku(long companyId, java.lang.String sku, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache)
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 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 CommerceInventoryWarehouseItemModelImpl
.
companyId
- the company IDsku
- the skustart
- 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 (optionally null
)useFinderCache
- whether to use the finder cacheCommerceInventoryWarehouseItem findByCompanyId_Sku_First(long companyId, java.lang.String sku, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
companyId
- the company IDsku
- the skuorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByCompanyId_Sku_First(long companyId, java.lang.String sku, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
companyId
- the company IDsku
- the skuorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem findByCompanyId_Sku_Last(long companyId, java.lang.String sku, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
companyId
- the company IDsku
- the skuorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByCompanyId_Sku_Last(long companyId, java.lang.String sku, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator)
companyId
- the company IDsku
- the skuorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem[] findByCompanyId_Sku_PrevAndNext(long commerceInventoryWarehouseItemId, long companyId, java.lang.String sku, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator) throws NoSuchInventoryWarehouseItemException
commerceInventoryWarehouseItemId
- the primary key of the current commerce inventory warehouse itemcompanyId
- the company IDsku
- the skuorderByComparator
- the comparator to order the set by (optionally null
)NoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be foundvoid removeByCompanyId_Sku(long companyId, java.lang.String sku)
companyId
- the company IDsku
- the skuint countByCompanyId_Sku(long companyId, java.lang.String sku)
companyId
- the company IDsku
- the skuCommerceInventoryWarehouseItem findByC_S(long commerceInventoryWarehouseId, java.lang.String sku) throws NoSuchInventoryWarehouseItemException
NoSuchInventoryWarehouseItemException
if it could not be found.commerceInventoryWarehouseId
- the commerce inventory warehouse IDsku
- the skuNoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByC_S(long commerceInventoryWarehouseId, java.lang.String sku)
null
if it could not be found. Uses the finder cache.commerceInventoryWarehouseId
- the commerce inventory warehouse IDsku
- the skunull
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByC_S(long commerceInventoryWarehouseId, java.lang.String sku, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.commerceInventoryWarehouseId
- the commerce inventory warehouse IDsku
- the skuuseFinderCache
- whether to use the finder cachenull
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem removeByC_S(long commerceInventoryWarehouseId, java.lang.String sku) throws NoSuchInventoryWarehouseItemException
commerceInventoryWarehouseId
- the commerce inventory warehouse IDsku
- the skuNoSuchInventoryWarehouseItemException
int countByC_S(long commerceInventoryWarehouseId, java.lang.String sku)
commerceInventoryWarehouseId
- the commerce inventory warehouse IDsku
- the skuCommerceInventoryWarehouseItem findByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchInventoryWarehouseItemException
NoSuchInventoryWarehouseItemException
if it could not be found.externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchInventoryWarehouseItemException
- if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByERC_C(java.lang.String externalReferenceCode, long companyId)
null
if it could not be found. Uses the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDnull
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem fetchByERC_C(java.lang.String externalReferenceCode, long companyId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cachenull
if a matching commerce inventory warehouse item could not be foundCommerceInventoryWarehouseItem removeByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchInventoryWarehouseItemException
externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchInventoryWarehouseItemException
int countByERC_C(java.lang.String externalReferenceCode, long companyId)
externalReferenceCode
- the external reference codecompanyId
- the company IDvoid cacheResult(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem)
commerceInventoryWarehouseItem
- the commerce inventory warehouse itemvoid cacheResult(java.util.List<CommerceInventoryWarehouseItem> commerceInventoryWarehouseItems)
commerceInventoryWarehouseItems
- the commerce inventory warehouse itemsCommerceInventoryWarehouseItem create(long commerceInventoryWarehouseItemId)
commerceInventoryWarehouseItemId
- the primary key for the new commerce inventory warehouse itemCommerceInventoryWarehouseItem remove(long commerceInventoryWarehouseItemId) throws NoSuchInventoryWarehouseItemException
commerceInventoryWarehouseItemId
- the primary key of the commerce inventory warehouse itemNoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be foundCommerceInventoryWarehouseItem updateImpl(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem)
CommerceInventoryWarehouseItem findByPrimaryKey(long commerceInventoryWarehouseItemId) throws NoSuchInventoryWarehouseItemException
NoSuchInventoryWarehouseItemException
if it could not be found.commerceInventoryWarehouseItemId
- the primary key of the commerce inventory warehouse itemNoSuchInventoryWarehouseItemException
- if a commerce inventory warehouse item with the primary key could not be foundCommerceInventoryWarehouseItem fetchByPrimaryKey(long commerceInventoryWarehouseItemId)
null
if it could not be found.commerceInventoryWarehouseItemId
- the primary key of the commerce inventory warehouse itemnull
if a commerce inventory warehouse item with the primary key could not be foundjava.util.List<CommerceInventoryWarehouseItem> findAll()
java.util.List<CommerceInventoryWarehouseItem> findAll(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 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 CommerceInventoryWarehouseItemModelImpl
.
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)java.util.List<CommerceInventoryWarehouseItem> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> 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 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 CommerceInventoryWarehouseItemModelImpl
.
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 (optionally null
)java.util.List<CommerceInventoryWarehouseItem> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceInventoryWarehouseItem> orderByComparator, boolean useFinderCache)
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 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 CommerceInventoryWarehouseItemModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()