Interface CommercePaymentEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePaymentEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CommercePaymentEntry commercePaymentEntry) Caches the commerce payment entry in the entity cache if it is enabled.void
cacheResult
(List<CommercePaymentEntry> commercePaymentEntries) Caches the commerce payment entries in the entity cache if it is enabled.int
countAll()
Returns the number of commerce payment entries.int
countByC_C_C
(long companyId, long classNameId, long classPK) Returns the number of commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.int
countByC_C_C_P_T
(long companyId, long classNameId, long classPK, int paymentStatus, int type) Returns the number of commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.int
countByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns the number of commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.int
countByCompanyId
(long companyId) Returns the number of commerce payment entries where companyId = ?.int
countByERC_C
(String externalReferenceCode, long companyId) Returns the number of commerce payment entries where externalReferenceCode = ? and companyId = ?.create
(long commercePaymentEntryId) Creates a new commerce payment entry with the primary key.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.fetchByC_C_C_P_T_First
(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.fetchByC_C_C_P_T_Last
(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.fetchByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.fetchByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the first commerce payment entry in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the last commerce payment entry in the ordered set where companyId = ?.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the commerce payment entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the commerce payment entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long commercePaymentEntryId) Returns the commerce payment entry with the primary key or returnsnull
if it could not be found.int
filterCountByC_C_C
(long companyId, long classNameId, long classPK) Returns the number of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.int
filterCountByC_C_C_P_T
(long companyId, long classNameId, long classPK, int paymentStatus, int type) Returns the number of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.int
filterCountByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns the number of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.int
filterCountByCompanyId
(long companyId) Returns the number of commerce payment entries that the user has permission to view where companyId = ?.filterFindByC_C_C
(long companyId, long classNameId, long classPK) Returns all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.filterFindByC_C_C
(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.filterFindByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ?.filterFindByC_C_C_P_T
(long companyId, long classNameId, long classPK, int paymentStatus, int type) Returns all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.filterFindByC_C_C_P_T
(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end) Returns a range of all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.filterFindByC_C_C_P_T
(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.filterFindByC_C_C_P_T_PrevAndNext
(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.filterFindByC_C_C_PrevAndNext
(long commercePaymentEntryId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.filterFindByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.filterFindByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end) Returns a range of all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.filterFindByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.filterFindByC_C_C_T_PrevAndNext
(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.filterFindByCompanyId
(long companyId) Returns all the commerce payment entries that the user has permission to view where companyId = ?.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the commerce payment entries that the user has permission to view where companyId = ?.filterFindByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ?.filterFindByCompanyId_PrevAndNext
(long commercePaymentEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ?.findAll()
Returns all the commerce payment entries.findAll
(int start, int end) Returns a range of all the commerce payment entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entries.findByC_C_C
(long companyId, long classNameId, long classPK) Returns all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.findByC_C_C_First
(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.findByC_C_C_Last
(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.findByC_C_C_P_T
(long companyId, long classNameId, long classPK, int paymentStatus, int type) Returns all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.findByC_C_C_P_T
(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end) Returns a range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.findByC_C_C_P_T
(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.findByC_C_C_P_T
(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.findByC_C_C_P_T_First
(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.findByC_C_C_P_T_Last
(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.findByC_C_C_P_T_PrevAndNext
(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.findByC_C_C_PrevAndNext
(long commercePaymentEntryId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Returns all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end) Returns a range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.findByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.findByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.findByC_C_C_T_PrevAndNext
(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.findByCompanyId
(long companyId) Returns all the commerce payment entries where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the commerce payment entries where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entries where companyId = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the first commerce payment entry in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the last commerce payment entry in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long commercePaymentEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ?.findByERC_C
(String externalReferenceCode, long companyId) Returns the commerce payment entry where externalReferenceCode = ? and companyId = ? or throws aNoSuchPaymentEntryException
if it could not be found.findByPrimaryKey
(long commercePaymentEntryId) Returns the commerce payment entry with the primary key or throws aNoSuchPaymentEntryException
if it could not be found.remove
(long commercePaymentEntryId) Removes the commerce payment entry with the primary key from the database.void
Removes all the commerce payment entries from the database.void
removeByC_C_C
(long companyId, long classNameId, long classPK) Removes all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? from the database.void
removeByC_C_C_P_T
(long companyId, long classNameId, long classPK, int paymentStatus, int type) Removes all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ? from the database.void
removeByC_C_C_T
(long companyId, long classNameId, long classPK, int type) Removes all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ? from the database.void
removeByCompanyId
(long companyId) Removes all the commerce payment entries where companyId = ? from the database.removeByERC_C
(String externalReferenceCode, long companyId) Removes the commerce payment entry where externalReferenceCode = ? and companyId = ? from the database.updateImpl
(CommercePaymentEntry commercePaymentEntry) 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
-
findByCompanyId
Returns all the commerce payment entries where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching commerce payment entries
-
findByCompanyId
Returns a range of all the commerce payment entries where 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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)- Returns:
- the range of matching commerce payment entries
-
findByCompanyId
List<CommercePaymentEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries where 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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce payment entries
-
findByCompanyId
List<CommercePaymentEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entries where 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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (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 payment entries
-
findByCompanyId_First
CommercePaymentEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the first commerce payment entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a matching commerce payment entry could not be found
-
fetchByCompanyId_First
CommercePaymentEntry fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the first commerce payment entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce payment entry, or
null
if a matching commerce payment entry could not be found
-
findByCompanyId_Last
CommercePaymentEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the last commerce payment entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a matching commerce payment entry could not be found
-
fetchByCompanyId_Last
CommercePaymentEntry fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the last commerce payment entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce payment entry, or
null
if a matching commerce payment entry could not be found
-
findByCompanyId_PrevAndNext
CommercePaymentEntry[] findByCompanyId_PrevAndNext(long commercePaymentEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ?.- Parameters:
commercePaymentEntryId
- the primary key of the current commerce payment entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be found
-
filterFindByCompanyId
Returns all the commerce payment entries that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching commerce payment entries that the user has permission to view
-
filterFindByCompanyId
Returns a range of all the commerce payment entries that the user has permission to view where 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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)- Returns:
- the range of matching commerce payment entries that the user has permission to view
-
filterFindByCompanyId
List<CommercePaymentEntry> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries that the user has permissions to view where 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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce payment entries that the user has permission to view
-
filterFindByCompanyId_PrevAndNext
CommercePaymentEntry[] filterFindByCompanyId_PrevAndNext(long commercePaymentEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ?.- Parameters:
commercePaymentEntryId
- the primary key of the current commerce payment entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the commerce payment entries where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of commerce payment entries where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching commerce payment entries
-
filterCountByCompanyId
int filterCountByCompanyId(long companyId) Returns the number of commerce payment entries that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching commerce payment entries that the user has permission to view
-
findByC_C_C
Returns all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching commerce payment entries
-
findByC_C_C
List<CommercePaymentEntry> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the commerce payment entries where companyId = ? and 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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)- Returns:
- the range of matching commerce payment entries
-
findByC_C_C
List<CommercePaymentEntry> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries where companyId = ? and 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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce payment entries
-
findByC_C_C
List<CommercePaymentEntry> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entries where companyId = ? and 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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (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 payment entries
-
findByC_C_C_First
CommercePaymentEntry findByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a matching commerce payment entry could not be found
-
fetchByC_C_C_First
CommercePaymentEntry fetchByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce payment entry, or
null
if a matching commerce payment entry could not be found
-
findByC_C_C_Last
CommercePaymentEntry findByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a matching commerce payment entry could not be found
-
fetchByC_C_C_Last
CommercePaymentEntry fetchByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce payment entry, or
null
if a matching commerce payment entry could not be found
-
findByC_C_C_PrevAndNext
CommercePaymentEntry[] findByC_C_C_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
commercePaymentEntryId
- the primary key of the current commerce payment entrycompanyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be found
-
filterFindByC_C_C
Returns all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching commerce payment entries that the user has permission to view
-
filterFindByC_C_C
List<CommercePaymentEntry> filterFindByC_C_C(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the commerce payment entries that the user has permission to view where companyId = ? and 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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)- Returns:
- the range of matching commerce payment entries that the user has permission to view
-
filterFindByC_C_C
List<CommercePaymentEntry> filterFindByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ? and 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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce payment entries that the user has permission to view
-
filterFindByC_C_C_PrevAndNext
CommercePaymentEntry[] filterFindByC_C_C_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
commercePaymentEntryId
- the primary key of the current commerce payment entrycompanyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be found
-
removeByC_C_C
void removeByC_C_C(long companyId, long classNameId, long classPK) Removes all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? from the database.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pk
-
countByC_C_C
int countByC_C_C(long companyId, long classNameId, long classPK) Returns the number of commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching commerce payment entries
-
filterCountByC_C_C
int filterCountByC_C_C(long companyId, long classNameId, long classPK) Returns the number of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching commerce payment entries that the user has permission to view
-
findByC_C_C_T
Returns all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the matching commerce payment entries
-
findByC_C_C_T
List<CommercePaymentEntry> findByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end) Returns a range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)- Returns:
- the range of matching commerce payment entries
-
findByC_C_C_T
List<CommercePaymentEntry> findByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce payment entries
-
findByC_C_C_T
List<CommercePaymentEntry> findByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (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 payment entries
-
findByC_C_C_T_First
CommercePaymentEntry findByC_C_C_T_First(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a matching commerce payment entry could not be found
-
fetchByC_C_C_T_First
CommercePaymentEntry fetchByC_C_C_T_First(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce payment entry, or
null
if a matching commerce payment entry could not be found
-
findByC_C_C_T_Last
CommercePaymentEntry findByC_C_C_T_Last(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a matching commerce payment entry could not be found
-
fetchByC_C_C_T_Last
CommercePaymentEntry fetchByC_C_C_T_Last(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce payment entry, or
null
if a matching commerce payment entry could not be found
-
findByC_C_C_T_PrevAndNext
CommercePaymentEntry[] findByC_C_C_T_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
commercePaymentEntryId
- the primary key of the current commerce payment entrycompanyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be found
-
filterFindByC_C_C_T
List<CommercePaymentEntry> filterFindByC_C_C_T(long companyId, long classNameId, long classPK, int type) Returns all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the matching commerce payment entries that the user has permission to view
-
filterFindByC_C_C_T
List<CommercePaymentEntry> filterFindByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end) Returns a range of all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)- Returns:
- the range of matching commerce payment entries that the user has permission to view
-
filterFindByC_C_C_T
List<CommercePaymentEntry> filterFindByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce payment entries that the user has permission to view
-
filterFindByC_C_C_T_PrevAndNext
CommercePaymentEntry[] filterFindByC_C_C_T_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
commercePaymentEntryId
- the primary key of the current commerce payment entrycompanyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be found
-
removeByC_C_C_T
void removeByC_C_C_T(long companyId, long classNameId, long classPK, int type) Removes all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ? from the database.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the type
-
countByC_C_C_T
int countByC_C_C_T(long companyId, long classNameId, long classPK, int type) Returns the number of commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the number of matching commerce payment entries
-
filterCountByC_C_C_T
int filterCountByC_C_C_T(long companyId, long classNameId, long classPK, int type) Returns the number of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the number of matching commerce payment entries that the user has permission to view
-
findByC_C_C_P_T
List<CommercePaymentEntry> findByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type) Returns all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the type- Returns:
- the matching commerce payment entries
-
findByC_C_C_P_T
List<CommercePaymentEntry> findByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end) Returns a range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the typestart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)- Returns:
- the range of matching commerce payment entries
-
findByC_C_C_P_T
List<CommercePaymentEntry> findByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the typestart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce payment entries
-
findByC_C_C_P_T
List<CommercePaymentEntry> findByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the typestart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (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 payment entries
-
findByC_C_C_P_T_First
CommercePaymentEntry findByC_C_C_P_T_First(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a matching commerce payment entry could not be found
-
fetchByC_C_C_P_T_First
CommercePaymentEntry fetchByC_C_C_P_T_First(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the first commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce payment entry, or
null
if a matching commerce payment entry could not be found
-
findByC_C_C_P_T_Last
CommercePaymentEntry findByC_C_C_P_T_Last(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a matching commerce payment entry could not be found
-
fetchByC_C_C_P_T_Last
CommercePaymentEntry fetchByC_C_C_P_T_Last(long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns the last commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce payment entry, or
null
if a matching commerce payment entry could not be found
-
findByC_C_C_P_T_PrevAndNext
CommercePaymentEntry[] findByC_C_C_P_T_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the commerce payment entries before and after the current commerce payment entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.- Parameters:
commercePaymentEntryId
- the primary key of the current commerce payment entrycompanyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be found
-
filterFindByC_C_C_P_T
List<CommercePaymentEntry> filterFindByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type) Returns all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the type- Returns:
- the matching commerce payment entries that the user has permission to view
-
filterFindByC_C_C_P_T
List<CommercePaymentEntry> filterFindByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end) Returns a range of all the commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the typestart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)- Returns:
- the range of matching commerce payment entries that the user has permission to view
-
filterFindByC_C_C_P_T
List<CommercePaymentEntry> filterFindByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.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 fromCommercePaymentEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the typestart
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce payment entries that the user has permission to view
-
filterFindByC_C_C_P_T_PrevAndNext
CommercePaymentEntry[] filterFindByC_C_C_P_T_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, int paymentStatus, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException Returns the commerce payment entries before and after the current commerce payment entry in the ordered set of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.- Parameters:
commercePaymentEntryId
- the primary key of the current commerce payment entrycompanyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be found
-
removeByC_C_C_P_T
void removeByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type) Removes all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ? from the database.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the type
-
countByC_C_C_P_T
int countByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type) Returns the number of commerce payment entries where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the type- Returns:
- the number of matching commerce payment entries
-
filterCountByC_C_C_P_T
int filterCountByC_C_C_P_T(long companyId, long classNameId, long classPK, int paymentStatus, int type) Returns the number of commerce payment entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and paymentStatus = ? and type = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkpaymentStatus
- the payment statustype
- the type- Returns:
- the number of matching commerce payment entries that the user has permission to view
-
findByERC_C
CommercePaymentEntry findByERC_C(String externalReferenceCode, long companyId) throws NoSuchPaymentEntryException Returns the commerce payment entry where externalReferenceCode = ? and companyId = ? or throws aNoSuchPaymentEntryException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a matching commerce payment entry could not be found
-
fetchByERC_C
Returns the commerce payment entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching commerce payment entry, or
null
if a matching commerce payment entry could not be found
-
fetchByERC_C
CommercePaymentEntry fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the commerce payment entry where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching commerce payment entry, or
null
if a matching commerce payment entry could not be found
-
removeByERC_C
CommercePaymentEntry removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchPaymentEntryException Removes the commerce payment entry where externalReferenceCode = ? and companyId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the commerce payment entry that was removed
- Throws:
NoSuchPaymentEntryException
-
countByERC_C
Returns the number of commerce payment entries where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the number of matching commerce payment entries
-
cacheResult
Caches the commerce payment entry in the entity cache if it is enabled.- Parameters:
commercePaymentEntry
- the commerce payment entry
-
cacheResult
Caches the commerce payment entries in the entity cache if it is enabled.- Parameters:
commercePaymentEntries
- the commerce payment entries
-
create
Creates a new commerce payment entry with the primary key. Does not add the commerce payment entry to the database.- Parameters:
commercePaymentEntryId
- the primary key for the new commerce payment entry- Returns:
- the new commerce payment entry
-
remove
Removes the commerce payment entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
commercePaymentEntryId
- the primary key of the commerce payment entry- Returns:
- the commerce payment entry that was removed
- Throws:
NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
CommercePaymentEntry findByPrimaryKey(long commercePaymentEntryId) throws NoSuchPaymentEntryException Returns the commerce payment entry with the primary key or throws aNoSuchPaymentEntryException
if it could not be found.- Parameters:
commercePaymentEntryId
- the primary key of the commerce payment entry- Returns:
- the commerce payment entry
- Throws:
NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be found
-
fetchByPrimaryKey
Returns the commerce payment entry with the primary key or returnsnull
if it could not be found.- Parameters:
commercePaymentEntryId
- the primary key of the commerce payment entry- Returns:
- the commerce payment entry, or
null
if a commerce payment entry with the primary key could not be found
-
findAll
List<CommercePaymentEntry> findAll()Returns all the commerce payment entries.- Returns:
- the commerce payment entries
-
findAll
Returns a range of all the commerce payment entries.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 fromCommercePaymentEntryModelImpl
.- Parameters:
start
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)- Returns:
- the range of commerce payment entries
-
findAll
List<CommercePaymentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) Returns an ordered range of all the commerce payment entries.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 fromCommercePaymentEntryModelImpl
.- Parameters:
start
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of commerce payment entries
-
findAll
List<CommercePaymentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entries.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 fromCommercePaymentEntryModelImpl
.- Parameters:
start
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of commerce payment entries
-
removeAll
void removeAll()Removes all the commerce payment entries from the database. -
countAll
int countAll()Returns the number of commerce payment entries.- Returns:
- the number of commerce payment entries
-