com.liferay.portlet.social.service.persistence
Class SocialActivityCounterFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<SocialActivityCounter>
com.liferay.portlet.social.service.persistence.SocialActivityCounterFinderImpl
- All Implemented Interfaces:
- SessionFactory, BasePersistence<SocialActivityCounter>, SocialActivityCounterFinder
public class SocialActivityCounterFinderImpl
- extends BasePersistenceImpl<SocialActivityCounter>
- implements SocialActivityCounterFinder
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 |
Method Summary |
int |
countU_ByG_N(long groupId,
String[] names)
|
List<SocialActivityCounter> |
findAC_By_G_C_C_N_S_E(long groupId,
List<Long> userIds,
String[] names,
int start,
int end)
|
List<SocialActivityCounter> |
findAC_ByG_N_S_E_1(long groupId,
String name,
int startPeriod,
int endPeriod,
int periodLength)
|
List<SocialActivityCounter> |
findAC_ByG_N_S_E_2(long groupId,
String counterName,
int startPeriod,
int endPeriod,
int periodLength)
|
List<Long> |
findU_ByG_N(long groupId,
String[] names,
int start,
int end)
|
protected String |
getNames(String[] names)
|
protected void |
setNames(QueryPos qPos,
String[] names)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getClassLoader, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, setSessionFactory, unregisterListener, update, update, updateImpl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_U_BY_G_C_N_S_E
public static final String COUNT_U_BY_G_C_N_S_E
FIND_AC_BY_G_N_S_E_1
public static final String FIND_AC_BY_G_N_S_E_1
FIND_AC_BY_G_N_S_E_2
public static final String FIND_AC_BY_G_N_S_E_2
FIND_AC_BY_G_C_C_N_S_E
public static final String FIND_AC_BY_G_C_C_N_S_E
FIND_U_BY_G_C_N_S_E
public static final String FIND_U_BY_G_C_N_S_E
SocialActivityCounterFinderImpl
public SocialActivityCounterFinderImpl()
countU_ByG_N
public int countU_ByG_N(long groupId,
String[] names)
throws SystemException
- Specified by:
countU_ByG_N
in interface SocialActivityCounterFinder
- Throws:
SystemException
findAC_ByG_N_S_E_1
public List<SocialActivityCounter> findAC_ByG_N_S_E_1(long groupId,
String name,
int startPeriod,
int endPeriod,
int periodLength)
throws SystemException
- Specified by:
findAC_ByG_N_S_E_1
in interface SocialActivityCounterFinder
- Throws:
SystemException
findAC_ByG_N_S_E_2
public List<SocialActivityCounter> findAC_ByG_N_S_E_2(long groupId,
String counterName,
int startPeriod,
int endPeriod,
int periodLength)
throws SystemException
- Specified by:
findAC_ByG_N_S_E_2
in interface SocialActivityCounterFinder
- Throws:
SystemException
findAC_By_G_C_C_N_S_E
public List<SocialActivityCounter> findAC_By_G_C_C_N_S_E(long groupId,
List<Long> userIds,
String[] names,
int start,
int end)
throws SystemException
- Specified by:
findAC_By_G_C_C_N_S_E
in interface SocialActivityCounterFinder
- Throws:
SystemException
findU_ByG_N
public List<Long> findU_ByG_N(long groupId,
String[] names,
int start,
int end)
throws SystemException
- Specified by:
findU_ByG_N
in interface SocialActivityCounterFinder
- Throws:
SystemException
getNames
protected String getNames(String[] names)
setNames
protected void setNames(QueryPos qPos,
String[] names)