Interface CommerceMLForecastAlertEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceMLForecastAlertEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(CommerceMLForecastAlertEntry commerceMLForecastAlertEntry) Caches the commerce ml forecast alert entry in the entity cache if it is enabled.voidcacheResult(List<CommerceMLForecastAlertEntry> commerceMLForecastAlertEntries) Caches the commerce ml forecast alert entries in the entity cache if it is enabled.intcountAll()Returns the number of commerce ml forecast alert entries.intcountByC_C_GtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status) Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange > ? and status = ?.intcountByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status) Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.intcountByC_C_LtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status) Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange < ? and status = ?.intcountByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status) Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.intcountByC_C_S(long companyId, long[] commerceAccountIds, int status) Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and status = ?.intcountByC_C_S(long companyId, long commerceAccountId, int status) Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ?.intcountByC_C_T(long companyId, long commerceAccountId, Date timestamp) Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and timestamp = ?.intcountByUuid(String uuid) Returns the number of commerce ml forecast alert entries where uuid = ?.intcountByUuid_C(String uuid, long companyId) Returns the number of commerce ml forecast alert entries where uuid = ? and companyId = ?.create(long commerceMLForecastAlertEntryId) Creates a new commerce ml forecast alert entry with the primary key.fetchByC_C_GtRc_S_First(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.fetchByC_C_GtRc_S_Last(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.fetchByC_C_LtRc_S_First(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.fetchByC_C_LtRc_S_Last(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.fetchByC_C_S_First(long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and status = ?.fetchByC_C_S_Last(long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and status = ?.fetchByC_C_T(long companyId, long commerceAccountId, Date timestamp) Returns the commerce ml forecast alert entry where companyId = ? and commerceAccountId = ? and timestamp = ? or returnsnullif it could not be found.fetchByC_C_T(long companyId, long commerceAccountId, Date timestamp, boolean useFinderCache) Returns the commerce ml forecast alert entry where companyId = ? and commerceAccountId = ? and timestamp = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByPrimaryKey(long commerceMLForecastAlertEntryId) Returns the commerce ml forecast alert entry with the primary key or returnsnullif it could not be found.fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where uuid = ?.fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where uuid = ?.findAll()Returns all the commerce ml forecast alert entries.findAll(int start, int end) Returns a range of all the commerce ml forecast alert entries.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries.findByC_C_GtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status) Returns all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange > ? and status = ?.findByC_C_GtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end) Returns a range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange > ? and status = ?.findByC_C_GtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange > ? and status = ?.findByC_C_GtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?, optionally using the finder cache.findByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status) Returns all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.findByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end) Returns a range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.findByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.findByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.findByC_C_GtRc_S_First(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.findByC_C_GtRc_S_Last(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.findByC_C_GtRc_S_PrevAndNext(long commerceMLForecastAlertEntryId, long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the commerce ml forecast alert entries before and after the current commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.findByC_C_LtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status) Returns all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange < ? and status = ?.findByC_C_LtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end) Returns a range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange < ? and status = ?.findByC_C_LtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange < ? and status = ?.findByC_C_LtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?, optionally using the finder cache.findByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status) Returns all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.findByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end) Returns a range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.findByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.findByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.findByC_C_LtRc_S_First(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.findByC_C_LtRc_S_Last(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.findByC_C_LtRc_S_PrevAndNext(long commerceMLForecastAlertEntryId, long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the commerce ml forecast alert entries before and after the current commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.findByC_C_S(long companyId, long[] commerceAccountIds, int status) Returns all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and status = ?.findByC_C_S(long companyId, long[] commerceAccountIds, int status, int start, int end) Returns a range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and status = ?.findByC_C_S(long companyId, long[] commerceAccountIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and status = ?.findByC_C_S(long companyId, long[] commerceAccountIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ?, optionally using the finder cache.findByC_C_S(long companyId, long commerceAccountId, int status) Returns all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ?.findByC_C_S(long companyId, long commerceAccountId, int status, int start, int end) Returns a range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ?.findByC_C_S(long companyId, long commerceAccountId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ?.findByC_C_S(long companyId, long commerceAccountId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ?.findByC_C_S_First(long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and status = ?.findByC_C_S_Last(long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and status = ?.findByC_C_S_PrevAndNext(long commerceMLForecastAlertEntryId, long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the commerce ml forecast alert entries before and after the current commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and status = ?.findByC_C_T(long companyId, long commerceAccountId, Date timestamp) Returns the commerce ml forecast alert entry where companyId = ? and commerceAccountId = ? and timestamp = ? or throws aNoSuchMLForecastAlertEntryExceptionif it could not be found.findByPrimaryKey(long commerceMLForecastAlertEntryId) Returns the commerce ml forecast alert entry with the primary key or throws aNoSuchMLForecastAlertEntryExceptionif it could not be found.findByUuid(String uuid) Returns all the commerce ml forecast alert entries where uuid = ?.findByUuid(String uuid, int start, int end) Returns a range of all the commerce ml forecast alert entries where uuid = ?.findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where uuid = ?.findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where uuid = ?.findByUuid_C(String uuid, long companyId) Returns all the commerce ml forecast alert entries where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the commerce ml forecast alert entries where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where uuid = ? and companyId = ?.findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext(long commerceMLForecastAlertEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the commerce ml forecast alert entries before and after the current commerce ml forecast alert entry in the ordered set where uuid = ? and companyId = ?.findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where uuid = ?.findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where uuid = ?.findByUuid_PrevAndNext(long commerceMLForecastAlertEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the commerce ml forecast alert entries before and after the current commerce ml forecast alert entry in the ordered set where uuid = ?.remove(long commerceMLForecastAlertEntryId) Removes the commerce ml forecast alert entry with the primary key from the database.voidRemoves all the commerce ml forecast alert entries from the database.voidremoveByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status) Removes all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ? from the database.voidremoveByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status) Removes all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ? from the database.voidremoveByC_C_S(long companyId, long commerceAccountId, int status) Removes all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ? from the database.removeByC_C_T(long companyId, long commerceAccountId, Date timestamp) Removes the commerce ml forecast alert entry where companyId = ? and commerceAccountId = ? and timestamp = ? from the database.voidremoveByUuid(String uuid) Removes all the commerce ml forecast alert entries where uuid = ? from the database.voidremoveByUuid_C(String uuid, long companyId) Removes all the commerce ml forecast alert entries where uuid = ? and companyId = ? from the database.updateImpl(CommerceMLForecastAlertEntry commerceMLForecastAlertEntry) 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
-
findByUuid
Returns all the commerce ml forecast alert entries where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching commerce ml forecast alert entries
-
findByUuid
Returns a range of all the commerce ml forecast alert entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)- Returns:
- the range of matching commerce ml forecast alert entries
-
findByUuid
List<CommerceMLForecastAlertEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching commerce ml forecast alert entries
-
findByUuid
List<CommerceMLForecastAlertEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert 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 ml forecast alert entries
-
findByUuid_First
CommerceMLForecastAlertEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the first commerce ml forecast alert entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a matching commerce ml forecast alert entry could not be found
-
fetchByUuid_First
CommerceMLForecastAlertEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce ml forecast alert entry, or
nullif a matching commerce ml forecast alert entry could not be found
-
findByUuid_Last
CommerceMLForecastAlertEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the last commerce ml forecast alert entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a matching commerce ml forecast alert entry could not be found
-
fetchByUuid_Last
CommerceMLForecastAlertEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce ml forecast alert entry, or
nullif a matching commerce ml forecast alert entry could not be found
-
findByUuid_PrevAndNext
CommerceMLForecastAlertEntry[] findByUuid_PrevAndNext(long commerceMLForecastAlertEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the commerce ml forecast alert entries before and after the current commerce ml forecast alert entry in the ordered set where uuid = ?.- Parameters:
commerceMLForecastAlertEntryId- the primary key of the current commerce ml forecast alert entryuuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a commerce ml forecast alert entry with the primary key could not be found
-
removeByUuid
Removes all the commerce ml forecast alert entries where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of commerce ml forecast alert entries where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching commerce ml forecast alert entries
-
findByUuid_C
Returns all the commerce ml forecast alert entries where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching commerce ml forecast alert entries
-
findByUuid_C
Returns a range of all the commerce ml forecast alert entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)- Returns:
- the range of matching commerce ml forecast alert entries
-
findByUuid_C
List<CommerceMLForecastAlertEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching commerce ml forecast alert entries
-
findByUuid_C
List<CommerceMLForecastAlertEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert 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 ml forecast alert entries
-
findByUuid_C_First
CommerceMLForecastAlertEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the first commerce ml forecast alert entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a matching commerce ml forecast alert entry could not be found
-
fetchByUuid_C_First
CommerceMLForecastAlertEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce ml forecast alert entry, or
nullif a matching commerce ml forecast alert entry could not be found
-
findByUuid_C_Last
CommerceMLForecastAlertEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the last commerce ml forecast alert entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a matching commerce ml forecast alert entry could not be found
-
fetchByUuid_C_Last
CommerceMLForecastAlertEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce ml forecast alert entry, or
nullif a matching commerce ml forecast alert entry could not be found
-
findByUuid_C_PrevAndNext
CommerceMLForecastAlertEntry[] findByUuid_C_PrevAndNext(long commerceMLForecastAlertEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the commerce ml forecast alert entries before and after the current commerce ml forecast alert entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
commerceMLForecastAlertEntryId- the primary key of the current commerce ml forecast alert entryuuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a commerce ml forecast alert entry with the primary key could not be found
-
removeByUuid_C
Removes all the commerce ml forecast alert entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of commerce ml forecast alert entries where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching commerce ml forecast alert entries
-
findByC_C_T
CommerceMLForecastAlertEntry findByC_C_T(long companyId, long commerceAccountId, Date timestamp) throws NoSuchMLForecastAlertEntryException Returns the commerce ml forecast alert entry where companyId = ? and commerceAccountId = ? and timestamp = ? or throws aNoSuchMLForecastAlertEntryExceptionif it could not be found.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDtimestamp- the timestamp- Returns:
- the matching commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a matching commerce ml forecast alert entry could not be found
-
fetchByC_C_T
Returns the commerce ml forecast alert entry where companyId = ? and commerceAccountId = ? and timestamp = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDtimestamp- the timestamp- Returns:
- the matching commerce ml forecast alert entry, or
nullif a matching commerce ml forecast alert entry could not be found
-
fetchByC_C_T
CommerceMLForecastAlertEntry fetchByC_C_T(long companyId, long commerceAccountId, Date timestamp, boolean useFinderCache) Returns the commerce ml forecast alert entry where companyId = ? and commerceAccountId = ? and timestamp = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDtimestamp- the timestampuseFinderCache- whether to use the finder cache- Returns:
- the matching commerce ml forecast alert entry, or
nullif a matching commerce ml forecast alert entry could not be found
-
removeByC_C_T
CommerceMLForecastAlertEntry removeByC_C_T(long companyId, long commerceAccountId, Date timestamp) throws NoSuchMLForecastAlertEntryException Removes the commerce ml forecast alert entry where companyId = ? and commerceAccountId = ? and timestamp = ? from the database.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDtimestamp- the timestamp- Returns:
- the commerce ml forecast alert entry that was removed
- Throws:
NoSuchMLForecastAlertEntryException
-
countByC_C_T
Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and timestamp = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDtimestamp- the timestamp- Returns:
- the number of matching commerce ml forecast alert entries
-
findByC_C_S
Returns all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDstatus- the status- Returns:
- the matching commerce ml forecast alert entries
-
findByC_C_S
List<CommerceMLForecastAlertEntry> findByC_C_S(long companyId, long commerceAccountId, int status, int start, int end) Returns a range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDstatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)- Returns:
- the range of matching commerce ml forecast alert entries
-
findByC_C_S
List<CommerceMLForecastAlertEntry> findByC_C_S(long companyId, long commerceAccountId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDstatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching commerce ml forecast alert entries
-
findByC_C_S
List<CommerceMLForecastAlertEntry> findByC_C_S(long companyId, long commerceAccountId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDstatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert 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 ml forecast alert entries
-
findByC_C_S_First
CommerceMLForecastAlertEntry findByC_C_S_First(long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the first commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a matching commerce ml forecast alert entry could not be found
-
fetchByC_C_S_First
CommerceMLForecastAlertEntry fetchByC_C_S_First(long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce ml forecast alert entry, or
nullif a matching commerce ml forecast alert entry could not be found
-
findByC_C_S_Last
CommerceMLForecastAlertEntry findByC_C_S_Last(long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the last commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a matching commerce ml forecast alert entry could not be found
-
fetchByC_C_S_Last
CommerceMLForecastAlertEntry fetchByC_C_S_Last(long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce ml forecast alert entry, or
nullif a matching commerce ml forecast alert entry could not be found
-
findByC_C_S_PrevAndNext
CommerceMLForecastAlertEntry[] findByC_C_S_PrevAndNext(long commerceMLForecastAlertEntryId, long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the commerce ml forecast alert entries before and after the current commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and status = ?.- Parameters:
commerceMLForecastAlertEntryId- the primary key of the current commerce ml forecast alert entrycompanyId- the company IDcommerceAccountId- the commerce account IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a commerce ml forecast alert entry with the primary key could not be found
-
findByC_C_S
List<CommerceMLForecastAlertEntry> findByC_C_S(long companyId, long[] commerceAccountIds, int status) Returns all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsstatus- the status- Returns:
- the matching commerce ml forecast alert entries
-
findByC_C_S
List<CommerceMLForecastAlertEntry> findByC_C_S(long companyId, long[] commerceAccountIds, int status, int start, int end) Returns a range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsstatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)- Returns:
- the range of matching commerce ml forecast alert entries
-
findByC_C_S
List<CommerceMLForecastAlertEntry> findByC_C_S(long companyId, long[] commerceAccountIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsstatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching commerce ml forecast alert entries
-
findByC_C_S
List<CommerceMLForecastAlertEntry> findByC_C_S(long companyId, long[] commerceAccountIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsstatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert 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 ml forecast alert entries
-
removeByC_C_S
void removeByC_C_S(long companyId, long commerceAccountId, int status) Removes all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ? from the database.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDstatus- the status
-
countByC_C_S
int countByC_C_S(long companyId, long commerceAccountId, int status) Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDstatus- the status- Returns:
- the number of matching commerce ml forecast alert entries
-
countByC_C_S
int countByC_C_S(long companyId, long[] commerceAccountIds, int status) Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsstatus- the status- Returns:
- the number of matching commerce ml forecast alert entries
-
findByC_C_GtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status) Returns all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the status- Returns:
- the matching commerce ml forecast alert entries
-
findByC_C_GtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end) Returns a range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)- Returns:
- the range of matching commerce ml forecast alert entries
-
findByC_C_GtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching commerce ml forecast alert entries
-
findByC_C_GtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert 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 ml forecast alert entries
-
findByC_C_GtRc_S_First
CommerceMLForecastAlertEntry findByC_C_GtRc_S_First(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the first commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a matching commerce ml forecast alert entry could not be found
-
fetchByC_C_GtRc_S_First
CommerceMLForecastAlertEntry fetchByC_C_GtRc_S_First(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce ml forecast alert entry, or
nullif a matching commerce ml forecast alert entry could not be found
-
findByC_C_GtRc_S_Last
CommerceMLForecastAlertEntry findByC_C_GtRc_S_Last(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the last commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a matching commerce ml forecast alert entry could not be found
-
fetchByC_C_GtRc_S_Last
CommerceMLForecastAlertEntry fetchByC_C_GtRc_S_Last(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce ml forecast alert entry, or
nullif a matching commerce ml forecast alert entry could not be found
-
findByC_C_GtRc_S_PrevAndNext
CommerceMLForecastAlertEntry[] findByC_C_GtRc_S_PrevAndNext(long commerceMLForecastAlertEntryId, long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the commerce ml forecast alert entries before and after the current commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.- Parameters:
commerceMLForecastAlertEntryId- the primary key of the current commerce ml forecast alert entrycompanyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a commerce ml forecast alert entry with the primary key could not be found
-
findByC_C_GtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_GtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status) Returns all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange > ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsrelativeChange- the relative changestatus- the status- Returns:
- the matching commerce ml forecast alert entries
-
findByC_C_GtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_GtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end) Returns a range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange > ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsrelativeChange- the relative changestatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)- Returns:
- the range of matching commerce ml forecast alert entries
-
findByC_C_GtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_GtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange > ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsrelativeChange- the relative changestatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching commerce ml forecast alert entries
-
findByC_C_GtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_GtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsrelativeChange- the relative changestatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert 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 ml forecast alert entries
-
removeByC_C_GtRc_S
void removeByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status) Removes all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ? from the database.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the status
-
countByC_C_GtRc_S
int countByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status) Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange > ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the status- Returns:
- the number of matching commerce ml forecast alert entries
-
countByC_C_GtRc_S
int countByC_C_GtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status) Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange > ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsrelativeChange- the relative changestatus- the status- Returns:
- the number of matching commerce ml forecast alert entries
-
findByC_C_LtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status) Returns all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the status- Returns:
- the matching commerce ml forecast alert entries
-
findByC_C_LtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end) Returns a range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)- Returns:
- the range of matching commerce ml forecast alert entries
-
findByC_C_LtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching commerce ml forecast alert entries
-
findByC_C_LtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert 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 ml forecast alert entries
-
findByC_C_LtRc_S_First
CommerceMLForecastAlertEntry findByC_C_LtRc_S_First(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the first commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a matching commerce ml forecast alert entry could not be found
-
fetchByC_C_LtRc_S_First
CommerceMLForecastAlertEntry fetchByC_C_LtRc_S_First(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the first commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching commerce ml forecast alert entry, or
nullif a matching commerce ml forecast alert entry could not be found
-
findByC_C_LtRc_S_Last
CommerceMLForecastAlertEntry findByC_C_LtRc_S_Last(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the last commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a matching commerce ml forecast alert entry could not be found
-
fetchByC_C_LtRc_S_Last
CommerceMLForecastAlertEntry fetchByC_C_LtRc_S_Last(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns the last commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching commerce ml forecast alert entry, or
nullif a matching commerce ml forecast alert entry could not be found
-
findByC_C_LtRc_S_PrevAndNext
CommerceMLForecastAlertEntry[] findByC_C_LtRc_S_PrevAndNext(long commerceMLForecastAlertEntryId, long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException Returns the commerce ml forecast alert entries before and after the current commerce ml forecast alert entry in the ordered set where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.- Parameters:
commerceMLForecastAlertEntryId- the primary key of the current commerce ml forecast alert entrycompanyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a commerce ml forecast alert entry with the primary key could not be found
-
findByC_C_LtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_LtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status) Returns all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange < ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsrelativeChange- the relative changestatus- the status- Returns:
- the matching commerce ml forecast alert entries
-
findByC_C_LtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_LtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end) Returns a range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange < ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsrelativeChange- the relative changestatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)- Returns:
- the range of matching commerce ml forecast alert entries
-
findByC_C_LtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_LtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange < ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsrelativeChange- the relative changestatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching commerce ml forecast alert entries
-
findByC_C_LtRc_S
List<CommerceMLForecastAlertEntry> findByC_C_LtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsrelativeChange- the relative changestatus- the statusstart- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert 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 ml forecast alert entries
-
removeByC_C_LtRc_S
void removeByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status) Removes all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ? from the database.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the status
-
countByC_C_LtRc_S
int countByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status) Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and relativeChange < ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountId- the commerce account IDrelativeChange- the relative changestatus- the status- Returns:
- the number of matching commerce ml forecast alert entries
-
countByC_C_LtRc_S
int countByC_C_LtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status) Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = any ? and relativeChange < ? and status = ?.- Parameters:
companyId- the company IDcommerceAccountIds- the commerce account IDsrelativeChange- the relative changestatus- the status- Returns:
- the number of matching commerce ml forecast alert entries
-
cacheResult
Caches the commerce ml forecast alert entry in the entity cache if it is enabled.- Parameters:
commerceMLForecastAlertEntry- the commerce ml forecast alert entry
-
cacheResult
Caches the commerce ml forecast alert entries in the entity cache if it is enabled.- Parameters:
commerceMLForecastAlertEntries- the commerce ml forecast alert entries
-
create
Creates a new commerce ml forecast alert entry with the primary key. Does not add the commerce ml forecast alert entry to the database.- Parameters:
commerceMLForecastAlertEntryId- the primary key for the new commerce ml forecast alert entry- Returns:
- the new commerce ml forecast alert entry
-
remove
CommerceMLForecastAlertEntry remove(long commerceMLForecastAlertEntryId) throws NoSuchMLForecastAlertEntryException Removes the commerce ml forecast alert entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
commerceMLForecastAlertEntryId- the primary key of the commerce ml forecast alert entry- Returns:
- the commerce ml forecast alert entry that was removed
- Throws:
NoSuchMLForecastAlertEntryException- if a commerce ml forecast alert entry with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
CommerceMLForecastAlertEntry findByPrimaryKey(long commerceMLForecastAlertEntryId) throws NoSuchMLForecastAlertEntryException Returns the commerce ml forecast alert entry with the primary key or throws aNoSuchMLForecastAlertEntryExceptionif it could not be found.- Parameters:
commerceMLForecastAlertEntryId- the primary key of the commerce ml forecast alert entry- Returns:
- the commerce ml forecast alert entry
- Throws:
NoSuchMLForecastAlertEntryException- if a commerce ml forecast alert entry with the primary key could not be found
-
fetchByPrimaryKey
Returns the commerce ml forecast alert entry with the primary key or returnsnullif it could not be found.- Parameters:
commerceMLForecastAlertEntryId- the primary key of the commerce ml forecast alert entry- Returns:
- the commerce ml forecast alert entry, or
nullif a commerce ml forecast alert entry with the primary key could not be found
-
findAll
List<CommerceMLForecastAlertEntry> findAll()Returns all the commerce ml forecast alert entries.- Returns:
- the commerce ml forecast alert entries
-
findAll
Returns a range of all the commerce ml forecast alert entries.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
start- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)- Returns:
- the range of commerce ml forecast alert entries
-
findAll
List<CommerceMLForecastAlertEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) Returns an ordered range of all the commerce ml forecast alert entries.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
start- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of commerce ml forecast alert entries
-
findAll
List<CommerceMLForecastAlertEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce ml forecast alert entries.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromCommerceMLForecastAlertEntryModelImpl.- Parameters:
start- the lower bound of the range of commerce ml forecast alert entriesend- the upper bound of the range of commerce ml forecast alert 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 ml forecast alert entries
-
removeAll
void removeAll()Removes all the commerce ml forecast alert entries from the database. -
countAll
int countAll()Returns the number of commerce ml forecast alert entries.- Returns:
- the number of commerce ml forecast alert entries
-