Liferay 7.0-ce-b4

com.liferay.portlet.social.service.persistence.impl
Class SocialActivityCounterPersistenceImpl

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

@ProviderType
public class SocialActivityCounterPersistenceImpl
extends BasePersistenceImpl<SocialActivityCounter>
implements SocialActivityCounterPersistence

The persistence implementation for the social activity counter service.

Caching information and settings can be found in portal.properties

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

Field Summary
protected  CompanyProvider companyProvider
           
protected  EntityCache entityCache
           
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_C_C_N_O_E
           
static FinderPath FINDER_PATH_COUNT_BY_G_C_C_N_O_S
           
static FinderPath FINDER_PATH_COUNT_BY_G_C_C_O
           
static FinderPath FINDER_PATH_COUNT_BY_GROUPID
           
static FinderPath FINDER_PATH_FETCH_BY_G_C_C_N_O_E
           
static FinderPath FINDER_PATH_FETCH_BY_G_C_C_N_O_S
           
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_G_C_C_O
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
           
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_G_C_C_O
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
           
protected  FinderCache finderCache
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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
SocialActivityCounterPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the social activity counter persistence.
 void cacheResult(List<SocialActivityCounter> socialActivityCounters)
          Caches the social activity counters in the entity cache if it is enabled.
 void cacheResult(SocialActivityCounter socialActivityCounter)
          Caches the social activity counter in the entity cache if it is enabled.
protected  void cacheUniqueFindersCache(SocialActivityCounterModelImpl socialActivityCounterModelImpl, boolean isNew)
           
 void clearCache()
          Clears the cache for all social activity counters.
 void clearCache(List<SocialActivityCounter> socialActivityCounters)
          Clears the cache for a List instances of this model.
 void clearCache(SocialActivityCounter socialActivityCounter)
          Clears the cache for the social activity counter.
protected  void clearUniqueFindersCache(SocialActivityCounterModelImpl socialActivityCounterModelImpl)
           
 int countAll()
          Returns the number of social activity counters.
 int countByC_C(long classNameId, long classPK)
          Returns the number of social activity counters where classNameId = ? and classPK = ?.
 int countByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ?.
 int countByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ?.
 int countByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType)
          Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 int countByGroupId(long groupId)
          Returns the number of social activity counters where groupId = ?.
 SocialActivityCounter create(long activityCounterId)
          Creates a new social activity counter with the primary key.
 void destroy()
           
 SocialActivityCounter fetchByC_C_First(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter fetchByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found.
 SocialActivityCounter fetchByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod, boolean retrieveFromCache)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found, optionally using the finder cache.
 SocialActivityCounter fetchByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found.
 SocialActivityCounter fetchByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod, boolean retrieveFromCache)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found, optionally using the finder cache.
 SocialActivityCounter fetchByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter fetchByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter fetchByGroupId_First(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ?.
 SocialActivityCounter fetchByGroupId_Last(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ?.
 SocialActivityCounter fetchByPrimaryKey(long activityCounterId)
          Returns the social activity counter with the primary key or returns null if it could not be found.
 SocialActivityCounter fetchByPrimaryKey(Serializable primaryKey)
          Returns the social activity counter with the primary key or returns null if it could not be found.
 Map<Serializable,SocialActivityCounter> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<SocialActivityCounter> findAll()
          Returns all the social activity counters.
 List<SocialActivityCounter> findAll(int start, int end)
          Returns a range of all the social activity counters.
 List<SocialActivityCounter> findAll(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns an ordered range of all the social activity counters.
 List<SocialActivityCounter> findAll(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity counters.
 SocialActivityCounter findByC_C_First(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter findByC_C_Last(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter[] findByC_C_PrevAndNext(long activityCounterId, long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?.
 List<SocialActivityCounter> findByC_C(long classNameId, long classPK)
          Returns all the social activity counters where classNameId = ? and classPK = ?.
 List<SocialActivityCounter> findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the social activity counters where classNameId = ? and classPK = ?.
 List<SocialActivityCounter> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.
 List<SocialActivityCounter> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.
 SocialActivityCounter findByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or throws a NoSuchActivityCounterException if it could not be found.
 SocialActivityCounter findByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or throws a NoSuchActivityCounterException if it could not be found.
 SocialActivityCounter findByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter findByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter[] findByG_C_C_O_PrevAndNext(long activityCounterId, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 List<SocialActivityCounter> findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType)
          Returns all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 List<SocialActivityCounter> findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end)
          Returns a range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 List<SocialActivityCounter> findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 List<SocialActivityCounter> findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter findByGroupId_First(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ?.
 SocialActivityCounter findByGroupId_Last(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ?.
 SocialActivityCounter[] findByGroupId_PrevAndNext(long activityCounterId, long groupId, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ?.
 List<SocialActivityCounter> findByGroupId(long groupId)
          Returns all the social activity counters where groupId = ?.
 List<SocialActivityCounter> findByGroupId(long groupId, int start, int end)
          Returns a range of all the social activity counters where groupId = ?.
 List<SocialActivityCounter> findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator)
          Returns an ordered range of all the social activity counters where groupId = ?.
 List<SocialActivityCounter> findByGroupId(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the social activity counters where groupId = ?.
 SocialActivityCounter findByPrimaryKey(long activityCounterId)
          Returns the social activity counter with the primary key or throws a NoSuchActivityCounterException if it could not be found.
 SocialActivityCounter findByPrimaryKey(Serializable primaryKey)
          Returns the social activity counter with the primary key or throws a NoSuchModelException if it could not be found.
 Set<String> getBadColumnNames()
           
protected  SocialActivityCounter getByC_C_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator, boolean previous)
           
protected  SocialActivityCounter getByG_C_C_O_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator, boolean previous)
           
protected  SocialActivityCounter getByGroupId_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long groupId, OrderByComparator<SocialActivityCounter> orderByComparator, boolean previous)
           
protected  Map<String,Integer> getTableColumnsMap()
           
 SocialActivityCounter remove(long activityCounterId)
          Removes the social activity counter with the primary key from the database.
 SocialActivityCounter remove(Serializable primaryKey)
          Removes the social activity counter with the primary key from the database.
 void removeAll()
          Removes all the social activity counters from the database.
 void removeByC_C(long classNameId, long classPK)
          Removes all the social activity counters where classNameId = ? and classPK = ? from the database.
 SocialActivityCounter removeByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? from the database.
 SocialActivityCounter removeByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? from the database.
 void removeByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType)
          Removes all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ? from the database.
 void removeByGroupId(long groupId)
          Removes all the social activity counters where groupId = ? from the database.
protected  SocialActivityCounter removeImpl(SocialActivityCounter socialActivityCounter)
          Removes the model instance from the database.
protected  SocialActivityCounter toUnwrappedModel(SocialActivityCounter socialActivityCounter)
           
 SocialActivityCounter updateImpl(SocialActivityCounter socialActivityCounter)
          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, getClassLoader, getColumnName, 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_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_WITH_PAGINATION_FIND_BY_G_C_C_O

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_C_C_O

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_C_C_O

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_C_C_O

FINDER_PATH_COUNT_BY_G_C_C_O

public static final FinderPath FINDER_PATH_COUNT_BY_G_C_C_O

FINDER_PATH_FETCH_BY_G_C_C_N_O_S

public static final FinderPath FINDER_PATH_FETCH_BY_G_C_C_N_O_S

FINDER_PATH_COUNT_BY_G_C_C_N_O_S

public static final FinderPath FINDER_PATH_COUNT_BY_G_C_C_N_O_S

FINDER_PATH_FETCH_BY_G_C_C_N_O_E

public static final FinderPath FINDER_PATH_FETCH_BY_G_C_C_N_O_E

FINDER_PATH_COUNT_BY_G_C_C_N_O_E

public static final FinderPath FINDER_PATH_COUNT_BY_G_C_C_N_O_E

companyProvider

@BeanReference(type=CompanyProviderWrapper.class)
protected CompanyProvider companyProvider

entityCache

protected EntityCache entityCache

finderCache

protected FinderCache finderCache
Constructor Detail

SocialActivityCounterPersistenceImpl

public SocialActivityCounterPersistenceImpl()
Method Detail

findByGroupId

public List<SocialActivityCounter> findByGroupId(long groupId)
Returns all the social activity counters where groupId = ?.

Specified by:
findByGroupId in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
Returns:
the matching social activity counters

findByGroupId

public List<SocialActivityCounter> findByGroupId(long groupId,
                                                 int start,
                                                 int end)
Returns a range of all the social activity counters 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 SocialActivityCounterModelImpl. 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 SocialActivityCounterPersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of social activity counters
end - the upper bound of the range of social activity counters (not inclusive)
Returns:
the range of matching social activity counters

findByGroupId

public List<SocialActivityCounter> findByGroupId(long groupId,
                                                 int start,
                                                 int end,
                                                 OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters 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 SocialActivityCounterModelImpl. 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 SocialActivityCounterPersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of social activity counters
end - the upper bound of the range of social activity counters (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social activity counters

findByGroupId

public List<SocialActivityCounter> findByGroupId(long groupId,
                                                 int start,
                                                 int end,
                                                 OrderByComparator<SocialActivityCounter> orderByComparator,
                                                 boolean retrieveFromCache)
Returns an ordered range of all the social activity counters 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 SocialActivityCounterModelImpl. 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 SocialActivityCounterPersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of social activity counters
end - the upper bound of the range of social activity counters (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching social activity counters

findByGroupId_First

public SocialActivityCounter findByGroupId_First(long groupId,
                                                 OrderByComparator<SocialActivityCounter> orderByComparator)
                                          throws NoSuchActivityCounterException
Returns the first social activity counter in the ordered set where groupId = ?.

Specified by:
findByGroupId_First in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity counter
Throws:
NoSuchActivityCounterException - if a matching social activity counter could not be found

fetchByGroupId_First

public SocialActivityCounter fetchByGroupId_First(long groupId,
                                                  OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ?.

Specified by:
fetchByGroupId_First in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity counter, or null if a matching social activity counter could not be found

findByGroupId_Last

public SocialActivityCounter findByGroupId_Last(long groupId,
                                                OrderByComparator<SocialActivityCounter> orderByComparator)
                                         throws NoSuchActivityCounterException
Returns the last social activity counter in the ordered set where groupId = ?.

Specified by:
findByGroupId_Last in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity counter
Throws:
NoSuchActivityCounterException - if a matching social activity counter could not be found

fetchByGroupId_Last

public SocialActivityCounter fetchByGroupId_Last(long groupId,
                                                 OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ?.

Specified by:
fetchByGroupId_Last in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity counter, or null if a matching social activity counter could not be found

findByGroupId_PrevAndNext

public SocialActivityCounter[] findByGroupId_PrevAndNext(long activityCounterId,
                                                         long groupId,
                                                         OrderByComparator<SocialActivityCounter> orderByComparator)
                                                  throws NoSuchActivityCounterException
Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ?.

Specified by:
findByGroupId_PrevAndNext in interface SocialActivityCounterPersistence
Parameters:
activityCounterId - the primary key of the current social activity counter
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social activity counter
Throws:
NoSuchActivityCounterException - if a social activity counter with the primary key could not be found

getByGroupId_PrevAndNext

protected SocialActivityCounter getByGroupId_PrevAndNext(Session session,
                                                         SocialActivityCounter socialActivityCounter,
                                                         long groupId,
                                                         OrderByComparator<SocialActivityCounter> orderByComparator,
                                                         boolean previous)

removeByGroupId

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

Specified by:
removeByGroupId in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID

countByGroupId

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

Specified by:
countByGroupId in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
Returns:
the number of matching social activity counters

findByC_C

public List<SocialActivityCounter> findByC_C(long classNameId,
                                             long classPK)
Returns all the social activity counters where classNameId = ? and classPK = ?.

Specified by:
findByC_C in interface SocialActivityCounterPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the matching social activity counters

findByC_C

public List<SocialActivityCounter> findByC_C(long classNameId,
                                             long classPK,
                                             int start,
                                             int end)
Returns a range of all the social activity counters 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 SocialActivityCounterModelImpl. 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 SocialActivityCounterPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of social activity counters
end - the upper bound of the range of social activity counters (not inclusive)
Returns:
the range of matching social activity counters

findByC_C

public List<SocialActivityCounter> findByC_C(long classNameId,
                                             long classPK,
                                             int start,
                                             int end,
                                             OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters 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 SocialActivityCounterModelImpl. 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 SocialActivityCounterPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of social activity counters
end - the upper bound of the range of social activity counters (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social activity counters

findByC_C

public List<SocialActivityCounter> findByC_C(long classNameId,
                                             long classPK,
                                             int start,
                                             int end,
                                             OrderByComparator<SocialActivityCounter> orderByComparator,
                                             boolean retrieveFromCache)
Returns an ordered range of all the social activity counters 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 SocialActivityCounterModelImpl. 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 SocialActivityCounterPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
start - the lower bound of the range of social activity counters
end - the upper bound of the range of social activity counters (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching social activity counters

findByC_C_First

public SocialActivityCounter findByC_C_First(long classNameId,
                                             long classPK,
                                             OrderByComparator<SocialActivityCounter> orderByComparator)
                                      throws NoSuchActivityCounterException
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.

Specified by:
findByC_C_First in interface SocialActivityCounterPersistence
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 counter
Throws:
NoSuchActivityCounterException - if a matching social activity counter could not be found

fetchByC_C_First

public SocialActivityCounter fetchByC_C_First(long classNameId,
                                              long classPK,
                                              OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.

Specified by:
fetchByC_C_First in interface SocialActivityCounterPersistence
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 counter, or null if a matching social activity counter could not be found

findByC_C_Last

public SocialActivityCounter findByC_C_Last(long classNameId,
                                            long classPK,
                                            OrderByComparator<SocialActivityCounter> orderByComparator)
                                     throws NoSuchActivityCounterException
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.

Specified by:
findByC_C_Last in interface SocialActivityCounterPersistence
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 counter
Throws:
NoSuchActivityCounterException - if a matching social activity counter could not be found

fetchByC_C_Last

public SocialActivityCounter fetchByC_C_Last(long classNameId,
                                             long classPK,
                                             OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.

Specified by:
fetchByC_C_Last in interface SocialActivityCounterPersistence
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 counter, or null if a matching social activity counter could not be found

findByC_C_PrevAndNext

public SocialActivityCounter[] findByC_C_PrevAndNext(long activityCounterId,
                                                     long classNameId,
                                                     long classPK,
                                                     OrderByComparator<SocialActivityCounter> orderByComparator)
                                              throws NoSuchActivityCounterException
Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?.

Specified by:
findByC_C_PrevAndNext in interface SocialActivityCounterPersistence
Parameters:
activityCounterId - the primary key of the current social activity counter
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 counter
Throws:
NoSuchActivityCounterException - if a social activity counter with the primary key could not be found

getByC_C_PrevAndNext

protected SocialActivityCounter getByC_C_PrevAndNext(Session session,
                                                     SocialActivityCounter socialActivityCounter,
                                                     long classNameId,
                                                     long classPK,
                                                     OrderByComparator<SocialActivityCounter> orderByComparator,
                                                     boolean previous)

removeByC_C

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

Specified by:
removeByC_C in interface SocialActivityCounterPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k

countByC_C

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

Specified by:
countByC_C in interface SocialActivityCounterPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the number of matching social activity counters

findByG_C_C_O

public List<SocialActivityCounter> findByG_C_C_O(long groupId,
                                                 long classNameId,
                                                 long classPK,
                                                 int ownerType)
Returns all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.

Specified by:
findByG_C_C_O in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
ownerType - the owner type
Returns:
the matching social activity counters

findByG_C_C_O

public List<SocialActivityCounter> findByG_C_C_O(long groupId,
                                                 long classNameId,
                                                 long classPK,
                                                 int ownerType,
                                                 int start,
                                                 int end)
Returns a range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.

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 SocialActivityCounterModelImpl. 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:
findByG_C_C_O in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
ownerType - the owner type
start - the lower bound of the range of social activity counters
end - the upper bound of the range of social activity counters (not inclusive)
Returns:
the range of matching social activity counters

findByG_C_C_O

public List<SocialActivityCounter> findByG_C_C_O(long groupId,
                                                 long classNameId,
                                                 long classPK,
                                                 int ownerType,
                                                 int start,
                                                 int end,
                                                 OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.

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 SocialActivityCounterModelImpl. 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:
findByG_C_C_O in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
ownerType - the owner type
start - the lower bound of the range of social activity counters
end - the upper bound of the range of social activity counters (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching social activity counters

findByG_C_C_O

public List<SocialActivityCounter> findByG_C_C_O(long groupId,
                                                 long classNameId,
                                                 long classPK,
                                                 int ownerType,
                                                 int start,
                                                 int end,
                                                 OrderByComparator<SocialActivityCounter> orderByComparator,
                                                 boolean retrieveFromCache)
Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.

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 SocialActivityCounterModelImpl. 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:
findByG_C_C_O in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
ownerType - the owner type
start - the lower bound of the range of social activity counters
end - the upper bound of the range of social activity counters (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching social activity counters

findByG_C_C_O_First

public SocialActivityCounter findByG_C_C_O_First(long groupId,
                                                 long classNameId,
                                                 long classPK,
                                                 int ownerType,
                                                 OrderByComparator<SocialActivityCounter> orderByComparator)
                                          throws NoSuchActivityCounterException
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.

Specified by:
findByG_C_C_O_First in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
ownerType - the owner type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity counter
Throws:
NoSuchActivityCounterException - if a matching social activity counter could not be found

fetchByG_C_C_O_First

public SocialActivityCounter fetchByG_C_C_O_First(long groupId,
                                                  long classNameId,
                                                  long classPK,
                                                  int ownerType,
                                                  OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.

Specified by:
fetchByG_C_C_O_First in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
ownerType - the owner type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching social activity counter, or null if a matching social activity counter could not be found

findByG_C_C_O_Last

public SocialActivityCounter findByG_C_C_O_Last(long groupId,
                                                long classNameId,
                                                long classPK,
                                                int ownerType,
                                                OrderByComparator<SocialActivityCounter> orderByComparator)
                                         throws NoSuchActivityCounterException
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.

Specified by:
findByG_C_C_O_Last in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
ownerType - the owner type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity counter
Throws:
NoSuchActivityCounterException - if a matching social activity counter could not be found

fetchByG_C_C_O_Last

public SocialActivityCounter fetchByG_C_C_O_Last(long groupId,
                                                 long classNameId,
                                                 long classPK,
                                                 int ownerType,
                                                 OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.

Specified by:
fetchByG_C_C_O_Last in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
ownerType - the owner type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching social activity counter, or null if a matching social activity counter could not be found

findByG_C_C_O_PrevAndNext

public SocialActivityCounter[] findByG_C_C_O_PrevAndNext(long activityCounterId,
                                                         long groupId,
                                                         long classNameId,
                                                         long classPK,
                                                         int ownerType,
                                                         OrderByComparator<SocialActivityCounter> orderByComparator)
                                                  throws NoSuchActivityCounterException
Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.

Specified by:
findByG_C_C_O_PrevAndNext in interface SocialActivityCounterPersistence
Parameters:
activityCounterId - the primary key of the current social activity counter
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
ownerType - the owner type
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next social activity counter
Throws:
NoSuchActivityCounterException - if a social activity counter with the primary key could not be found

getByG_C_C_O_PrevAndNext

protected SocialActivityCounter getByG_C_C_O_PrevAndNext(Session session,
                                                         SocialActivityCounter socialActivityCounter,
                                                         long groupId,
                                                         long classNameId,
                                                         long classPK,
                                                         int ownerType,
                                                         OrderByComparator<SocialActivityCounter> orderByComparator,
                                                         boolean previous)

removeByG_C_C_O

public void removeByG_C_C_O(long groupId,
                            long classNameId,
                            long classPK,
                            int ownerType)
Removes all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ? from the database.

Specified by:
removeByG_C_C_O in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
ownerType - the owner type

countByG_C_C_O

public int countByG_C_C_O(long groupId,
                          long classNameId,
                          long classPK,
                          int ownerType)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.

Specified by:
countByG_C_C_O in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
ownerType - the owner type
Returns:
the number of matching social activity counters

findByG_C_C_N_O_S

public SocialActivityCounter findByG_C_C_N_O_S(long groupId,
                                               long classNameId,
                                               long classPK,
                                               String name,
                                               int ownerType,
                                               int startPeriod)
                                        throws NoSuchActivityCounterException
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or throws a NoSuchActivityCounterException if it could not be found.

Specified by:
findByG_C_C_N_O_S in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
name - the name
ownerType - the owner type
startPeriod - the start period
Returns:
the matching social activity counter
Throws:
NoSuchActivityCounterException - if a matching social activity counter could not be found

fetchByG_C_C_N_O_S

public SocialActivityCounter fetchByG_C_C_N_O_S(long groupId,
                                                long classNameId,
                                                long classPK,
                                                String name,
                                                int ownerType,
                                                int startPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByG_C_C_N_O_S in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
name - the name
ownerType - the owner type
startPeriod - the start period
Returns:
the matching social activity counter, or null if a matching social activity counter could not be found

fetchByG_C_C_N_O_S

public SocialActivityCounter fetchByG_C_C_N_O_S(long groupId,
                                                long classNameId,
                                                long classPK,
                                                String name,
                                                int ownerType,
                                                int startPeriod,
                                                boolean retrieveFromCache)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByG_C_C_N_O_S in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
name - the name
ownerType - the owner type
startPeriod - the start period
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching social activity counter, or null if a matching social activity counter could not be found

removeByG_C_C_N_O_S

public SocialActivityCounter removeByG_C_C_N_O_S(long groupId,
                                                 long classNameId,
                                                 long classPK,
                                                 String name,
                                                 int ownerType,
                                                 int startPeriod)
                                          throws NoSuchActivityCounterException
Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? from the database.

Specified by:
removeByG_C_C_N_O_S in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
name - the name
ownerType - the owner type
startPeriod - the start period
Returns:
the social activity counter that was removed
Throws:
NoSuchActivityCounterException

countByG_C_C_N_O_S

public int countByG_C_C_N_O_S(long groupId,
                              long classNameId,
                              long classPK,
                              String name,
                              int ownerType,
                              int startPeriod)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ?.

Specified by:
countByG_C_C_N_O_S in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
name - the name
ownerType - the owner type
startPeriod - the start period
Returns:
the number of matching social activity counters

findByG_C_C_N_O_E

public SocialActivityCounter findByG_C_C_N_O_E(long groupId,
                                               long classNameId,
                                               long classPK,
                                               String name,
                                               int ownerType,
                                               int endPeriod)
                                        throws NoSuchActivityCounterException
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or throws a NoSuchActivityCounterException if it could not be found.

Specified by:
findByG_C_C_N_O_E in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
name - the name
ownerType - the owner type
endPeriod - the end period
Returns:
the matching social activity counter
Throws:
NoSuchActivityCounterException - if a matching social activity counter could not be found

fetchByG_C_C_N_O_E

public SocialActivityCounter fetchByG_C_C_N_O_E(long groupId,
                                                long classNameId,
                                                long classPK,
                                                String name,
                                                int ownerType,
                                                int endPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByG_C_C_N_O_E in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
name - the name
ownerType - the owner type
endPeriod - the end period
Returns:
the matching social activity counter, or null if a matching social activity counter could not be found

fetchByG_C_C_N_O_E

public SocialActivityCounter fetchByG_C_C_N_O_E(long groupId,
                                                long classNameId,
                                                long classPK,
                                                String name,
                                                int ownerType,
                                                int endPeriod,
                                                boolean retrieveFromCache)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByG_C_C_N_O_E in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
name - the name
ownerType - the owner type
endPeriod - the end period
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching social activity counter, or null if a matching social activity counter could not be found

removeByG_C_C_N_O_E

public SocialActivityCounter removeByG_C_C_N_O_E(long groupId,
                                                 long classNameId,
                                                 long classPK,
                                                 String name,
                                                 int ownerType,
                                                 int endPeriod)
                                          throws NoSuchActivityCounterException
Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? from the database.

Specified by:
removeByG_C_C_N_O_E in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
name - the name
ownerType - the owner type
endPeriod - the end period
Returns:
the social activity counter that was removed
Throws:
NoSuchActivityCounterException

countByG_C_C_N_O_E

public int countByG_C_C_N_O_E(long groupId,
                              long classNameId,
                              long classPK,
                              String name,
                              int ownerType,
                              int endPeriod)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ?.

Specified by:
countByG_C_C_N_O_E in interface SocialActivityCounterPersistence
Parameters:
groupId - the group ID
classNameId - the class name ID
classPK - the class p k
name - the name
ownerType - the owner type
endPeriod - the end period
Returns:
the number of matching social activity counters

cacheResult

public void cacheResult(SocialActivityCounter socialActivityCounter)
Caches the social activity counter in the entity cache if it is enabled.

Specified by:
cacheResult in interface SocialActivityCounterPersistence
Parameters:
socialActivityCounter - the social activity counter

cacheResult

public void cacheResult(List<SocialActivityCounter> socialActivityCounters)
Caches the social activity counters in the entity cache if it is enabled.

Specified by:
cacheResult in interface SocialActivityCounterPersistence
Parameters:
socialActivityCounters - the social activity counters

clearCache

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

The EntityCache and FinderCache are both cleared by this method.

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

clearCache

public void clearCache(SocialActivityCounter socialActivityCounter)
Clears the cache for the social activity counter.

The EntityCache and FinderCache are both cleared by this method.

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

clearCache

public void clearCache(List<SocialActivityCounter> socialActivityCounters)
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<SocialActivityCounter>
Overrides:
clearCache in class BasePersistenceImpl<SocialActivityCounter>
Parameters:
socialActivityCounters - the List instances of this model to clear the cache for

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(SocialActivityCounterModelImpl socialActivityCounterModelImpl,
                                       boolean isNew)

clearUniqueFindersCache

protected void clearUniqueFindersCache(SocialActivityCounterModelImpl socialActivityCounterModelImpl)

create

public SocialActivityCounter create(long activityCounterId)
Creates a new social activity counter with the primary key. Does not add the social activity counter to the database.

Specified by:
create in interface SocialActivityCounterPersistence
Parameters:
activityCounterId - the primary key for the new social activity counter
Returns:
the new social activity counter

remove

public SocialActivityCounter remove(long activityCounterId)
                             throws NoSuchActivityCounterException
Removes the social activity counter with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface SocialActivityCounterPersistence
Parameters:
activityCounterId - the primary key of the social activity counter
Returns:
the social activity counter that was removed
Throws:
NoSuchActivityCounterException - if a social activity counter with the primary key could not be found

remove

public SocialActivityCounter remove(Serializable primaryKey)
                             throws NoSuchActivityCounterException
Removes the social activity counter with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<SocialActivityCounter>
Overrides:
remove in class BasePersistenceImpl<SocialActivityCounter>
Parameters:
primaryKey - the primary key of the social activity counter
Returns:
the social activity counter that was removed
Throws:
NoSuchActivityCounterException - if a social activity counter with the primary key could not be found

removeImpl

protected SocialActivityCounter removeImpl(SocialActivityCounter socialActivityCounter)
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<SocialActivityCounter>
Parameters:
socialActivityCounter - the model instance to remove
Returns:
the model instance that was removed

updateImpl

public SocialActivityCounter updateImpl(SocialActivityCounter socialActivityCounter)
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 SocialActivityCounterPersistence
Overrides:
updateImpl in class BasePersistenceImpl<SocialActivityCounter>
Parameters:
socialActivityCounter - the model instance to update
Returns:
the model instance that was updated

toUnwrappedModel

protected SocialActivityCounter toUnwrappedModel(SocialActivityCounter socialActivityCounter)

findByPrimaryKey

public SocialActivityCounter findByPrimaryKey(Serializable primaryKey)
                                       throws NoSuchActivityCounterException
Returns the social activity counter with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<SocialActivityCounter>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<SocialActivityCounter>
Parameters:
primaryKey - the primary key of the social activity counter
Returns:
the social activity counter
Throws:
NoSuchActivityCounterException - if a social activity counter with the primary key could not be found

findByPrimaryKey

public SocialActivityCounter findByPrimaryKey(long activityCounterId)
                                       throws NoSuchActivityCounterException
Returns the social activity counter with the primary key or throws a NoSuchActivityCounterException if it could not be found.

Specified by:
findByPrimaryKey in interface SocialActivityCounterPersistence
Parameters:
activityCounterId - the primary key of the social activity counter
Returns:
the social activity counter
Throws:
NoSuchActivityCounterException - if a social activity counter with the primary key could not be found

fetchByPrimaryKey

public SocialActivityCounter fetchByPrimaryKey(Serializable primaryKey)
Returns the social activity counter with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<SocialActivityCounter>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<SocialActivityCounter>
Parameters:
primaryKey - the primary key of the social activity counter
Returns:
the social activity counter, or null if a social activity counter with the primary key could not be found

fetchByPrimaryKey

public SocialActivityCounter fetchByPrimaryKey(long activityCounterId)
Returns the social activity counter with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface SocialActivityCounterPersistence
Parameters:
activityCounterId - the primary key of the social activity counter
Returns:
the social activity counter, or null if a social activity counter with the primary key could not be found

fetchByPrimaryKeys

public Map<Serializable,SocialActivityCounter> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Specified by:
fetchByPrimaryKeys in interface BasePersistence<SocialActivityCounter>
Specified by:
fetchByPrimaryKeys in interface SocialActivityCounterPersistence
Overrides:
fetchByPrimaryKeys in class BasePersistenceImpl<SocialActivityCounter>

findAll

public List<SocialActivityCounter> findAll()
Returns all the social activity counters.

Specified by:
findAll in interface SocialActivityCounterPersistence
Returns:
the social activity counters

findAll

public List<SocialActivityCounter> findAll(int start,
                                           int end)
Returns a range of all the social activity counters.

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 SocialActivityCounterModelImpl. 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 SocialActivityCounterPersistence
Parameters:
start - the lower bound of the range of social activity counters
end - the upper bound of the range of social activity counters (not inclusive)
Returns:
the range of social activity counters

findAll

public List<SocialActivityCounter> findAll(int start,
                                           int end,
                                           OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters.

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 SocialActivityCounterModelImpl. 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 SocialActivityCounterPersistence
Parameters:
start - the lower bound of the range of social activity counters
end - the upper bound of the range of social activity counters (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of social activity counters

findAll

public List<SocialActivityCounter> findAll(int start,
                                           int end,
                                           OrderByComparator<SocialActivityCounter> orderByComparator,
                                           boolean retrieveFromCache)
Returns an ordered range of all the social activity counters.

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 SocialActivityCounterModelImpl. 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 SocialActivityCounterPersistence
Parameters:
start - the lower bound of the range of social activity counters
end - the upper bound of the range of social activity counters (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of social activity counters

removeAll

public void removeAll()
Removes all the social activity counters from the database.

Specified by:
removeAll in interface SocialActivityCounterPersistence

countAll

public int countAll()
Returns the number of social activity counters.

Specified by:
countAll in interface SocialActivityCounterPersistence
Returns:
the number of social activity counters

getBadColumnNames

public Set<String> getBadColumnNames()
Specified by:
getBadColumnNames in interface BasePersistence<SocialActivityCounter>
Specified by:
getBadColumnNames in interface SocialActivityCounterPersistence
Overrides:
getBadColumnNames in class BasePersistenceImpl<SocialActivityCounter>

getTableColumnsMap

protected Map<String,Integer> getTableColumnsMap()
Overrides:
getTableColumnsMap in class BasePersistenceImpl<SocialActivityCounter>

afterPropertiesSet

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


destroy

public void destroy()

Liferay 7.0-ce-b4