public class SocialActivityCounterFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.social.model.SocialActivityCounter>
implements com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COUNT_U_BY_G_C_N_S_E |
static java.lang.String |
FIND_AC_BY_G_C_C_N_S_E |
static java.lang.String |
FIND_AC_BY_G_N_S_E_1 |
static java.lang.String |
FIND_AC_BY_G_N_S_E_2 |
static java.lang.String |
FIND_U_BY_G_C_N_S_E |
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 and Description |
|---|
SocialActivityCounterFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countU_ByG_N(long groupId,
java.lang.String[] names) |
java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> |
findAC_By_G_C_C_N_S_E(long groupId,
java.util.List<java.lang.Long> userIds,
java.lang.String[] names,
int start,
int end) |
java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> |
findAC_ByG_N_S_E_1(long groupId,
java.lang.String name,
int startPeriod,
int endPeriod,
int periodLength) |
java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> |
findAC_ByG_N_S_E_2(long groupId,
java.lang.String counterName,
int startPeriod,
int endPeriod,
int periodLength) |
java.util.List<java.lang.Long> |
findU_ByG_N(long groupId,
java.lang.String[] names,
int start,
int end) |
protected java.lang.String |
getNames(java.lang.String[] names) |
protected void |
setNames(com.liferay.portal.kernel.dao.orm.QueryPos qPos,
java.lang.String[] names) |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImplpublic static final java.lang.String COUNT_U_BY_G_C_N_S_E
public static final java.lang.String FIND_AC_BY_G_N_S_E_1
public static final java.lang.String FIND_AC_BY_G_N_S_E_2
public static final java.lang.String FIND_AC_BY_G_C_C_N_S_E
public static final java.lang.String FIND_U_BY_G_C_N_S_E
public int countU_ByG_N(long groupId,
java.lang.String[] names)
throws com.liferay.portal.kernel.exception.SystemException
countU_ByG_N in interface com.liferay.portlet.social.service.persistence.SocialActivityCounterFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> findAC_ByG_N_S_E_1(long groupId,
java.lang.String name,
int startPeriod,
int endPeriod,
int periodLength)
throws com.liferay.portal.kernel.exception.SystemException
findAC_ByG_N_S_E_1 in interface com.liferay.portlet.social.service.persistence.SocialActivityCounterFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> findAC_ByG_N_S_E_2(long groupId,
java.lang.String counterName,
int startPeriod,
int endPeriod,
int periodLength)
throws com.liferay.portal.kernel.exception.SystemException
findAC_ByG_N_S_E_2 in interface com.liferay.portlet.social.service.persistence.SocialActivityCounterFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.social.model.SocialActivityCounter> findAC_By_G_C_C_N_S_E(long groupId,
java.util.List<java.lang.Long> userIds,
java.lang.String[] names,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
findAC_By_G_C_C_N_S_E in interface com.liferay.portlet.social.service.persistence.SocialActivityCounterFindercom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<java.lang.Long> findU_ByG_N(long groupId,
java.lang.String[] names,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
findU_ByG_N in interface com.liferay.portlet.social.service.persistence.SocialActivityCounterFindercom.liferay.portal.kernel.exception.SystemExceptionprotected java.lang.String getNames(java.lang.String[] names)
protected void setNames(com.liferay.portal.kernel.dao.orm.QueryPos qPos,
java.lang.String[] names)