Interface RatingsStatsPersistence
- All Superinterfaces:
BasePersistence<RatingsStats>,CTPersistence<RatingsStats>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(RatingsStats ratingsStats) Caches the ratings stats in the entity cache if it is enabled.voidcacheResult(List<RatingsStats> ratingsStatses) Caches the ratings statses in the entity cache if it is enabled.intcountAll()Returns the number of ratings statses.intcountByC_C(long classNameId, long classPK) Returns the number of ratings statses where classNameId = ? and classPK = ?.intcountByC_C(long classNameId, long[] classPKs) Returns the number of ratings statses where classNameId = ? and classPK = any ?.create(long statsId) Creates a new ratings stats with the primary key.fetchByC_C(long classNameId, long classPK) Returns the ratings stats where classNameId = ? and classPK = ? or returnsnullif it could not be found.fetchByC_C(long classNameId, long classPK, boolean useFinderCache) Returns the ratings stats where classNameId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByPrimaryKey(long statsId) Returns the ratings stats with the primary key or returnsnullif it could not be found.findAll()Returns all the ratings statses.findAll(int start, int end) Returns a range of all the ratings statses.findAll(int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses.findAll(int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses.findByC_C(long classNameId, long classPK) Returns the ratings stats where classNameId = ? and classPK = ? or throws aNoSuchStatsExceptionif it could not be found.findByC_C(long classNameId, long[] classPKs) Returns all the ratings statses where classNameId = ? and classPK = any ?.findByC_C(long classNameId, long[] classPKs, int start, int end) Returns a range of all the ratings statses where classNameId = ? and classPK = any ?.findByC_C(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = any ?.findByC_C(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = ?, optionally using the finder cache.findByPrimaryKey(long statsId) Returns the ratings stats with the primary key or throws aNoSuchStatsExceptionif it could not be found.remove(long statsId) Removes the ratings stats with the primary key from the database.voidRemoves all the ratings statses from the database.removeByC_C(long classNameId, long classPK) Removes the ratings stats where classNameId = ? and classPK = ? from the database.updateImpl(RatingsStats ratingsStats) 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, updateMethods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByC_C
Returns all the ratings statses where classNameId = ? and classPK = any ?.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 fromRatingsStatsModelImpl.- Parameters:
classNameId- the class name IDclassPKs- the class pks- Returns:
- the matching ratings statses
-
findByC_C
Returns a range of all the ratings statses where classNameId = ? and classPK = any ?.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 fromRatingsStatsModelImpl.- Parameters:
classNameId- the class name IDclassPKs- the class pksstart- the lower bound of the range of ratings statsesend- the upper bound of the range of ratings statses (not inclusive)- Returns:
- the range of matching ratings statses
-
findByC_C
List<RatingsStats> findByC_C(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = any ?.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 fromRatingsStatsModelImpl.- Parameters:
classNameId- the class name IDclassPKs- the class pksstart- the lower bound of the range of ratings statsesend- the upper bound of the range of ratings statses (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching ratings statses
-
findByC_C
List<RatingsStats> findByC_C(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = ?, 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 fromRatingsStatsModelImpl.- Parameters:
classNameId- the class name IDclassPKs- the class pksstart- the lower bound of the range of ratings statsesend- the upper bound of the range of ratings statses (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching ratings statses
-
findByC_C
Returns the ratings stats where classNameId = ? and classPK = ? or throws aNoSuchStatsExceptionif it could not be found.- Parameters:
classNameId- the class name IDclassPK- the class pk- Returns:
- the matching ratings stats
- Throws:
NoSuchStatsException- if a matching ratings stats could not be found
-
fetchByC_C
Returns the ratings stats where classNameId = ? and classPK = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
classNameId- the class name IDclassPK- the class pk- Returns:
- the matching ratings stats, or
nullif a matching ratings stats could not be found
-
fetchByC_C
Returns the ratings stats where classNameId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
classNameId- the class name IDclassPK- the class pkuseFinderCache- whether to use the finder cache- Returns:
- the matching ratings stats, or
nullif a matching ratings stats could not be found
-
removeByC_C
Removes the ratings stats where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId- the class name IDclassPK- the class pk- Returns:
- the ratings stats that was removed
- Throws:
NoSuchStatsException
-
countByC_C
int countByC_C(long classNameId, long classPK) Returns the number of ratings statses where classNameId = ? and classPK = ?.- Parameters:
classNameId- the class name IDclassPK- the class pk- Returns:
- the number of matching ratings statses
-
countByC_C
int countByC_C(long classNameId, long[] classPKs) Returns the number of ratings statses where classNameId = ? and classPK = any ?.- Parameters:
classNameId- the class name IDclassPKs- the class pks- Returns:
- the number of matching ratings statses
-
cacheResult
Caches the ratings stats in the entity cache if it is enabled.- Parameters:
ratingsStats- the ratings stats
-
cacheResult
Caches the ratings statses in the entity cache if it is enabled.- Parameters:
ratingsStatses- the ratings statses
-
create
Creates a new ratings stats with the primary key. Does not add the ratings stats to the database.- Parameters:
statsId- the primary key for the new ratings stats- Returns:
- the new ratings stats
-
remove
Removes the ratings stats with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
statsId- the primary key of the ratings stats- Returns:
- the ratings stats that was removed
- Throws:
NoSuchStatsException- if a ratings stats with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the ratings stats with the primary key or throws aNoSuchStatsExceptionif it could not be found.- Parameters:
statsId- the primary key of the ratings stats- Returns:
- the ratings stats
- Throws:
NoSuchStatsException- if a ratings stats with the primary key could not be found
-
fetchByPrimaryKey
Returns the ratings stats with the primary key or returnsnullif it could not be found.- Parameters:
statsId- the primary key of the ratings stats- Returns:
- the ratings stats, or
nullif a ratings stats with the primary key could not be found
-
findAll
List<RatingsStats> findAll()Returns all the ratings statses.- Returns:
- the ratings statses
-
findAll
Returns a range of all the ratings statses.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 fromRatingsStatsModelImpl.- Parameters:
start- the lower bound of the range of ratings statsesend- the upper bound of the range of ratings statses (not inclusive)- Returns:
- the range of ratings statses
-
findAll
Returns an ordered range of all the ratings statses.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 fromRatingsStatsModelImpl.- Parameters:
start- the lower bound of the range of ratings statsesend- the upper bound of the range of ratings statses (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of ratings statses
-
findAll
List<RatingsStats> findAll(int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses.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 fromRatingsStatsModelImpl.- Parameters:
start- the lower bound of the range of ratings statsesend- the upper bound of the range of ratings statses (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of ratings statses
-
removeAll
void removeAll()Removes all the ratings statses from the database. -
countAll
int countAll()Returns the number of ratings statses.- Returns:
- the number of ratings statses
-