Liferay 6.2-ce-ga5

com.liferay.portlet.social.service.persistence
Class SocialActivityLimitPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<SocialActivityLimit>
      extended by com.liferay.portlet.social.service.persistence.SocialActivityLimitPersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<SocialActivityLimit>, SocialActivityLimitPersistence

public class SocialActivityLimitPersistenceImpl
extends BasePersistenceImpl<SocialActivityLimit>
implements SocialActivityLimitPersistence

The persistence implementation for the social activity limit service.

Caching information and settings can be found in portal.properties

See Also:
SocialActivityLimitPersistence, SocialActivityLimitUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
           
static String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_C_C
           
static FinderPath FINDER_PATH_COUNT_BY_G_U_C_C_A_A
           
static FinderPath FINDER_PATH_COUNT_BY_GROUPID
           
static FinderPath FINDER_PATH_COUNT_BY_USERID
           
static FinderPath FINDER_PATH_FETCH_BY_G_U_C_C_A_A
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_C
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_USERID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERID
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
SocialActivityLimitPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the social activity limit persistence.
 void cacheResult(List<SocialActivityLimit> socialActivityLimits)
          Caches the social activity limits in the entity cache if it is enabled.
 void cacheResult(SocialActivityLimit socialActivityLimit)
          Caches the social activity limit in the entity cache if it is enabled.
protected  void cacheUniqueFindersCache(SocialActivityLimit socialActivityLimit)
           
 void clearCache()
          Clears the cache for all social activity limits.
 void clearCache(List<SocialActivityLimit> socialActivityLimits)
          Clears the cache for a List instances of this model.
 void clearCache(SocialActivityLimit socialActivityLimit)
          Clears the cache for the social activity limit.
protected  void clearUniqueFindersCache(SocialActivityLimit socialActivityLimit)
           
 int countAll()
          Returns the number of social activity limits.
 int countByC_C(long classNameId, long classPK)
          Returns the number of social activity limits where classNameId = ? and classPK = ?.
 int countByG_U_C_C_A_A(long groupId, long userId, long classNameId, long classPK, int activityType, String activityCounterName)
          Returns the number of social activity limits where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ?.
 int countByGroupId(long groupId)
          Returns the number of social activity limits where groupId = ?.
 int countByUserId(long userId)
          Returns the number of social activity limits where userId = ?.
 SocialActivityLimit create(long activityLimitId)
          Creates a new social activity limit with the primary key.
 void destroy()
           
 SocialActivityLimit fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityLimit fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityLimit fetchByG_U_C_C_A_A(long groupId, long userId, long classNameId, long classPK, int activityType, String activityCounterName)
          Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or returns null if it could not be found.
 SocialActivityLimit fetchByG_U_C_C_A_A(long groupId, long userId, long classNameId, long classPK, int activityType, String activityCounterName, boolean retrieveFromCache)
          Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or returns null if it could not be found, optionally using the finder cache.
 SocialActivityLimit fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where groupId = ?.
 SocialActivityLimit fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where groupId = ?.
 SocialActivityLimit fetchByPrimaryKey(long activityLimitId)
          Returns the social activity limit with the primary key or returns null if it could not be found.
 SocialActivityLimit fetchByPrimaryKey(Serializable primaryKey)
          Returns the social activity limit with the primary key or returns null if it could not be found.
 SocialActivityLimit fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where userId = ?.
 SocialActivityLimit fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where userId = ?.
 List<SocialActivityLimit> findAll()
          Returns all the social activity limits.
 List<SocialActivityLimit> findAll(int start, int end)
          Returns a range of all the social activity limits.
 List<SocialActivityLimit> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity limits.
 SocialActivityLimit findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityLimit findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityLimit[] findByC_C_PrevAndNext(long activityLimitId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?.
 List<SocialActivityLimit> findByC_C(long classNameId, long classPK)
          Returns all the social activity limits where classNameId = ? and classPK = ?.
 List<SocialActivityLimit> findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the social activity limits where classNameId = ? and classPK = ?.
 List<SocialActivityLimit> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity limits where classNameId = ? and classPK = ?.
 SocialActivityLimit findByG_U_C_C_A_A(long groupId, long userId, long classNameId, long classPK, int activityType, String activityCounterName)
          Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or throws a NoSuchActivityLimitException if it could not be found.
 SocialActivityLimit findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where groupId = ?.
 SocialActivityLimit findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where groupId = ?.
 SocialActivityLimit[] findByGroupId_PrevAndNext(long activityLimitId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity limits before and after the current social activity limit in the ordered set where groupId = ?.
 List<SocialActivityLimit> findByGroupId(long groupId)
          Returns all the social activity limits where groupId = ?.
 List<SocialActivityLimit> findByGroupId(long groupId, int start, int end)
          Returns a range of all the social activity limits where groupId = ?.
 List<SocialActivityLimit> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity limits where groupId = ?.
 SocialActivityLimit findByPrimaryKey(long activityLimitId)
          Returns the social activity limit with the primary key or throws a NoSuchActivityLimitException if it could not be found.
 SocialActivityLimit findByPrimaryKey(Serializable primaryKey)
          Returns the social activity limit with the primary key or throws a NoSuchModelException if it could not be found.
 SocialActivityLimit findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social activity limit in the ordered set where userId = ?.
 SocialActivityLimit findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social activity limit in the ordered set where userId = ?.
 SocialActivityLimit[] findByUserId_PrevAndNext(long activityLimitId, long userId, OrderByComparator orderByComparator)
          Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?.
 List<SocialActivityLimit> findByUserId(long userId)
          Returns all the social activity limits where userId = ?.
 List<SocialActivityLimit> findByUserId(long userId, int start, int end)
          Returns a range of all the social activity limits where userId = ?.
 List<SocialActivityLimit> findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity limits where userId = ?.
protected  SocialActivityLimit getByC_C_PrevAndNext(Session session, SocialActivityLimit socialActivityLimit, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialActivityLimit getByGroupId_PrevAndNext(Session session, SocialActivityLimit socialActivityLimit, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialActivityLimit getByUserId_PrevAndNext(Session session, SocialActivityLimit socialActivityLimit, long userId, OrderByComparator orderByComparator, boolean previous)
           
 SocialActivityLimit remove(long activityLimitId)
          Removes the social activity limit with the primary key from the database.
 SocialActivityLimit remove(Serializable primaryKey)
          Removes the social activity limit with the primary key from the database.
 void removeAll()
          Removes all the social activity limits from the database.
 void removeByC_C(long classNameId, long classPK)
          Removes all the social activity limits where classNameId = ? and classPK = ? from the database.
 SocialActivityLimit removeByG_U_C_C_A_A(long groupId, long userId, long classNameId, long classPK, int activityType, String activityCounterName)
          Removes the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? from the database.
 void removeByGroupId(long groupId)
          Removes all the social activity limits where groupId = ? from the database.
 void removeByUserId(long userId)
          Removes all the social activity limits where userId = ? from the database.
protected  SocialActivityLimit removeImpl(SocialActivityLimit socialActivityLimit)
          Removes the model instance from the database.
protected  SocialActivityLimit toUnwrappedModel(SocialActivityLimit socialActivityLimit)
           
 SocialActivityLimit updateImpl(SocialActivityLimit socialActivityLimit)
          Updates the model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID

FINDER_PATH_COUNT_BY_GROUPID

public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID

FINDER_PATH_WITH_PAGINATION_FIND_BY_USERID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_USERID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERID

FINDER_PATH_COUNT_BY_USERID

public static final FinderPath FINDER_PATH_COUNT_BY_USERID

FINDER_PATH_WITH_PAGINATION_FIND_BY_C_C

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_C

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C

FINDER_PATH_COUNT_BY_C_C

public static final FinderPath FINDER_PATH_COUNT_BY_C_C

FINDER_PATH_FETCH_BY_G_U_C_C_A_A

public static final FinderPath FINDER_PATH_FETCH_BY_G_U_C_C_A_A

FINDER_PATH_COUNT_BY_G_U_C_C_A_A

public static final FinderPath FINDER_PATH_COUNT_BY_G_U_C_C_A_A
Constructor Detail

SocialActivityLimitPersistenceImpl

public SocialActivityLimitPersistenceImpl()
Method Detail

findByGroupId

public List<SocialActivityLimit> findByGroupId(long groupId)
                                        throws SystemException
Returns all the social activity limits where groupId = ?.

Specified by:
findByGroupId in interface SocialActivityLimitPersistence
Parameters:
groupId - the group ID
Returns:
the matching social activity limits
Throws:
SystemException - if a system exception occurred

findByGroupId

public List<SocialActivityLimit> findByGroupId(long groupId,
                                               int start,
                                               int end)
                                        throws SystemException
Returns a range of all the social activity limits 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 SocialActivityLimitModelImpl. 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.

Specified by:
findByGroupId in interface SocialActivityLimitPersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of social activity limits
end - the upper bound of the range of social activity limits (not inclusive)
Returns:
the range of matching social activity limits
Throws:
SystemException - if a system exception occurred

findByGroupId

public List<SocialActivityLimit> findByGroupId(long groupId,
                                               int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Returns an ordered range of all the social activity limits 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 SocialActivityLimitModelImpl. 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.

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

findByGroupId_First

public SocialActivityLimit findByGroupId_First(long groupId,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchActivityLimitException,
                                               SystemException
Returns the first social activity limit in the ordered set where groupId = ?.

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

fetchByGroupId_First

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

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

findByGroupId_Last

public SocialActivityLimit findByGroupId_Last(long groupId,
                                              OrderByComparator orderByComparator)
                                       throws NoSuchActivityLimitException,
                                              SystemException
Returns the last social activity limit in the ordered set where groupId = ?.

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

fetchByGroupId_Last

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

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

findByGroupId_PrevAndNext

public SocialActivityLimit[] findByGroupId_PrevAndNext(long activityLimitId,
                                                       long groupId,
                                                       OrderByComparator orderByComparator)
                                                throws NoSuchActivityLimitException,
                                                       SystemException
Returns the social activity limits before and after the current social activity limit in the ordered set where groupId = ?.

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

getByGroupId_PrevAndNext

protected SocialActivityLimit getByGroupId_PrevAndNext(Session session,
                                                       SocialActivityLimit socialActivityLimit,
                                                       long groupId,
                                                       OrderByComparator orderByComparator,
                                                       boolean previous)

removeByGroupId

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

Specified by:
removeByGroupId in interface SocialActivityLimitPersistence
Parameters:
groupId - the group ID
Throws:
SystemException - if a system exception occurred

countByGroupId

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

Specified by:
countByGroupId in interface SocialActivityLimitPersistence
Parameters:
groupId - the group ID
Returns:
the number of matching social activity limits
Throws:
SystemException - if a system exception occurred

findByUserId

public List<SocialActivityLimit> findByUserId(long userId)
                                       throws SystemException
Returns all the social activity limits where userId = ?.

Specified by:
findByUserId in interface SocialActivityLimitPersistence
Parameters:
userId - the user ID
Returns:
the matching social activity limits
Throws:
SystemException - if a system exception occurred

findByUserId

public List<SocialActivityLimit> findByUserId(long userId,
                                              int start,
                                              int end)
                                       throws SystemException
Returns a range of all the social activity limits 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 SocialActivityLimitModelImpl. 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.

Specified by:
findByUserId in interface SocialActivityLimitPersistence
Parameters:
userId - the user ID
start - the lower bound of the range of social activity limits
end - the upper bound of the range of social activity limits (not inclusive)
Returns:
the range of matching social activity limits
Throws:
SystemException - if a system exception occurred

findByUserId

public List<SocialActivityLimit> findByUserId(long userId,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns an ordered range of all the social activity limits 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 SocialActivityLimitModelImpl. 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.

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

findByUserId_First

public SocialActivityLimit findByUserId_First(long userId,
                                              OrderByComparator orderByComparator)
                                       throws NoSuchActivityLimitException,
                                              SystemException
Returns the first social activity limit in the ordered set where userId = ?.

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

fetchByUserId_First

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

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

findByUserId_Last

public SocialActivityLimit findByUserId_Last(long userId,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchActivityLimitException,
                                             SystemException
Returns the last social activity limit in the ordered set where userId = ?.

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

fetchByUserId_Last

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

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

findByUserId_PrevAndNext

public SocialActivityLimit[] findByUserId_PrevAndNext(long activityLimitId,
                                                      long userId,
                                                      OrderByComparator orderByComparator)
                                               throws NoSuchActivityLimitException,
                                                      SystemException
Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?.

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

getByUserId_PrevAndNext

protected SocialActivityLimit getByUserId_PrevAndNext(Session session,
                                                      SocialActivityLimit socialActivityLimit,
                                                      long userId,
                                                      OrderByComparator orderByComparator,
                                                      boolean previous)

removeByUserId

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

Specified by:
removeByUserId in interface SocialActivityLimitPersistence
Parameters:
userId - the user ID
Throws:
SystemException - if a system exception occurred

countByUserId

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

Specified by:
countByUserId in interface SocialActivityLimitPersistence
Parameters:
userId - the user ID
Returns:
the number of matching social activity limits
Throws:
SystemException - if a system exception occurred

findByC_C

public List<SocialActivityLimit> findByC_C(long classNameId,
                                           long classPK)
                                    throws SystemException
Returns all the social activity limits where classNameId = ? and classPK = ?.

Specified by:
findByC_C in interface SocialActivityLimitPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the matching social activity limits
Throws:
SystemException - if a system exception occurred

findByC_C

public List<SocialActivityLimit> findByC_C(long classNameId,
                                           long classPK,
                                           int start,
                                           int end)
                                    throws SystemException
Returns a range of all the social activity limits where classNameId = ? and classPK = ?.

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 SocialActivityLimitModelImpl. 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.

Specified by:
findByC_C in interface SocialActivityLimitPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of social activity limits
end - the upper bound of the range of social activity limits (not inclusive)
Returns:
the range of matching social activity limits
Throws:
SystemException - if a system exception occurred

findByC_C

public List<SocialActivityLimit> findByC_C(long classNameId,
                                           long classPK,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the social activity limits where classNameId = ? and classPK = ?.

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 SocialActivityLimitModelImpl. 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.

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

findByC_C_First

public SocialActivityLimit findByC_C_First(long classNameId,
                                           long classPK,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchActivityLimitException,
                                           SystemException
Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.

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

fetchByC_C_First

public SocialActivityLimit fetchByC_C_First(long classNameId,
                                            long classPK,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.

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

findByC_C_Last

public SocialActivityLimit findByC_C_Last(long classNameId,
                                          long classPK,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchActivityLimitException,
                                          SystemException
Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.

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

fetchByC_C_Last

public SocialActivityLimit fetchByC_C_Last(long classNameId,
                                           long classPK,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.

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

findByC_C_PrevAndNext

public SocialActivityLimit[] findByC_C_PrevAndNext(long activityLimitId,
                                                   long classNameId,
                                                   long classPK,
                                                   OrderByComparator orderByComparator)
                                            throws NoSuchActivityLimitException,
                                                   SystemException
Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?.

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

getByC_C_PrevAndNext

protected SocialActivityLimit getByC_C_PrevAndNext(Session session,
                                                   SocialActivityLimit socialActivityLimit,
                                                   long classNameId,
                                                   long classPK,
                                                   OrderByComparator orderByComparator,
                                                   boolean previous)

removeByC_C

public void removeByC_C(long classNameId,
                        long classPK)
                 throws SystemException
Removes all the social activity limits where classNameId = ? and classPK = ? from the database.

Specified by:
removeByC_C in interface SocialActivityLimitPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
Throws:
SystemException - if a system exception occurred

countByC_C

public int countByC_C(long classNameId,
                      long classPK)
               throws SystemException
Returns the number of social activity limits where classNameId = ? and classPK = ?.

Specified by:
countByC_C in interface SocialActivityLimitPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the number of matching social activity limits
Throws:
SystemException - if a system exception occurred

findByG_U_C_C_A_A

public SocialActivityLimit findByG_U_C_C_A_A(long groupId,
                                             long userId,
                                             long classNameId,
                                             long classPK,
                                             int activityType,
                                             String activityCounterName)
                                      throws NoSuchActivityLimitException,
                                             SystemException
Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or throws a NoSuchActivityLimitException if it could not be found.

Specified by:
findByG_U_C_C_A_A in interface SocialActivityLimitPersistence
Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
classPK - the class p k
activityType - the activity type
activityCounterName - the activity counter name
Returns:
the matching social activity limit
Throws:
NoSuchActivityLimitException - if a matching social activity limit could not be found
SystemException - if a system exception occurred

fetchByG_U_C_C_A_A

public SocialActivityLimit fetchByG_U_C_C_A_A(long groupId,
                                              long userId,
                                              long classNameId,
                                              long classPK,
                                              int activityType,
                                              String activityCounterName)
                                       throws SystemException
Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByG_U_C_C_A_A in interface SocialActivityLimitPersistence
Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
classPK - the class p k
activityType - the activity type
activityCounterName - the activity counter name
Returns:
the matching social activity limit, or null if a matching social activity limit could not be found
Throws:
SystemException - if a system exception occurred

fetchByG_U_C_C_A_A

public SocialActivityLimit fetchByG_U_C_C_A_A(long groupId,
                                              long userId,
                                              long classNameId,
                                              long classPK,
                                              int activityType,
                                              String activityCounterName,
                                              boolean retrieveFromCache)
                                       throws SystemException
Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByG_U_C_C_A_A in interface SocialActivityLimitPersistence
Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
classPK - the class p k
activityType - the activity type
activityCounterName - the activity counter name
retrieveFromCache - whether to use the finder cache
Returns:
the matching social activity limit, or null if a matching social activity limit could not be found
Throws:
SystemException - if a system exception occurred

removeByG_U_C_C_A_A

public SocialActivityLimit removeByG_U_C_C_A_A(long groupId,
                                               long userId,
                                               long classNameId,
                                               long classPK,
                                               int activityType,
                                               String activityCounterName)
                                        throws NoSuchActivityLimitException,
                                               SystemException
Removes the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? from the database.

Specified by:
removeByG_U_C_C_A_A in interface SocialActivityLimitPersistence
Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
classPK - the class p k
activityType - the activity type
activityCounterName - the activity counter name
Returns:
the social activity limit that was removed
Throws:
SystemException - if a system exception occurred
NoSuchActivityLimitException

countByG_U_C_C_A_A

public int countByG_U_C_C_A_A(long groupId,
                              long userId,
                              long classNameId,
                              long classPK,
                              int activityType,
                              String activityCounterName)
                       throws SystemException
Returns the number of social activity limits where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ?.

Specified by:
countByG_U_C_C_A_A in interface SocialActivityLimitPersistence
Parameters:
groupId - the group ID
userId - the user ID
classNameId - the class name ID
classPK - the class p k
activityType - the activity type
activityCounterName - the activity counter name
Returns:
the number of matching social activity limits
Throws:
SystemException - if a system exception occurred

cacheResult

public void cacheResult(SocialActivityLimit socialActivityLimit)
Caches the social activity limit in the entity cache if it is enabled.

Specified by:
cacheResult in interface SocialActivityLimitPersistence
Parameters:
socialActivityLimit - the social activity limit

cacheResult

public void cacheResult(List<SocialActivityLimit> socialActivityLimits)
Caches the social activity limits in the entity cache if it is enabled.

Specified by:
cacheResult in interface SocialActivityLimitPersistence
Parameters:
socialActivityLimits - the social activity limits

clearCache

public void clearCache()
Clears the cache for all social activity limits.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<SocialActivityLimit>
Overrides:
clearCache in class BasePersistenceImpl<SocialActivityLimit>

clearCache

public void clearCache(SocialActivityLimit socialActivityLimit)
Clears the cache for the social activity limit.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<SocialActivityLimit>
Overrides:
clearCache in class BasePersistenceImpl<SocialActivityLimit>
Parameters:
socialActivityLimit - the instance of this model to clear the cache for

clearCache

public void clearCache(List<SocialActivityLimit> socialActivityLimits)
Description copied from interface: BasePersistence
Clears the cache for a List instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<SocialActivityLimit>
Overrides:
clearCache in class BasePersistenceImpl<SocialActivityLimit>
Parameters:
socialActivityLimits - the List instances of this model to clear the cache for

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(SocialActivityLimit socialActivityLimit)

clearUniqueFindersCache

protected void clearUniqueFindersCache(SocialActivityLimit socialActivityLimit)

create

public SocialActivityLimit create(long activityLimitId)
Creates a new social activity limit with the primary key. Does not add the social activity limit to the database.

Specified by:
create in interface SocialActivityLimitPersistence
Parameters:
activityLimitId - the primary key for the new social activity limit
Returns:
the new social activity limit

remove

public SocialActivityLimit remove(long activityLimitId)
                           throws NoSuchActivityLimitException,
                                  SystemException
Removes the social activity limit with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface SocialActivityLimitPersistence
Parameters:
activityLimitId - the primary key of the social activity limit
Returns:
the social activity limit that was removed
Throws:
NoSuchActivityLimitException - if a social activity limit with the primary key could not be found
SystemException - if a system exception occurred

remove

public SocialActivityLimit remove(Serializable primaryKey)
                           throws NoSuchActivityLimitException,
                                  SystemException
Removes the social activity limit with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<SocialActivityLimit>
Overrides:
remove in class BasePersistenceImpl<SocialActivityLimit>
Parameters:
primaryKey - the primary key of the social activity limit
Returns:
the social activity limit that was removed
Throws:
NoSuchActivityLimitException - if a social activity limit with the primary key could not be found
SystemException - if a system exception occurred

removeImpl

protected SocialActivityLimit removeImpl(SocialActivityLimit socialActivityLimit)
                                  throws SystemException
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<SocialActivityLimit>
Parameters:
socialActivityLimit - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public SocialActivityLimit updateImpl(SocialActivityLimit socialActivityLimit)
                               throws SystemException
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface SocialActivityLimitPersistence
Overrides:
updateImpl in class BasePersistenceImpl<SocialActivityLimit>
Parameters:
socialActivityLimit - the model instance to update
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected SocialActivityLimit toUnwrappedModel(SocialActivityLimit socialActivityLimit)

findByPrimaryKey

public SocialActivityLimit findByPrimaryKey(Serializable primaryKey)
                                     throws NoSuchActivityLimitException,
                                            SystemException
Returns the social activity limit with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<SocialActivityLimit>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<SocialActivityLimit>
Parameters:
primaryKey - the primary key of the social activity limit
Returns:
the social activity limit
Throws:
NoSuchActivityLimitException - if a social activity limit with the primary key could not be found
SystemException - if a system exception occurred

findByPrimaryKey

public SocialActivityLimit findByPrimaryKey(long activityLimitId)
                                     throws NoSuchActivityLimitException,
                                            SystemException
Returns the social activity limit with the primary key or throws a NoSuchActivityLimitException if it could not be found.

Specified by:
findByPrimaryKey in interface SocialActivityLimitPersistence
Parameters:
activityLimitId - the primary key of the social activity limit
Returns:
the social activity limit
Throws:
NoSuchActivityLimitException - if a social activity limit with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public SocialActivityLimit fetchByPrimaryKey(Serializable primaryKey)
                                      throws SystemException
Returns the social activity limit with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<SocialActivityLimit>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<SocialActivityLimit>
Parameters:
primaryKey - the primary key of the social activity limit
Returns:
the social activity limit, or null if a social activity limit with the primary key could not be found
Throws:
SystemException - if a system exception occurred

fetchByPrimaryKey

public SocialActivityLimit fetchByPrimaryKey(long activityLimitId)
                                      throws SystemException
Returns the social activity limit with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface SocialActivityLimitPersistence
Parameters:
activityLimitId - the primary key of the social activity limit
Returns:
the social activity limit, or null if a social activity limit with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

public List<SocialActivityLimit> findAll()
                                  throws SystemException
Returns all the social activity limits.

Specified by:
findAll in interface SocialActivityLimitPersistence
Returns:
the social activity limits
Throws:
SystemException - if a system exception occurred

findAll

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

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 SocialActivityLimitModelImpl. 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.

Specified by:
findAll in interface SocialActivityLimitPersistence
Parameters:
start - the lower bound of the range of social activity limits
end - the upper bound of the range of social activity limits (not inclusive)
Returns:
the range of social activity limits
Throws:
SystemException - if a system exception occurred

findAll

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

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 SocialActivityLimitModelImpl. 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.

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

removeAll

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

Specified by:
removeAll in interface SocialActivityLimitPersistence
Throws:
SystemException - if a system exception occurred

countAll

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

Specified by:
countAll in interface SocialActivityLimitPersistence
Returns:
the number of social activity limits
Throws:
SystemException - if a system exception occurred

afterPropertiesSet

public void afterPropertiesSet()
Initializes the social activity limit persistence.


destroy

public void destroy()

Liferay 6.2-ce-ga5