@ProviderType
public class CommerceShipmentItemUtil
extends java.lang.Object
com.liferay.commerce.service.persistence.impl.CommerceShipmentItemPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
CommerceShipmentItemPersistence,
com.liferay.commerce.service.persistence.impl.CommerceShipmentItemPersistenceImpl| Constructor and Description |
|---|
CommerceShipmentItemUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cacheResult(CommerceShipmentItem commerceShipmentItem)
Caches the commerce shipment item in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<CommerceShipmentItem> commerceShipmentItems)
Caches the commerce shipment items in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(CommerceShipmentItem commerceShipmentItem) |
static int |
countAll()
Returns the number of commerce shipment items.
|
static int |
countByCommerceShipment(long commerceShipmentId)
Returns the number of commerce shipment items where commerceShipmentId = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of commerce shipment items where groupId = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static CommerceShipmentItem |
create(long commerceShipmentItemId)
Creates a new commerce shipment item with the primary key.
|
static CommerceShipmentItem |
fetchByCommerceShipment_First(long commerceShipmentId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
Returns the first commerce shipment item in the ordered set where commerceShipmentId = ?.
|
static CommerceShipmentItem |
fetchByCommerceShipment_Last(long commerceShipmentId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
Returns the last commerce shipment item in the ordered set where commerceShipmentId = ?.
|
static CommerceShipmentItem |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
Returns the first commerce shipment item in the ordered set where groupId = ?.
|
static CommerceShipmentItem |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
Returns the last commerce shipment item in the ordered set where groupId = ?.
|
static CommerceShipmentItem |
fetchByPrimaryKey(long commerceShipmentItemId)
Returns the commerce shipment item with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,CommerceShipmentItem> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static java.util.List<CommerceShipmentItem> |
findAll()
Returns all the commerce shipment items.
|
static java.util.List<CommerceShipmentItem> |
findAll(int start,
int end)
Returns a range of all the commerce shipment items.
|
static java.util.List<CommerceShipmentItem> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
Returns an ordered range of all the commerce shipment items.
|
static java.util.List<CommerceShipmentItem> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the commerce shipment items.
|
static CommerceShipmentItem |
findByCommerceShipment_First(long commerceShipmentId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
Returns the first commerce shipment item in the ordered set where commerceShipmentId = ?.
|
static CommerceShipmentItem |
findByCommerceShipment_Last(long commerceShipmentId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
Returns the last commerce shipment item in the ordered set where commerceShipmentId = ?.
|
static CommerceShipmentItem[] |
findByCommerceShipment_PrevAndNext(long commerceShipmentItemId,
long commerceShipmentId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
Returns the commerce shipment items before and after the current commerce shipment item in the ordered set where commerceShipmentId = ?.
|
static java.util.List<CommerceShipmentItem> |
findByCommerceShipment(long commerceShipmentId)
Returns all the commerce shipment items where commerceShipmentId = ?.
|
static java.util.List<CommerceShipmentItem> |
findByCommerceShipment(long commerceShipmentId,
int start,
int end)
Returns a range of all the commerce shipment items where commerceShipmentId = ?.
|
static java.util.List<CommerceShipmentItem> |
findByCommerceShipment(long commerceShipmentId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
Returns an ordered range of all the commerce shipment items where commerceShipmentId = ?.
|
static java.util.List<CommerceShipmentItem> |
findByCommerceShipment(long commerceShipmentId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the commerce shipment items where commerceShipmentId = ?.
|
static CommerceShipmentItem |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
Returns the first commerce shipment item in the ordered set where groupId = ?.
|
static CommerceShipmentItem |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
Returns the last commerce shipment item in the ordered set where groupId = ?.
|
static CommerceShipmentItem[] |
findByGroupId_PrevAndNext(long commerceShipmentItemId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
Returns the commerce shipment items before and after the current commerce shipment item in the ordered set where groupId = ?.
|
static java.util.List<CommerceShipmentItem> |
findByGroupId(long groupId)
Returns all the commerce shipment items where groupId = ?.
|
static java.util.List<CommerceShipmentItem> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the commerce shipment items where groupId = ?.
|
static java.util.List<CommerceShipmentItem> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
Returns an ordered range of all the commerce shipment items where groupId = ?.
|
static java.util.List<CommerceShipmentItem> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the commerce shipment items where groupId = ?.
|
static CommerceShipmentItem |
findByPrimaryKey(long commerceShipmentItemId)
Returns the commerce shipment item with the primary key or throws a
NoSuchShipmentItemException if it could not be found. |
static java.util.List<CommerceShipmentItem> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<CommerceShipmentItem> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<CommerceShipmentItem> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator) |
static CommerceShipmentItemPersistence |
getPersistence() |
static CommerceShipmentItem |
remove(long commerceShipmentItemId)
Removes the commerce shipment item with the primary key from the database.
|
static void |
removeAll()
Removes all the commerce shipment items from the database.
|
static void |
removeByCommerceShipment(long commerceShipmentId)
Removes all the commerce shipment items where commerceShipmentId = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the commerce shipment items where groupId = ? from the database.
|
static CommerceShipmentItem |
update(CommerceShipmentItem commerceShipmentItem) |
static CommerceShipmentItem |
update(CommerceShipmentItem commerceShipmentItem,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static CommerceShipmentItem |
updateImpl(CommerceShipmentItem commerceShipmentItem) |
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(CommerceShipmentItem commerceShipmentItem)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)public static java.util.List<CommerceShipmentItem> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)public static java.util.List<CommerceShipmentItem> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)public static java.util.List<CommerceShipmentItem> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)public static CommerceShipmentItem update(CommerceShipmentItem commerceShipmentItem)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)public static CommerceShipmentItem update(CommerceShipmentItem commerceShipmentItem, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)public static java.util.List<CommerceShipmentItem> findByGroupId(long groupId)
groupId - the group IDpublic static java.util.List<CommerceShipmentItem> findByGroupId(long groupId, 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from CommerceShipmentItemModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of commerce shipment itemsend - the upper bound of the range of commerce shipment items (not inclusive)public static java.util.List<CommerceShipmentItem> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from CommerceShipmentItemModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of commerce shipment itemsend - the upper bound of the range of commerce shipment items (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<CommerceShipmentItem> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from CommerceShipmentItemModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of commerce shipment itemsend - the upper bound of the range of commerce shipment items (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic static CommerceShipmentItem findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator) throws NoSuchShipmentItemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchShipmentItemException - if a matching commerce shipment item could not be foundpublic static CommerceShipmentItem fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce shipment item could not be foundpublic static CommerceShipmentItem findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator) throws NoSuchShipmentItemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchShipmentItemException - if a matching commerce shipment item could not be foundpublic static CommerceShipmentItem fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce shipment item could not be foundpublic static CommerceShipmentItem[] findByGroupId_PrevAndNext(long commerceShipmentItemId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator) throws NoSuchShipmentItemException
commerceShipmentItemId - the primary key of the current commerce shipment itemgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchShipmentItemException - if a commerce shipment item with the primary key could not be foundpublic static void removeByGroupId(long groupId)
groupId - the group IDpublic static int countByGroupId(long groupId)
groupId - the group IDpublic static java.util.List<CommerceShipmentItem> findByCommerceShipment(long commerceShipmentId)
commerceShipmentId - the commerce shipment IDpublic static java.util.List<CommerceShipmentItem> findByCommerceShipment(long commerceShipmentId, 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from CommerceShipmentItemModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
commerceShipmentId - the commerce shipment IDstart - the lower bound of the range of commerce shipment itemsend - the upper bound of the range of commerce shipment items (not inclusive)public static java.util.List<CommerceShipmentItem> findByCommerceShipment(long commerceShipmentId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from CommerceShipmentItemModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
commerceShipmentId - the commerce shipment IDstart - the lower bound of the range of commerce shipment itemsend - the upper bound of the range of commerce shipment items (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<CommerceShipmentItem> findByCommerceShipment(long commerceShipmentId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from CommerceShipmentItemModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
commerceShipmentId - the commerce shipment IDstart - the lower bound of the range of commerce shipment itemsend - the upper bound of the range of commerce shipment items (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic static CommerceShipmentItem findByCommerceShipment_First(long commerceShipmentId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator) throws NoSuchShipmentItemException
commerceShipmentId - the commerce shipment IDorderByComparator - the comparator to order the set by (optionally null)NoSuchShipmentItemException - if a matching commerce shipment item could not be foundpublic static CommerceShipmentItem fetchByCommerceShipment_First(long commerceShipmentId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
commerceShipmentId - the commerce shipment IDorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce shipment item could not be foundpublic static CommerceShipmentItem findByCommerceShipment_Last(long commerceShipmentId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator) throws NoSuchShipmentItemException
commerceShipmentId - the commerce shipment IDorderByComparator - the comparator to order the set by (optionally null)NoSuchShipmentItemException - if a matching commerce shipment item could not be foundpublic static CommerceShipmentItem fetchByCommerceShipment_Last(long commerceShipmentId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator)
commerceShipmentId - the commerce shipment IDorderByComparator - the comparator to order the set by (optionally null)null if a matching commerce shipment item could not be foundpublic static CommerceShipmentItem[] findByCommerceShipment_PrevAndNext(long commerceShipmentItemId, long commerceShipmentId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator) throws NoSuchShipmentItemException
commerceShipmentItemId - the primary key of the current commerce shipment itemcommerceShipmentId - the commerce shipment IDorderByComparator - the comparator to order the set by (optionally null)NoSuchShipmentItemException - if a commerce shipment item with the primary key could not be foundpublic static void removeByCommerceShipment(long commerceShipmentId)
commerceShipmentId - the commerce shipment IDpublic static int countByCommerceShipment(long commerceShipmentId)
commerceShipmentId - the commerce shipment IDpublic static void cacheResult(CommerceShipmentItem commerceShipmentItem)
commerceShipmentItem - the commerce shipment itempublic static void cacheResult(java.util.List<CommerceShipmentItem> commerceShipmentItems)
commerceShipmentItems - the commerce shipment itemspublic static CommerceShipmentItem create(long commerceShipmentItemId)
commerceShipmentItemId - the primary key for the new commerce shipment itempublic static CommerceShipmentItem remove(long commerceShipmentItemId) throws NoSuchShipmentItemException
commerceShipmentItemId - the primary key of the commerce shipment itemNoSuchShipmentItemException - if a commerce shipment item with the primary key could not be foundpublic static CommerceShipmentItem updateImpl(CommerceShipmentItem commerceShipmentItem)
public static CommerceShipmentItem findByPrimaryKey(long commerceShipmentItemId) throws NoSuchShipmentItemException
NoSuchShipmentItemException if it could not be found.commerceShipmentItemId - the primary key of the commerce shipment itemNoSuchShipmentItemException - if a commerce shipment item with the primary key could not be foundpublic static CommerceShipmentItem fetchByPrimaryKey(long commerceShipmentItemId)
null if it could not be found.commerceShipmentItemId - the primary key of the commerce shipment itemnull if a commerce shipment item with the primary key could not be foundpublic static java.util.Map<java.io.Serializable,CommerceShipmentItem> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
public static java.util.List<CommerceShipmentItem> findAll()
public static java.util.List<CommerceShipmentItem> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from CommerceShipmentItemModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of commerce shipment itemsend - the upper bound of the range of commerce shipment items (not inclusive)public static java.util.List<CommerceShipmentItem> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from CommerceShipmentItemModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of commerce shipment itemsend - the upper bound of the range of commerce shipment items (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<CommerceShipmentItem> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShipmentItem> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from CommerceShipmentItemModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of commerce shipment itemsend - the upper bound of the range of commerce shipment items (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic static void removeAll()
public static int countAll()
public static CommerceShipmentItemPersistence getPersistence()