Liferay 6.1.2-ce-ga3

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

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

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  AssetEntryPersistence assetEntryPersistence
           
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_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_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
           
protected  GroupPersistence groupPersistence
           
protected  LockPersistence lockPersistence
           
protected  ResourcePersistence resourcePersistence
           
protected  SocialActivityAchievementPersistence socialActivityAchievementPersistence
           
protected  SocialActivityCounterPersistence socialActivityCounterPersistence
           
protected  SocialActivityLimitPersistence socialActivityLimitPersistence
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  SocialActivitySettingPersistence socialActivitySettingPersistence
           
protected  SocialRelationPersistence socialRelationPersistence
           
protected  SocialRequestPersistence socialRequestPersistence
           
protected  UserPersistence userPersistence
           
 
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
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(SocialActivityCounter socialActivityCounter)
           
 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(SocialActivityCounter socialActivityCounter)
           
 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 = ?.
 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 orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter fetchByC_C_Last(long classNameId, long classPK, OrderByComparator 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 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 orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 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.
 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 orderByComparator)
          Returns an ordered range of all the social activity counters.
 SocialActivityCounter findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter findByC_C_Last(long classNameId, long classPK, OrderByComparator 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 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 orderByComparator)
          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 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 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 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 orderByComparator)
          Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 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.
protected  SocialActivityCounter getByC_C_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialActivityCounter getByG_C_C_O_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator, boolean previous)
           
 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.
protected  SocialActivityCounter removeImpl(SocialActivityCounter socialActivityCounter)
          Removes the model instance from the database.
protected  SocialActivityCounter toUnwrappedModel(SocialActivityCounter socialActivityCounter)
           
 SocialActivityCounter updateImpl(SocialActivityCounter socialActivityCounter, boolean merge)
          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, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getClassLoader, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update
 
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, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, 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_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

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

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialActivityAchievementPersistence

@BeanReference(type=SocialActivityAchievementPersistence.class)
protected SocialActivityAchievementPersistence socialActivityAchievementPersistence

socialActivityCounterPersistence

@BeanReference(type=SocialActivityCounterPersistence.class)
protected SocialActivityCounterPersistence socialActivityCounterPersistence

socialActivityLimitPersistence

@BeanReference(type=SocialActivityLimitPersistence.class)
protected SocialActivityLimitPersistence socialActivityLimitPersistence

socialActivitySettingPersistence

@BeanReference(type=SocialActivitySettingPersistence.class)
protected SocialActivitySettingPersistence socialActivitySettingPersistence

socialRelationPersistence

@BeanReference(type=SocialRelationPersistence.class)
protected SocialRelationPersistence socialRelationPersistence

socialRequestPersistence

@BeanReference(type=SocialRequestPersistence.class)
protected SocialRequestPersistence socialRequestPersistence

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

lockPersistence

@BeanReference(type=LockPersistence.class)
protected LockPersistence lockPersistence

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence
Constructor Detail

SocialActivityCounterPersistenceImpl

public SocialActivityCounterPersistenceImpl()
Method Detail

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(SocialActivityCounter socialActivityCounter)

clearUniqueFindersCache

protected void clearUniqueFindersCache(SocialActivityCounter socialActivityCounter)

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,
                                    SystemException
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
SystemException - if a system exception occurred

remove

public SocialActivityCounter remove(Serializable primaryKey)
                             throws NoSuchActivityCounterException,
                                    SystemException
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
SystemException - if a system exception occurred

removeImpl

protected SocialActivityCounter removeImpl(SocialActivityCounter socialActivityCounter)
                                    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<SocialActivityCounter>
Parameters:
socialActivityCounter - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public SocialActivityCounter updateImpl(SocialActivityCounter socialActivityCounter,
                                        boolean merge)
                                 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 SocialActivityCounterPersistence
Overrides:
updateImpl in class BasePersistenceImpl<SocialActivityCounter>
Parameters:
socialActivityCounter - the model instance to update
merge - whether to merge the model instance with the current session. See BatchSession.update( com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean) for an explanation.
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected SocialActivityCounter toUnwrappedModel(SocialActivityCounter socialActivityCounter)

findByPrimaryKey

public SocialActivityCounter findByPrimaryKey(Serializable primaryKey)
                                       throws NoSuchModelException,
                                              SystemException
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:
NoSuchModelException - if a social activity counter with the primary key could not be found
SystemException - if a system exception occurred

findByPrimaryKey

public SocialActivityCounter findByPrimaryKey(long activityCounterId)
                                       throws NoSuchActivityCounterException,
                                              SystemException
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
SystemException - if a system exception occurred

fetchByPrimaryKey

public SocialActivityCounter fetchByPrimaryKey(Serializable primaryKey)
                                        throws SystemException
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
Throws:
SystemException - if a system exception occurred

fetchByPrimaryKey

public SocialActivityCounter fetchByPrimaryKey(long activityCounterId)
                                        throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C

public List<SocialActivityCounter> findByC_C(long classNameId,
                                             long classPK)
                                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C

public List<SocialActivityCounter> findByC_C(long classNameId,
                                             long classPK,
                                             int start,
                                             int end)
                                      throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

findByC_C

public List<SocialActivityCounter> findByC_C(long classNameId,
                                             long classPK,
                                             int start,
                                             int end,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

findByC_C_First

public SocialActivityCounter findByC_C_First(long classNameId,
                                             long classPK,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchActivityCounterException,
                                             SystemException
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
SystemException - if a system exception occurred

fetchByC_C_First

public SocialActivityCounter fetchByC_C_First(long classNameId,
                                              long classPK,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C_Last

public SocialActivityCounter findByC_C_Last(long classNameId,
                                            long classPK,
                                            OrderByComparator orderByComparator)
                                     throws NoSuchActivityCounterException,
                                            SystemException
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
SystemException - if a system exception occurred

fetchByC_C_Last

public SocialActivityCounter fetchByC_C_Last(long classNameId,
                                             long classPK,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByC_C_PrevAndNext

public SocialActivityCounter[] findByC_C_PrevAndNext(long activityCounterId,
                                                     long classNameId,
                                                     long classPK,
                                                     OrderByComparator orderByComparator)
                                              throws NoSuchActivityCounterException,
                                                     SystemException
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
SystemException - if a system exception occurred

getByC_C_PrevAndNext

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

findByG_C_C_O

public List<SocialActivityCounter> findByG_C_C_O(long groupId,
                                                 long classNameId,
                                                 long classPK,
                                                 int ownerType)
                                          throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_C_C_O

public List<SocialActivityCounter> findByG_C_C_O(long groupId,
                                                 long classNameId,
                                                 long classPK,
                                                 int ownerType,
                                                 int start,
                                                 int end)
                                          throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

findByG_C_C_O

public List<SocialActivityCounter> findByG_C_C_O(long groupId,
                                                 long classNameId,
                                                 long classPK,
                                                 int ownerType,
                                                 int start,
                                                 int end,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

findByG_C_C_O_First

public SocialActivityCounter findByG_C_C_O_First(long groupId,
                                                 long classNameId,
                                                 long classPK,
                                                 int ownerType,
                                                 OrderByComparator orderByComparator)
                                          throws NoSuchActivityCounterException,
                                                 SystemException
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
SystemException - if a system exception occurred

fetchByG_C_C_O_First

public SocialActivityCounter fetchByG_C_C_O_First(long groupId,
                                                  long classNameId,
                                                  long classPK,
                                                  int ownerType,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_C_C_O_Last

public SocialActivityCounter findByG_C_C_O_Last(long groupId,
                                                long classNameId,
                                                long classPK,
                                                int ownerType,
                                                OrderByComparator orderByComparator)
                                         throws NoSuchActivityCounterException,
                                                SystemException
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
SystemException - if a system exception occurred

fetchByG_C_C_O_Last

public SocialActivityCounter fetchByG_C_C_O_Last(long groupId,
                                                 long classNameId,
                                                 long classPK,
                                                 int ownerType,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_C_C_O_PrevAndNext

public SocialActivityCounter[] findByG_C_C_O_PrevAndNext(long activityCounterId,
                                                         long groupId,
                                                         long classNameId,
                                                         long classPK,
                                                         int ownerType,
                                                         OrderByComparator orderByComparator)
                                                  throws NoSuchActivityCounterException,
                                                         SystemException
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
SystemException - if a system exception occurred

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 orderByComparator,
                                                         boolean previous)

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,
                                               SystemException
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
SystemException - if a system exception occurred

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)
                                         throws SystemException
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
Throws:
SystemException - if a system exception occurred

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)
                                         throws SystemException
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 use the finder cache
Returns:
the matching social activity counter, or null if a matching social activity counter could not be found
Throws:
SystemException - if a system exception occurred

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,
                                               SystemException
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
SystemException - if a system exception occurred

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)
                                         throws SystemException
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
Throws:
SystemException - if a system exception occurred

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)
                                         throws SystemException
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 use the finder cache
Returns:
the matching social activity counter, or null if a matching social activity counter could not be found
Throws:
SystemException - if a system exception occurred

findAll

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

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

findAll

public List<SocialActivityCounter> findAll(int start,
                                           int end)
                                    throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

findAll

public List<SocialActivityCounter> findAll(int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

removeByC_C

public void removeByC_C(long classNameId,
                        long classPK)
                 throws SystemException
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
Throws:
SystemException - if a system exception occurred

removeByG_C_C_O

public void removeByG_C_C_O(long groupId,
                            long classNameId,
                            long classPK,
                            int ownerType)
                     throws SystemException
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
Throws:
SystemException - if a system exception occurred

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,
                                                 SystemException
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:
SystemException - if a system exception occurred
NoSuchActivityCounterException

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,
                                                 SystemException
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:
SystemException - if a system exception occurred
NoSuchActivityCounterException

removeAll

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

Specified by:
removeAll in interface SocialActivityCounterPersistence
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 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
Throws:
SystemException - if a system exception occurred

countByG_C_C_O

public int countByG_C_C_O(long groupId,
                          long classNameId,
                          long classPK,
                          int ownerType)
                   throws SystemException
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
Throws:
SystemException - if a system exception occurred

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)
                       throws SystemException
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
Throws:
SystemException - if a system exception occurred

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)
                       throws SystemException
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
Throws:
SystemException - if a system exception occurred

countAll

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

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

afterPropertiesSet

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


destroy

public void destroy()

Liferay 6.1.2-ce-ga3