Interface CommercePaymentEntryAuditPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePaymentEntryAudit>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CommercePaymentEntryAudit commercePaymentEntryAudit) Caches the commerce payment entry audit in the entity cache if it is enabled.void
cacheResult
(List<CommercePaymentEntryAudit> commercePaymentEntryAudits) Caches the commerce payment entry audits in the entity cache if it is enabled.int
countAll()
Returns the number of commerce payment entry audits.int
countByCommercePaymentEntryId
(long commercePaymentEntryId) Returns the number of commerce payment entry audits where commercePaymentEntryId = ?.create
(long commercePaymentEntryAuditId) Creates a new commerce payment entry audit with the primary key.fetchByCommercePaymentEntryId_First
(long commercePaymentEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns the first commerce payment entry audit in the ordered set where commercePaymentEntryId = ?.fetchByCommercePaymentEntryId_Last
(long commercePaymentEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns the last commerce payment entry audit in the ordered set where commercePaymentEntryId = ?.fetchByPrimaryKey
(long commercePaymentEntryAuditId) Returns the commerce payment entry audit with the primary key or returnsnull
if it could not be found.int
filterCountByCommercePaymentEntryId
(long commercePaymentEntryId) Returns the number of commerce payment entry audits that the user has permission to view where commercePaymentEntryId = ?.filterFindByCommercePaymentEntryId
(long commercePaymentEntryId) Returns all the commerce payment entry audits that the user has permission to view where commercePaymentEntryId = ?.filterFindByCommercePaymentEntryId
(long commercePaymentEntryId, int start, int end) Returns a range of all the commerce payment entry audits that the user has permission to view where commercePaymentEntryId = ?.filterFindByCommercePaymentEntryId
(long commercePaymentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns an ordered range of all the commerce payment entry audits that the user has permissions to view where commercePaymentEntryId = ?.filterFindByCommercePaymentEntryId_PrevAndNext
(long commercePaymentEntryAuditId, long commercePaymentEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns the commerce payment entry audits before and after the current commerce payment entry audit in the ordered set of commerce payment entry audits that the user has permission to view where commercePaymentEntryId = ?.findAll()
Returns all the commerce payment entry audits.findAll
(int start, int end) Returns a range of all the commerce payment entry audits.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns an ordered range of all the commerce payment entry audits.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entry audits.findByCommercePaymentEntryId
(long commercePaymentEntryId) Returns all the commerce payment entry audits where commercePaymentEntryId = ?.findByCommercePaymentEntryId
(long commercePaymentEntryId, int start, int end) Returns a range of all the commerce payment entry audits where commercePaymentEntryId = ?.findByCommercePaymentEntryId
(long commercePaymentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns an ordered range of all the commerce payment entry audits where commercePaymentEntryId = ?.findByCommercePaymentEntryId
(long commercePaymentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entry audits where commercePaymentEntryId = ?.findByCommercePaymentEntryId_First
(long commercePaymentEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns the first commerce payment entry audit in the ordered set where commercePaymentEntryId = ?.findByCommercePaymentEntryId_Last
(long commercePaymentEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns the last commerce payment entry audit in the ordered set where commercePaymentEntryId = ?.findByCommercePaymentEntryId_PrevAndNext
(long commercePaymentEntryAuditId, long commercePaymentEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns the commerce payment entry audits before and after the current commerce payment entry audit in the ordered set where commercePaymentEntryId = ?.findByPrimaryKey
(long commercePaymentEntryAuditId) Returns the commerce payment entry audit with the primary key or throws aNoSuchPaymentEntryAuditException
if it could not be found.remove
(long commercePaymentEntryAuditId) Removes the commerce payment entry audit with the primary key from the database.void
Removes all the commerce payment entry audits from the database.void
removeByCommercePaymentEntryId
(long commercePaymentEntryId) Removes all the commerce payment entry audits where commercePaymentEntryId = ? from the database.updateImpl
(CommercePaymentEntryAudit commercePaymentEntryAudit) 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
-
findByCommercePaymentEntryId
Returns all the commerce payment entry audits where commercePaymentEntryId = ?.- Parameters:
commercePaymentEntryId
- the commerce payment entry ID- Returns:
- the matching commerce payment entry audits
-
findByCommercePaymentEntryId
List<CommercePaymentEntryAudit> findByCommercePaymentEntryId(long commercePaymentEntryId, int start, int end) Returns a range of all the commerce payment entry audits where commercePaymentEntryId = ?.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 fromCommercePaymentEntryAuditModelImpl
.- Parameters:
commercePaymentEntryId
- the commerce payment entry IDstart
- the lower bound of the range of commerce payment entry auditsend
- the upper bound of the range of commerce payment entry audits (not inclusive)- Returns:
- the range of matching commerce payment entry audits
-
findByCommercePaymentEntryId
List<CommercePaymentEntryAudit> findByCommercePaymentEntryId(long commercePaymentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns an ordered range of all the commerce payment entry audits where commercePaymentEntryId = ?.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 fromCommercePaymentEntryAuditModelImpl
.- Parameters:
commercePaymentEntryId
- the commerce payment entry IDstart
- the lower bound of the range of commerce payment entry auditsend
- the upper bound of the range of commerce payment entry audits (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce payment entry audits
-
findByCommercePaymentEntryId
List<CommercePaymentEntryAudit> findByCommercePaymentEntryId(long commercePaymentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entry audits where commercePaymentEntryId = ?.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 fromCommercePaymentEntryAuditModelImpl
.- Parameters:
commercePaymentEntryId
- the commerce payment entry IDstart
- the lower bound of the range of commerce payment entry auditsend
- the upper bound of the range of commerce payment entry audits (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 entry audits
-
findByCommercePaymentEntryId_First
CommercePaymentEntryAudit findByCommercePaymentEntryId_First(long commercePaymentEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) throws NoSuchPaymentEntryAuditException Returns the first commerce payment entry audit in the ordered set where commercePaymentEntryId = ?.- Parameters:
commercePaymentEntryId
- the commerce payment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce payment entry audit
- Throws:
NoSuchPaymentEntryAuditException
- if a matching commerce payment entry audit could not be found
-
fetchByCommercePaymentEntryId_First
CommercePaymentEntryAudit fetchByCommercePaymentEntryId_First(long commercePaymentEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns the first commerce payment entry audit in the ordered set where commercePaymentEntryId = ?.- Parameters:
commercePaymentEntryId
- the commerce payment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce payment entry audit, or
null
if a matching commerce payment entry audit could not be found
-
findByCommercePaymentEntryId_Last
CommercePaymentEntryAudit findByCommercePaymentEntryId_Last(long commercePaymentEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) throws NoSuchPaymentEntryAuditException Returns the last commerce payment entry audit in the ordered set where commercePaymentEntryId = ?.- Parameters:
commercePaymentEntryId
- the commerce payment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce payment entry audit
- Throws:
NoSuchPaymentEntryAuditException
- if a matching commerce payment entry audit could not be found
-
fetchByCommercePaymentEntryId_Last
CommercePaymentEntryAudit fetchByCommercePaymentEntryId_Last(long commercePaymentEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns the last commerce payment entry audit in the ordered set where commercePaymentEntryId = ?.- Parameters:
commercePaymentEntryId
- the commerce payment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce payment entry audit, or
null
if a matching commerce payment entry audit could not be found
-
findByCommercePaymentEntryId_PrevAndNext
CommercePaymentEntryAudit[] findByCommercePaymentEntryId_PrevAndNext(long commercePaymentEntryAuditId, long commercePaymentEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) throws NoSuchPaymentEntryAuditException Returns the commerce payment entry audits before and after the current commerce payment entry audit in the ordered set where commercePaymentEntryId = ?.- Parameters:
commercePaymentEntryAuditId
- the primary key of the current commerce payment entry auditcommercePaymentEntryId
- the commerce payment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce payment entry audit
- Throws:
NoSuchPaymentEntryAuditException
- if a commerce payment entry audit with the primary key could not be found
-
filterFindByCommercePaymentEntryId
Returns all the commerce payment entry audits that the user has permission to view where commercePaymentEntryId = ?.- Parameters:
commercePaymentEntryId
- the commerce payment entry ID- Returns:
- the matching commerce payment entry audits that the user has permission to view
-
filterFindByCommercePaymentEntryId
List<CommercePaymentEntryAudit> filterFindByCommercePaymentEntryId(long commercePaymentEntryId, int start, int end) Returns a range of all the commerce payment entry audits that the user has permission to view where commercePaymentEntryId = ?.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 fromCommercePaymentEntryAuditModelImpl
.- Parameters:
commercePaymentEntryId
- the commerce payment entry IDstart
- the lower bound of the range of commerce payment entry auditsend
- the upper bound of the range of commerce payment entry audits (not inclusive)- Returns:
- the range of matching commerce payment entry audits that the user has permission to view
-
filterFindByCommercePaymentEntryId
List<CommercePaymentEntryAudit> filterFindByCommercePaymentEntryId(long commercePaymentEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns an ordered range of all the commerce payment entry audits that the user has permissions to view where commercePaymentEntryId = ?.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 fromCommercePaymentEntryAuditModelImpl
.- Parameters:
commercePaymentEntryId
- the commerce payment entry IDstart
- the lower bound of the range of commerce payment entry auditsend
- the upper bound of the range of commerce payment entry audits (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce payment entry audits that the user has permission to view
-
filterFindByCommercePaymentEntryId_PrevAndNext
CommercePaymentEntryAudit[] filterFindByCommercePaymentEntryId_PrevAndNext(long commercePaymentEntryAuditId, long commercePaymentEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) throws NoSuchPaymentEntryAuditException Returns the commerce payment entry audits before and after the current commerce payment entry audit in the ordered set of commerce payment entry audits that the user has permission to view where commercePaymentEntryId = ?.- Parameters:
commercePaymentEntryAuditId
- the primary key of the current commerce payment entry auditcommercePaymentEntryId
- the commerce payment entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce payment entry audit
- Throws:
NoSuchPaymentEntryAuditException
- if a commerce payment entry audit with the primary key could not be found
-
removeByCommercePaymentEntryId
void removeByCommercePaymentEntryId(long commercePaymentEntryId) Removes all the commerce payment entry audits where commercePaymentEntryId = ? from the database.- Parameters:
commercePaymentEntryId
- the commerce payment entry ID
-
countByCommercePaymentEntryId
int countByCommercePaymentEntryId(long commercePaymentEntryId) Returns the number of commerce payment entry audits where commercePaymentEntryId = ?.- Parameters:
commercePaymentEntryId
- the commerce payment entry ID- Returns:
- the number of matching commerce payment entry audits
-
filterCountByCommercePaymentEntryId
int filterCountByCommercePaymentEntryId(long commercePaymentEntryId) Returns the number of commerce payment entry audits that the user has permission to view where commercePaymentEntryId = ?.- Parameters:
commercePaymentEntryId
- the commerce payment entry ID- Returns:
- the number of matching commerce payment entry audits that the user has permission to view
-
cacheResult
Caches the commerce payment entry audit in the entity cache if it is enabled.- Parameters:
commercePaymentEntryAudit
- the commerce payment entry audit
-
cacheResult
Caches the commerce payment entry audits in the entity cache if it is enabled.- Parameters:
commercePaymentEntryAudits
- the commerce payment entry audits
-
create
Creates a new commerce payment entry audit with the primary key. Does not add the commerce payment entry audit to the database.- Parameters:
commercePaymentEntryAuditId
- the primary key for the new commerce payment entry audit- Returns:
- the new commerce payment entry audit
-
remove
CommercePaymentEntryAudit remove(long commercePaymentEntryAuditId) throws NoSuchPaymentEntryAuditException Removes the commerce payment entry audit with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
commercePaymentEntryAuditId
- the primary key of the commerce payment entry audit- Returns:
- the commerce payment entry audit that was removed
- Throws:
NoSuchPaymentEntryAuditException
- if a commerce payment entry audit with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
CommercePaymentEntryAudit findByPrimaryKey(long commercePaymentEntryAuditId) throws NoSuchPaymentEntryAuditException Returns the commerce payment entry audit with the primary key or throws aNoSuchPaymentEntryAuditException
if it could not be found.- Parameters:
commercePaymentEntryAuditId
- the primary key of the commerce payment entry audit- Returns:
- the commerce payment entry audit
- Throws:
NoSuchPaymentEntryAuditException
- if a commerce payment entry audit with the primary key could not be found
-
fetchByPrimaryKey
Returns the commerce payment entry audit with the primary key or returnsnull
if it could not be found.- Parameters:
commercePaymentEntryAuditId
- the primary key of the commerce payment entry audit- Returns:
- the commerce payment entry audit, or
null
if a commerce payment entry audit with the primary key could not be found
-
findAll
List<CommercePaymentEntryAudit> findAll()Returns all the commerce payment entry audits.- Returns:
- the commerce payment entry audits
-
findAll
Returns a range of all the commerce payment entry audits.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 fromCommercePaymentEntryAuditModelImpl
.- Parameters:
start
- the lower bound of the range of commerce payment entry auditsend
- the upper bound of the range of commerce payment entry audits (not inclusive)- Returns:
- the range of commerce payment entry audits
-
findAll
List<CommercePaymentEntryAudit> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator) Returns an ordered range of all the commerce payment entry audits.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 fromCommercePaymentEntryAuditModelImpl
.- Parameters:
start
- the lower bound of the range of commerce payment entry auditsend
- the upper bound of the range of commerce payment entry audits (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of commerce payment entry audits
-
findAll
List<CommercePaymentEntryAudit> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentEntryAudit> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce payment entry audits.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 fromCommercePaymentEntryAuditModelImpl
.- Parameters:
start
- the lower bound of the range of commerce payment entry auditsend
- the upper bound of the range of commerce payment entry audits (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 entry audits
-
removeAll
void removeAll()Removes all the commerce payment entry audits from the database. -
countAll
int countAll()Returns the number of commerce payment entry audits.- Returns:
- the number of commerce payment entry audits
-