Interface SocialActivitySetPersistence
- All Superinterfaces:
BasePersistence<SocialActivitySet>
,CTPersistence<SocialActivitySet>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(SocialActivitySet socialActivitySet) Caches the social activity set in the entity cache if it is enabled.void
cacheResult
(List<SocialActivitySet> socialActivitySets) Caches the social activity sets in the entity cache if it is enabled.int
countAll()
Returns the number of social activity sets.int
countByC_C_T
(long classNameId, long classPK, int type) Returns the number of social activity sets where classNameId = ? and classPK = ? and type = ?.int
countByG_U_C_T
(long groupId, long userId, long classNameId, int type) Returns the number of social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.int
countByG_U_T
(long groupId, long userId, int type) Returns the number of social activity sets where groupId = ? and userId = ? and type = ?.int
countByGroupId
(long groupId) Returns the number of social activity sets where groupId = ?.int
countByU_C_C_T
(long userId, long classNameId, long classPK, int type) Returns the number of social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.int
countByUserId
(long userId) Returns the number of social activity sets where userId = ?.create
(long activitySetId) Creates a new social activity set with the primary key.fetchByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.fetchByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.fetchByG_U_C_T_First
(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.fetchByG_U_C_T_Last
(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.fetchByG_U_T_First
(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.fetchByG_U_T_Last
(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ?.fetchByPrimaryKey
(long activitySetId) Returns the social activity set with the primary key or returnsnull
if it could not be found.fetchByU_C_C_T_First
(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.fetchByU_C_C_T_Last
(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.fetchByUserId_First
(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ?.fetchByUserId_Last
(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ?.findAll()
Returns all the social activity sets.findAll
(int start, int end) Returns a range of all the social activity sets.findAll
(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets.findAll
(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets.findByC_C_T
(long classNameId, long classPK, int type) Returns all the social activity sets where classNameId = ? and classPK = ? and type = ?.findByC_C_T
(long classNameId, long classPK, int type, int start, int end) Returns a range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.findByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.findByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.findByC_C_T_PrevAndNext
(long activitySetId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.findByG_U_C_T
(long groupId, long userId, long classNameId, int type) Returns all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.findByG_U_C_T
(long groupId, long userId, long classNameId, int type, int start, int end) Returns a range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.findByG_U_C_T
(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.findByG_U_C_T
(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.findByG_U_C_T_First
(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.findByG_U_C_T_Last
(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.findByG_U_C_T_PrevAndNext
(long activitySetId, long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.findByG_U_T
(long groupId, long userId, int type) Returns all the social activity sets where groupId = ? and userId = ? and type = ?.findByG_U_T
(long groupId, long userId, int type, int start, int end) Returns a range of all the social activity sets where groupId = ? and userId = ? and type = ?.findByG_U_T
(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.findByG_U_T
(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.findByG_U_T_First
(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.findByG_U_T_Last
(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.findByG_U_T_PrevAndNext
(long activitySetId, long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?.findByGroupId
(long groupId) Returns all the social activity sets where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the social activity sets where groupId = ?.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where groupId = ?.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where groupId = ?.findByGroupId_First
(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ?.findByGroupId_PrevAndNext
(long activitySetId, long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ?.findByPrimaryKey
(long activitySetId) Returns the social activity set with the primary key or throws aNoSuchActivitySetException
if it could not be found.findByU_C_C_T
(long userId, long classNameId, long classPK, int type) Returns all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.findByU_C_C_T
(long userId, long classNameId, long classPK, int type, int start, int end) Returns a range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.findByU_C_C_T
(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.findByU_C_C_T
(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.findByU_C_C_T_First
(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.findByU_C_C_T_Last
(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.findByU_C_C_T_PrevAndNext
(long activitySetId, long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.findByUserId
(long userId) Returns all the social activity sets where userId = ?.findByUserId
(long userId, int start, int end) Returns a range of all the social activity sets where userId = ?.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where userId = ?.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where userId = ?.findByUserId_First
(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ?.findByUserId_Last
(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ?.findByUserId_PrevAndNext
(long activitySetId, long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where userId = ?.remove
(long activitySetId) Removes the social activity set with the primary key from the database.void
Removes all the social activity sets from the database.void
removeByC_C_T
(long classNameId, long classPK, int type) Removes all the social activity sets where classNameId = ? and classPK = ? and type = ? from the database.void
removeByG_U_C_T
(long groupId, long userId, long classNameId, int type) Removes all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ? from the database.void
removeByG_U_T
(long groupId, long userId, int type) Removes all the social activity sets where groupId = ? and userId = ? and type = ? from the database.void
removeByGroupId
(long groupId) Removes all the social activity sets where groupId = ? from the database.void
removeByU_C_C_T
(long userId, long classNameId, long classPK, int type) Removes all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ? from the database.void
removeByUserId
(long userId) Removes all the social activity sets where userId = ? from the database.updateImpl
(SocialActivitySet socialActivitySet) 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
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByGroupId
Returns all the social activity sets where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching social activity sets
-
findByGroupId
Returns a range of all the social activity sets where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)- Returns:
- the range of matching social activity sets
-
findByGroupId
List<SocialActivitySet> findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching social activity sets
-
findByGroupId
List<SocialActivitySet> findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social activity sets
-
findByGroupId_First
SocialActivitySet findByGroupId_First(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the first social activity set in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social activity set
- Throws:
NoSuchActivitySetException
- if a matching social activity set could not be found
-
fetchByGroupId_First
SocialActivitySet fetchByGroupId_First(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social activity set, or
null
if a matching social activity set could not be found
-
findByGroupId_Last
SocialActivitySet findByGroupId_Last(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the last social activity set in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social activity set
- Throws:
NoSuchActivitySetException
- if a matching social activity set could not be found
-
fetchByGroupId_Last
SocialActivitySet fetchByGroupId_Last(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social activity set, or
null
if a matching social activity set could not be found
-
findByGroupId_PrevAndNext
SocialActivitySet[] findByGroupId_PrevAndNext(long activitySetId, long groupId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ?.- Parameters:
activitySetId
- the primary key of the current social activity setgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social activity set
- Throws:
NoSuchActivitySetException
- if a social activity set with the primary key could not be found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the social activity sets where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of social activity sets where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching social activity sets
-
findByUserId
Returns all the social activity sets where userId = ?.- Parameters:
userId
- the user ID- Returns:
- the matching social activity sets
-
findByUserId
Returns a range of all the social activity sets where userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
userId
- the user IDstart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)- Returns:
- the range of matching social activity sets
-
findByUserId
List<SocialActivitySet> findByUserId(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
userId
- the user IDstart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching social activity sets
-
findByUserId
List<SocialActivitySet> findByUserId(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
userId
- the user IDstart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social activity sets
-
findByUserId_First
SocialActivitySet findByUserId_First(long userId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the first social activity set in the ordered set where userId = ?.- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social activity set
- Throws:
NoSuchActivitySetException
- if a matching social activity set could not be found
-
fetchByUserId_First
SocialActivitySet fetchByUserId_First(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ?.- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social activity set, or
null
if a matching social activity set could not be found
-
findByUserId_Last
SocialActivitySet findByUserId_Last(long userId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the last social activity set in the ordered set where userId = ?.- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social activity set
- Throws:
NoSuchActivitySetException
- if a matching social activity set could not be found
-
fetchByUserId_Last
SocialActivitySet fetchByUserId_Last(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ?.- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social activity set, or
null
if a matching social activity set could not be found
-
findByUserId_PrevAndNext
SocialActivitySet[] findByUserId_PrevAndNext(long activitySetId, long userId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the social activity sets before and after the current social activity set in the ordered set where userId = ?.- Parameters:
activitySetId
- the primary key of the current social activity setuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social activity set
- Throws:
NoSuchActivitySetException
- if a social activity set with the primary key could not be found
-
removeByUserId
void removeByUserId(long userId) Removes all the social activity sets where userId = ? from the database.- Parameters:
userId
- the user ID
-
countByUserId
int countByUserId(long userId) Returns the number of social activity sets where userId = ?.- Parameters:
userId
- the user ID- Returns:
- the number of matching social activity sets
-
findByG_U_T
Returns all the social activity sets where groupId = ? and userId = ? and type = ?.- Parameters:
groupId
- the group IDuserId
- the user IDtype
- the type- Returns:
- the matching social activity sets
-
findByG_U_T
Returns a range of all the social activity sets where groupId = ? and userId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDtype
- the typestart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)- Returns:
- the range of matching social activity sets
-
findByG_U_T
List<SocialActivitySet> findByG_U_T(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDtype
- the typestart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching social activity sets
-
findByG_U_T
List<SocialActivitySet> findByG_U_T(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDtype
- the typestart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social activity sets
-
findByG_U_T_First
SocialActivitySet findByG_U_T_First(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.- Parameters:
groupId
- the group IDuserId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social activity set
- Throws:
NoSuchActivitySetException
- if a matching social activity set could not be found
-
fetchByG_U_T_First
SocialActivitySet fetchByG_U_T_First(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.- Parameters:
groupId
- the group IDuserId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social activity set, or
null
if a matching social activity set could not be found
-
findByG_U_T_Last
SocialActivitySet findByG_U_T_Last(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.- Parameters:
groupId
- the group IDuserId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social activity set
- Throws:
NoSuchActivitySetException
- if a matching social activity set could not be found
-
fetchByG_U_T_Last
SocialActivitySet fetchByG_U_T_Last(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.- Parameters:
groupId
- the group IDuserId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social activity set, or
null
if a matching social activity set could not be found
-
findByG_U_T_PrevAndNext
SocialActivitySet[] findByG_U_T_PrevAndNext(long activitySetId, long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?.- Parameters:
activitySetId
- the primary key of the current social activity setgroupId
- the group IDuserId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social activity set
- Throws:
NoSuchActivitySetException
- if a social activity set with the primary key could not be found
-
removeByG_U_T
void removeByG_U_T(long groupId, long userId, int type) Removes all the social activity sets where groupId = ? and userId = ? and type = ? from the database.- Parameters:
groupId
- the group IDuserId
- the user IDtype
- the type
-
countByG_U_T
int countByG_U_T(long groupId, long userId, int type) Returns the number of social activity sets where groupId = ? and userId = ? and type = ?.- Parameters:
groupId
- the group IDuserId
- the user IDtype
- the type- Returns:
- the number of matching social activity sets
-
findByC_C_T
Returns all the social activity sets where classNameId = ? and classPK = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the matching social activity sets
-
findByC_C_T
Returns a range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)- Returns:
- the range of matching social activity sets
-
findByC_C_T
List<SocialActivitySet> findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching social activity sets
-
findByC_C_T
List<SocialActivitySet> findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social activity sets
-
findByC_C_T_First
SocialActivitySet findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social activity set
- Throws:
NoSuchActivitySetException
- if a matching social activity set could not be found
-
fetchByC_C_T_First
SocialActivitySet fetchByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social activity set, or
null
if a matching social activity set could not be found
-
findByC_C_T_Last
SocialActivitySet findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social activity set
- Throws:
NoSuchActivitySetException
- if a matching social activity set could not be found
-
fetchByC_C_T_Last
SocialActivitySet fetchByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social activity set, or
null
if a matching social activity set could not be found
-
findByC_C_T_PrevAndNext
SocialActivitySet[] findByC_C_T_PrevAndNext(long activitySetId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.- Parameters:
activitySetId
- the primary key of the current social activity setclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social activity set
- Throws:
NoSuchActivitySetException
- if a social activity set with the primary key could not be found
-
removeByC_C_T
void removeByC_C_T(long classNameId, long classPK, int type) Removes all the social activity sets where classNameId = ? and classPK = ? and type = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the type
-
countByC_C_T
int countByC_C_T(long classNameId, long classPK, int type) Returns the number of social activity sets where classNameId = ? and classPK = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the number of matching social activity sets
-
findByG_U_C_T
Returns all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the type- Returns:
- the matching social activity sets
-
findByG_U_C_T
List<SocialActivitySet> findByG_U_C_T(long groupId, long userId, long classNameId, int type, int start, int end) Returns a range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typestart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)- Returns:
- the range of matching social activity sets
-
findByG_U_C_T
List<SocialActivitySet> findByG_U_C_T(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typestart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching social activity sets
-
findByG_U_C_T
List<SocialActivitySet> findByG_U_C_T(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typestart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social activity sets
-
findByG_U_C_T_First
SocialActivitySet findByG_U_C_T_First(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social activity set
- Throws:
NoSuchActivitySetException
- if a matching social activity set could not be found
-
fetchByG_U_C_T_First
SocialActivitySet fetchByG_U_C_T_First(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social activity set, or
null
if a matching social activity set could not be found
-
findByG_U_C_T_Last
SocialActivitySet findByG_U_C_T_Last(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social activity set
- Throws:
NoSuchActivitySetException
- if a matching social activity set could not be found
-
fetchByG_U_C_T_Last
SocialActivitySet fetchByG_U_C_T_Last(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social activity set, or
null
if a matching social activity set could not be found
-
findByG_U_C_T_PrevAndNext
SocialActivitySet[] findByG_U_C_T_PrevAndNext(long activitySetId, long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.- Parameters:
activitySetId
- the primary key of the current social activity setgroupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social activity set
- Throws:
NoSuchActivitySetException
- if a social activity set with the primary key could not be found
-
removeByG_U_C_T
void removeByG_U_C_T(long groupId, long userId, long classNameId, int type) Removes all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ? from the database.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the type
-
countByG_U_C_T
int countByG_U_C_T(long groupId, long userId, long classNameId, int type) Returns the number of social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.- Parameters:
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the type- Returns:
- the number of matching social activity sets
-
findByU_C_C_T
Returns all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the matching social activity sets
-
findByU_C_C_T
List<SocialActivitySet> findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end) Returns a range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)- Returns:
- the range of matching social activity sets
-
findByU_C_C_T
List<SocialActivitySet> findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching social activity sets
-
findByU_C_C_T
List<SocialActivitySet> findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typestart
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching social activity sets
-
findByU_C_C_T_First
SocialActivitySet findByU_C_C_T_First(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social activity set
- Throws:
NoSuchActivitySetException
- if a matching social activity set could not be found
-
fetchByU_C_C_T_First
SocialActivitySet fetchByU_C_C_T_First(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching social activity set, or
null
if a matching social activity set could not be found
-
findByU_C_C_T_Last
SocialActivitySet findByU_C_C_T_Last(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social activity set
- Throws:
NoSuchActivitySetException
- if a matching social activity set could not be found
-
fetchByU_C_C_T_Last
SocialActivitySet fetchByU_C_C_T_Last(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching social activity set, or
null
if a matching social activity set could not be found
-
findByU_C_C_T_PrevAndNext
SocialActivitySet[] findByU_C_C_T_PrevAndNext(long activitySetId, long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
activitySetId
- the primary key of the current social activity setuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next social activity set
- Throws:
NoSuchActivitySetException
- if a social activity set with the primary key could not be found
-
removeByU_C_C_T
void removeByU_C_C_T(long userId, long classNameId, long classPK, int type) Removes all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ? from the database.- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the type
-
countByU_C_C_T
int countByU_C_C_T(long userId, long classNameId, long classPK, int type) Returns the number of social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.- Parameters:
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the type- Returns:
- the number of matching social activity sets
-
cacheResult
Caches the social activity set in the entity cache if it is enabled.- Parameters:
socialActivitySet
- the social activity set
-
cacheResult
Caches the social activity sets in the entity cache if it is enabled.- Parameters:
socialActivitySets
- the social activity sets
-
create
Creates a new social activity set with the primary key. Does not add the social activity set to the database.- Parameters:
activitySetId
- the primary key for the new social activity set- Returns:
- the new social activity set
-
remove
Removes the social activity set with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
activitySetId
- the primary key of the social activity set- Returns:
- the social activity set that was removed
- Throws:
NoSuchActivitySetException
- if a social activity set with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the social activity set with the primary key or throws aNoSuchActivitySetException
if it could not be found.- Parameters:
activitySetId
- the primary key of the social activity set- Returns:
- the social activity set
- Throws:
NoSuchActivitySetException
- if a social activity set with the primary key could not be found
-
fetchByPrimaryKey
Returns the social activity set with the primary key or returnsnull
if it could not be found.- Parameters:
activitySetId
- the primary key of the social activity set- Returns:
- the social activity set, or
null
if a social activity set with the primary key could not be found
-
findAll
List<SocialActivitySet> findAll()Returns all the social activity sets.- Returns:
- the social activity sets
-
findAll
Returns a range of all the social activity sets.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
start
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)- Returns:
- the range of social activity sets
-
findAll
List<SocialActivitySet> findAll(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
start
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of social activity sets
-
findAll
List<SocialActivitySet> findAll(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSocialActivitySetModelImpl
.- Parameters:
start
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of social activity sets
-
removeAll
void removeAll()Removes all the social activity sets from the database. -
countAll
int countAll()Returns the number of social activity sets.- Returns:
- the number of social activity sets
-