Interface CommerceNotificationQueueEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceNotificationQueueEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CommerceNotificationQueueEntry commerceNotificationQueueEntry) Deprecated.Caches the commerce notification queue entry in the entity cache if it is enabled.void
cacheResult
(List<CommerceNotificationQueueEntry> commerceNotificationQueueEntries) Deprecated.Caches the commerce notification queue entries in the entity cache if it is enabled.int
countAll()
Deprecated.Returns the number of commerce notification queue entries.int
countByCommerceNotificationTemplateId
(long commerceNotificationTemplateId) Deprecated.Returns the number of commerce notification queue entries where commerceNotificationTemplateId = ?.int
countByG_C_C_S
(long groupId, long classNameId, long classPK, boolean sent) Deprecated.Returns the number of commerce notification queue entries where groupId = ? and classNameId = ? and classPK = ? and sent = ?.int
countByGroupId
(long groupId) Deprecated.Returns the number of commerce notification queue entries where groupId = ?.int
countByLtSentDate
(Date sentDate) Deprecated.Returns the number of commerce notification queue entries where sentDate < ?.int
countBySent
(boolean sent) Deprecated.Returns the number of commerce notification queue entries where sent = ?.create
(long commerceNotificationQueueEntryId) Deprecated.Creates a new commerce notification queue entry with the primary key.fetchByCommerceNotificationTemplateId_First
(long commerceNotificationTemplateId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where commerceNotificationTemplateId = ?.fetchByCommerceNotificationTemplateId_Last
(long commerceNotificationTemplateId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where commerceNotificationTemplateId = ?.fetchByG_C_C_S_First
(long groupId, long classNameId, long classPK, boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where groupId = ? and classNameId = ? and classPK = ? and sent = ?.fetchByG_C_C_S_Last
(long groupId, long classNameId, long classPK, boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where groupId = ? and classNameId = ? and classPK = ? and sent = ?.fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where groupId = ?.fetchByLtSentDate_First
(Date sentDate, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where sentDate < ?.fetchByLtSentDate_Last
(Date sentDate, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where sentDate < ?.fetchByPrimaryKey
(long commerceNotificationQueueEntryId) Deprecated.Returns the commerce notification queue entry with the primary key or returnsnull
if it could not be found.fetchBySent_First
(boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where sent = ?.fetchBySent_Last
(boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where sent = ?.findAll()
Deprecated.Returns all the commerce notification queue entries.findAll
(int start, int end) Deprecated.Returns a range of all the commerce notification queue entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns an ordered range of all the commerce notification queue entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the commerce notification queue entries.findByCommerceNotificationTemplateId
(long commerceNotificationTemplateId) Deprecated.Returns all the commerce notification queue entries where commerceNotificationTemplateId = ?.findByCommerceNotificationTemplateId
(long commerceNotificationTemplateId, int start, int end) Deprecated.Returns a range of all the commerce notification queue entries where commerceNotificationTemplateId = ?.findByCommerceNotificationTemplateId
(long commerceNotificationTemplateId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns an ordered range of all the commerce notification queue entries where commerceNotificationTemplateId = ?.findByCommerceNotificationTemplateId
(long commerceNotificationTemplateId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the commerce notification queue entries where commerceNotificationTemplateId = ?.findByCommerceNotificationTemplateId_First
(long commerceNotificationTemplateId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where commerceNotificationTemplateId = ?.findByCommerceNotificationTemplateId_Last
(long commerceNotificationTemplateId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where commerceNotificationTemplateId = ?.findByCommerceNotificationTemplateId_PrevAndNext
(long commerceNotificationQueueEntryId, long commerceNotificationTemplateId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the commerce notification queue entries before and after the current commerce notification queue entry in the ordered set where commerceNotificationTemplateId = ?.findByG_C_C_S
(long groupId, long classNameId, long classPK, boolean sent) Deprecated.Returns all the commerce notification queue entries where groupId = ? and classNameId = ? and classPK = ? and sent = ?.findByG_C_C_S
(long groupId, long classNameId, long classPK, boolean sent, int start, int end) Deprecated.Returns a range of all the commerce notification queue entries where groupId = ? and classNameId = ? and classPK = ? and sent = ?.findByG_C_C_S
(long groupId, long classNameId, long classPK, boolean sent, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns an ordered range of all the commerce notification queue entries where groupId = ? and classNameId = ? and classPK = ? and sent = ?.findByG_C_C_S
(long groupId, long classNameId, long classPK, boolean sent, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the commerce notification queue entries where groupId = ? and classNameId = ? and classPK = ? and sent = ?.findByG_C_C_S_First
(long groupId, long classNameId, long classPK, boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where groupId = ? and classNameId = ? and classPK = ? and sent = ?.findByG_C_C_S_Last
(long groupId, long classNameId, long classPK, boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where groupId = ? and classNameId = ? and classPK = ? and sent = ?.findByG_C_C_S_PrevAndNext
(long commerceNotificationQueueEntryId, long groupId, long classNameId, long classPK, boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the commerce notification queue entries before and after the current commerce notification queue entry in the ordered set where groupId = ? and classNameId = ? and classPK = ? and sent = ?.findByGroupId
(long groupId) Deprecated.Returns all the commerce notification queue entries where groupId = ?.findByGroupId
(long groupId, int start, int end) Deprecated.Returns a range of all the commerce notification queue entries where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns an ordered range of all the commerce notification queue entries where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the commerce notification queue entries where groupId = ?.findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where groupId = ?.findByGroupId_PrevAndNext
(long commerceNotificationQueueEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the commerce notification queue entries before and after the current commerce notification queue entry in the ordered set where groupId = ?.findByLtSentDate
(Date sentDate) Deprecated.Returns all the commerce notification queue entries where sentDate < ?.findByLtSentDate
(Date sentDate, int start, int end) Deprecated.Returns a range of all the commerce notification queue entries where sentDate < ?.findByLtSentDate
(Date sentDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns an ordered range of all the commerce notification queue entries where sentDate < ?.findByLtSentDate
(Date sentDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the commerce notification queue entries where sentDate < ?.findByLtSentDate_First
(Date sentDate, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where sentDate < ?.findByLtSentDate_Last
(Date sentDate, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where sentDate < ?.findByLtSentDate_PrevAndNext
(long commerceNotificationQueueEntryId, Date sentDate, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the commerce notification queue entries before and after the current commerce notification queue entry in the ordered set where sentDate < ?.findByPrimaryKey
(long commerceNotificationQueueEntryId) Deprecated.Returns the commerce notification queue entry with the primary key or throws aNoSuchNotificationQueueEntryException
if it could not be found.findBySent
(boolean sent) Deprecated.Returns all the commerce notification queue entries where sent = ?.findBySent
(boolean sent, int start, int end) Deprecated.Returns a range of all the commerce notification queue entries where sent = ?.findBySent
(boolean sent, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns an ordered range of all the commerce notification queue entries where sent = ?.findBySent
(boolean sent, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the commerce notification queue entries where sent = ?.findBySent_First
(boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where sent = ?.findBySent_Last
(boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where sent = ?.findBySent_PrevAndNext
(long commerceNotificationQueueEntryId, boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the commerce notification queue entries before and after the current commerce notification queue entry in the ordered set where sent = ?.remove
(long commerceNotificationQueueEntryId) Deprecated.Removes the commerce notification queue entry with the primary key from the database.void
Deprecated.Removes all the commerce notification queue entries from the database.void
removeByCommerceNotificationTemplateId
(long commerceNotificationTemplateId) Deprecated.Removes all the commerce notification queue entries where commerceNotificationTemplateId = ? from the database.void
removeByG_C_C_S
(long groupId, long classNameId, long classPK, boolean sent) Deprecated.Removes all the commerce notification queue entries where groupId = ? and classNameId = ? and classPK = ? and sent = ? from the database.void
removeByGroupId
(long groupId) Deprecated.Removes all the commerce notification queue entries where groupId = ? from the database.void
removeByLtSentDate
(Date sentDate) Deprecated.Removes all the commerce notification queue entries where sentDate < ? from the database.void
removeBySent
(boolean sent) Deprecated.Removes all the commerce notification queue entries where sent = ? from the database.updateImpl
(CommerceNotificationQueueEntry commerceNotificationQueueEntry) Deprecated.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
-
findByGroupId
Deprecated.Returns all the commerce notification queue entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching commerce notification queue entries
-
findByGroupId
Deprecated.Returns a range of all the commerce notification queue entries where groupId = ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue entries (not inclusive)- Returns:
- the range of matching commerce notification queue entries
-
findByGroupId
List<CommerceNotificationQueueEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns an ordered range of all the commerce notification queue entries where groupId = ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce notification queue entries
-
findByGroupId
List<CommerceNotificationQueueEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the commerce notification queue entries where groupId = ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue 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 notification queue entries
-
findByGroupId_First
CommerceNotificationQueueEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the first commerce notification queue entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a matching commerce notification queue entry could not be found
-
fetchByGroupId_First
CommerceNotificationQueueEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce notification queue entry, or
null
if a matching commerce notification queue entry could not be found
-
findByGroupId_Last
CommerceNotificationQueueEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the last commerce notification queue entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a matching commerce notification queue entry could not be found
-
fetchByGroupId_Last
CommerceNotificationQueueEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce notification queue entry, or
null
if a matching commerce notification queue entry could not be found
-
findByGroupId_PrevAndNext
CommerceNotificationQueueEntry[] findByGroupId_PrevAndNext(long commerceNotificationQueueEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the commerce notification queue entries before and after the current commerce notification queue entry in the ordered set where groupId = ?.- Parameters:
commerceNotificationQueueEntryId
- the primary key of the current commerce notification queue entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a commerce notification queue entry with the primary key could not be found
-
removeByGroupId
void removeByGroupId(long groupId) Deprecated.Removes all the commerce notification queue entries where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
int countByGroupId(long groupId) Deprecated.Returns the number of commerce notification queue entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching commerce notification queue entries
-
findByCommerceNotificationTemplateId
List<CommerceNotificationQueueEntry> findByCommerceNotificationTemplateId(long commerceNotificationTemplateId) Deprecated.Returns all the commerce notification queue entries where commerceNotificationTemplateId = ?.- Parameters:
commerceNotificationTemplateId
- the commerce notification template ID- Returns:
- the matching commerce notification queue entries
-
findByCommerceNotificationTemplateId
List<CommerceNotificationQueueEntry> findByCommerceNotificationTemplateId(long commerceNotificationTemplateId, int start, int end) Deprecated.Returns a range of all the commerce notification queue entries where commerceNotificationTemplateId = ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
commerceNotificationTemplateId
- the commerce notification template IDstart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue entries (not inclusive)- Returns:
- the range of matching commerce notification queue entries
-
findByCommerceNotificationTemplateId
List<CommerceNotificationQueueEntry> findByCommerceNotificationTemplateId(long commerceNotificationTemplateId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns an ordered range of all the commerce notification queue entries where commerceNotificationTemplateId = ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
commerceNotificationTemplateId
- the commerce notification template IDstart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce notification queue entries
-
findByCommerceNotificationTemplateId
List<CommerceNotificationQueueEntry> findByCommerceNotificationTemplateId(long commerceNotificationTemplateId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the commerce notification queue entries where commerceNotificationTemplateId = ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
commerceNotificationTemplateId
- the commerce notification template IDstart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue 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 notification queue entries
-
findByCommerceNotificationTemplateId_First
CommerceNotificationQueueEntry findByCommerceNotificationTemplateId_First(long commerceNotificationTemplateId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the first commerce notification queue entry in the ordered set where commerceNotificationTemplateId = ?.- Parameters:
commerceNotificationTemplateId
- the commerce notification template IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a matching commerce notification queue entry could not be found
-
fetchByCommerceNotificationTemplateId_First
CommerceNotificationQueueEntry fetchByCommerceNotificationTemplateId_First(long commerceNotificationTemplateId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where commerceNotificationTemplateId = ?.- Parameters:
commerceNotificationTemplateId
- the commerce notification template IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce notification queue entry, or
null
if a matching commerce notification queue entry could not be found
-
findByCommerceNotificationTemplateId_Last
CommerceNotificationQueueEntry findByCommerceNotificationTemplateId_Last(long commerceNotificationTemplateId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the last commerce notification queue entry in the ordered set where commerceNotificationTemplateId = ?.- Parameters:
commerceNotificationTemplateId
- the commerce notification template IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a matching commerce notification queue entry could not be found
-
fetchByCommerceNotificationTemplateId_Last
CommerceNotificationQueueEntry fetchByCommerceNotificationTemplateId_Last(long commerceNotificationTemplateId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where commerceNotificationTemplateId = ?.- Parameters:
commerceNotificationTemplateId
- the commerce notification template IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce notification queue entry, or
null
if a matching commerce notification queue entry could not be found
-
findByCommerceNotificationTemplateId_PrevAndNext
CommerceNotificationQueueEntry[] findByCommerceNotificationTemplateId_PrevAndNext(long commerceNotificationQueueEntryId, long commerceNotificationTemplateId, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the commerce notification queue entries before and after the current commerce notification queue entry in the ordered set where commerceNotificationTemplateId = ?.- Parameters:
commerceNotificationQueueEntryId
- the primary key of the current commerce notification queue entrycommerceNotificationTemplateId
- the commerce notification template IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a commerce notification queue entry with the primary key could not be found
-
removeByCommerceNotificationTemplateId
void removeByCommerceNotificationTemplateId(long commerceNotificationTemplateId) Deprecated.Removes all the commerce notification queue entries where commerceNotificationTemplateId = ? from the database.- Parameters:
commerceNotificationTemplateId
- the commerce notification template ID
-
countByCommerceNotificationTemplateId
int countByCommerceNotificationTemplateId(long commerceNotificationTemplateId) Deprecated.Returns the number of commerce notification queue entries where commerceNotificationTemplateId = ?.- Parameters:
commerceNotificationTemplateId
- the commerce notification template ID- Returns:
- the number of matching commerce notification queue entries
-
findBySent
Deprecated.Returns all the commerce notification queue entries where sent = ?.- Parameters:
sent
- the sent- Returns:
- the matching commerce notification queue entries
-
findBySent
Deprecated.Returns a range of all the commerce notification queue entries where sent = ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
sent
- the sentstart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue entries (not inclusive)- Returns:
- the range of matching commerce notification queue entries
-
findBySent
List<CommerceNotificationQueueEntry> findBySent(boolean sent, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns an ordered range of all the commerce notification queue entries where sent = ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
sent
- the sentstart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce notification queue entries
-
findBySent
List<CommerceNotificationQueueEntry> findBySent(boolean sent, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the commerce notification queue entries where sent = ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
sent
- the sentstart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue 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 notification queue entries
-
findBySent_First
CommerceNotificationQueueEntry findBySent_First(boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the first commerce notification queue entry in the ordered set where sent = ?.- Parameters:
sent
- the sentorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a matching commerce notification queue entry could not be found
-
fetchBySent_First
CommerceNotificationQueueEntry fetchBySent_First(boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where sent = ?.- Parameters:
sent
- the sentorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce notification queue entry, or
null
if a matching commerce notification queue entry could not be found
-
findBySent_Last
CommerceNotificationQueueEntry findBySent_Last(boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the last commerce notification queue entry in the ordered set where sent = ?.- Parameters:
sent
- the sentorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a matching commerce notification queue entry could not be found
-
fetchBySent_Last
CommerceNotificationQueueEntry fetchBySent_Last(boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where sent = ?.- Parameters:
sent
- the sentorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce notification queue entry, or
null
if a matching commerce notification queue entry could not be found
-
findBySent_PrevAndNext
CommerceNotificationQueueEntry[] findBySent_PrevAndNext(long commerceNotificationQueueEntryId, boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the commerce notification queue entries before and after the current commerce notification queue entry in the ordered set where sent = ?.- Parameters:
commerceNotificationQueueEntryId
- the primary key of the current commerce notification queue entrysent
- the sentorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a commerce notification queue entry with the primary key could not be found
-
removeBySent
void removeBySent(boolean sent) Deprecated.Removes all the commerce notification queue entries where sent = ? from the database.- Parameters:
sent
- the sent
-
countBySent
int countBySent(boolean sent) Deprecated.Returns the number of commerce notification queue entries where sent = ?.- Parameters:
sent
- the sent- Returns:
- the number of matching commerce notification queue entries
-
findByLtSentDate
Deprecated.Returns all the commerce notification queue entries where sentDate < ?.- Parameters:
sentDate
- the sent date- Returns:
- the matching commerce notification queue entries
-
findByLtSentDate
Deprecated.Returns a range of all the commerce notification queue entries where sentDate < ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
sentDate
- the sent datestart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue entries (not inclusive)- Returns:
- the range of matching commerce notification queue entries
-
findByLtSentDate
List<CommerceNotificationQueueEntry> findByLtSentDate(Date sentDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns an ordered range of all the commerce notification queue entries where sentDate < ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
sentDate
- the sent datestart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce notification queue entries
-
findByLtSentDate
List<CommerceNotificationQueueEntry> findByLtSentDate(Date sentDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the commerce notification queue entries where sentDate < ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
sentDate
- the sent datestart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue 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 notification queue entries
-
findByLtSentDate_First
CommerceNotificationQueueEntry findByLtSentDate_First(Date sentDate, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the first commerce notification queue entry in the ordered set where sentDate < ?.- Parameters:
sentDate
- the sent dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a matching commerce notification queue entry could not be found
-
fetchByLtSentDate_First
CommerceNotificationQueueEntry fetchByLtSentDate_First(Date sentDate, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where sentDate < ?.- Parameters:
sentDate
- the sent dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce notification queue entry, or
null
if a matching commerce notification queue entry could not be found
-
findByLtSentDate_Last
CommerceNotificationQueueEntry findByLtSentDate_Last(Date sentDate, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the last commerce notification queue entry in the ordered set where sentDate < ?.- Parameters:
sentDate
- the sent dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a matching commerce notification queue entry could not be found
-
fetchByLtSentDate_Last
CommerceNotificationQueueEntry fetchByLtSentDate_Last(Date sentDate, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where sentDate < ?.- Parameters:
sentDate
- the sent dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce notification queue entry, or
null
if a matching commerce notification queue entry could not be found
-
findByLtSentDate_PrevAndNext
CommerceNotificationQueueEntry[] findByLtSentDate_PrevAndNext(long commerceNotificationQueueEntryId, Date sentDate, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the commerce notification queue entries before and after the current commerce notification queue entry in the ordered set where sentDate < ?.- Parameters:
commerceNotificationQueueEntryId
- the primary key of the current commerce notification queue entrysentDate
- the sent dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a commerce notification queue entry with the primary key could not be found
-
removeByLtSentDate
Deprecated.Removes all the commerce notification queue entries where sentDate < ? from the database.- Parameters:
sentDate
- the sent date
-
countByLtSentDate
Deprecated.Returns the number of commerce notification queue entries where sentDate < ?.- Parameters:
sentDate
- the sent date- Returns:
- the number of matching commerce notification queue entries
-
findByG_C_C_S
List<CommerceNotificationQueueEntry> findByG_C_C_S(long groupId, long classNameId, long classPK, boolean sent) Deprecated.Returns all the commerce notification queue entries where groupId = ? and classNameId = ? and classPK = ? and sent = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pksent
- the sent- Returns:
- the matching commerce notification queue entries
-
findByG_C_C_S
List<CommerceNotificationQueueEntry> findByG_C_C_S(long groupId, long classNameId, long classPK, boolean sent, int start, int end) Deprecated.Returns a range of all the commerce notification queue entries where groupId = ? and classNameId = ? and classPK = ? and sent = ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pksent
- the sentstart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue entries (not inclusive)- Returns:
- the range of matching commerce notification queue entries
-
findByG_C_C_S
List<CommerceNotificationQueueEntry> findByG_C_C_S(long groupId, long classNameId, long classPK, boolean sent, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns an ordered range of all the commerce notification queue entries where groupId = ? and classNameId = ? and classPK = ? and sent = ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pksent
- the sentstart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce notification queue entries
-
findByG_C_C_S
List<CommerceNotificationQueueEntry> findByG_C_C_S(long groupId, long classNameId, long classPK, boolean sent, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the commerce notification queue entries where groupId = ? and classNameId = ? and classPK = ? and sent = ?.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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pksent
- the sentstart
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue 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 notification queue entries
-
findByG_C_C_S_First
CommerceNotificationQueueEntry findByG_C_C_S_First(long groupId, long classNameId, long classPK, boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the first commerce notification queue entry in the ordered set where groupId = ? and classNameId = ? and classPK = ? and sent = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pksent
- the sentorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a matching commerce notification queue entry could not be found
-
fetchByG_C_C_S_First
CommerceNotificationQueueEntry fetchByG_C_C_S_First(long groupId, long classNameId, long classPK, boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the first commerce notification queue entry in the ordered set where groupId = ? and classNameId = ? and classPK = ? and sent = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pksent
- the sentorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce notification queue entry, or
null
if a matching commerce notification queue entry could not be found
-
findByG_C_C_S_Last
CommerceNotificationQueueEntry findByG_C_C_S_Last(long groupId, long classNameId, long classPK, boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the last commerce notification queue entry in the ordered set where groupId = ? and classNameId = ? and classPK = ? and sent = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pksent
- the sentorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a matching commerce notification queue entry could not be found
-
fetchByG_C_C_S_Last
CommerceNotificationQueueEntry fetchByG_C_C_S_Last(long groupId, long classNameId, long classPK, boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns the last commerce notification queue entry in the ordered set where groupId = ? and classNameId = ? and classPK = ? and sent = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pksent
- the sentorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce notification queue entry, or
null
if a matching commerce notification queue entry could not be found
-
findByG_C_C_S_PrevAndNext
CommerceNotificationQueueEntry[] findByG_C_C_S_PrevAndNext(long commerceNotificationQueueEntryId, long groupId, long classNameId, long classPK, boolean sent, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws NoSuchNotificationQueueEntryException Deprecated.Returns the commerce notification queue entries before and after the current commerce notification queue entry in the ordered set where groupId = ? and classNameId = ? and classPK = ? and sent = ?.- Parameters:
commerceNotificationQueueEntryId
- the primary key of the current commerce notification queue entrygroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pksent
- the sentorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a commerce notification queue entry with the primary key could not be found
-
removeByG_C_C_S
void removeByG_C_C_S(long groupId, long classNameId, long classPK, boolean sent) Deprecated.Removes all the commerce notification queue entries where groupId = ? and classNameId = ? and classPK = ? and sent = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pksent
- the sent
-
countByG_C_C_S
int countByG_C_C_S(long groupId, long classNameId, long classPK, boolean sent) Deprecated.Returns the number of commerce notification queue entries where groupId = ? and classNameId = ? and classPK = ? and sent = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pksent
- the sent- Returns:
- the number of matching commerce notification queue entries
-
cacheResult
Deprecated.Caches the commerce notification queue entry in the entity cache if it is enabled.- Parameters:
commerceNotificationQueueEntry
- the commerce notification queue entry
-
cacheResult
Deprecated.Caches the commerce notification queue entries in the entity cache if it is enabled.- Parameters:
commerceNotificationQueueEntries
- the commerce notification queue entries
-
create
Deprecated.Creates a new commerce notification queue entry with the primary key. Does not add the commerce notification queue entry to the database.- Parameters:
commerceNotificationQueueEntryId
- the primary key for the new commerce notification queue entry- Returns:
- the new commerce notification queue entry
-
remove
CommerceNotificationQueueEntry remove(long commerceNotificationQueueEntryId) throws NoSuchNotificationQueueEntryException Deprecated.Removes the commerce notification queue entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
commerceNotificationQueueEntryId
- the primary key of the commerce notification queue entry- Returns:
- the commerce notification queue entry that was removed
- Throws:
NoSuchNotificationQueueEntryException
- if a commerce notification queue entry with the primary key could not be found
-
updateImpl
CommerceNotificationQueueEntry updateImpl(CommerceNotificationQueueEntry commerceNotificationQueueEntry) Deprecated. -
findByPrimaryKey
CommerceNotificationQueueEntry findByPrimaryKey(long commerceNotificationQueueEntryId) throws NoSuchNotificationQueueEntryException Deprecated.Returns the commerce notification queue entry with the primary key or throws aNoSuchNotificationQueueEntryException
if it could not be found.- Parameters:
commerceNotificationQueueEntryId
- the primary key of the commerce notification queue entry- Returns:
- the commerce notification queue entry
- Throws:
NoSuchNotificationQueueEntryException
- if a commerce notification queue entry with the primary key could not be found
-
fetchByPrimaryKey
Deprecated.Returns the commerce notification queue entry with the primary key or returnsnull
if it could not be found.- Parameters:
commerceNotificationQueueEntryId
- the primary key of the commerce notification queue entry- Returns:
- the commerce notification queue entry, or
null
if a commerce notification queue entry with the primary key could not be found
-
findAll
List<CommerceNotificationQueueEntry> findAll()Deprecated.Returns all the commerce notification queue entries.- Returns:
- the commerce notification queue entries
-
findAll
Deprecated.Returns a range of all the commerce notification queue 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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
start
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue entries (not inclusive)- Returns:
- the range of commerce notification queue entries
-
findAll
List<CommerceNotificationQueueEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) Deprecated.Returns an ordered range of all the commerce notification queue 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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
start
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of commerce notification queue entries
-
findAll
List<CommerceNotificationQueueEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the commerce notification queue 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 fromCommerceNotificationQueueEntryModelImpl
.- Parameters:
start
- the lower bound of the range of commerce notification queue entriesend
- the upper bound of the range of commerce notification queue 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 notification queue entries
-
removeAll
void removeAll()Deprecated.Removes all the commerce notification queue entries from the database. -
countAll
int countAll()Deprecated.Returns the number of commerce notification queue entries.- Returns:
- the number of commerce notification queue entries
-