Interface CommerceAddressRestrictionPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceAddressRestriction>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CommerceAddressRestriction commerceAddressRestriction) Caches the commerce address restriction in the entity cache if it is enabled.void
cacheResult
(List<CommerceAddressRestriction> commerceAddressRestrictions) Caches the commerce address restrictions in the entity cache if it is enabled.int
countAll()
Returns the number of commerce address restrictions.int
countByC_C
(long classNameId, long classPK) Returns the number of commerce address restrictions where classNameId = ? and classPK = ?.int
countByC_C_C
(long classNameId, long classPK, long countryId) Returns the number of commerce address restrictions where classNameId = ? and classPK = ? and countryId = ?.int
countByCountryId
(long countryId) Returns the number of commerce address restrictions where countryId = ?.create
(long commerceAddressRestrictionId) Creates a new commerce address restriction with the primary key.fetchByC_C_C
(long classNameId, long classPK, long countryId) Returns the commerce address restriction where classNameId = ? and classPK = ? and countryId = ? or returnsnull
if it could not be found.fetchByC_C_C
(long classNameId, long classPK, long countryId, boolean useFinderCache) Returns the commerce address restriction where classNameId = ? and classPK = ? and countryId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the first commerce address restriction in the ordered set where classNameId = ? and classPK = ?.fetchByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the last commerce address restriction in the ordered set where classNameId = ? and classPK = ?.fetchByCountryId_First
(long countryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the first commerce address restriction in the ordered set where countryId = ?.fetchByCountryId_Last
(long countryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the last commerce address restriction in the ordered set where countryId = ?.fetchByPrimaryKey
(long commerceAddressRestrictionId) Returns the commerce address restriction with the primary key or returnsnull
if it could not be found.findAll()
Returns all the commerce address restrictions.findAll
(int start, int end) Returns a range of all the commerce address restrictions.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns an ordered range of all the commerce address restrictions.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce address restrictions.findByC_C
(long classNameId, long classPK) Returns all the commerce address restrictions where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the commerce address restrictions where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns an ordered range of all the commerce address restrictions where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce address restrictions where classNameId = ? and classPK = ?.findByC_C_C
(long classNameId, long classPK, long countryId) Returns the commerce address restriction where classNameId = ? and classPK = ? and countryId = ? or throws aNoSuchAddressRestrictionException
if it could not be found.findByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the first commerce address restriction in the ordered set where classNameId = ? and classPK = ?.findByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the last commerce address restriction in the ordered set where classNameId = ? and classPK = ?.findByC_C_PrevAndNext
(long commerceAddressRestrictionId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the commerce address restrictions before and after the current commerce address restriction in the ordered set where classNameId = ? and classPK = ?.findByCountryId
(long countryId) Returns all the commerce address restrictions where countryId = ?.findByCountryId
(long countryId, int start, int end) Returns a range of all the commerce address restrictions where countryId = ?.findByCountryId
(long countryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns an ordered range of all the commerce address restrictions where countryId = ?.findByCountryId
(long countryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce address restrictions where countryId = ?.findByCountryId_First
(long countryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the first commerce address restriction in the ordered set where countryId = ?.findByCountryId_Last
(long countryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the last commerce address restriction in the ordered set where countryId = ?.findByCountryId_PrevAndNext
(long commerceAddressRestrictionId, long countryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the commerce address restrictions before and after the current commerce address restriction in the ordered set where countryId = ?.findByPrimaryKey
(long commerceAddressRestrictionId) Returns the commerce address restriction with the primary key or throws aNoSuchAddressRestrictionException
if it could not be found.remove
(long commerceAddressRestrictionId) Removes the commerce address restriction with the primary key from the database.void
Removes all the commerce address restrictions from the database.void
removeByC_C
(long classNameId, long classPK) Removes all the commerce address restrictions where classNameId = ? and classPK = ? from the database.removeByC_C_C
(long classNameId, long classPK, long countryId) Removes the commerce address restriction where classNameId = ? and classPK = ? and countryId = ? from the database.void
removeByCountryId
(long countryId) Removes all the commerce address restrictions where countryId = ? from the database.updateImpl
(CommerceAddressRestriction commerceAddressRestriction) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Method Details
-
findByCountryId
Returns all the commerce address restrictions where countryId = ?.- Parameters:
countryId
- the country ID- Returns:
- the matching commerce address restrictions
-
findByCountryId
Returns a range of all the commerce address restrictions where countryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceAddressRestrictionModelImpl
.- Parameters:
countryId
- the country IDstart
- the lower bound of the range of commerce address restrictionsend
- the upper bound of the range of commerce address restrictions (not inclusive)- Returns:
- the range of matching commerce address restrictions
-
findByCountryId
List<CommerceAddressRestriction> findByCountryId(long countryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns an ordered range of all the commerce address restrictions where countryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceAddressRestrictionModelImpl
.- Parameters:
countryId
- the country IDstart
- the lower bound of the range of commerce address restrictionsend
- the upper bound of the range of commerce address restrictions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce address restrictions
-
findByCountryId
List<CommerceAddressRestriction> findByCountryId(long countryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce address restrictions where countryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceAddressRestrictionModelImpl
.- Parameters:
countryId
- the country IDstart
- the lower bound of the range of commerce address restrictionsend
- the upper bound of the range of commerce address restrictions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce address restrictions
-
findByCountryId_First
CommerceAddressRestriction findByCountryId_First(long countryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) throws NoSuchAddressRestrictionException Returns the first commerce address restriction in the ordered set where countryId = ?.- Parameters:
countryId
- the country IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce address restriction
- Throws:
NoSuchAddressRestrictionException
- if a matching commerce address restriction could not be found
-
fetchByCountryId_First
CommerceAddressRestriction fetchByCountryId_First(long countryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the first commerce address restriction in the ordered set where countryId = ?.- Parameters:
countryId
- the country IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce address restriction, or
null
if a matching commerce address restriction could not be found
-
findByCountryId_Last
CommerceAddressRestriction findByCountryId_Last(long countryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) throws NoSuchAddressRestrictionException Returns the last commerce address restriction in the ordered set where countryId = ?.- Parameters:
countryId
- the country IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce address restriction
- Throws:
NoSuchAddressRestrictionException
- if a matching commerce address restriction could not be found
-
fetchByCountryId_Last
CommerceAddressRestriction fetchByCountryId_Last(long countryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the last commerce address restriction in the ordered set where countryId = ?.- Parameters:
countryId
- the country IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce address restriction, or
null
if a matching commerce address restriction could not be found
-
findByCountryId_PrevAndNext
CommerceAddressRestriction[] findByCountryId_PrevAndNext(long commerceAddressRestrictionId, long countryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) throws NoSuchAddressRestrictionException Returns the commerce address restrictions before and after the current commerce address restriction in the ordered set where countryId = ?.- Parameters:
commerceAddressRestrictionId
- the primary key of the current commerce address restrictioncountryId
- the country IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce address restriction
- Throws:
NoSuchAddressRestrictionException
- if a commerce address restriction with the primary key could not be found
-
removeByCountryId
void removeByCountryId(long countryId) Removes all the commerce address restrictions where countryId = ? from the database.- Parameters:
countryId
- the country ID
-
countByCountryId
int countByCountryId(long countryId) Returns the number of commerce address restrictions where countryId = ?.- Parameters:
countryId
- the country ID- Returns:
- the number of matching commerce address restrictions
-
findByC_C
Returns all the commerce address restrictions where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching commerce address restrictions
-
findByC_C
Returns a range of all the commerce address restrictions where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceAddressRestrictionModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce address restrictionsend
- the upper bound of the range of commerce address restrictions (not inclusive)- Returns:
- the range of matching commerce address restrictions
-
findByC_C
List<CommerceAddressRestriction> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns an ordered range of all the commerce address restrictions where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceAddressRestrictionModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce address restrictionsend
- the upper bound of the range of commerce address restrictions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce address restrictions
-
findByC_C
List<CommerceAddressRestriction> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce address restrictions where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceAddressRestrictionModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce address restrictionsend
- the upper bound of the range of commerce address restrictions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce address restrictions
-
findByC_C_First
CommerceAddressRestriction findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) throws NoSuchAddressRestrictionException Returns the first commerce address restriction in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce address restriction
- Throws:
NoSuchAddressRestrictionException
- if a matching commerce address restriction could not be found
-
fetchByC_C_First
CommerceAddressRestriction fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the first commerce address restriction in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce address restriction, or
null
if a matching commerce address restriction could not be found
-
findByC_C_Last
CommerceAddressRestriction findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) throws NoSuchAddressRestrictionException Returns the last commerce address restriction in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce address restriction
- Throws:
NoSuchAddressRestrictionException
- if a matching commerce address restriction could not be found
-
fetchByC_C_Last
CommerceAddressRestriction fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns the last commerce address restriction in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce address restriction, or
null
if a matching commerce address restriction could not be found
-
findByC_C_PrevAndNext
CommerceAddressRestriction[] findByC_C_PrevAndNext(long commerceAddressRestrictionId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) throws NoSuchAddressRestrictionException Returns the commerce address restrictions before and after the current commerce address restriction in the ordered set where classNameId = ? and classPK = ?.- Parameters:
commerceAddressRestrictionId
- the primary key of the current commerce address restrictionclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce address restriction
- Throws:
NoSuchAddressRestrictionException
- if a commerce address restriction with the primary key could not be found
-
removeByC_C
void removeByC_C(long classNameId, long classPK) Removes all the commerce address restrictions where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pk
-
countByC_C
int countByC_C(long classNameId, long classPK) Returns the number of commerce address restrictions where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching commerce address restrictions
-
findByC_C_C
CommerceAddressRestriction findByC_C_C(long classNameId, long classPK, long countryId) throws NoSuchAddressRestrictionException Returns the commerce address restriction where classNameId = ? and classPK = ? and countryId = ? or throws aNoSuchAddressRestrictionException
if it could not be found.- Parameters:
classNameId
- the class name IDclassPK
- the class pkcountryId
- the country ID- Returns:
- the matching commerce address restriction
- Throws:
NoSuchAddressRestrictionException
- if a matching commerce address restriction could not be found
-
fetchByC_C_C
Returns the commerce address restriction where classNameId = ? and classPK = ? and countryId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
classNameId
- the class name IDclassPK
- the class pkcountryId
- the country ID- Returns:
- the matching commerce address restriction, or
null
if a matching commerce address restriction could not be found
-
fetchByC_C_C
CommerceAddressRestriction fetchByC_C_C(long classNameId, long classPK, long countryId, boolean useFinderCache) Returns the commerce address restriction where classNameId = ? and classPK = ? and countryId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
classNameId
- the class name IDclassPK
- the class pkcountryId
- the country IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching commerce address restriction, or
null
if a matching commerce address restriction could not be found
-
removeByC_C_C
CommerceAddressRestriction removeByC_C_C(long classNameId, long classPK, long countryId) throws NoSuchAddressRestrictionException Removes the commerce address restriction where classNameId = ? and classPK = ? and countryId = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pkcountryId
- the country ID- Returns:
- the commerce address restriction that was removed
- Throws:
NoSuchAddressRestrictionException
-
countByC_C_C
int countByC_C_C(long classNameId, long classPK, long countryId) Returns the number of commerce address restrictions where classNameId = ? and classPK = ? and countryId = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkcountryId
- the country ID- Returns:
- the number of matching commerce address restrictions
-
cacheResult
Caches the commerce address restriction in the entity cache if it is enabled.- Parameters:
commerceAddressRestriction
- the commerce address restriction
-
cacheResult
Caches the commerce address restrictions in the entity cache if it is enabled.- Parameters:
commerceAddressRestrictions
- the commerce address restrictions
-
create
Creates a new commerce address restriction with the primary key. Does not add the commerce address restriction to the database.- Parameters:
commerceAddressRestrictionId
- the primary key for the new commerce address restriction- Returns:
- the new commerce address restriction
-
remove
CommerceAddressRestriction remove(long commerceAddressRestrictionId) throws NoSuchAddressRestrictionException Removes the commerce address restriction with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
commerceAddressRestrictionId
- the primary key of the commerce address restriction- Returns:
- the commerce address restriction that was removed
- Throws:
NoSuchAddressRestrictionException
- if a commerce address restriction with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
CommerceAddressRestriction findByPrimaryKey(long commerceAddressRestrictionId) throws NoSuchAddressRestrictionException Returns the commerce address restriction with the primary key or throws aNoSuchAddressRestrictionException
if it could not be found.- Parameters:
commerceAddressRestrictionId
- the primary key of the commerce address restriction- Returns:
- the commerce address restriction
- Throws:
NoSuchAddressRestrictionException
- if a commerce address restriction with the primary key could not be found
-
fetchByPrimaryKey
Returns the commerce address restriction with the primary key or returnsnull
if it could not be found.- Parameters:
commerceAddressRestrictionId
- the primary key of the commerce address restriction- Returns:
- the commerce address restriction, or
null
if a commerce address restriction with the primary key could not be found
-
findAll
List<CommerceAddressRestriction> findAll()Returns all the commerce address restrictions.- Returns:
- the commerce address restrictions
-
findAll
Returns a range of all the commerce address restrictions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceAddressRestrictionModelImpl
.- Parameters:
start
- the lower bound of the range of commerce address restrictionsend
- the upper bound of the range of commerce address restrictions (not inclusive)- Returns:
- the range of commerce address restrictions
-
findAll
List<CommerceAddressRestriction> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) Returns an ordered range of all the commerce address restrictions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceAddressRestrictionModelImpl
.- Parameters:
start
- the lower bound of the range of commerce address restrictionsend
- the upper bound of the range of commerce address restrictions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of commerce address restrictions
-
findAll
List<CommerceAddressRestriction> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce address restrictions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceAddressRestrictionModelImpl
.- Parameters:
start
- the lower bound of the range of commerce address restrictionsend
- the upper bound of the range of commerce address restrictions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of commerce address restrictions
-
removeAll
void removeAll()Removes all the commerce address restrictions from the database. -
countAll
int countAll()Returns the number of commerce address restrictions.- Returns:
- the number of commerce address restrictions
-