@ProviderType
public class SocialActivitySetUtil
extends Object
SocialActivitySetPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
SocialActivitySetPersistence
,
SocialActivitySetPersistenceImpl
Constructor and Description |
---|
SocialActivitySetUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(List<SocialActivitySet> socialActivitySets)
Caches the social activity sets in the entity cache if it is enabled.
|
static void |
cacheResult(SocialActivitySet socialActivitySet)
Caches the social activity set in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(SocialActivitySet socialActivitySet) |
static int |
countAll()
Returns the number of social activity sets.
|
static int |
countByC_C_T(long classNameId,
long classPK,
int type)
Returns the number of social activity sets where classNameId = ? and classPK = ? and type = ?.
|
static 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 = ?.
|
static int |
countByG_U_T(long groupId,
long userId,
int type)
Returns the number of social activity sets where groupId = ? and userId = ? and type = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of social activity sets where groupId = ?.
|
static 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 = ?.
|
static int |
countByUserId(long userId)
Returns the number of social activity sets where userId = ?.
|
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery) |
static SocialActivitySet |
create(long activitySetId)
Creates a new social activity set with the primary key.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static SocialActivitySet |
fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ?.
|
static SocialActivitySet |
fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ?.
|
static SocialActivitySet |
fetchByPrimaryKey(long activitySetId)
Returns the social activity set with the primary key or returns
null if it could not be found. |
static Map<Serializable,SocialActivitySet> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static 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 = ?.
|
static 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 = ?.
|
static SocialActivitySet |
fetchByUserId_First(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ?.
|
static SocialActivitySet |
fetchByUserId_Last(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ?.
|
static List<SocialActivitySet> |
findAll()
Returns all the social activity sets.
|
static List<SocialActivitySet> |
findAll(int start,
int end)
Returns a range of all the social activity sets.
|
static List<SocialActivitySet> |
findAll(int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets.
|
static List<SocialActivitySet> |
findAll(int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<SocialActivitySet> |
findByC_C_T(long classNameId,
long classPK,
int type)
Returns all the social activity sets where classNameId = ? and classPK = ? and type = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<SocialActivitySet> |
findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<SocialActivitySet> |
findByG_U_C_T(long groupId,
long userId,
long classNameId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<SocialActivitySet> |
findByG_U_T(long groupId,
long userId,
int type)
Returns all the social activity sets where groupId = ? and userId = ? and type = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<SocialActivitySet> |
findByG_U_T(long groupId,
long userId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.
|
static SocialActivitySet |
findByGroupId_First(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ?.
|
static SocialActivitySet |
findByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ?.
|
static 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 = ?.
|
static List<SocialActivitySet> |
findByGroupId(long groupId)
Returns all the social activity sets where groupId = ?.
|
static List<SocialActivitySet> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the social activity sets where groupId = ?.
|
static List<SocialActivitySet> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where groupId = ?.
|
static List<SocialActivitySet> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets where groupId = ?.
|
static SocialActivitySet |
findByPrimaryKey(long activitySetId)
Returns the social activity set with the primary key or throws a
NoSuchActivitySetException if it could not be found. |
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static List<SocialActivitySet> |
findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.
|
static SocialActivitySet |
findByUserId_First(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ?.
|
static SocialActivitySet |
findByUserId_Last(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ?.
|
static 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 = ?.
|
static List<SocialActivitySet> |
findByUserId(long userId)
Returns all the social activity sets where userId = ?.
|
static List<SocialActivitySet> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the social activity sets where userId = ?.
|
static List<SocialActivitySet> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where userId = ?.
|
static List<SocialActivitySet> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets where userId = ?.
|
static List<SocialActivitySet> |
findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<SocialActivitySet> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<SocialActivitySet> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator) |
static Set<String> |
getBadColumnNames() |
static SocialActivitySetPersistence |
getPersistence() |
static SocialActivitySet |
remove(long activitySetId)
Removes the social activity set with the primary key from the database.
|
static void |
removeAll()
Removes all the social activity sets from the database.
|
static 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.
|
static 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.
|
static 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.
|
static void |
removeByGroupId(long groupId)
Removes all the social activity sets where groupId = ? from the database.
|
static 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.
|
static void |
removeByUserId(long userId)
Removes all the social activity sets where userId = ? from the database.
|
static SocialActivitySet |
update(SocialActivitySet socialActivitySet) |
static SocialActivitySet |
update(SocialActivitySet socialActivitySet,
ServiceContext serviceContext) |
static SocialActivitySet |
updateImpl(SocialActivitySet socialActivitySet) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(SocialActivitySet socialActivitySet)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
public static List<SocialActivitySet> findWithDynamicQuery(DynamicQuery dynamicQuery)
public static List<SocialActivitySet> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
public static List<SocialActivitySet> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator)
public static SocialActivitySet update(SocialActivitySet socialActivitySet)
public static SocialActivitySet update(SocialActivitySet socialActivitySet, ServiceContext serviceContext)
public static List<SocialActivitySet> findByGroupId(long groupId)
groupId
- the group IDpublic static List<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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)public static List<SocialActivitySet> findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)retrieveFromCache
- whether to retrieve from the finder cachepublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet[] 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 foundpublic static void removeByGroupId(long groupId)
groupId
- the group IDpublic static int countByGroupId(long groupId)
groupId
- the group IDpublic static List<SocialActivitySet> findByUserId(long userId)
userId
- the user IDpublic static List<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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)public static List<SocialActivitySet> findByUserId(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)retrieveFromCache
- whether to retrieve from the finder cachepublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet[] 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 foundpublic static void removeByUserId(long userId)
userId
- the user IDpublic static int countByUserId(long userId)
userId
- the user IDpublic static List<SocialActivitySet> findByG_U_T(long groupId, long userId, int type)
groupId
- the group IDuserId
- the user IDtype
- the typepublic static List<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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)public static List<SocialActivitySet> findByG_U_T(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)retrieveFromCache
- whether to retrieve from the finder cachepublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet[] 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 foundpublic static void removeByG_U_T(long groupId, long userId, int type)
groupId
- the group IDuserId
- the user IDtype
- the typepublic static int countByG_U_T(long groupId, long userId, int type)
groupId
- the group IDuserId
- the user IDtype
- the typepublic static List<SocialActivitySet> findByC_C_T(long classNameId, long classPK, int type)
classNameId
- the class name IDclassPK
- the class pktype
- the typepublic static List<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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)public static List<SocialActivitySet> findByC_C_T(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)retrieveFromCache
- whether to retrieve from the finder cachepublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet[] 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 foundpublic static void removeByC_C_T(long classNameId, long classPK, int type)
classNameId
- the class name IDclassPK
- the class pktype
- the typepublic static int countByC_C_T(long classNameId, long classPK, int type)
classNameId
- the class name IDclassPK
- the class pktype
- the typepublic static List<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 typepublic static List<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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)public static List<SocialActivitySet> findByG_U_C_T(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)retrieveFromCache
- whether to retrieve from the finder cachepublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet[] 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 foundpublic static void removeByG_U_C_T(long groupId, long userId, long classNameId, int type)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typepublic static int countByG_U_C_T(long groupId, long userId, long classNameId, int type)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDtype
- the typepublic static List<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 typepublic static List<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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)public static List<SocialActivitySet> findByU_C_C_T(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)retrieveFromCache
- whether to retrieve from the finder cachepublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet 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 foundpublic static SocialActivitySet[] 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 foundpublic static void removeByU_C_C_T(long userId, long classNameId, long classPK, int type)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typepublic static int countByU_C_C_T(long userId, long classNameId, long classPK, int type)
userId
- the user IDclassNameId
- the class name IDclassPK
- the class pktype
- the typepublic static void cacheResult(SocialActivitySet socialActivitySet)
socialActivitySet
- the social activity setpublic static void cacheResult(List<SocialActivitySet> socialActivitySets)
socialActivitySets
- the social activity setspublic static SocialActivitySet create(long activitySetId)
activitySetId
- the primary key for the new social activity setpublic static SocialActivitySet 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 foundpublic static SocialActivitySet updateImpl(SocialActivitySet socialActivitySet)
public static 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 foundpublic static SocialActivitySet 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 foundpublic static Map<Serializable,SocialActivitySet> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
public static List<SocialActivitySet> findAll()
public static 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of social activity setsend
- the upper bound of the range of social activity sets (not inclusive)public static 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)public static List<SocialActivitySet> findAll(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeAll()
public static int countAll()
public static Set<String> getBadColumnNames()
public static SocialActivitySetPersistence getPersistence()