@ProviderType public interface CommercePaymentEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePaymentEntry>
Caching information and settings can be found in portal.properties
CommercePaymentEntryUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(CommercePaymentEntry commercePaymentEntry)
Caches the commerce payment entry in the entity cache if it is enabled.
|
void |
cacheResult(java.util.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_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 |
countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of commerce payment entries where companyId = ?.
|
int |
countByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the number of commerce payment entries where externalReferenceCode = ? and companyId = ?.
|
CommercePaymentEntry |
create(long commercePaymentEntryId)
Creates a new commerce payment entry with the primary key.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
CommercePaymentEntry |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the commerce payment entry where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found. |
CommercePaymentEntry |
fetchByERC_C(java.lang.String externalReferenceCode,
long companyId,
boolean useFinderCache)
Returns the commerce payment entry where externalReferenceCode = ? and companyId = ? or returns
null if it could not be found, optionally using the finder cache. |
CommercePaymentEntry |
fetchByPrimaryKey(long commercePaymentEntryId)
Returns the commerce payment entry with the primary key or returns
null if it could not be found. |
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 |
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 |
filterCountByCompanyId(long companyId)
Returns the number of commerce payment entries that the user has permission to view where companyId = ?.
|
CommercePaymentEntry[] |
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 = ?.
|
CommercePaymentEntry[] |
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<CommercePaymentEntry> |
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
CommercePaymentEntry[] |
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 = ?.
|
java.util.List<CommercePaymentEntry> |
filterFindByCompanyId(long companyId)
Returns all the commerce payment entries that the user has permission to view where companyId = ?.
|
java.util.List<CommercePaymentEntry> |
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 = ?.
|
java.util.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 = ?.
|
java.util.List<CommercePaymentEntry> |
findAll()
Returns all the commerce payment entries.
|
java.util.List<CommercePaymentEntry> |
findAll(int start,
int end)
Returns a range of all the commerce payment entries.
|
java.util.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.
|
java.util.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.
|
CommercePaymentEntry |
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 = ?.
|
CommercePaymentEntry |
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 = ?.
|
CommercePaymentEntry[] |
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 = ?.
|
CommercePaymentEntry |
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 = ?.
|
CommercePaymentEntry |
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 = ?.
|
CommercePaymentEntry[] |
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 = ?.
|
java.util.List<CommercePaymentEntry> |
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<CommercePaymentEntry> |
findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the commerce payment entries where companyId = ? and classNameId = ? and classPK = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
CommercePaymentEntry |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
Returns the first commerce payment entry in the ordered set where companyId = ?.
|
CommercePaymentEntry |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
Returns the last commerce payment entry in the ordered set where companyId = ?.
|
CommercePaymentEntry[] |
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 = ?.
|
java.util.List<CommercePaymentEntry> |
findByCompanyId(long companyId)
Returns all the commerce payment entries where companyId = ?.
|
java.util.List<CommercePaymentEntry> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the commerce payment entries where companyId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
CommercePaymentEntry |
findByERC_C(java.lang.String externalReferenceCode,
long companyId)
Returns the commerce payment entry where externalReferenceCode = ? and companyId = ? or throws a
NoSuchPaymentEntryException if it could not be found. |
CommercePaymentEntry |
findByPrimaryKey(long commercePaymentEntryId)
Returns the commerce payment entry with the primary key or throws a
NoSuchPaymentEntryException if it could not be found. |
CommercePaymentEntry |
remove(long commercePaymentEntryId)
Removes the commerce payment entry with the primary key from the database.
|
void |
removeAll()
Removes all the commerce payment entries 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 |
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 |
removeByCompanyId(long companyId)
Removes all the commerce payment entries where companyId = ? from the database.
|
CommercePaymentEntry |
removeByERC_C(java.lang.String externalReferenceCode,
long companyId)
Removes the commerce payment entry where externalReferenceCode = ? and companyId = ? from the database.
|
CommercePaymentEntry |
updateImpl(CommercePaymentEntry commercePaymentEntry) |
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, setDataSource, unregisterListener, update, update
java.util.List<CommercePaymentEntry> findByCompanyId(long companyId)
companyId
- the company IDjava.util.List<CommercePaymentEntry> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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)java.util.List<CommercePaymentEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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 (optionally null
)java.util.List<CommercePaymentEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheCommercePaymentEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentEntryException
- if a matching commerce payment entry could not be foundCommercePaymentEntry fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce payment entry could not be foundCommercePaymentEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentEntryException
- if a matching commerce payment entry could not be foundCommercePaymentEntry fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce payment entry could not be foundCommercePaymentEntry[] findByCompanyId_PrevAndNext(long commercePaymentEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
commercePaymentEntryId
- the primary key of the current commerce payment entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be foundjava.util.List<CommercePaymentEntry> filterFindByCompanyId(long companyId)
companyId
- the company IDjava.util.List<CommercePaymentEntry> filterFindByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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)java.util.List<CommercePaymentEntry> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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 (optionally null
)CommercePaymentEntry[] filterFindByCompanyId_PrevAndNext(long commercePaymentEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
commercePaymentEntryId
- the primary key of the current commerce payment entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDint filterCountByCompanyId(long companyId)
companyId
- the company IDjava.util.List<CommercePaymentEntry> findByC_C_C(long companyId, long classNameId, long classPK)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<CommercePaymentEntry> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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)java.util.List<CommercePaymentEntry> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheCommercePaymentEntry findByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentEntryException
- if a matching commerce payment entry could not be foundCommercePaymentEntry fetchByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce payment entry could not be foundCommercePaymentEntry findByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentEntryException
- if a matching commerce payment entry could not be foundCommercePaymentEntry fetchByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce payment entry could not be foundCommercePaymentEntry[] findByC_C_C_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
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 (optionally null
)NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be foundjava.util.List<CommercePaymentEntry> filterFindByC_C_C(long companyId, long classNameId, long classPK)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<CommercePaymentEntry> filterFindByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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)java.util.List<CommercePaymentEntry> filterFindByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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 (optionally null
)CommercePaymentEntry[] filterFindByC_C_C_PrevAndNext(long commercePaymentEntryId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
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 (optionally null
)NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be foundvoid removeByC_C_C(long companyId, long classNameId, long classPK)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkint countByC_C_C(long companyId, long classNameId, long classPK)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkint filterCountByC_C_C(long companyId, long classNameId, long classPK)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<CommercePaymentEntry> findByC_C_C_T(long companyId, long classNameId, long classPK, int type)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typejava.util.List<CommercePaymentEntry> findByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheCommercePaymentEntry findByC_C_C_T_First(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentEntryException
- if a matching commerce payment entry could not be foundCommercePaymentEntry fetchByC_C_C_T_First(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce payment entry could not be foundCommercePaymentEntry findByC_C_C_T_Last(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator) throws NoSuchPaymentEntryException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentEntryException
- if a matching commerce payment entry could not be foundCommercePaymentEntry fetchByC_C_C_T_Last(long companyId, long classNameId, long classPK, int type, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce payment entry could not be foundCommercePaymentEntry[] 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
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 (optionally null
)NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be foundjava.util.List<CommercePaymentEntry> filterFindByC_C_C_T(long companyId, long classNameId, long classPK, int type)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typejava.util.List<CommercePaymentEntry> filterFindByC_C_C_T(long companyId, long classNameId, long classPK, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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 (optionally null
)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
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 (optionally null
)NoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be foundvoid removeByC_C_C_T(long companyId, long classNameId, long classPK, int type)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeint countByC_C_C_T(long companyId, long classNameId, long classPK, int type)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeint filterCountByC_C_C_T(long companyId, long classNameId, long classPK, int type)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeCommercePaymentEntry findByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchPaymentEntryException
NoSuchPaymentEntryException
if it could not be found.externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchPaymentEntryException
- if a matching commerce payment entry could not be foundCommercePaymentEntry fetchByERC_C(java.lang.String externalReferenceCode, long companyId)
null
if it could not be found. Uses the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDnull
if a matching commerce payment entry could not be foundCommercePaymentEntry fetchByERC_C(java.lang.String externalReferenceCode, long companyId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cachenull
if a matching commerce payment entry could not be foundCommercePaymentEntry removeByERC_C(java.lang.String externalReferenceCode, long companyId) throws NoSuchPaymentEntryException
externalReferenceCode
- the external reference codecompanyId
- the company IDNoSuchPaymentEntryException
int countByERC_C(java.lang.String externalReferenceCode, long companyId)
externalReferenceCode
- the external reference codecompanyId
- the company IDvoid cacheResult(CommercePaymentEntry commercePaymentEntry)
commercePaymentEntry
- the commerce payment entryvoid cacheResult(java.util.List<CommercePaymentEntry> commercePaymentEntries)
commercePaymentEntries
- the commerce payment entriesCommercePaymentEntry create(long commercePaymentEntryId)
commercePaymentEntryId
- the primary key for the new commerce payment entryCommercePaymentEntry remove(long commercePaymentEntryId) throws NoSuchPaymentEntryException
commercePaymentEntryId
- the primary key of the commerce payment entryNoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be foundCommercePaymentEntry updateImpl(CommercePaymentEntry commercePaymentEntry)
CommercePaymentEntry findByPrimaryKey(long commercePaymentEntryId) throws NoSuchPaymentEntryException
NoSuchPaymentEntryException
if it could not be found.commercePaymentEntryId
- the primary key of the commerce payment entryNoSuchPaymentEntryException
- if a commerce payment entry with the primary key could not be foundCommercePaymentEntry fetchByPrimaryKey(long commercePaymentEntryId)
null
if it could not be found.commercePaymentEntryId
- the primary key of the commerce payment entrynull
if a commerce payment entry with the primary key could not be foundjava.util.List<CommercePaymentEntry> findAll()
java.util.List<CommercePaymentEntry> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
start
- the lower bound of the range of commerce payment entriesend
- the upper bound of the range of commerce payment entries (not inclusive)java.util.List<CommercePaymentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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 (optionally null
)java.util.List<CommercePaymentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommercePaymentEntryModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()