Interface CommerceShippingFixedOptionQualifierPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceShippingFixedOptionQualifier>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(CommerceShippingFixedOptionQualifier commerceShippingFixedOptionQualifier) Caches the commerce shipping fixed option qualifier in the entity cache if it is enabled.voidcacheResult(List<CommerceShippingFixedOptionQualifier> commerceShippingFixedOptionQualifiers) Caches the commerce shipping fixed option qualifiers in the entity cache if it is enabled.intcountAll()Returns the number of commerce shipping fixed option qualifiers.intcountByC_C(long classNameId, long commerceShippingFixedOptionId) Returns the number of commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.intcountByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId) Returns the number of commerce shipping fixed option qualifiers where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ?.intcountByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId) Returns the number of commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.create(long commerceShippingFixedOptionQualifierId) Creates a new commerce shipping fixed option qualifier with the primary key.fetchByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId) Returns the commerce shipping fixed option qualifier where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ? or returnsnullif it could not be found.fetchByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId, boolean useFinderCache) Returns the commerce shipping fixed option qualifier where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByC_C_First(long classNameId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the first commerce shipping fixed option qualifier in the ordered set where classNameId = ? and commerceShippingFixedOptionId = ?.fetchByC_C_Last(long classNameId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the last commerce shipping fixed option qualifier in the ordered set where classNameId = ? and commerceShippingFixedOptionId = ?.fetchByCommerceShippingFixedOptionId_First(long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the first commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.fetchByCommerceShippingFixedOptionId_Last(long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the last commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.fetchByPrimaryKey(long commerceShippingFixedOptionQualifierId) Returns the commerce shipping fixed option qualifier with the primary key or returnsnullif it could not be found.findAll()Returns all the commerce shipping fixed option qualifiers.findAll(int start, int end) Returns a range of all the commerce shipping fixed option qualifiers.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns an ordered range of all the commerce shipping fixed option qualifiers.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce shipping fixed option qualifiers.findByC_C(long classNameId, long commerceShippingFixedOptionId) Returns all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.findByC_C(long classNameId, long commerceShippingFixedOptionId, int start, int end) Returns a range of all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.findByC_C(long classNameId, long commerceShippingFixedOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns an ordered range of all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.findByC_C(long classNameId, long commerceShippingFixedOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.findByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId) Returns the commerce shipping fixed option qualifier where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ? or throws aNoSuchShippingFixedOptionQualifierExceptionif it could not be found.findByC_C_First(long classNameId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the first commerce shipping fixed option qualifier in the ordered set where classNameId = ? and commerceShippingFixedOptionId = ?.findByC_C_Last(long classNameId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the last commerce shipping fixed option qualifier in the ordered set where classNameId = ? and commerceShippingFixedOptionId = ?.findByC_C_PrevAndNext(long commerceShippingFixedOptionQualifierId, long classNameId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the commerce shipping fixed option qualifiers before and after the current commerce shipping fixed option qualifier in the ordered set where classNameId = ? and commerceShippingFixedOptionId = ?.findByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId) Returns all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.findByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId, int start, int end) Returns a range of all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.findByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns an ordered range of all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.findByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.findByCommerceShippingFixedOptionId_First(long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the first commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.findByCommerceShippingFixedOptionId_Last(long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the last commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.findByCommerceShippingFixedOptionId_PrevAndNext(long commerceShippingFixedOptionQualifierId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the commerce shipping fixed option qualifiers before and after the current commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.findByPrimaryKey(long commerceShippingFixedOptionQualifierId) Returns the commerce shipping fixed option qualifier with the primary key or throws aNoSuchShippingFixedOptionQualifierExceptionif it could not be found.remove(long commerceShippingFixedOptionQualifierId) Removes the commerce shipping fixed option qualifier with the primary key from the database.voidRemoves all the commerce shipping fixed option qualifiers from the database.voidremoveByC_C(long classNameId, long commerceShippingFixedOptionId) Removes all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ? from the database.removeByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId) Removes the commerce shipping fixed option qualifier where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ? from the database.voidremoveByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId) Removes all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ? from the database.updateImpl(CommerceShippingFixedOptionQualifier commerceShippingFixedOptionQualifier) 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
-
findByCommerceShippingFixedOptionId
List<CommerceShippingFixedOptionQualifier> findByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId) Returns all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.- Parameters:
commerceShippingFixedOptionId- the commerce shipping fixed option ID- Returns:
- the matching commerce shipping fixed option qualifiers
-
findByCommerceShippingFixedOptionId
List<CommerceShippingFixedOptionQualifier> findByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId, int start, int end) Returns a range of all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceShippingFixedOptionQualifierModelImpl.- Parameters:
commerceShippingFixedOptionId- the commerce shipping fixed option IDstart- the lower bound of the range of commerce shipping fixed option qualifiersend- the upper bound of the range of commerce shipping fixed option qualifiers (not inclusive)- Returns:
- the range of matching commerce shipping fixed option qualifiers
-
findByCommerceShippingFixedOptionId
List<CommerceShippingFixedOptionQualifier> findByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns an ordered range of all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceShippingFixedOptionQualifierModelImpl.- Parameters:
commerceShippingFixedOptionId- the commerce shipping fixed option IDstart- the lower bound of the range of commerce shipping fixed option qualifiersend- the upper bound of the range of commerce shipping fixed option qualifiers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching commerce shipping fixed option qualifiers
-
findByCommerceShippingFixedOptionId
List<CommerceShippingFixedOptionQualifier> findByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceShippingFixedOptionQualifierModelImpl.- Parameters:
commerceShippingFixedOptionId- the commerce shipping fixed option IDstart- the lower bound of the range of commerce shipping fixed option qualifiersend- the upper bound of the range of commerce shipping fixed option qualifiers (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 shipping fixed option qualifiers
-
findByCommerceShippingFixedOptionId_First
CommerceShippingFixedOptionQualifier findByCommerceShippingFixedOptionId_First(long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) throws NoSuchShippingFixedOptionQualifierException Returns the first commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.- Parameters:
commerceShippingFixedOptionId- the commerce shipping fixed option IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce shipping fixed option qualifier
- Throws:
NoSuchShippingFixedOptionQualifierException- if a matching commerce shipping fixed option qualifier could not be found
-
fetchByCommerceShippingFixedOptionId_First
CommerceShippingFixedOptionQualifier fetchByCommerceShippingFixedOptionId_First(long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the first commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.- Parameters:
commerceShippingFixedOptionId- the commerce shipping fixed option IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce shipping fixed option qualifier, or
nullif a matching commerce shipping fixed option qualifier could not be found
-
findByCommerceShippingFixedOptionId_Last
CommerceShippingFixedOptionQualifier findByCommerceShippingFixedOptionId_Last(long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) throws NoSuchShippingFixedOptionQualifierException Returns the last commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.- Parameters:
commerceShippingFixedOptionId- the commerce shipping fixed option IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce shipping fixed option qualifier
- Throws:
NoSuchShippingFixedOptionQualifierException- if a matching commerce shipping fixed option qualifier could not be found
-
fetchByCommerceShippingFixedOptionId_Last
CommerceShippingFixedOptionQualifier fetchByCommerceShippingFixedOptionId_Last(long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the last commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.- Parameters:
commerceShippingFixedOptionId- the commerce shipping fixed option IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce shipping fixed option qualifier, or
nullif a matching commerce shipping fixed option qualifier could not be found
-
findByCommerceShippingFixedOptionId_PrevAndNext
CommerceShippingFixedOptionQualifier[] findByCommerceShippingFixedOptionId_PrevAndNext(long commerceShippingFixedOptionQualifierId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) throws NoSuchShippingFixedOptionQualifierException Returns the commerce shipping fixed option qualifiers before and after the current commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.- Parameters:
commerceShippingFixedOptionQualifierId- the primary key of the current commerce shipping fixed option qualifiercommerceShippingFixedOptionId- the commerce shipping fixed option IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next commerce shipping fixed option qualifier
- Throws:
NoSuchShippingFixedOptionQualifierException- if a commerce shipping fixed option qualifier with the primary key could not be found
-
removeByCommerceShippingFixedOptionId
void removeByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId) Removes all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ? from the database.- Parameters:
commerceShippingFixedOptionId- the commerce shipping fixed option ID
-
countByCommerceShippingFixedOptionId
int countByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId) Returns the number of commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.- Parameters:
commerceShippingFixedOptionId- the commerce shipping fixed option ID- Returns:
- the number of matching commerce shipping fixed option qualifiers
-
findByC_C
List<CommerceShippingFixedOptionQualifier> findByC_C(long classNameId, long commerceShippingFixedOptionId) Returns all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.- Parameters:
classNameId- the class name IDcommerceShippingFixedOptionId- the commerce shipping fixed option ID- Returns:
- the matching commerce shipping fixed option qualifiers
-
findByC_C
List<CommerceShippingFixedOptionQualifier> findByC_C(long classNameId, long commerceShippingFixedOptionId, int start, int end) Returns a range of all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceShippingFixedOptionQualifierModelImpl.- Parameters:
classNameId- the class name IDcommerceShippingFixedOptionId- the commerce shipping fixed option IDstart- the lower bound of the range of commerce shipping fixed option qualifiersend- the upper bound of the range of commerce shipping fixed option qualifiers (not inclusive)- Returns:
- the range of matching commerce shipping fixed option qualifiers
-
findByC_C
List<CommerceShippingFixedOptionQualifier> findByC_C(long classNameId, long commerceShippingFixedOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns an ordered range of all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceShippingFixedOptionQualifierModelImpl.- Parameters:
classNameId- the class name IDcommerceShippingFixedOptionId- the commerce shipping fixed option IDstart- the lower bound of the range of commerce shipping fixed option qualifiersend- the upper bound of the range of commerce shipping fixed option qualifiers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching commerce shipping fixed option qualifiers
-
findByC_C
List<CommerceShippingFixedOptionQualifier> findByC_C(long classNameId, long commerceShippingFixedOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceShippingFixedOptionQualifierModelImpl.- Parameters:
classNameId- the class name IDcommerceShippingFixedOptionId- the commerce shipping fixed option IDstart- the lower bound of the range of commerce shipping fixed option qualifiersend- the upper bound of the range of commerce shipping fixed option qualifiers (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 shipping fixed option qualifiers
-
findByC_C_First
CommerceShippingFixedOptionQualifier findByC_C_First(long classNameId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) throws NoSuchShippingFixedOptionQualifierException Returns the first commerce shipping fixed option qualifier in the ordered set where classNameId = ? and commerceShippingFixedOptionId = ?.- Parameters:
classNameId- the class name IDcommerceShippingFixedOptionId- the commerce shipping fixed option IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce shipping fixed option qualifier
- Throws:
NoSuchShippingFixedOptionQualifierException- if a matching commerce shipping fixed option qualifier could not be found
-
fetchByC_C_First
CommerceShippingFixedOptionQualifier fetchByC_C_First(long classNameId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the first commerce shipping fixed option qualifier in the ordered set where classNameId = ? and commerceShippingFixedOptionId = ?.- Parameters:
classNameId- the class name IDcommerceShippingFixedOptionId- the commerce shipping fixed option IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce shipping fixed option qualifier, or
nullif a matching commerce shipping fixed option qualifier could not be found
-
findByC_C_Last
CommerceShippingFixedOptionQualifier findByC_C_Last(long classNameId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) throws NoSuchShippingFixedOptionQualifierException Returns the last commerce shipping fixed option qualifier in the ordered set where classNameId = ? and commerceShippingFixedOptionId = ?.- Parameters:
classNameId- the class name IDcommerceShippingFixedOptionId- the commerce shipping fixed option IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce shipping fixed option qualifier
- Throws:
NoSuchShippingFixedOptionQualifierException- if a matching commerce shipping fixed option qualifier could not be found
-
fetchByC_C_Last
CommerceShippingFixedOptionQualifier fetchByC_C_Last(long classNameId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns the last commerce shipping fixed option qualifier in the ordered set where classNameId = ? and commerceShippingFixedOptionId = ?.- Parameters:
classNameId- the class name IDcommerceShippingFixedOptionId- the commerce shipping fixed option IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce shipping fixed option qualifier, or
nullif a matching commerce shipping fixed option qualifier could not be found
-
findByC_C_PrevAndNext
CommerceShippingFixedOptionQualifier[] findByC_C_PrevAndNext(long commerceShippingFixedOptionQualifierId, long classNameId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) throws NoSuchShippingFixedOptionQualifierException Returns the commerce shipping fixed option qualifiers before and after the current commerce shipping fixed option qualifier in the ordered set where classNameId = ? and commerceShippingFixedOptionId = ?.- Parameters:
commerceShippingFixedOptionQualifierId- the primary key of the current commerce shipping fixed option qualifierclassNameId- the class name IDcommerceShippingFixedOptionId- the commerce shipping fixed option IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next commerce shipping fixed option qualifier
- Throws:
NoSuchShippingFixedOptionQualifierException- if a commerce shipping fixed option qualifier with the primary key could not be found
-
removeByC_C
void removeByC_C(long classNameId, long commerceShippingFixedOptionId) Removes all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ? from the database.- Parameters:
classNameId- the class name IDcommerceShippingFixedOptionId- the commerce shipping fixed option ID
-
countByC_C
int countByC_C(long classNameId, long commerceShippingFixedOptionId) Returns the number of commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.- Parameters:
classNameId- the class name IDcommerceShippingFixedOptionId- the commerce shipping fixed option ID- Returns:
- the number of matching commerce shipping fixed option qualifiers
-
findByC_C_C
CommerceShippingFixedOptionQualifier findByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId) throws NoSuchShippingFixedOptionQualifierException Returns the commerce shipping fixed option qualifier where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ? or throws aNoSuchShippingFixedOptionQualifierExceptionif it could not be found.- Parameters:
classNameId- the class name IDclassPK- the class pkcommerceShippingFixedOptionId- the commerce shipping fixed option ID- Returns:
- the matching commerce shipping fixed option qualifier
- Throws:
NoSuchShippingFixedOptionQualifierException- if a matching commerce shipping fixed option qualifier could not be found
-
fetchByC_C_C
CommerceShippingFixedOptionQualifier fetchByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId) Returns the commerce shipping fixed option qualifier where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
classNameId- the class name IDclassPK- the class pkcommerceShippingFixedOptionId- the commerce shipping fixed option ID- Returns:
- the matching commerce shipping fixed option qualifier, or
nullif a matching commerce shipping fixed option qualifier could not be found
-
fetchByC_C_C
CommerceShippingFixedOptionQualifier fetchByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId, boolean useFinderCache) Returns the commerce shipping fixed option qualifier where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
classNameId- the class name IDclassPK- the class pkcommerceShippingFixedOptionId- the commerce shipping fixed option IDuseFinderCache- whether to use the finder cache- Returns:
- the matching commerce shipping fixed option qualifier, or
nullif a matching commerce shipping fixed option qualifier could not be found
-
removeByC_C_C
CommerceShippingFixedOptionQualifier removeByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId) throws NoSuchShippingFixedOptionQualifierException Removes the commerce shipping fixed option qualifier where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ? from the database.- Parameters:
classNameId- the class name IDclassPK- the class pkcommerceShippingFixedOptionId- the commerce shipping fixed option ID- Returns:
- the commerce shipping fixed option qualifier that was removed
- Throws:
NoSuchShippingFixedOptionQualifierException
-
countByC_C_C
int countByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId) Returns the number of commerce shipping fixed option qualifiers where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ?.- Parameters:
classNameId- the class name IDclassPK- the class pkcommerceShippingFixedOptionId- the commerce shipping fixed option ID- Returns:
- the number of matching commerce shipping fixed option qualifiers
-
cacheResult
Caches the commerce shipping fixed option qualifier in the entity cache if it is enabled.- Parameters:
commerceShippingFixedOptionQualifier- the commerce shipping fixed option qualifier
-
cacheResult
Caches the commerce shipping fixed option qualifiers in the entity cache if it is enabled.- Parameters:
commerceShippingFixedOptionQualifiers- the commerce shipping fixed option qualifiers
-
create
Creates a new commerce shipping fixed option qualifier with the primary key. Does not add the commerce shipping fixed option qualifier to the database.- Parameters:
commerceShippingFixedOptionQualifierId- the primary key for the new commerce shipping fixed option qualifier- Returns:
- the new commerce shipping fixed option qualifier
-
remove
CommerceShippingFixedOptionQualifier remove(long commerceShippingFixedOptionQualifierId) throws NoSuchShippingFixedOptionQualifierException Removes the commerce shipping fixed option qualifier with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
commerceShippingFixedOptionQualifierId- the primary key of the commerce shipping fixed option qualifier- Returns:
- the commerce shipping fixed option qualifier that was removed
- Throws:
NoSuchShippingFixedOptionQualifierException- if a commerce shipping fixed option qualifier with the primary key could not be found
-
updateImpl
CommerceShippingFixedOptionQualifier updateImpl(CommerceShippingFixedOptionQualifier commerceShippingFixedOptionQualifier) -
findByPrimaryKey
CommerceShippingFixedOptionQualifier findByPrimaryKey(long commerceShippingFixedOptionQualifierId) throws NoSuchShippingFixedOptionQualifierException Returns the commerce shipping fixed option qualifier with the primary key or throws aNoSuchShippingFixedOptionQualifierExceptionif it could not be found.- Parameters:
commerceShippingFixedOptionQualifierId- the primary key of the commerce shipping fixed option qualifier- Returns:
- the commerce shipping fixed option qualifier
- Throws:
NoSuchShippingFixedOptionQualifierException- if a commerce shipping fixed option qualifier with the primary key could not be found
-
fetchByPrimaryKey
Returns the commerce shipping fixed option qualifier with the primary key or returnsnullif it could not be found.- Parameters:
commerceShippingFixedOptionQualifierId- the primary key of the commerce shipping fixed option qualifier- Returns:
- the commerce shipping fixed option qualifier, or
nullif a commerce shipping fixed option qualifier with the primary key could not be found
-
findAll
List<CommerceShippingFixedOptionQualifier> findAll()Returns all the commerce shipping fixed option qualifiers.- Returns:
- the commerce shipping fixed option qualifiers
-
findAll
Returns a range of all the commerce shipping fixed option qualifiers.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceShippingFixedOptionQualifierModelImpl.- Parameters:
start- the lower bound of the range of commerce shipping fixed option qualifiersend- the upper bound of the range of commerce shipping fixed option qualifiers (not inclusive)- Returns:
- the range of commerce shipping fixed option qualifiers
-
findAll
List<CommerceShippingFixedOptionQualifier> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) Returns an ordered range of all the commerce shipping fixed option qualifiers.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceShippingFixedOptionQualifierModelImpl.- Parameters:
start- the lower bound of the range of commerce shipping fixed option qualifiersend- the upper bound of the range of commerce shipping fixed option qualifiers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of commerce shipping fixed option qualifiers
-
findAll
List<CommerceShippingFixedOptionQualifier> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce shipping fixed option qualifiers.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceShippingFixedOptionQualifierModelImpl.- Parameters:
start- the lower bound of the range of commerce shipping fixed option qualifiersend- the upper bound of the range of commerce shipping fixed option qualifiers (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of commerce shipping fixed option qualifiers
-
removeAll
void removeAll()Removes all the commerce shipping fixed option qualifiers from the database. -
countAll
int countAll()Returns the number of commerce shipping fixed option qualifiers.- Returns:
- the number of commerce shipping fixed option qualifiers
-