@ProviderType public interface CommerceMLForecastAlertEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceMLForecastAlertEntry>
Caching information and settings can be found in portal.properties
CommerceMLForecastAlertEntryUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(CommerceMLForecastAlertEntry commerceMLForecastAlertEntry)
Caches the commerce ml forecast alert entry in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<CommerceMLForecastAlertEntry> commerceMLForecastAlertEntries)
Caches the commerce ml forecast alert entries in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of commerce ml forecast alert entries.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
int |
countByC_C_T(long companyId,
long commerceAccountId,
java.util.Date timestamp)
Returns the number of commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and timestamp = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of commerce ml forecast alert entries where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of commerce ml forecast alert entries where uuid = ?.
|
CommerceMLForecastAlertEntry |
create(long commerceMLForecastAlertEntryId)
Creates a new commerce ml forecast alert entry with the primary key.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
CommerceMLForecastAlertEntry |
fetchByC_C_T(long companyId,
long commerceAccountId,
java.util.Date timestamp)
Returns the commerce ml forecast alert entry where companyId = ? and commerceAccountId = ? and timestamp = ? or returns
null if it could not be found. |
CommerceMLForecastAlertEntry |
fetchByC_C_T(long companyId,
long commerceAccountId,
java.util.Date timestamp,
boolean useFinderCache)
Returns the commerce ml forecast alert entry where companyId = ? and commerceAccountId = ? and timestamp = ? or returns
null if it could not be found, optionally using the finder cache. |
CommerceMLForecastAlertEntry |
fetchByPrimaryKey(long commerceMLForecastAlertEntryId)
Returns the commerce ml forecast alert entry with the primary key or returns
null if it could not be found. |
CommerceMLForecastAlertEntry |
fetchByUuid_C_First(java.lang.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 = ?.
|
CommerceMLForecastAlertEntry |
fetchByUuid_C_Last(java.lang.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 = ?.
|
CommerceMLForecastAlertEntry |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
Returns the first commerce ml forecast alert entry in the ordered set where uuid = ?.
|
CommerceMLForecastAlertEntry |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
Returns the last commerce ml forecast alert entry in the ordered set where uuid = ?.
|
java.util.List<CommerceMLForecastAlertEntry> |
findAll()
Returns all the commerce ml forecast alert entries.
|
java.util.List<CommerceMLForecastAlertEntry> |
findAll(int start,
int end)
Returns a range of all the commerce ml forecast alert entries.
|
java.util.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.
|
java.util.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.
|
CommerceMLForecastAlertEntry |
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 = ?.
|
CommerceMLForecastAlertEntry |
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 = ?.
|
CommerceMLForecastAlertEntry[] |
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
CommerceMLForecastAlertEntry |
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 = ?.
|
CommerceMLForecastAlertEntry |
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 = ?.
|
CommerceMLForecastAlertEntry[] |
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
CommerceMLForecastAlertEntry |
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 = ?.
|
CommerceMLForecastAlertEntry |
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 = ?.
|
CommerceMLForecastAlertEntry[] |
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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.
|
java.util.List<CommerceMLForecastAlertEntry> |
findByC_C_S(long companyId,
long commerceAccountId,
int status)
Returns all the commerce ml forecast alert entries where companyId = ? and commerceAccountId = ? and status = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
CommerceMLForecastAlertEntry |
findByC_C_T(long companyId,
long commerceAccountId,
java.util.Date timestamp)
Returns the commerce ml forecast alert entry where companyId = ? and commerceAccountId = ? and timestamp = ? or throws a
NoSuchMLForecastAlertEntryException if it could not be found. |
CommerceMLForecastAlertEntry |
findByPrimaryKey(long commerceMLForecastAlertEntryId)
Returns the commerce ml forecast alert entry with the primary key or throws a
NoSuchMLForecastAlertEntryException if it could not be found. |
CommerceMLForecastAlertEntry |
findByUuid_C_First(java.lang.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 = ?.
|
CommerceMLForecastAlertEntry |
findByUuid_C_Last(java.lang.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 = ?.
|
CommerceMLForecastAlertEntry[] |
findByUuid_C_PrevAndNext(long commerceMLForecastAlertEntryId,
java.lang.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 = ?.
|
java.util.List<CommerceMLForecastAlertEntry> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the commerce ml forecast alert entries where uuid = ? and companyId = ?.
|
java.util.List<CommerceMLForecastAlertEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the commerce ml forecast alert entries where uuid = ? and companyId = ?.
|
java.util.List<CommerceMLForecastAlertEntry> |
findByUuid_C(java.lang.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 = ?.
|
java.util.List<CommerceMLForecastAlertEntry> |
findByUuid_C(java.lang.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 = ?.
|
CommerceMLForecastAlertEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
Returns the first commerce ml forecast alert entry in the ordered set where uuid = ?.
|
CommerceMLForecastAlertEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
Returns the last commerce ml forecast alert entry in the ordered set where uuid = ?.
|
CommerceMLForecastAlertEntry[] |
findByUuid_PrevAndNext(long commerceMLForecastAlertEntryId,
java.lang.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 = ?.
|
java.util.List<CommerceMLForecastAlertEntry> |
findByUuid(java.lang.String uuid)
Returns all the commerce ml forecast alert entries where uuid = ?.
|
java.util.List<CommerceMLForecastAlertEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the commerce ml forecast alert entries where uuid = ?.
|
java.util.List<CommerceMLForecastAlertEntry> |
findByUuid(java.lang.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 = ?.
|
java.util.List<CommerceMLForecastAlertEntry> |
findByUuid(java.lang.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 = ?.
|
CommerceMLForecastAlertEntry |
remove(long commerceMLForecastAlertEntryId)
Removes the commerce ml forecast alert entry with the primary key from the database.
|
void |
removeAll()
Removes all the commerce ml forecast alert entries from the database.
|
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.
|
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.
|
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.
|
CommerceMLForecastAlertEntry |
removeByC_C_T(long companyId,
long commerceAccountId,
java.util.Date timestamp)
Removes the commerce ml forecast alert entry where companyId = ? and commerceAccountId = ? and timestamp = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the commerce ml forecast alert entries where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the commerce ml forecast alert entries where uuid = ? from the database.
|
CommerceMLForecastAlertEntry |
updateImpl(CommerceMLForecastAlertEntry commerceMLForecastAlertEntry) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<CommerceMLForecastAlertEntry> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<CommerceMLForecastAlertEntry> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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)java.util.List<CommerceMLForecastAlertEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)java.util.List<CommerceMLForecastAlertEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheCommerceMLForecastAlertEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMLForecastAlertEntryException
- if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMLForecastAlertEntryException
- if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry[] findByUuid_PrevAndNext(long commerceMLForecastAlertEntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException
commerceMLForecastAlertEntryId
- the primary key of the current commerce ml forecast alert entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMLForecastAlertEntryException
- if a commerce ml forecast alert entry with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<CommerceMLForecastAlertEntry> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<CommerceMLForecastAlertEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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)java.util.List<CommerceMLForecastAlertEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)java.util.List<CommerceMLForecastAlertEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheCommerceMLForecastAlertEntry findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMLForecastAlertEntryException
- if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMLForecastAlertEntryException
- if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry[] findByUuid_C_PrevAndNext(long commerceMLForecastAlertEntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException
commerceMLForecastAlertEntryId
- the primary key of the current commerce ml forecast alert entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMLForecastAlertEntryException
- if a commerce ml forecast alert entry with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDCommerceMLForecastAlertEntry findByC_C_T(long companyId, long commerceAccountId, java.util.Date timestamp) throws NoSuchMLForecastAlertEntryException
NoSuchMLForecastAlertEntryException
if it could not be found.companyId
- the company IDcommerceAccountId
- the commerce account IDtimestamp
- the timestampNoSuchMLForecastAlertEntryException
- if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry fetchByC_C_T(long companyId, long commerceAccountId, java.util.Date timestamp)
null
if it could not be found. Uses the finder cache.companyId
- the company IDcommerceAccountId
- the commerce account IDtimestamp
- the timestampnull
if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry fetchByC_C_T(long companyId, long commerceAccountId, java.util.Date timestamp, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.companyId
- the company IDcommerceAccountId
- the commerce account IDtimestamp
- the timestampuseFinderCache
- whether to use the finder cachenull
if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry removeByC_C_T(long companyId, long commerceAccountId, java.util.Date timestamp) throws NoSuchMLForecastAlertEntryException
companyId
- the company IDcommerceAccountId
- the commerce account IDtimestamp
- the timestampNoSuchMLForecastAlertEntryException
int countByC_C_T(long companyId, long commerceAccountId, java.util.Date timestamp)
companyId
- the company IDcommerceAccountId
- the commerce account IDtimestamp
- the timestampjava.util.List<CommerceMLForecastAlertEntry> findByC_C_S(long companyId, long commerceAccountId, int status)
companyId
- the company IDcommerceAccountId
- the commerce account IDstatus
- the statusjava.util.List<CommerceMLForecastAlertEntry> findByC_C_S(long companyId, long commerceAccountId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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)java.util.List<CommerceMLForecastAlertEntry> findByC_C_S(long companyId, long commerceAccountId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheCommerceMLForecastAlertEntry findByC_C_S_First(long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException
companyId
- the company IDcommerceAccountId
- the commerce account IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMLForecastAlertEntryException
- if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry fetchByC_C_S_First(long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
companyId
- the company IDcommerceAccountId
- the commerce account IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry findByC_C_S_Last(long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException
companyId
- the company IDcommerceAccountId
- the commerce account IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMLForecastAlertEntryException
- if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry fetchByC_C_S_Last(long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
companyId
- the company IDcommerceAccountId
- the commerce account IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry[] findByC_C_S_PrevAndNext(long commerceMLForecastAlertEntryId, long companyId, long commerceAccountId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException
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 (optionally null
)NoSuchMLForecastAlertEntryException
- if a commerce ml forecast alert entry with the primary key could not be foundjava.util.List<CommerceMLForecastAlertEntry> findByC_C_S(long companyId, long[] commerceAccountIds, int status)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
companyId
- the company IDcommerceAccountIds
- the commerce account IDsstatus
- the statusjava.util.List<CommerceMLForecastAlertEntry> findByC_C_S(long companyId, long[] commerceAccountIds, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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)java.util.List<CommerceMLForecastAlertEntry> findByC_C_S(long companyId, long[] commerceAccountIds, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByC_C_S(long companyId, long commerceAccountId, int status)
companyId
- the company IDcommerceAccountId
- the commerce account IDstatus
- the statusint countByC_C_S(long companyId, long commerceAccountId, int status)
companyId
- the company IDcommerceAccountId
- the commerce account IDstatus
- the statusint countByC_C_S(long companyId, long[] commerceAccountIds, int status)
companyId
- the company IDcommerceAccountIds
- the commerce account IDsstatus
- the statusjava.util.List<CommerceMLForecastAlertEntry> findByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status)
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusjava.util.List<CommerceMLForecastAlertEntry> findByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheCommerceMLForecastAlertEntry findByC_C_GtRc_S_First(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMLForecastAlertEntryException
- if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry fetchByC_C_GtRc_S_First(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry findByC_C_GtRc_S_Last(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMLForecastAlertEntryException
- if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry fetchByC_C_GtRc_S_Last(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry[] 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
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 (optionally null
)NoSuchMLForecastAlertEntryException
- if a commerce ml forecast alert entry with the primary key could not be foundjava.util.List<CommerceMLForecastAlertEntry> findByC_C_GtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
companyId
- the company IDcommerceAccountIds
- the commerce account IDsrelativeChange
- the relative changestatus
- the statusjava.util.List<CommerceMLForecastAlertEntry> findByC_C_GtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status)
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusint countByC_C_GtRc_S(long companyId, long commerceAccountId, double relativeChange, int status)
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusint countByC_C_GtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status)
companyId
- the company IDcommerceAccountIds
- the commerce account IDsrelativeChange
- the relative changestatus
- the statusjava.util.List<CommerceMLForecastAlertEntry> findByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status)
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusjava.util.List<CommerceMLForecastAlertEntry> findByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheCommerceMLForecastAlertEntry findByC_C_LtRc_S_First(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMLForecastAlertEntryException
- if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry fetchByC_C_LtRc_S_First(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry findByC_C_LtRc_S_Last(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator) throws NoSuchMLForecastAlertEntryException
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMLForecastAlertEntryException
- if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry fetchByC_C_LtRc_S_Last(long companyId, long commerceAccountId, double relativeChange, int status, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce ml forecast alert entry could not be foundCommerceMLForecastAlertEntry[] 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
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 (optionally null
)NoSuchMLForecastAlertEntryException
- if a commerce ml forecast alert entry with the primary key could not be foundjava.util.List<CommerceMLForecastAlertEntry> findByC_C_LtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
companyId
- the company IDcommerceAccountIds
- the commerce account IDsrelativeChange
- the relative changestatus
- the statusjava.util.List<CommerceMLForecastAlertEntry> findByC_C_LtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)java.util.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)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status)
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusint countByC_C_LtRc_S(long companyId, long commerceAccountId, double relativeChange, int status)
companyId
- the company IDcommerceAccountId
- the commerce account IDrelativeChange
- the relative changestatus
- the statusint countByC_C_LtRc_S(long companyId, long[] commerceAccountIds, double relativeChange, int status)
companyId
- the company IDcommerceAccountIds
- the commerce account IDsrelativeChange
- the relative changestatus
- the statusvoid cacheResult(CommerceMLForecastAlertEntry commerceMLForecastAlertEntry)
commerceMLForecastAlertEntry
- the commerce ml forecast alert entryvoid cacheResult(java.util.List<CommerceMLForecastAlertEntry> commerceMLForecastAlertEntries)
commerceMLForecastAlertEntries
- the commerce ml forecast alert entriesCommerceMLForecastAlertEntry create(long commerceMLForecastAlertEntryId)
commerceMLForecastAlertEntryId
- the primary key for the new commerce ml forecast alert entryCommerceMLForecastAlertEntry remove(long commerceMLForecastAlertEntryId) throws NoSuchMLForecastAlertEntryException
commerceMLForecastAlertEntryId
- the primary key of the commerce ml forecast alert entryNoSuchMLForecastAlertEntryException
- if a commerce ml forecast alert entry with the primary key could not be foundCommerceMLForecastAlertEntry updateImpl(CommerceMLForecastAlertEntry commerceMLForecastAlertEntry)
CommerceMLForecastAlertEntry findByPrimaryKey(long commerceMLForecastAlertEntryId) throws NoSuchMLForecastAlertEntryException
NoSuchMLForecastAlertEntryException
if it could not be found.commerceMLForecastAlertEntryId
- the primary key of the commerce ml forecast alert entryNoSuchMLForecastAlertEntryException
- if a commerce ml forecast alert entry with the primary key could not be foundCommerceMLForecastAlertEntry fetchByPrimaryKey(long commerceMLForecastAlertEntryId)
null
if it could not be found.commerceMLForecastAlertEntryId
- the primary key of the commerce ml forecast alert entrynull
if a commerce ml forecast alert entry with the primary key could not be foundjava.util.List<CommerceMLForecastAlertEntry> findAll()
java.util.List<CommerceMLForecastAlertEntry> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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)java.util.List<CommerceMLForecastAlertEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)java.util.List<CommerceMLForecastAlertEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceMLForecastAlertEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceMLForecastAlertEntryModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()