Interface CommercePriceListAccountRelPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePriceListAccountRel>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceListAccountRel>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CommercePriceListAccountRel commercePriceListAccountRel) Caches the commerce price list account rel in the entity cache if it is enabled.void
cacheResult
(List<CommercePriceListAccountRel> commercePriceListAccountRels) Caches the commerce price list account rels in the entity cache if it is enabled.int
countAll()
Returns the number of commerce price list account rels.int
countByCAI_CPI
(long commerceAccountId, long commercePriceListId) Returns the number of commerce price list account rels where commerceAccountId = ? and commercePriceListId = ?.int
countByCommercePriceListId
(long commercePriceListId) Returns the number of commerce price list account rels where commercePriceListId = ?.int
countByUuid
(String uuid) Returns the number of commerce price list account rels where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of commerce price list account rels where uuid = ? and companyId = ?.create
(long commercePriceListAccountRelId) Creates a new commerce price list account rel with the primary key.fetchByCAI_CPI
(long commerceAccountId, long commercePriceListId) Returns the commerce price list account rel where commerceAccountId = ? and commercePriceListId = ? or returnsnull
if it could not be found.fetchByCAI_CPI
(long commerceAccountId, long commercePriceListId, boolean useFinderCache) Returns the commerce price list account rel where commerceAccountId = ? and commercePriceListId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByCommercePriceListId_First
(long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the first commerce price list account rel in the ordered set where commercePriceListId = ?.fetchByCommercePriceListId_Last
(long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the last commerce price list account rel in the ordered set where commercePriceListId = ?.fetchByPrimaryKey
(long commercePriceListAccountRelId) Returns the commerce price list account rel with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the first commerce price list account rel in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the last commerce price list account rel in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the first commerce price list account rel in the ordered set where uuid = ?.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the last commerce price list account rel in the ordered set where uuid = ?.findAll()
Returns all the commerce price list account rels.findAll
(int start, int end) Returns a range of all the commerce price list account rels.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns an ordered range of all the commerce price list account rels.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price list account rels.findByCAI_CPI
(long commerceAccountId, long commercePriceListId) Returns the commerce price list account rel where commerceAccountId = ? and commercePriceListId = ? or throws aNoSuchPriceListAccountRelException
if it could not be found.findByCommercePriceListId
(long commercePriceListId) Returns all the commerce price list account rels where commercePriceListId = ?.findByCommercePriceListId
(long commercePriceListId, int start, int end) Returns a range of all the commerce price list account rels where commercePriceListId = ?.findByCommercePriceListId
(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns an ordered range of all the commerce price list account rels where commercePriceListId = ?.findByCommercePriceListId
(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price list account rels where commercePriceListId = ?.findByCommercePriceListId_First
(long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the first commerce price list account rel in the ordered set where commercePriceListId = ?.findByCommercePriceListId_Last
(long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the last commerce price list account rel in the ordered set where commercePriceListId = ?.findByCommercePriceListId_PrevAndNext
(long commercePriceListAccountRelId, long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the commerce price list account rels before and after the current commerce price list account rel in the ordered set where commercePriceListId = ?.findByPrimaryKey
(long commercePriceListAccountRelId) Returns the commerce price list account rel with the primary key or throws aNoSuchPriceListAccountRelException
if it could not be found.findByUuid
(String uuid) Returns all the commerce price list account rels where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the commerce price list account rels where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns an ordered range of all the commerce price list account rels where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price list account rels where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the commerce price list account rels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the commerce price list account rels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns an ordered range of all the commerce price list account rels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price list account rels where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the first commerce price list account rel in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the last commerce price list account rel in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long commercePriceListAccountRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the commerce price list account rels before and after the current commerce price list account rel in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the first commerce price list account rel in the ordered set where uuid = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the last commerce price list account rel in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long commercePriceListAccountRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the commerce price list account rels before and after the current commerce price list account rel in the ordered set where uuid = ?.remove
(long commercePriceListAccountRelId) Removes the commerce price list account rel with the primary key from the database.void
Removes all the commerce price list account rels from the database.removeByCAI_CPI
(long commerceAccountId, long commercePriceListId) Removes the commerce price list account rel where commerceAccountId = ? and commercePriceListId = ? from the database.void
removeByCommercePriceListId
(long commercePriceListId) Removes all the commerce price list account rels where commercePriceListId = ? from the database.void
removeByUuid
(String uuid) Removes all the commerce price list account rels where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the commerce price list account rels where uuid = ? and companyId = ? from the database.updateImpl
(CommercePriceListAccountRel commercePriceListAccountRel) 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
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the commerce price list account rels where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching commerce price list account rels
-
findByUuid
Returns a range of all the commerce price list account rels where uuid = ?.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 fromCommercePriceListAccountRelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce price list account relsend
- the upper bound of the range of commerce price list account rels (not inclusive)- Returns:
- the range of matching commerce price list account rels
-
findByUuid
List<CommercePriceListAccountRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns an ordered range of all the commerce price list account rels where uuid = ?.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 fromCommercePriceListAccountRelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce price list account relsend
- the upper bound of the range of commerce price list account rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price list account rels
-
findByUuid
List<CommercePriceListAccountRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price list account rels where uuid = ?.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 fromCommercePriceListAccountRelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce price list account relsend
- the upper bound of the range of commerce price list account rels (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 price list account rels
-
findByUuid_First
CommercePriceListAccountRel findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) throws NoSuchPriceListAccountRelException Returns the first commerce price list account rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list account rel
- Throws:
NoSuchPriceListAccountRelException
- if a matching commerce price list account rel could not be found
-
fetchByUuid_First
CommercePriceListAccountRel fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the first commerce price list account rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list account rel, or
null
if a matching commerce price list account rel could not be found
-
findByUuid_Last
CommercePriceListAccountRel findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) throws NoSuchPriceListAccountRelException Returns the last commerce price list account rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list account rel
- Throws:
NoSuchPriceListAccountRelException
- if a matching commerce price list account rel could not be found
-
fetchByUuid_Last
CommercePriceListAccountRel fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the last commerce price list account rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list account rel, or
null
if a matching commerce price list account rel could not be found
-
findByUuid_PrevAndNext
CommercePriceListAccountRel[] findByUuid_PrevAndNext(long commercePriceListAccountRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) throws NoSuchPriceListAccountRelException Returns the commerce price list account rels before and after the current commerce price list account rel in the ordered set where uuid = ?.- Parameters:
commercePriceListAccountRelId
- the primary key of the current commerce price list account reluuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list account rel
- Throws:
NoSuchPriceListAccountRelException
- if a commerce price list account rel with the primary key could not be found
-
removeByUuid
Removes all the commerce price list account rels where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of commerce price list account rels where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching commerce price list account rels
-
findByUuid_C
Returns all the commerce price list account rels where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching commerce price list account rels
-
findByUuid_C
Returns a range of all the commerce price list account rels where uuid = ? and companyId = ?.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 fromCommercePriceListAccountRelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce price list account relsend
- the upper bound of the range of commerce price list account rels (not inclusive)- Returns:
- the range of matching commerce price list account rels
-
findByUuid_C
List<CommercePriceListAccountRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns an ordered range of all the commerce price list account rels where uuid = ? and companyId = ?.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 fromCommercePriceListAccountRelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce price list account relsend
- the upper bound of the range of commerce price list account rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price list account rels
-
findByUuid_C
List<CommercePriceListAccountRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price list account rels where uuid = ? and companyId = ?.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 fromCommercePriceListAccountRelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce price list account relsend
- the upper bound of the range of commerce price list account rels (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 price list account rels
-
findByUuid_C_First
CommercePriceListAccountRel findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) throws NoSuchPriceListAccountRelException Returns the first commerce price list account rel in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list account rel
- Throws:
NoSuchPriceListAccountRelException
- if a matching commerce price list account rel could not be found
-
fetchByUuid_C_First
CommercePriceListAccountRel fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the first commerce price list account rel in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list account rel, or
null
if a matching commerce price list account rel could not be found
-
findByUuid_C_Last
CommercePriceListAccountRel findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) throws NoSuchPriceListAccountRelException Returns the last commerce price list account rel in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list account rel
- Throws:
NoSuchPriceListAccountRelException
- if a matching commerce price list account rel could not be found
-
fetchByUuid_C_Last
CommercePriceListAccountRel fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the last commerce price list account rel in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list account rel, or
null
if a matching commerce price list account rel could not be found
-
findByUuid_C_PrevAndNext
CommercePriceListAccountRel[] findByUuid_C_PrevAndNext(long commercePriceListAccountRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) throws NoSuchPriceListAccountRelException Returns the commerce price list account rels before and after the current commerce price list account rel in the ordered set where uuid = ? and companyId = ?.- Parameters:
commercePriceListAccountRelId
- the primary key of the current commerce price list account reluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list account rel
- Throws:
NoSuchPriceListAccountRelException
- if a commerce price list account rel with the primary key could not be found
-
removeByUuid_C
Removes all the commerce price list account rels where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of commerce price list account rels where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching commerce price list account rels
-
findByCommercePriceListId
Returns all the commerce price list account rels where commercePriceListId = ?.- Parameters:
commercePriceListId
- the commerce price list ID- Returns:
- the matching commerce price list account rels
-
findByCommercePriceListId
List<CommercePriceListAccountRel> findByCommercePriceListId(long commercePriceListId, int start, int end) Returns a range of all the commerce price list account rels where commercePriceListId = ?.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 fromCommercePriceListAccountRelModelImpl
.- Parameters:
commercePriceListId
- the commerce price list IDstart
- the lower bound of the range of commerce price list account relsend
- the upper bound of the range of commerce price list account rels (not inclusive)- Returns:
- the range of matching commerce price list account rels
-
findByCommercePriceListId
List<CommercePriceListAccountRel> findByCommercePriceListId(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns an ordered range of all the commerce price list account rels where commercePriceListId = ?.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 fromCommercePriceListAccountRelModelImpl
.- Parameters:
commercePriceListId
- the commerce price list IDstart
- the lower bound of the range of commerce price list account relsend
- the upper bound of the range of commerce price list account rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price list account rels
-
findByCommercePriceListId
List<CommercePriceListAccountRel> findByCommercePriceListId(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price list account rels where commercePriceListId = ?.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 fromCommercePriceListAccountRelModelImpl
.- Parameters:
commercePriceListId
- the commerce price list IDstart
- the lower bound of the range of commerce price list account relsend
- the upper bound of the range of commerce price list account rels (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 price list account rels
-
findByCommercePriceListId_First
CommercePriceListAccountRel findByCommercePriceListId_First(long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) throws NoSuchPriceListAccountRelException Returns the first commerce price list account rel in the ordered set where commercePriceListId = ?.- Parameters:
commercePriceListId
- the commerce price list IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list account rel
- Throws:
NoSuchPriceListAccountRelException
- if a matching commerce price list account rel could not be found
-
fetchByCommercePriceListId_First
CommercePriceListAccountRel fetchByCommercePriceListId_First(long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the first commerce price list account rel in the ordered set where commercePriceListId = ?.- Parameters:
commercePriceListId
- the commerce price list IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list account rel, or
null
if a matching commerce price list account rel could not be found
-
findByCommercePriceListId_Last
CommercePriceListAccountRel findByCommercePriceListId_Last(long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) throws NoSuchPriceListAccountRelException Returns the last commerce price list account rel in the ordered set where commercePriceListId = ?.- Parameters:
commercePriceListId
- the commerce price list IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list account rel
- Throws:
NoSuchPriceListAccountRelException
- if a matching commerce price list account rel could not be found
-
fetchByCommercePriceListId_Last
CommercePriceListAccountRel fetchByCommercePriceListId_Last(long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns the last commerce price list account rel in the ordered set where commercePriceListId = ?.- Parameters:
commercePriceListId
- the commerce price list IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list account rel, or
null
if a matching commerce price list account rel could not be found
-
findByCommercePriceListId_PrevAndNext
CommercePriceListAccountRel[] findByCommercePriceListId_PrevAndNext(long commercePriceListAccountRelId, long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) throws NoSuchPriceListAccountRelException Returns the commerce price list account rels before and after the current commerce price list account rel in the ordered set where commercePriceListId = ?.- Parameters:
commercePriceListAccountRelId
- the primary key of the current commerce price list account relcommercePriceListId
- the commerce price list IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list account rel
- Throws:
NoSuchPriceListAccountRelException
- if a commerce price list account rel with the primary key could not be found
-
removeByCommercePriceListId
void removeByCommercePriceListId(long commercePriceListId) Removes all the commerce price list account rels where commercePriceListId = ? from the database.- Parameters:
commercePriceListId
- the commerce price list ID
-
countByCommercePriceListId
int countByCommercePriceListId(long commercePriceListId) Returns the number of commerce price list account rels where commercePriceListId = ?.- Parameters:
commercePriceListId
- the commerce price list ID- Returns:
- the number of matching commerce price list account rels
-
findByCAI_CPI
CommercePriceListAccountRel findByCAI_CPI(long commerceAccountId, long commercePriceListId) throws NoSuchPriceListAccountRelException Returns the commerce price list account rel where commerceAccountId = ? and commercePriceListId = ? or throws aNoSuchPriceListAccountRelException
if it could not be found.- Parameters:
commerceAccountId
- the commerce account IDcommercePriceListId
- the commerce price list ID- Returns:
- the matching commerce price list account rel
- Throws:
NoSuchPriceListAccountRelException
- if a matching commerce price list account rel could not be found
-
fetchByCAI_CPI
Returns the commerce price list account rel where commerceAccountId = ? and commercePriceListId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
commerceAccountId
- the commerce account IDcommercePriceListId
- the commerce price list ID- Returns:
- the matching commerce price list account rel, or
null
if a matching commerce price list account rel could not be found
-
fetchByCAI_CPI
CommercePriceListAccountRel fetchByCAI_CPI(long commerceAccountId, long commercePriceListId, boolean useFinderCache) Returns the commerce price list account rel where commerceAccountId = ? and commercePriceListId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
commerceAccountId
- the commerce account IDcommercePriceListId
- the commerce price list IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching commerce price list account rel, or
null
if a matching commerce price list account rel could not be found
-
removeByCAI_CPI
CommercePriceListAccountRel removeByCAI_CPI(long commerceAccountId, long commercePriceListId) throws NoSuchPriceListAccountRelException Removes the commerce price list account rel where commerceAccountId = ? and commercePriceListId = ? from the database.- Parameters:
commerceAccountId
- the commerce account IDcommercePriceListId
- the commerce price list ID- Returns:
- the commerce price list account rel that was removed
- Throws:
NoSuchPriceListAccountRelException
-
countByCAI_CPI
int countByCAI_CPI(long commerceAccountId, long commercePriceListId) Returns the number of commerce price list account rels where commerceAccountId = ? and commercePriceListId = ?.- Parameters:
commerceAccountId
- the commerce account IDcommercePriceListId
- the commerce price list ID- Returns:
- the number of matching commerce price list account rels
-
cacheResult
Caches the commerce price list account rel in the entity cache if it is enabled.- Parameters:
commercePriceListAccountRel
- the commerce price list account rel
-
cacheResult
Caches the commerce price list account rels in the entity cache if it is enabled.- Parameters:
commercePriceListAccountRels
- the commerce price list account rels
-
create
Creates a new commerce price list account rel with the primary key. Does not add the commerce price list account rel to the database.- Parameters:
commercePriceListAccountRelId
- the primary key for the new commerce price list account rel- Returns:
- the new commerce price list account rel
-
remove
CommercePriceListAccountRel remove(long commercePriceListAccountRelId) throws NoSuchPriceListAccountRelException Removes the commerce price list account rel with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
commercePriceListAccountRelId
- the primary key of the commerce price list account rel- Returns:
- the commerce price list account rel that was removed
- Throws:
NoSuchPriceListAccountRelException
- if a commerce price list account rel with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
CommercePriceListAccountRel findByPrimaryKey(long commercePriceListAccountRelId) throws NoSuchPriceListAccountRelException Returns the commerce price list account rel with the primary key or throws aNoSuchPriceListAccountRelException
if it could not be found.- Parameters:
commercePriceListAccountRelId
- the primary key of the commerce price list account rel- Returns:
- the commerce price list account rel
- Throws:
NoSuchPriceListAccountRelException
- if a commerce price list account rel with the primary key could not be found
-
fetchByPrimaryKey
Returns the commerce price list account rel with the primary key or returnsnull
if it could not be found.- Parameters:
commercePriceListAccountRelId
- the primary key of the commerce price list account rel- Returns:
- the commerce price list account rel, or
null
if a commerce price list account rel with the primary key could not be found
-
findAll
List<CommercePriceListAccountRel> findAll()Returns all the commerce price list account rels.- Returns:
- the commerce price list account rels
-
findAll
Returns a range of all the commerce price list account rels.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 fromCommercePriceListAccountRelModelImpl
.- Parameters:
start
- the lower bound of the range of commerce price list account relsend
- the upper bound of the range of commerce price list account rels (not inclusive)- Returns:
- the range of commerce price list account rels
-
findAll
List<CommercePriceListAccountRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) Returns an ordered range of all the commerce price list account rels.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 fromCommercePriceListAccountRelModelImpl
.- Parameters:
start
- the lower bound of the range of commerce price list account relsend
- the upper bound of the range of commerce price list account rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of commerce price list account rels
-
findAll
List<CommercePriceListAccountRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price list account rels.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 fromCommercePriceListAccountRelModelImpl
.- Parameters:
start
- the lower bound of the range of commerce price list account relsend
- the upper bound of the range of commerce price list account rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of commerce price list account rels
-
removeAll
void removeAll()Removes all the commerce price list account rels from the database. -
countAll
int countAll()Returns the number of commerce price list account rels.- Returns:
- the number of commerce price list account rels
-