Liferay 6.2-ce-ga5

com.liferay.portlet.social.service.persistence
Interface SocialActivitySetPersistence

All Superinterfaces:
BasePersistence<SocialActivitySet>

@ProviderType
public interface SocialActivitySetPersistence
extends BasePersistence<SocialActivitySet>

The persistence interface for the social activity set service.

Caching information and settings can be found in portal.properties

See Also:
SocialActivitySetPersistenceImpl, SocialActivitySetUtil

Method Summary
 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 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 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 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 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 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 orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.
 SocialActivitySet fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ?.
 SocialActivitySet fetchByGroupId_Last(long groupId, OrderByComparator 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 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 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 orderByComparator)
          Returns the first social activity set in the ordered set where userId = ?.
 SocialActivitySet fetchByUserId_Last(long userId, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the social activity sets.
 SocialActivitySet findByC_C_T_First(long classNameId, long classPK, int type, OrderByComparator 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 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 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 orderByComparator)
          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 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 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 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 orderByComparator)
          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 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 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 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 orderByComparator)
          Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.
 SocialActivitySet findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where groupId = ?.
 SocialActivitySet findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where groupId = ?.
 SocialActivitySet[] findByGroupId_PrevAndNext(long activitySetId, long groupId, OrderByComparator 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 orderByComparator)
          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 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 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 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 orderByComparator)
          Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.
 SocialActivitySet findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity set in the ordered set where userId = ?.
 SocialActivitySet findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity set in the ordered set where userId = ?.
 SocialActivitySet[] findByUserId_PrevAndNext(long activitySetId, long userId, OrderByComparator 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 orderByComparator)
          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)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update
 

Method Detail

findByGroupId

List<SocialActivitySet> findByGroupId(long groupId)
                                      throws SystemException
Returns all the social activity sets where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the matching social activity sets
Throws:
SystemException - if a system exception occurred

findByGroupId

List<SocialActivitySet> findByGroupId(long groupId,
                                      int start,
                                      int end)
                                      throws SystemException
Returns a range of all the social activity sets where groupId = ?.

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.

Parameters:
groupId - the group ID
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
Returns:
the range of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByGroupId

List<SocialActivitySet> findByGroupId(long groupId,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Returns an ordered range of all the social activity sets where groupId = ?.

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.

Parameters:
groupId - the group ID
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByGroupId_First

SocialActivitySet findByGroupId_First(long groupId,
                                      OrderByComparator orderByComparator)
                                      throws SystemException,
                                             NoSuchActivitySetException
Returns the first social activity set in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity set
Throws:
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred

fetchByGroupId_First

SocialActivitySet fetchByGroupId_First(long groupId,
                                       OrderByComparator orderByComparator)
                                       throws SystemException
Returns the first social activity set in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity set, or null if a matching social activity set could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId_Last

SocialActivitySet findByGroupId_Last(long groupId,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchActivitySetException
Returns the last social activity set in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity set
Throws:
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred

fetchByGroupId_Last

SocialActivitySet fetchByGroupId_Last(long groupId,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Returns the last social activity set in the ordered set where groupId = ?.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity set, or null if a matching social activity set could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId_PrevAndNext

SocialActivitySet[] findByGroupId_PrevAndNext(long activitySetId,
                                              long groupId,
                                              OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     NoSuchActivitySetException
Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ?.

Parameters:
activitySetId - the primary key of the current social activity set
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social activity set
Throws:
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred

removeByGroupId

void removeByGroupId(long groupId)
                     throws SystemException
Removes all the social activity sets where groupId = ? from the database.

Parameters:
groupId - the group ID
Throws:
SystemException - if a system exception occurred

countByGroupId

int countByGroupId(long groupId)
                   throws SystemException
Returns the number of social activity sets where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the number of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByUserId

List<SocialActivitySet> findByUserId(long userId)
                                     throws SystemException
Returns all the social activity sets where userId = ?.

Parameters:
userId - the user ID
Returns:
the matching social activity sets
Throws:
SystemException - if a system exception occurred

findByUserId

List<SocialActivitySet> findByUserId(long userId,
                                     int start,
                                     int end)
                                     throws SystemException
Returns a range of all the social activity sets where userId = ?.

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.

Parameters:
userId - the user ID
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
Returns:
the range of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByUserId

List<SocialActivitySet> findByUserId(long userId,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the social activity sets where userId = ?.

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.

Parameters:
userId - the user ID
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByUserId_First

SocialActivitySet findByUserId_First(long userId,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchActivitySetException
Returns the first social activity set in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity set
Throws:
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred

fetchByUserId_First

SocialActivitySet fetchByUserId_First(long userId,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Returns the first social activity set in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity set, or null if a matching social activity set could not be found
Throws:
SystemException - if a system exception occurred

findByUserId_Last

SocialActivitySet findByUserId_Last(long userId,
                                    OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchActivitySetException
Returns the last social activity set in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity set
Throws:
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred

fetchByUserId_Last

SocialActivitySet fetchByUserId_Last(long userId,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Returns the last social activity set in the ordered set where userId = ?.

Parameters:
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity set, or null if a matching social activity set could not be found
Throws:
SystemException - if a system exception occurred

findByUserId_PrevAndNext

SocialActivitySet[] findByUserId_PrevAndNext(long activitySetId,
                                             long userId,
                                             OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchActivitySetException
Returns the social activity sets before and after the current social activity set in the ordered set where userId = ?.

Parameters:
activitySetId - the primary key of the current social activity set
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social activity set
Throws:
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred

removeByUserId

void removeByUserId(long userId)
                    throws SystemException
Removes all the social activity sets where userId = ? from the database.

Parameters:
userId - the user ID
Throws:
SystemException - if a system exception occurred

countByUserId

int countByUserId(long userId)
                  throws SystemException
Returns the number of social activity sets where userId = ?.

Parameters:
userId - the user ID
Returns:
the number of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByG_U_T

List<SocialActivitySet> findByG_U_T(long groupId,
                                    long userId,
                                    int type)
                                    throws SystemException
Returns all the social activity sets where groupId = ? and userId = ? and type = ?.

Parameters:
groupId - the group ID
userId - the user ID
type - the type
Returns:
the matching social activity sets
Throws:
SystemException - if a system exception occurred

findByG_U_T

List<SocialActivitySet> findByG_U_T(long groupId,
                                    long userId,
                                    int type,
                                    int start,
                                    int end)
                                    throws SystemException
Returns a range of all the social activity sets where groupId = ? and userId = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start 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.

Parameters:
groupId - the group ID
userId - the user ID
type - the type
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
Returns:
the range of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByG_U_T

List<SocialActivitySet> findByG_U_T(long groupId,
                                    long userId,
                                    int type,
                                    int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start 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.

Parameters:
groupId - the group ID
userId - the user ID
type - the type
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByG_U_T_First

SocialActivitySet findByG_U_T_First(long groupId,
                                    long userId,
                                    int type,
                                    OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchActivitySetException
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.

Parameters:
groupId - the group ID
userId - the user ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity set
Throws:
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred

fetchByG_U_T_First

SocialActivitySet fetchByG_U_T_First(long groupId,
                                     long userId,
                                     int type,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.

Parameters:
groupId - the group ID
userId - the user ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity set, or null if a matching social activity set could not be found
Throws:
SystemException - if a system exception occurred

findByG_U_T_Last

SocialActivitySet findByG_U_T_Last(long groupId,
                                   long userId,
                                   int type,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchActivitySetException
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.

Parameters:
groupId - the group ID
userId - the user ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity set
Throws:
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred

fetchByG_U_T_Last

SocialActivitySet fetchByG_U_T_Last(long groupId,
                                    long userId,
                                    int type,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.

Parameters:
groupId - the group ID
userId - the user ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity set, or null if a matching social activity set could not be found
Throws:
SystemException - if a system exception occurred

findByG_U_T_PrevAndNext

SocialActivitySet[] findByG_U_T_PrevAndNext(long activitySetId,
                                            long groupId,
                                            long userId,
                                            int type,
                                            OrderByComparator orderByComparator)
                                            throws SystemException,
                                                   NoSuchActivitySetException
Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?.

Parameters:
activitySetId - the primary key of the current social activity set
groupId - the group ID
userId - the user ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social activity set
Throws:
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred

removeByG_U_T

void removeByG_U_T(long groupId,
                   long userId,
                   int type)
                   throws SystemException
Removes all the social activity sets where groupId = ? and userId = ? and type = ? from the database.

Parameters:
groupId - the group ID
userId - the user ID
type - the type
Throws:
SystemException - if a system exception occurred

countByG_U_T

int countByG_U_T(long groupId,
                 long userId,
                 int type)
                 throws SystemException
Returns the number of social activity sets where groupId = ? and userId = ? and type = ?.

Parameters:
groupId - the group ID
userId - the user ID
type - the type
Returns:
the number of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByC_C_T

List<SocialActivitySet> findByC_C_T(long classNameId,
                                    long classPK,
                                    int type)
                                    throws SystemException
Returns all the social activity sets where classNameId = ? and classPK = ? and type = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
Returns:
the matching social activity sets
Throws:
SystemException - if a system exception occurred

findByC_C_T

List<SocialActivitySet> findByC_C_T(long classNameId,
                                    long classPK,
                                    int type,
                                    int start,
                                    int end)
                                    throws SystemException
Returns a range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start 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.

Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
Returns:
the range of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByC_C_T

List<SocialActivitySet> findByC_C_T(long classNameId,
                                    long classPK,
                                    int type,
                                    int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start 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.

Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByC_C_T_First

SocialActivitySet findByC_C_T_First(long classNameId,
                                    long classPK,
                                    int type,
                                    OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchActivitySetException
Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity set
Throws:
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred

fetchByC_C_T_First

SocialActivitySet fetchByC_C_T_First(long classNameId,
                                     long classPK,
                                     int type,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity set, or null if a matching social activity set could not be found
Throws:
SystemException - if a system exception occurred

findByC_C_T_Last

SocialActivitySet findByC_C_T_Last(long classNameId,
                                   long classPK,
                                   int type,
                                   OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchActivitySetException
Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity set
Throws:
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred

fetchByC_C_T_Last

SocialActivitySet fetchByC_C_T_Last(long classNameId,
                                    long classPK,
                                    int type,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity set, or null if a matching social activity set could not be found
Throws:
SystemException - if a system exception occurred

findByC_C_T_PrevAndNext

SocialActivitySet[] findByC_C_T_PrevAndNext(long activitySetId,
                                            long classNameId,
                                            long classPK,
                                            int type,
                                            OrderByComparator orderByComparator)
                                            throws SystemException,
                                                   NoSuchActivitySetException
Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.

Parameters:
activitySetId - the primary key of the current social activity set
classNameId - the class name ID
classPK - the class p k
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social activity set
Throws:
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred

removeByC_C_T

void removeByC_C_T(long classNameId,
                   long classPK,
                   int type)
                   throws SystemException
Removes all the social activity sets where classNameId = ? and classPK = ? and type = ? from the database.

Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
Throws:
SystemException - if a system exception occurred

countByC_C_T

int countByC_C_T(long classNameId,
                 long classPK,
                 int type)
                 throws SystemException
Returns the number of social activity sets where classNameId = ? and classPK = ? and type = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
type - the type
Returns:
the number of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByG_U_C_T

List<SocialActivitySet> findByG_U_C_T(long groupId,
                                      long userId,
                                      long classNameId,
                                      int type)
                                      throws SystemException
Returns all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.

Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
type - the type
Returns:
the matching social activity sets
Throws:
SystemException - if a system exception occurred

findByG_U_C_T

List<SocialActivitySet> findByG_U_C_T(long groupId,
                                      long userId,
                                      long classNameId,
                                      int type,
                                      int start,
                                      int end)
                                      throws SystemException
Returns a range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start 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.

Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
type - the type
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
Returns:
the range of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByG_U_C_T

List<SocialActivitySet> findByG_U_C_T(long groupId,
                                      long userId,
                                      long classNameId,
                                      int type,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start 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.

Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
type - the type
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByG_U_C_T_First

SocialActivitySet findByG_U_C_T_First(long groupId,
                                      long userId,
                                      long classNameId,
                                      int type,
                                      OrderByComparator orderByComparator)
                                      throws SystemException,
                                             NoSuchActivitySetException
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.

Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity set
Throws:
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred

fetchByG_U_C_T_First

SocialActivitySet fetchByG_U_C_T_First(long groupId,
                                       long userId,
                                       long classNameId,
                                       int type,
                                       OrderByComparator orderByComparator)
                                       throws SystemException
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.

Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity set, or null if a matching social activity set could not be found
Throws:
SystemException - if a system exception occurred

findByG_U_C_T_Last

SocialActivitySet findByG_U_C_T_Last(long groupId,
                                     long userId,
                                     long classNameId,
                                     int type,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchActivitySetException
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.

Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity set
Throws:
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred

fetchByG_U_C_T_Last

SocialActivitySet fetchByG_U_C_T_Last(long groupId,
                                      long userId,
                                      long classNameId,
                                      int type,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.

Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity set, or null if a matching social activity set could not be found
Throws:
SystemException - if a system exception occurred

findByG_U_C_T_PrevAndNext

SocialActivitySet[] findByG_U_C_T_PrevAndNext(long activitySetId,
                                              long groupId,
                                              long userId,
                                              long classNameId,
                                              int type,
                                              OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     NoSuchActivitySetException
Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.

Parameters:
activitySetId - the primary key of the current social activity set
groupId - the group ID
userId - the user ID
classNameId - the class name ID
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social activity set
Throws:
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred

removeByG_U_C_T

void removeByG_U_C_T(long groupId,
                     long userId,
                     long classNameId,
                     int type)
                     throws SystemException
Removes all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ? from the database.

Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
type - the type
Throws:
SystemException - if a system exception occurred

countByG_U_C_T

int countByG_U_C_T(long groupId,
                   long userId,
                   long classNameId,
                   int type)
                   throws SystemException
Returns the number of social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.

Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
type - the type
Returns:
the number of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByU_C_C_T

List<SocialActivitySet> findByU_C_C_T(long userId,
                                      long classNameId,
                                      long classPK,
                                      int type)
                                      throws SystemException
Returns all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
Returns:
the matching social activity sets
Throws:
SystemException - if a system exception occurred

findByU_C_C_T

List<SocialActivitySet> findByU_C_C_T(long userId,
                                      long classNameId,
                                      long classPK,
                                      int type,
                                      int start,
                                      int end)
                                      throws SystemException
Returns a range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start 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.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
Returns:
the range of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByU_C_C_T

List<SocialActivitySet> findByU_C_C_T(long userId,
                                      long classNameId,
                                      long classPK,
                                      int type,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.

Useful when paginating results. Returns a maximum of end - start instances. start 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.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social activity sets
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_First

SocialActivitySet findByU_C_C_T_First(long userId,
                                      long classNameId,
                                      long classPK,
                                      int type,
                                      OrderByComparator orderByComparator)
                                      throws SystemException,
                                             NoSuchActivitySetException
Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity set
Throws:
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred

fetchByU_C_C_T_First

SocialActivitySet fetchByU_C_C_T_First(long userId,
                                       long classNameId,
                                       long classPK,
                                       int type,
                                       OrderByComparator orderByComparator)
                                       throws SystemException
Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity set, or null if a matching social activity set could not be found
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_Last

SocialActivitySet findByU_C_C_T_Last(long userId,
                                     long classNameId,
                                     long classPK,
                                     int type,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchActivitySetException
Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity set
Throws:
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred

fetchByU_C_C_T_Last

SocialActivitySet fetchByU_C_C_T_Last(long userId,
                                      long classNameId,
                                      long classPK,
                                      int type,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity set, or null if a matching social activity set could not be found
Throws:
SystemException - if a system exception occurred

findByU_C_C_T_PrevAndNext

SocialActivitySet[] findByU_C_C_T_PrevAndNext(long activitySetId,
                                              long userId,
                                              long classNameId,
                                              long classPK,
                                              int type,
                                              OrderByComparator orderByComparator)
                                              throws SystemException,
                                                     NoSuchActivitySetException
Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.

Parameters:
activitySetId - the primary key of the current social activity set
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social activity set
Throws:
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred

removeByU_C_C_T

void removeByU_C_C_T(long userId,
                     long classNameId,
                     long classPK,
                     int type)
                     throws SystemException
Removes all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ? from the database.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
Throws:
SystemException - if a system exception occurred

countByU_C_C_T

int countByU_C_C_T(long userId,
                   long classNameId,
                   long classPK,
                   int type)
                   throws SystemException
Returns the number of social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.

Parameters:
userId - the user ID
classNameId - the class name ID
classPK - the class p k
type - the type
Returns:
the number of matching social activity sets
Throws:
SystemException - if a system exception occurred

cacheResult

void cacheResult(SocialActivitySet socialActivitySet)
Caches the social activity set in the entity cache if it is enabled.

Parameters:
socialActivitySet - the social activity set

cacheResult

void cacheResult(List<SocialActivitySet> socialActivitySets)
Caches the social activity sets in the entity cache if it is enabled.

Parameters:
socialActivitySets - the social activity sets

create

SocialActivitySet create(long activitySetId)
Creates a new social activity set with the primary key. Does not add the social activity set to the database.

Parameters:
activitySetId - the primary key for the new social activity set
Returns:
the new social activity set

remove

SocialActivitySet remove(long activitySetId)
                         throws SystemException,
                                NoSuchActivitySetException
Removes the social activity set with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
activitySetId - the primary key of the social activity set
Returns:
the social activity set that was removed
Throws:
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

SocialActivitySet updateImpl(SocialActivitySet socialActivitySet)
                             throws SystemException
Throws:
SystemException

findByPrimaryKey

SocialActivitySet findByPrimaryKey(long activitySetId)
                                   throws SystemException,
                                          NoSuchActivitySetException
Returns the social activity set with the primary key or throws a NoSuchActivitySetException if it could not be found.

Parameters:
activitySetId - the primary key of the social activity set
Returns:
the social activity set
Throws:
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

SocialActivitySet fetchByPrimaryKey(long activitySetId)
                                    throws SystemException
Returns the social activity set with the primary key or returns null if it could not be found.

Parameters:
activitySetId - the primary key of the social activity set
Returns:
the social activity set, or null if a social activity set with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

List<SocialActivitySet> findAll()
                                throws SystemException
Returns all the social activity sets.

Returns:
the social activity sets
Throws:
SystemException - if a system exception occurred

findAll

List<SocialActivitySet> findAll(int start,
                                int end)
                                throws SystemException
Returns a range of all the social activity sets.

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.

Parameters:
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
Returns:
the range of social activity sets
Throws:
SystemException - if a system exception occurred

findAll

List<SocialActivitySet> findAll(int start,
                                int end,
                                OrderByComparator orderByComparator)
                                throws SystemException
Returns an ordered range of all the social activity sets.

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.

Parameters:
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of social activity sets
Throws:
SystemException - if a system exception occurred

removeAll

void removeAll()
               throws SystemException
Removes all the social activity sets from the database.

Throws:
SystemException - if a system exception occurred

countAll

int countAll()
             throws SystemException
Returns the number of social activity sets.

Returns:
the number of social activity sets
Throws:
SystemException - if a system exception occurred

Liferay 6.2-ce-ga5