@ProviderType public interface SocialActivitySetPersistence extends BasePersistence<SocialActivitySet>, CTPersistence<SocialActivitySet>
Caching information and settings can be found in portal.properties
SocialActivitySetUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(List<SocialActivitySet> socialActivitySets)
Caches the social activity sets in the entity cache if it is enabled.
|
void |
cacheResult(SocialActivitySet socialActivitySet)
Caches the social activity set 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 = ?.
|
SocialActivitySet |
create(long activitySetId)
Creates a new social activity set with the primary key.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
SocialActivitySet |
fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ?.
|
SocialActivitySet |
fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ?.
|
SocialActivitySet |
fetchByPrimaryKey(long activitySetId)
Returns the social activity set with the primary key or returns
null if it could not be found. |
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 = ?.
|
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 = ?.
|
SocialActivitySet |
fetchByUserId_First(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ?.
|
SocialActivitySet |
fetchByUserId_Last(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ?.
|
List<SocialActivitySet> |
findAll()
Returns all the social activity sets.
|
List<SocialActivitySet> |
findAll(int start,
int end)
Returns a range of all the social activity sets.
|
List<SocialActivitySet> |
findAll(int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets.
|
List<SocialActivitySet> |
findAll(int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the social activity sets.
|
SocialActivitySet |
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 = ?.
|
SocialActivitySet |
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 = ?.
|
SocialActivitySet[] |
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 = ?.
|
List<SocialActivitySet> |
findByC_C_T(long classNameId,
long classPK,
int type)
Returns all the social activity sets where classNameId = ? and classPK = ? and type = ?.
|
List<SocialActivitySet> |
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 = ?.
|
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 = ?.
|
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 = ?.
|
SocialActivitySet |
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 = ?.
|
SocialActivitySet |
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 = ?.
|
SocialActivitySet[] |
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 = ?.
|
List<SocialActivitySet> |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
SocialActivitySet |
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 = ?.
|
SocialActivitySet |
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 = ?.
|
SocialActivitySet[] |
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 = ?.
|
List<SocialActivitySet> |
findByG_U_T(long groupId,
long userId,
int type)
Returns all the social activity sets where groupId = ? and userId = ? and type = ?.
|
List<SocialActivitySet> |
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 = ?.
|
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 = ?.
|
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 = ?.
|
SocialActivitySet |
findByGroupId_First(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ?.
|
SocialActivitySet |
findByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ?.
|
SocialActivitySet[] |
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 = ?.
|
List<SocialActivitySet> |
findByGroupId(long groupId)
Returns all the social activity sets where groupId = ?.
|
List<SocialActivitySet> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the social activity sets where groupId = ?.
|
List<SocialActivitySet> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where groupId = ?.
|
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 = ?.
|
SocialActivitySet |
findByPrimaryKey(long activitySetId)
Returns the social activity set with the primary key or throws a
NoSuchActivitySetException if it could not be found. |
SocialActivitySet |
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 = ?.
|
SocialActivitySet |
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 = ?.
|
SocialActivitySet[] |
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 = ?.
|
List<SocialActivitySet> |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
SocialActivitySet |
findByUserId_First(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ?.
|
SocialActivitySet |
findByUserId_Last(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ?.
|
SocialActivitySet[] |
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 = ?.
|
List<SocialActivitySet> |
findByUserId(long userId)
Returns all the social activity sets where userId = ?.
|
List<SocialActivitySet> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the social activity sets where userId = ?.
|
List<SocialActivitySet> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where userId = ?.
|
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 = ?.
|
SocialActivitySet |
remove(long activitySetId)
Removes the social activity set with the primary key from the database.
|
void |
removeAll()
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.
|
SocialActivitySet |
updateImpl(SocialActivitySet socialActivitySet) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
List<SocialActivitySet> findByGroupId(long groupId)
groupId
- the group IDList<SocialActivitySet> findByGroupId(long groupId, 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 SocialActivitySetModelImpl
.
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)List<SocialActivitySet> findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)List<SocialActivitySet> findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheSocialActivitySet findByGroupId_First(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a matching social activity set could not be foundSocialActivitySet fetchByGroupId_First(long groupId, OrderByComparator<SocialActivitySet> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social activity set could not be foundSocialActivitySet findByGroupId_Last(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a matching social activity set could not be foundSocialActivitySet fetchByGroupId_Last(long groupId, OrderByComparator<SocialActivitySet> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social activity set could not be foundSocialActivitySet[] findByGroupId_PrevAndNext(long activitySetId, long groupId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
activitySetId
- the primary key of the current social activity setgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a social activity set with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDList<SocialActivitySet> findByUserId(long userId)
userId
- the user IDList<SocialActivitySet> findByUserId(long userId, 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 SocialActivitySetModelImpl
.
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)List<SocialActivitySet> findByUserId(long userId, int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)List<SocialActivitySet> findByUserId(long userId, int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheSocialActivitySet findByUserId_First(long userId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a matching social activity set could not be foundSocialActivitySet fetchByUserId_First(long userId, OrderByComparator<SocialActivitySet> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social activity set could not be foundSocialActivitySet findByUserId_Last(long userId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a matching social activity set could not be foundSocialActivitySet fetchByUserId_Last(long userId, OrderByComparator<SocialActivitySet> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social activity set could not be foundSocialActivitySet[] findByUserId_PrevAndNext(long activitySetId, long userId, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
activitySetId
- the primary key of the current social activity setuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a social activity set with the primary key could not be foundvoid removeByUserId(long userId)
userId
- the user IDint countByUserId(long userId)
userId
- the user IDList<SocialActivitySet> findByG_U_T(long groupId, long userId, int type)
groupId
- the group IDuserId
- the user IDtype
- the typeList<SocialActivitySet> findByG_U_T(long groupId, long userId, int type, 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 SocialActivitySetModelImpl
.
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)List<SocialActivitySet> findByG_U_T(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)List<SocialActivitySet> findByG_U_T(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheSocialActivitySet findByG_U_T_First(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
groupId
- the group IDuserId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a matching social activity set could not be foundSocialActivitySet fetchByG_U_T_First(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator)
groupId
- the group IDuserId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social activity set could not be foundSocialActivitySet findByG_U_T_Last(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
groupId
- the group IDuserId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a matching social activity set could not be foundSocialActivitySet fetchByG_U_T_Last(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator)
groupId
- the group IDuserId
- the user IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social activity set could not be foundSocialActivitySet[] findByG_U_T_PrevAndNext(long activitySetId, long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
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 (optionally null
)NoSuchActivitySetException
- if a social activity set with the primary key could not be foundvoid removeByG_U_T(long groupId, long userId, int type)
groupId
- the group IDuserId
- the user IDtype
- the typeint countByG_U_T(long groupId, long userId, int type)
groupId
- the group IDuserId
- the user IDtype
- the typeList<SocialActivitySet> findByC_C_T(long classNameId, long classPK, int type)
classNameId
- the class name IDclassPK
- the class pktype
- the typeList<SocialActivitySet> findByC_C_T(long classNameId, long classPK, int type, 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 SocialActivitySetModelImpl
.
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)List<SocialActivitySet> findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)List<SocialActivitySet> findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheSocialActivitySet findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a matching social activity set could not be foundSocialActivitySet fetchByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social activity set could not be foundSocialActivitySet findByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a matching social activity set could not be foundSocialActivitySet fetchByC_C_T_Last(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator)
classNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social activity set could not be foundSocialActivitySet[] findByC_C_T_PrevAndNext(long activitySetId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
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 (optionally null
)NoSuchActivitySetException
- if a social activity set with the primary key could not be foundvoid removeByC_C_T(long classNameId, long classPK, int type)
classNameId
- the class name IDclassPK
- the class pktype
- the typeint countByC_C_T(long classNameId, long classPK, int type)
classNameId
- the class name IDclassPK
- the class pktype
- the typeList<SocialActivitySet> findByG_U_C_T(long groupId, long userId, long classNameId, int type)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typeList<SocialActivitySet> findByG_U_C_T(long groupId, long userId, long classNameId, int type, 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 SocialActivitySetModelImpl
.
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)List<SocialActivitySet> findByG_U_C_T(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)List<SocialActivitySet> findByG_U_C_T(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheSocialActivitySet findByG_U_C_T_First(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a matching social activity set could not be foundSocialActivitySet fetchByG_U_C_T_First(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social activity set could not be foundSocialActivitySet findByG_U_C_T_Last(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a matching social activity set could not be foundSocialActivitySet fetchByG_U_C_T_Last(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social activity set could not be foundSocialActivitySet[] findByG_U_C_T_PrevAndNext(long activitySetId, long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
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 (optionally null
)NoSuchActivitySetException
- if a social activity set with the primary key could not be foundvoid removeByG_U_C_T(long groupId, long userId, long classNameId, int type)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typeint countByG_U_C_T(long groupId, long userId, long classNameId, int type)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typeList<SocialActivitySet> findByU_C_C_T(long userId, long classNameId, long classPK, int type)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeList<SocialActivitySet> findByU_C_C_T(long userId, long classNameId, long classPK, int type, 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 SocialActivitySetModelImpl
.
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)List<SocialActivitySet> findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)List<SocialActivitySet> findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheSocialActivitySet findByU_C_C_T_First(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a matching social activity set could not be foundSocialActivitySet fetchByU_C_C_T_First(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social activity set could not be foundSocialActivitySet findByU_C_C_T_Last(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchActivitySetException
- if a matching social activity set could not be foundSocialActivitySet fetchByU_C_C_T_Last(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching social activity set could not be foundSocialActivitySet[] findByU_C_C_T_PrevAndNext(long activitySetId, long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) throws NoSuchActivitySetException
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 (optionally null
)NoSuchActivitySetException
- if a social activity set with the primary key could not be foundvoid removeByU_C_C_T(long userId, long classNameId, long classPK, int type)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typeint countByU_C_C_T(long userId, long classNameId, long classPK, int type)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typevoid cacheResult(SocialActivitySet socialActivitySet)
socialActivitySet
- the social activity setvoid cacheResult(List<SocialActivitySet> socialActivitySets)
socialActivitySets
- the social activity setsSocialActivitySet create(long activitySetId)
activitySetId
- the primary key for the new social activity setSocialActivitySet remove(long activitySetId) throws NoSuchActivitySetException
activitySetId
- the primary key of the social activity setNoSuchActivitySetException
- if a social activity set with the primary key could not be foundSocialActivitySet updateImpl(SocialActivitySet socialActivitySet)
SocialActivitySet findByPrimaryKey(long activitySetId) throws NoSuchActivitySetException
NoSuchActivitySetException
if it could not be found.activitySetId
- the primary key of the social activity setNoSuchActivitySetException
- if a social activity set with the primary key could not be foundSocialActivitySet fetchByPrimaryKey(long activitySetId)
null
if it could not be found.activitySetId
- the primary key of the social activity setnull
if a social activity set with the primary key could not be foundList<SocialActivitySet> findAll()
List<SocialActivitySet> 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 SocialActivitySetModelImpl
.
start
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)List<SocialActivitySet> findAll(int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)List<SocialActivitySet> findAll(int start, int end, OrderByComparator<SocialActivitySet> 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 SocialActivitySetModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()