|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<SocialActivitySet>
com.liferay.portlet.social.service.persistence.impl.SocialActivitySetPersistenceImpl
@ProviderType public class SocialActivitySetPersistenceImpl
The persistence implementation for the social activity set service.
Caching information and settings can be found in portal.properties
SocialActivitySetPersistence,
SocialActivitySetUtil| 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 | |
|---|---|
SocialActivitySetPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the social activity set persistence. |
void |
cacheResult(List<SocialActivitySet> socialActivitySets)
Caches the social activity sets in the entity cache if it is enabled. |
void |
cacheResult(SocialActivitySet socialActivitySet)
Caches the social activity set in the entity cache if it is enabled. |
void |
clearCache()
Clears the cache for all social activity sets. |
void |
clearCache(List<SocialActivitySet> socialActivitySets)
Clears the cache for a List instances of this model. |
void |
clearCache(SocialActivitySet socialActivitySet)
Clears the cache for the social activity set. |
int |
countAll()
Returns the number of social activity sets. |
int |
countByC_C_T(long classNameId,
long classPK,
int type)
Returns the number of social activity sets where classNameId = ? and classPK = ? and type = ?. |
int |
countByG_U_C_T(long groupId,
long userId,
long classNameId,
int type)
Returns the number of social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?. |
int |
countByG_U_T(long groupId,
long userId,
int type)
Returns the number of social activity sets where groupId = ? and userId = ? and type = ?. |
int |
countByGroupId(long groupId)
Returns the number of social activity sets where groupId = ?. |
int |
countByU_C_C_T(long userId,
long classNameId,
long classPK,
int type)
Returns the number of social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?. |
int |
countByUserId(long userId)
Returns the number of social activity sets where userId = ?. |
SocialActivitySet |
create(long activitySetId)
Creates a new social activity set with the primary key. |
void |
destroy()
|
SocialActivitySet |
fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
fetchByG_U_C_T_First(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
SocialActivitySet |
fetchByG_U_C_T_Last(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
SocialActivitySet |
fetchByG_U_T_First(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
SocialActivitySet |
fetchByG_U_T_Last(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
SocialActivitySet |
fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ?. |
SocialActivitySet |
fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ?. |
SocialActivitySet |
fetchByPrimaryKey(long activitySetId)
Returns the social activity set with the primary key or returns null if it could not be found. |
SocialActivitySet |
fetchByPrimaryKey(Serializable primaryKey)
Returns the social activity set with the primary key or returns null if it could not be found. |
Map<Serializable,SocialActivitySet> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
SocialActivitySet |
fetchByU_C_C_T_First(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
fetchByU_C_C_T_Last(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
fetchByUserId_First(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ?. |
SocialActivitySet |
fetchByUserId_Last(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ?. |
List<SocialActivitySet> |
findAll()
Returns all the social activity sets. |
List<SocialActivitySet> |
findAll(int start,
int end)
Returns a range of all the social activity sets. |
List<SocialActivitySet> |
findAll(int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets. |
List<SocialActivitySet> |
findAll(int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets. |
SocialActivitySet |
findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet[] |
findByC_C_T_PrevAndNext(long activitySetId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByC_C_T(long classNameId,
long classPK,
int type)
Returns all the social activity sets where classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end)
Returns a range of all the social activity sets where classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
findByG_U_C_T_First(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
SocialActivitySet |
findByG_U_C_T_Last(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
SocialActivitySet[] |
findByG_U_C_T_PrevAndNext(long activitySetId,
long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?. |
List<SocialActivitySet> |
findByG_U_C_T(long groupId,
long userId,
long classNameId,
int type)
Returns all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?. |
List<SocialActivitySet> |
findByG_U_C_T(long groupId,
long userId,
long classNameId,
int type,
int start,
int end)
Returns a range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?. |
List<SocialActivitySet> |
findByG_U_C_T(long groupId,
long userId,
long classNameId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?. |
List<SocialActivitySet> |
findByG_U_C_T(long groupId,
long userId,
long classNameId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?. |
SocialActivitySet |
findByG_U_T_First(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
SocialActivitySet |
findByG_U_T_Last(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
SocialActivitySet[] |
findByG_U_T_PrevAndNext(long activitySetId,
long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
List<SocialActivitySet> |
findByG_U_T(long groupId,
long userId,
int type)
Returns all the social activity sets where groupId = ? and userId = ? and type = ?. |
List<SocialActivitySet> |
findByG_U_T(long groupId,
long userId,
int type,
int start,
int end)
Returns a range of all the social activity sets where groupId = ? and userId = ? and type = ?. |
List<SocialActivitySet> |
findByG_U_T(long groupId,
long userId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?. |
List<SocialActivitySet> |
findByG_U_T(long groupId,
long userId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?. |
SocialActivitySet |
findByGroupId_First(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where groupId = ?. |
SocialActivitySet |
findByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where groupId = ?. |
SocialActivitySet[] |
findByGroupId_PrevAndNext(long activitySetId,
long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ?. |
List<SocialActivitySet> |
findByGroupId(long groupId)
Returns all the social activity sets where groupId = ?. |
List<SocialActivitySet> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the social activity sets where groupId = ?. |
List<SocialActivitySet> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where groupId = ?. |
List<SocialActivitySet> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets where groupId = ?. |
SocialActivitySet |
findByPrimaryKey(long activitySetId)
Returns the social activity set with the primary key or throws a NoSuchActivitySetException if it could not be found. |
SocialActivitySet |
findByPrimaryKey(Serializable primaryKey)
Returns the social activity set with the primary key or throws a NoSuchModelException if it could not be found. |
SocialActivitySet |
findByU_C_C_T_First(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
findByU_C_C_T_Last(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet[] |
findByU_C_C_T_PrevAndNext(long activitySetId,
long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type)
Returns all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type,
int start,
int end)
Returns a range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
findByUserId_First(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the first social activity set in the ordered set where userId = ?. |
SocialActivitySet |
findByUserId_Last(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the last social activity set in the ordered set where userId = ?. |
SocialActivitySet[] |
findByUserId_PrevAndNext(long activitySetId,
long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where userId = ?. |
List<SocialActivitySet> |
findByUserId(long userId)
Returns all the social activity sets where userId = ?. |
List<SocialActivitySet> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the social activity sets where userId = ?. |
List<SocialActivitySet> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
Returns an ordered range of all the social activity sets where userId = ?. |
List<SocialActivitySet> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity sets where userId = ?. |
Set<String> |
getBadColumnNames()
|
protected SocialActivitySet |
getByC_C_T_PrevAndNext(Session session,
SocialActivitySet socialActivitySet,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean previous)
|
protected SocialActivitySet |
getByG_U_C_T_PrevAndNext(Session session,
SocialActivitySet socialActivitySet,
long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean previous)
|
protected SocialActivitySet |
getByG_U_T_PrevAndNext(Session session,
SocialActivitySet socialActivitySet,
long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean previous)
|
protected SocialActivitySet |
getByGroupId_PrevAndNext(Session session,
SocialActivitySet socialActivitySet,
long groupId,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean previous)
|
protected SocialActivitySet |
getByU_C_C_T_PrevAndNext(Session session,
SocialActivitySet socialActivitySet,
long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean previous)
|
protected SocialActivitySet |
getByUserId_PrevAndNext(Session session,
SocialActivitySet socialActivitySet,
long userId,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
SocialActivitySet |
remove(long activitySetId)
Removes the social activity set with the primary key from the database. |
SocialActivitySet |
remove(Serializable primaryKey)
Removes the social activity set with the primary key from the database. |
void |
removeAll()
Removes all the social activity sets from the database. |
void |
removeByC_C_T(long classNameId,
long classPK,
int type)
Removes all the social activity sets where classNameId = ? and classPK = ? and type = ? from the database. |
void |
removeByG_U_C_T(long groupId,
long userId,
long classNameId,
int type)
Removes all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ? from the database. |
void |
removeByG_U_T(long groupId,
long userId,
int type)
Removes all the social activity sets where groupId = ? and userId = ? and type = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the social activity sets where groupId = ? from the database. |
void |
removeByU_C_C_T(long userId,
long classNameId,
long classPK,
int type)
Removes all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ? from the database. |
void |
removeByUserId(long userId)
Removes all the social activity sets where userId = ? from the database. |
protected SocialActivitySet |
removeImpl(SocialActivitySet socialActivitySet)
Removes the model instance from the database. |
protected SocialActivitySet |
toUnwrappedModel(SocialActivitySet socialActivitySet)
|
SocialActivitySet |
updateImpl(SocialActivitySet socialActivitySet)
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 |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_USERID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_USERID
public static final FinderPath FINDER_PATH_COUNT_BY_USERID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_U_T
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_U_T
public static final FinderPath FINDER_PATH_COUNT_BY_G_U_T
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_C_T
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C_T
public static final FinderPath FINDER_PATH_COUNT_BY_C_C_T
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_U_C_T
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_U_C_T
public static final FinderPath FINDER_PATH_COUNT_BY_G_U_C_T
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_U_C_C_T
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_U_C_C_T
public static final FinderPath FINDER_PATH_COUNT_BY_U_C_C_T
@BeanReference(type=CompanyProviderWrapper.class) protected CompanyProvider companyProvider
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public SocialActivitySetPersistenceImpl()
| Method Detail |
|---|
public List<SocialActivitySet> findByGroupId(long groupId)
findByGroupId in interface SocialActivitySetPersistencegroupId - the group ID
public List<SocialActivitySet> findByGroupId(long groupId,
int start,
int end)
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 SocialActivitySetModelImpl. 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.
findByGroupId in interface SocialActivitySetPersistencegroupId - the group IDstart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)
public List<SocialActivitySet> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
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 SocialActivitySetModelImpl. 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.
findByGroupId in interface SocialActivitySetPersistencegroupId - the group IDstart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialActivitySet> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
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 SocialActivitySetModelImpl. 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.
findByGroupId in interface SocialActivitySetPersistencegroupId - the group IDstart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialActivitySet findByGroupId_First(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByGroupId_First in interface SocialActivitySetPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
public SocialActivitySet fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
fetchByGroupId_First in interface SocialActivitySetPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
public SocialActivitySet findByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByGroupId_Last in interface SocialActivitySetPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
public SocialActivitySet fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
fetchByGroupId_Last in interface SocialActivitySetPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
public SocialActivitySet[] findByGroupId_PrevAndNext(long activitySetId,
long groupId,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByGroupId_PrevAndNext in interface SocialActivitySetPersistenceactivitySetId - the primary key of the current social activity setgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a social activity set with the primary key could not be found
protected SocialActivitySet getByGroupId_PrevAndNext(Session session,
SocialActivitySet socialActivitySet,
long groupId,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean previous)
public void removeByGroupId(long groupId)
removeByGroupId in interface SocialActivitySetPersistencegroupId - the group IDpublic int countByGroupId(long groupId)
countByGroupId in interface SocialActivitySetPersistencegroupId - the group ID
public List<SocialActivitySet> findByUserId(long userId)
findByUserId in interface SocialActivitySetPersistenceuserId - the user ID
public List<SocialActivitySet> findByUserId(long userId,
int start,
int end)
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 SocialActivitySetModelImpl. 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.
findByUserId in interface SocialActivitySetPersistenceuserId - the user IDstart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)
public List<SocialActivitySet> findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
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 SocialActivitySetModelImpl. 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.
findByUserId in interface SocialActivitySetPersistenceuserId - the user IDstart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialActivitySet> findByUserId(long userId,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
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 SocialActivitySetModelImpl. 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.
findByUserId in interface SocialActivitySetPersistenceuserId - the user IDstart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialActivitySet findByUserId_First(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByUserId_First in interface SocialActivitySetPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
public SocialActivitySet fetchByUserId_First(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
fetchByUserId_First in interface SocialActivitySetPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
public SocialActivitySet findByUserId_Last(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByUserId_Last in interface SocialActivitySetPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
public SocialActivitySet fetchByUserId_Last(long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
fetchByUserId_Last in interface SocialActivitySetPersistenceuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
public SocialActivitySet[] findByUserId_PrevAndNext(long activitySetId,
long userId,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByUserId_PrevAndNext in interface SocialActivitySetPersistenceactivitySetId - the primary key of the current social activity setuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a social activity set with the primary key could not be found
protected SocialActivitySet getByUserId_PrevAndNext(Session session,
SocialActivitySet socialActivitySet,
long userId,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean previous)
public void removeByUserId(long userId)
removeByUserId in interface SocialActivitySetPersistenceuserId - the user IDpublic int countByUserId(long userId)
countByUserId in interface SocialActivitySetPersistenceuserId - the user ID
public List<SocialActivitySet> findByG_U_T(long groupId,
long userId,
int type)
findByG_U_T in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDtype - the type
public List<SocialActivitySet> findByG_U_T(long groupId,
long userId,
int type,
int start,
int end)
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 SocialActivitySetModelImpl. 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.
findByG_U_T in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDtype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)
public List<SocialActivitySet> findByG_U_T(long groupId,
long userId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
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 SocialActivitySetModelImpl. 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.
findByG_U_T in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDtype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialActivitySet> findByG_U_T(long groupId,
long userId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
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 SocialActivitySetModelImpl. 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.
findByG_U_T in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDtype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialActivitySet findByG_U_T_First(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByG_U_T_First in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
public SocialActivitySet fetchByG_U_T_First(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
fetchByG_U_T_First in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
public SocialActivitySet findByG_U_T_Last(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByG_U_T_Last in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
public SocialActivitySet fetchByG_U_T_Last(long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
fetchByG_U_T_Last in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
public SocialActivitySet[] findByG_U_T_PrevAndNext(long activitySetId,
long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByG_U_T_PrevAndNext in interface SocialActivitySetPersistenceactivitySetId - the primary key of the current social activity setgroupId - the group IDuserId - the user IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a social activity set with the primary key could not be found
protected SocialActivitySet getByG_U_T_PrevAndNext(Session session,
SocialActivitySet socialActivitySet,
long groupId,
long userId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean previous)
public void removeByG_U_T(long groupId,
long userId,
int type)
removeByG_U_T in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDtype - the type
public int countByG_U_T(long groupId,
long userId,
int type)
countByG_U_T in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDtype - the type
public List<SocialActivitySet> findByC_C_T(long classNameId,
long classPK,
int type)
findByC_C_T in interface SocialActivitySetPersistenceclassNameId - the class name IDclassPK - the class p ktype - the type
public List<SocialActivitySet> findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end)
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 SocialActivitySetModelImpl. 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.
findByC_C_T in interface SocialActivitySetPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)
public List<SocialActivitySet> findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
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 SocialActivitySetModelImpl. 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.
findByC_C_T in interface SocialActivitySetPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialActivitySet> findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
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 SocialActivitySetModelImpl. 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.
findByC_C_T in interface SocialActivitySetPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialActivitySet findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByC_C_T_First in interface SocialActivitySetPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
public SocialActivitySet fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
fetchByC_C_T_First in interface SocialActivitySetPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
public SocialActivitySet findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByC_C_T_Last in interface SocialActivitySetPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
public SocialActivitySet fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
fetchByC_C_T_Last in interface SocialActivitySetPersistenceclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
public SocialActivitySet[] findByC_C_T_PrevAndNext(long activitySetId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByC_C_T_PrevAndNext in interface SocialActivitySetPersistenceactivitySetId - the primary key of the current social activity setclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a social activity set with the primary key could not be found
protected SocialActivitySet getByC_C_T_PrevAndNext(Session session,
SocialActivitySet socialActivitySet,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean previous)
public void removeByC_C_T(long classNameId,
long classPK,
int type)
removeByC_C_T in interface SocialActivitySetPersistenceclassNameId - the class name IDclassPK - the class p ktype - the type
public int countByC_C_T(long classNameId,
long classPK,
int type)
countByC_C_T in interface SocialActivitySetPersistenceclassNameId - the class name IDclassPK - the class p ktype - the type
public List<SocialActivitySet> findByG_U_C_T(long groupId,
long userId,
long classNameId,
int type)
findByG_U_C_T in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDtype - the type
public List<SocialActivitySet> findByG_U_C_T(long groupId,
long userId,
long classNameId,
int type,
int start,
int end)
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 SocialActivitySetModelImpl. 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.
findByG_U_C_T in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDtype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)
public List<SocialActivitySet> findByG_U_C_T(long groupId,
long userId,
long classNameId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
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 SocialActivitySetModelImpl. 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.
findByG_U_C_T in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDtype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialActivitySet> findByG_U_C_T(long groupId,
long userId,
long classNameId,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
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 SocialActivitySetModelImpl. 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.
findByG_U_C_T in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDtype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialActivitySet findByG_U_C_T_First(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByG_U_C_T_First in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
public SocialActivitySet fetchByG_U_C_T_First(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
fetchByG_U_C_T_First in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
public SocialActivitySet findByG_U_C_T_Last(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByG_U_C_T_Last in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
public SocialActivitySet fetchByG_U_C_T_Last(long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
fetchByG_U_C_T_Last in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
public SocialActivitySet[] findByG_U_C_T_PrevAndNext(long activitySetId,
long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByG_U_C_T_PrevAndNext in interface SocialActivitySetPersistenceactivitySetId - the primary key of the current social activity setgroupId - the group IDuserId - the user IDclassNameId - the class name IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a social activity set with the primary key could not be found
protected SocialActivitySet getByG_U_C_T_PrevAndNext(Session session,
SocialActivitySet socialActivitySet,
long groupId,
long userId,
long classNameId,
int type,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean previous)
public void removeByG_U_C_T(long groupId,
long userId,
long classNameId,
int type)
removeByG_U_C_T in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDtype - the type
public int countByG_U_C_T(long groupId,
long userId,
long classNameId,
int type)
countByG_U_C_T in interface SocialActivitySetPersistencegroupId - the group IDuserId - the user IDclassNameId - the class name IDtype - the type
public List<SocialActivitySet> findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type)
findByU_C_C_T in interface SocialActivitySetPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the type
public List<SocialActivitySet> findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type,
int start,
int end)
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 SocialActivitySetModelImpl. 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.
findByU_C_C_T in interface SocialActivitySetPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)
public List<SocialActivitySet> findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
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 SocialActivitySetModelImpl. 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.
findByU_C_C_T in interface SocialActivitySetPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialActivitySet> findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
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 SocialActivitySetModelImpl. 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.
findByU_C_C_T in interface SocialActivitySetPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialActivitySet findByU_C_C_T_First(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByU_C_C_T_First in interface SocialActivitySetPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
public SocialActivitySet fetchByU_C_C_T_First(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
fetchByU_C_C_T_First in interface SocialActivitySetPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
public SocialActivitySet findByU_C_C_T_Last(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByU_C_C_T_Last in interface SocialActivitySetPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
public SocialActivitySet fetchByU_C_C_T_Last(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
fetchByU_C_C_T_Last in interface SocialActivitySetPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
public SocialActivitySet[] findByU_C_C_T_PrevAndNext(long activitySetId,
long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator)
throws NoSuchActivitySetException
findByU_C_C_T_PrevAndNext in interface SocialActivitySetPersistenceactivitySetId - the primary key of the current social activity setuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a social activity set with the primary key could not be found
protected SocialActivitySet getByU_C_C_T_PrevAndNext(Session session,
SocialActivitySet socialActivitySet,
long userId,
long classNameId,
long classPK,
int type,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean previous)
public void removeByU_C_C_T(long userId,
long classNameId,
long classPK,
int type)
removeByU_C_C_T in interface SocialActivitySetPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the type
public int countByU_C_C_T(long userId,
long classNameId,
long classPK,
int type)
countByU_C_C_T in interface SocialActivitySetPersistenceuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the type
public void cacheResult(SocialActivitySet socialActivitySet)
cacheResult in interface SocialActivitySetPersistencesocialActivitySet - the social activity setpublic void cacheResult(List<SocialActivitySet> socialActivitySets)
cacheResult in interface SocialActivitySetPersistencesocialActivitySets - the social activity setspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<SocialActivitySet>clearCache in class BasePersistenceImpl<SocialActivitySet>public void clearCache(SocialActivitySet socialActivitySet)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<SocialActivitySet>clearCache in class BasePersistenceImpl<SocialActivitySet>socialActivitySet - the instance of this model to clear the cache forpublic void clearCache(List<SocialActivitySet> socialActivitySets)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<SocialActivitySet>clearCache in class BasePersistenceImpl<SocialActivitySet>socialActivitySets - the List instances of this model to clear the cache forpublic SocialActivitySet create(long activitySetId)
create in interface SocialActivitySetPersistenceactivitySetId - the primary key for the new social activity set
public SocialActivitySet remove(long activitySetId)
throws NoSuchActivitySetException
remove in interface SocialActivitySetPersistenceactivitySetId - the primary key of the social activity set
NoSuchActivitySetException - if a social activity set with the primary key could not be found
public SocialActivitySet remove(Serializable primaryKey)
throws NoSuchActivitySetException
remove in interface BasePersistence<SocialActivitySet>remove in class BasePersistenceImpl<SocialActivitySet>primaryKey - the primary key of the social activity set
NoSuchActivitySetException - if a social activity set with the primary key could not be foundprotected SocialActivitySet removeImpl(SocialActivitySet socialActivitySet)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<SocialActivitySet>socialActivitySet - the model instance to remove
public SocialActivitySet updateImpl(SocialActivitySet socialActivitySet)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface SocialActivitySetPersistenceupdateImpl in class BasePersistenceImpl<SocialActivitySet>socialActivitySet - the model instance to update
protected SocialActivitySet toUnwrappedModel(SocialActivitySet socialActivitySet)
public SocialActivitySet findByPrimaryKey(Serializable primaryKey)
throws NoSuchActivitySetException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<SocialActivitySet>findByPrimaryKey in class BasePersistenceImpl<SocialActivitySet>primaryKey - the primary key of the social activity set
NoSuchActivitySetException - if a social activity set with the primary key could not be found
public SocialActivitySet findByPrimaryKey(long activitySetId)
throws NoSuchActivitySetException
NoSuchActivitySetException if it could not be found.
findByPrimaryKey in interface SocialActivitySetPersistenceactivitySetId - the primary key of the social activity set
NoSuchActivitySetException - if a social activity set with the primary key could not be foundpublic SocialActivitySet fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<SocialActivitySet>fetchByPrimaryKey in class BasePersistenceImpl<SocialActivitySet>primaryKey - the primary key of the social activity set
null if a social activity set with the primary key could not be foundpublic SocialActivitySet fetchByPrimaryKey(long activitySetId)
null if it could not be found.
fetchByPrimaryKey in interface SocialActivitySetPersistenceactivitySetId - the primary key of the social activity set
null if a social activity set with the primary key could not be foundpublic Map<Serializable,SocialActivitySet> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<SocialActivitySet>fetchByPrimaryKeys in interface SocialActivitySetPersistencefetchByPrimaryKeys in class BasePersistenceImpl<SocialActivitySet>public List<SocialActivitySet> findAll()
findAll in interface SocialActivitySetPersistence
public List<SocialActivitySet> findAll(int start,
int end)
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 SocialActivitySetModelImpl. 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.
findAll in interface SocialActivitySetPersistencestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)
public List<SocialActivitySet> findAll(int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator)
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 SocialActivitySetModelImpl. 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.
findAll in interface SocialActivitySetPersistencestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialActivitySet> findAll(int start,
int end,
OrderByComparator<SocialActivitySet> orderByComparator,
boolean retrieveFromCache)
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 SocialActivitySetModelImpl. 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.
findAll in interface SocialActivitySetPersistencestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface SocialActivitySetPersistencepublic int countAll()
countAll in interface SocialActivitySetPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<SocialActivitySet>getBadColumnNames in interface SocialActivitySetPersistencegetBadColumnNames in class BasePersistenceImpl<SocialActivitySet>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<SocialActivitySet>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||