public class CommerceShippingMethodUtil
extends java.lang.Object
com.liferay.commerce.service.persistence.impl.CommerceShippingMethodPersistenceImpl
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
CommerceShippingMethodPersistence
Constructor and Description |
---|
CommerceShippingMethodUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(CommerceShippingMethod commerceShippingMethod)
Caches the commerce shipping method in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<CommerceShippingMethod> commerceShippingMethods)
Caches the commerce shipping methods in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(CommerceShippingMethod commerceShippingMethod) |
static int |
countAll()
Returns the number of commerce shipping methods.
|
static int |
countByG_A(long groupId,
boolean active)
Returns the number of commerce shipping methods where groupId = ? and active = ?.
|
static int |
countByG_E(long groupId,
java.lang.String engineKey)
Returns the number of commerce shipping methods where groupId = ? and engineKey = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of commerce shipping methods where groupId = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static CommerceShippingMethod |
create(long commerceShippingMethodId)
Creates a new commerce shipping method with the primary key.
|
static CommerceShippingMethod |
fetchByG_A_First(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
Returns the first commerce shipping method in the ordered set where groupId = ? and active = ?.
|
static CommerceShippingMethod |
fetchByG_A_Last(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
Returns the last commerce shipping method in the ordered set where groupId = ? and active = ?.
|
static CommerceShippingMethod |
fetchByG_E(long groupId,
java.lang.String engineKey)
Returns the commerce shipping method where groupId = ? and engineKey = ? or returns
null if it could not be found. |
static CommerceShippingMethod |
fetchByG_E(long groupId,
java.lang.String engineKey,
boolean useFinderCache)
Returns the commerce shipping method where groupId = ? and engineKey = ? or returns
null if it could not be found, optionally using the finder cache. |
static CommerceShippingMethod |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
Returns the first commerce shipping method in the ordered set where groupId = ?.
|
static CommerceShippingMethod |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
Returns the last commerce shipping method in the ordered set where groupId = ?.
|
static CommerceShippingMethod |
fetchByPrimaryKey(long commerceShippingMethodId)
Returns the commerce shipping method with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,CommerceShippingMethod> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static java.util.List<CommerceShippingMethod> |
findAll()
Returns all the commerce shipping methods.
|
static java.util.List<CommerceShippingMethod> |
findAll(int start,
int end)
Returns a range of all the commerce shipping methods.
|
static java.util.List<CommerceShippingMethod> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
Returns an ordered range of all the commerce shipping methods.
|
static java.util.List<CommerceShippingMethod> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce shipping methods.
|
static CommerceShippingMethod |
findByG_A_First(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
Returns the first commerce shipping method in the ordered set where groupId = ? and active = ?.
|
static CommerceShippingMethod |
findByG_A_Last(long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
Returns the last commerce shipping method in the ordered set where groupId = ? and active = ?.
|
static CommerceShippingMethod[] |
findByG_A_PrevAndNext(long commerceShippingMethodId,
long groupId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
Returns the commerce shipping methods before and after the current commerce shipping method in the ordered set where groupId = ? and active = ?.
|
static java.util.List<CommerceShippingMethod> |
findByG_A(long groupId,
boolean active)
Returns all the commerce shipping methods where groupId = ? and active = ?.
|
static java.util.List<CommerceShippingMethod> |
findByG_A(long groupId,
boolean active,
int start,
int end)
Returns a range of all the commerce shipping methods where groupId = ? and active = ?.
|
static java.util.List<CommerceShippingMethod> |
findByG_A(long groupId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
Returns an ordered range of all the commerce shipping methods where groupId = ? and active = ?.
|
static java.util.List<CommerceShippingMethod> |
findByG_A(long groupId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce shipping methods where groupId = ? and active = ?.
|
static CommerceShippingMethod |
findByG_E(long groupId,
java.lang.String engineKey)
Returns the commerce shipping method where groupId = ? and engineKey = ? or throws a
NoSuchShippingMethodException if it could not be found. |
static CommerceShippingMethod |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
Returns the first commerce shipping method in the ordered set where groupId = ?.
|
static CommerceShippingMethod |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
Returns the last commerce shipping method in the ordered set where groupId = ?.
|
static CommerceShippingMethod[] |
findByGroupId_PrevAndNext(long commerceShippingMethodId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
Returns the commerce shipping methods before and after the current commerce shipping method in the ordered set where groupId = ?.
|
static java.util.List<CommerceShippingMethod> |
findByGroupId(long groupId)
Returns all the commerce shipping methods where groupId = ?.
|
static java.util.List<CommerceShippingMethod> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the commerce shipping methods where groupId = ?.
|
static java.util.List<CommerceShippingMethod> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
Returns an ordered range of all the commerce shipping methods where groupId = ?.
|
static java.util.List<CommerceShippingMethod> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce shipping methods where groupId = ?.
|
static CommerceShippingMethod |
findByPrimaryKey(long commerceShippingMethodId)
Returns the commerce shipping method with the primary key or throws a
NoSuchShippingMethodException if it could not be found. |
static java.util.List<CommerceShippingMethod> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<CommerceShippingMethod> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<CommerceShippingMethod> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator) |
static CommerceShippingMethodPersistence |
getPersistence() |
static CommerceShippingMethod |
remove(long commerceShippingMethodId)
Removes the commerce shipping method with the primary key from the database.
|
static void |
removeAll()
Removes all the commerce shipping methods from the database.
|
static void |
removeByG_A(long groupId,
boolean active)
Removes all the commerce shipping methods where groupId = ? and active = ? from the database.
|
static CommerceShippingMethod |
removeByG_E(long groupId,
java.lang.String engineKey)
Removes the commerce shipping method where groupId = ? and engineKey = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the commerce shipping methods where groupId = ? from the database.
|
static CommerceShippingMethod |
update(CommerceShippingMethod commerceShippingMethod) |
static CommerceShippingMethod |
update(CommerceShippingMethod commerceShippingMethod,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static CommerceShippingMethod |
updateImpl(CommerceShippingMethod commerceShippingMethod) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(CommerceShippingMethod commerceShippingMethod)
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.Map<java.io.Serializable,CommerceShippingMethod> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<CommerceShippingMethod> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<CommerceShippingMethod> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<CommerceShippingMethod> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static CommerceShippingMethod update(CommerceShippingMethod commerceShippingMethod)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static CommerceShippingMethod update(CommerceShippingMethod commerceShippingMethod, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<CommerceShippingMethod> findByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<CommerceShippingMethod> 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, then the query will include the default ORDER BY logic from CommerceShippingMethodModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of commerce shipping methodsend
- the upper bound of the range of commerce shipping methods (not inclusive)public static java.util.List<CommerceShippingMethod> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> 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 CommerceShippingMethodModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of commerce shipping methodsend
- the upper bound of the range of commerce shipping methods (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<CommerceShippingMethod> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> 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 CommerceShippingMethodModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of commerce shipping methodsend
- the upper bound of the range of commerce shipping methods (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static CommerceShippingMethod findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator) throws NoSuchShippingMethodException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchShippingMethodException
- if a matching commerce shipping method could not be foundpublic static CommerceShippingMethod fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce shipping method could not be foundpublic static CommerceShippingMethod findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator) throws NoSuchShippingMethodException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchShippingMethodException
- if a matching commerce shipping method could not be foundpublic static CommerceShippingMethod fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce shipping method could not be foundpublic static CommerceShippingMethod[] findByGroupId_PrevAndNext(long commerceShippingMethodId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator) throws NoSuchShippingMethodException
commerceShippingMethodId
- the primary key of the current commerce shipping methodgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchShippingMethodException
- if a commerce shipping method 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 CommerceShippingMethod findByG_E(long groupId, java.lang.String engineKey) throws NoSuchShippingMethodException
NoSuchShippingMethodException
if it could not be found.groupId
- the group IDengineKey
- the engine keyNoSuchShippingMethodException
- if a matching commerce shipping method could not be foundpublic static CommerceShippingMethod fetchByG_E(long groupId, java.lang.String engineKey)
null
if it could not be found. Uses the finder cache.groupId
- the group IDengineKey
- the engine keynull
if a matching commerce shipping method could not be foundpublic static CommerceShippingMethod fetchByG_E(long groupId, java.lang.String engineKey, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDengineKey
- the engine keyuseFinderCache
- whether to use the finder cachenull
if a matching commerce shipping method could not be foundpublic static CommerceShippingMethod removeByG_E(long groupId, java.lang.String engineKey) throws NoSuchShippingMethodException
groupId
- the group IDengineKey
- the engine keyNoSuchShippingMethodException
public static int countByG_E(long groupId, java.lang.String engineKey)
groupId
- the group IDengineKey
- the engine keypublic static java.util.List<CommerceShippingMethod> findByG_A(long groupId, boolean active)
groupId
- the group IDactive
- the activepublic static java.util.List<CommerceShippingMethod> findByG_A(long groupId, boolean active, 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 CommerceShippingMethodModelImpl
.
groupId
- the group IDactive
- the activestart
- the lower bound of the range of commerce shipping methodsend
- the upper bound of the range of commerce shipping methods (not inclusive)public static java.util.List<CommerceShippingMethod> findByG_A(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> 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 CommerceShippingMethodModelImpl
.
groupId
- the group IDactive
- the activestart
- the lower bound of the range of commerce shipping methodsend
- the upper bound of the range of commerce shipping methods (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<CommerceShippingMethod> findByG_A(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> 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 CommerceShippingMethodModelImpl
.
groupId
- the group IDactive
- the activestart
- the lower bound of the range of commerce shipping methodsend
- the upper bound of the range of commerce shipping methods (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static CommerceShippingMethod findByG_A_First(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator) throws NoSuchShippingMethodException
groupId
- the group IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchShippingMethodException
- if a matching commerce shipping method could not be foundpublic static CommerceShippingMethod fetchByG_A_First(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
groupId
- the group IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce shipping method could not be foundpublic static CommerceShippingMethod findByG_A_Last(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator) throws NoSuchShippingMethodException
groupId
- the group IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchShippingMethodException
- if a matching commerce shipping method could not be foundpublic static CommerceShippingMethod fetchByG_A_Last(long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
groupId
- the group IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce shipping method could not be foundpublic static CommerceShippingMethod[] findByG_A_PrevAndNext(long commerceShippingMethodId, long groupId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator) throws NoSuchShippingMethodException
commerceShippingMethodId
- the primary key of the current commerce shipping methodgroupId
- the group IDactive
- the activeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchShippingMethodException
- if a commerce shipping method with the primary key could not be foundpublic static void removeByG_A(long groupId, boolean active)
groupId
- the group IDactive
- the activepublic static int countByG_A(long groupId, boolean active)
groupId
- the group IDactive
- the activepublic static void cacheResult(CommerceShippingMethod commerceShippingMethod)
commerceShippingMethod
- the commerce shipping methodpublic static void cacheResult(java.util.List<CommerceShippingMethod> commerceShippingMethods)
commerceShippingMethods
- the commerce shipping methodspublic static CommerceShippingMethod create(long commerceShippingMethodId)
commerceShippingMethodId
- the primary key for the new commerce shipping methodpublic static CommerceShippingMethod remove(long commerceShippingMethodId) throws NoSuchShippingMethodException
commerceShippingMethodId
- the primary key of the commerce shipping methodNoSuchShippingMethodException
- if a commerce shipping method with the primary key could not be foundpublic static CommerceShippingMethod updateImpl(CommerceShippingMethod commerceShippingMethod)
public static CommerceShippingMethod findByPrimaryKey(long commerceShippingMethodId) throws NoSuchShippingMethodException
NoSuchShippingMethodException
if it could not be found.commerceShippingMethodId
- the primary key of the commerce shipping methodNoSuchShippingMethodException
- if a commerce shipping method with the primary key could not be foundpublic static CommerceShippingMethod fetchByPrimaryKey(long commerceShippingMethodId)
null
if it could not be found.commerceShippingMethodId
- the primary key of the commerce shipping methodnull
if a commerce shipping method with the primary key could not be foundpublic static java.util.List<CommerceShippingMethod> findAll()
public static java.util.List<CommerceShippingMethod> 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 CommerceShippingMethodModelImpl
.
start
- the lower bound of the range of commerce shipping methodsend
- the upper bound of the range of commerce shipping methods (not inclusive)public static java.util.List<CommerceShippingMethod> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> 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 CommerceShippingMethodModelImpl
.
start
- the lower bound of the range of commerce shipping methodsend
- the upper bound of the range of commerce shipping methods (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<CommerceShippingMethod> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> 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 CommerceShippingMethodModelImpl
.
start
- the lower bound of the range of commerce shipping methodsend
- the upper bound of the range of commerce shipping methods (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static CommerceShippingMethodPersistence getPersistence()