|
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<SocialActivityCounter>
com.liferay.portlet.social.service.persistence.impl.SocialActivityCounterPersistenceImpl
@ProviderType public class SocialActivityCounterPersistenceImpl
The persistence implementation for the social activity counter service.
Caching information and settings can be found in portal.properties
SocialActivityCounterPersistence,
SocialActivityCounterUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
SocialActivityCounterPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the social activity counter persistence. |
void |
cacheResult(List<SocialActivityCounter> socialActivityCounters)
Caches the social activity counters in the entity cache if it is enabled. |
void |
cacheResult(SocialActivityCounter socialActivityCounter)
Caches the social activity counter in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(SocialActivityCounterModelImpl socialActivityCounterModelImpl,
boolean isNew)
|
void |
clearCache()
Clears the cache for all social activity counters. |
void |
clearCache(List<SocialActivityCounter> socialActivityCounters)
Clears the cache for a List instances of this model. |
void |
clearCache(SocialActivityCounter socialActivityCounter)
Clears the cache for the social activity counter. |
protected void |
clearUniqueFindersCache(SocialActivityCounterModelImpl socialActivityCounterModelImpl)
|
int |
countAll()
Returns the number of social activity counters. |
int |
countByC_C(long classNameId,
long classPK)
Returns the number of social activity counters where classNameId = ? and classPK = ?. |
int |
countByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ?. |
int |
countByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ?. |
int |
countByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
int |
countByGroupId(long groupId)
Returns the number of social activity counters where groupId = ?. |
SocialActivityCounter |
create(long activityCounterId)
Creates a new social activity counter with the primary key. |
void |
destroy()
|
SocialActivityCounter |
fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
fetchByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found. |
SocialActivityCounter |
fetchByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod,
boolean retrieveFromCache)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found, optionally using the finder cache. |
SocialActivityCounter |
fetchByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found. |
SocialActivityCounter |
fetchByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod,
boolean retrieveFromCache)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found, optionally using the finder cache. |
SocialActivityCounter |
fetchByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
fetchByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ?. |
SocialActivityCounter |
fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ?. |
SocialActivityCounter |
fetchByPrimaryKey(long activityCounterId)
Returns the social activity counter with the primary key or returns null if it could not be found. |
SocialActivityCounter |
fetchByPrimaryKey(Serializable primaryKey)
Returns the social activity counter with the primary key or returns null if it could not be found. |
Map<Serializable,SocialActivityCounter> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<SocialActivityCounter> |
findAll()
Returns all the social activity counters. |
List<SocialActivityCounter> |
findAll(int start,
int end)
Returns a range of all the social activity counters. |
List<SocialActivityCounter> |
findAll(int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters. |
List<SocialActivityCounter> |
findAll(int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity counters. |
SocialActivityCounter |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter[] |
findByC_C_PrevAndNext(long activityCounterId,
long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?. |
List<SocialActivityCounter> |
findByC_C(long classNameId,
long classPK)
Returns all the social activity counters where classNameId = ? and classPK = ?. |
List<SocialActivityCounter> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social activity counters where classNameId = ? and classPK = ?. |
List<SocialActivityCounter> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?. |
List<SocialActivityCounter> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?. |
SocialActivityCounter |
findByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or throws a NoSuchActivityCounterException if it could not be found. |
SocialActivityCounter |
findByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or throws a NoSuchActivityCounterException if it could not be found. |
SocialActivityCounter |
findByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
findByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter[] |
findByG_C_C_O_PrevAndNext(long activityCounterId,
long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
List<SocialActivityCounter> |
findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
Returns all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
List<SocialActivityCounter> |
findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
int start,
int end)
Returns a range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
List<SocialActivityCounter> |
findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
List<SocialActivityCounter> |
findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
findByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ?. |
SocialActivityCounter |
findByGroupId_Last(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ?. |
SocialActivityCounter[] |
findByGroupId_PrevAndNext(long activityCounterId,
long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ?. |
List<SocialActivityCounter> |
findByGroupId(long groupId)
Returns all the social activity counters where groupId = ?. |
List<SocialActivityCounter> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the social activity counters where groupId = ?. |
List<SocialActivityCounter> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator)
Returns an ordered range of all the social activity counters where groupId = ?. |
List<SocialActivityCounter> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivityCounter> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the social activity counters where groupId = ?. |
SocialActivityCounter |
findByPrimaryKey(long activityCounterId)
Returns the social activity counter with the primary key or throws a NoSuchActivityCounterException if it could not be found. |
SocialActivityCounter |
findByPrimaryKey(Serializable primaryKey)
Returns the social activity counter with the primary key or throws a NoSuchModelException if it could not be found. |
Set<String> |
getBadColumnNames()
|
protected SocialActivityCounter |
getByC_C_PrevAndNext(Session session,
SocialActivityCounter socialActivityCounter,
long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator,
boolean previous)
|
protected SocialActivityCounter |
getByG_C_C_O_PrevAndNext(Session session,
SocialActivityCounter socialActivityCounter,
long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator,
boolean previous)
|
protected SocialActivityCounter |
getByGroupId_PrevAndNext(Session session,
SocialActivityCounter socialActivityCounter,
long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
SocialActivityCounter |
remove(long activityCounterId)
Removes the social activity counter with the primary key from the database. |
SocialActivityCounter |
remove(Serializable primaryKey)
Removes the social activity counter with the primary key from the database. |
void |
removeAll()
Removes all the social activity counters from the database. |
void |
removeByC_C(long classNameId,
long classPK)
Removes all the social activity counters where classNameId = ? and classPK = ? from the database. |
SocialActivityCounter |
removeByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? from the database. |
SocialActivityCounter |
removeByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? from the database. |
void |
removeByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
Removes all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the social activity counters where groupId = ? from the database. |
protected SocialActivityCounter |
removeImpl(SocialActivityCounter socialActivityCounter)
Removes the model instance from the database. |
protected SocialActivityCounter |
toUnwrappedModel(SocialActivityCounter socialActivityCounter)
|
SocialActivityCounter |
updateImpl(SocialActivityCounter socialActivityCounter)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
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_C_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_C
public static final FinderPath FINDER_PATH_COUNT_BY_C_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_C_C_O
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_C_C_O
public static final FinderPath FINDER_PATH_COUNT_BY_G_C_C_O
public static final FinderPath FINDER_PATH_FETCH_BY_G_C_C_N_O_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_C_C_N_O_S
public static final FinderPath FINDER_PATH_FETCH_BY_G_C_C_N_O_E
public static final FinderPath FINDER_PATH_COUNT_BY_G_C_C_N_O_E
@BeanReference(type=CompanyProviderWrapper.class) protected CompanyProvider companyProvider
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public SocialActivityCounterPersistenceImpl()
| Method Detail |
|---|
public List<SocialActivityCounter> findByGroupId(long groupId)
findByGroupId in interface SocialActivityCounterPersistencegroupId - the group ID
public List<SocialActivityCounter> 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 SocialActivityCounterModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface SocialActivityCounterPersistencegroupId - the group IDstart - the lower bound of the range of social activity countersend - the upper bound of the range of social activity counters (not inclusive)
public List<SocialActivityCounter> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivityCounter> 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 SocialActivityCounterModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface SocialActivityCounterPersistencegroupId - the group IDstart - the lower bound of the range of social activity countersend - the upper bound of the range of social activity counters (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialActivityCounter> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<SocialActivityCounter> 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 SocialActivityCounterModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface SocialActivityCounterPersistencegroupId - the group IDstart - the lower bound of the range of social activity countersend - the upper bound of the range of social activity counters (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialActivityCounter findByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
throws NoSuchActivityCounterException
findByGroupId_First in interface SocialActivityCounterPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivityCounterException - if a matching social activity counter could not be found
public SocialActivityCounter fetchByGroupId_First(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
fetchByGroupId_First in interface SocialActivityCounterPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity counter could not be found
public SocialActivityCounter findByGroupId_Last(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
throws NoSuchActivityCounterException
findByGroupId_Last in interface SocialActivityCounterPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivityCounterException - if a matching social activity counter could not be found
public SocialActivityCounter fetchByGroupId_Last(long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
fetchByGroupId_Last in interface SocialActivityCounterPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity counter could not be found
public SocialActivityCounter[] findByGroupId_PrevAndNext(long activityCounterId,
long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator)
throws NoSuchActivityCounterException
findByGroupId_PrevAndNext in interface SocialActivityCounterPersistenceactivityCounterId - the primary key of the current social activity countergroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivityCounterException - if a social activity counter with the primary key could not be found
protected SocialActivityCounter getByGroupId_PrevAndNext(Session session,
SocialActivityCounter socialActivityCounter,
long groupId,
OrderByComparator<SocialActivityCounter> orderByComparator,
boolean previous)
public void removeByGroupId(long groupId)
removeByGroupId in interface SocialActivityCounterPersistencegroupId - the group IDpublic int countByGroupId(long groupId)
countByGroupId in interface SocialActivityCounterPersistencegroupId - the group ID
public List<SocialActivityCounter> findByC_C(long classNameId,
long classPK)
findByC_C in interface SocialActivityCounterPersistenceclassNameId - the class name IDclassPK - the class p k
public List<SocialActivityCounter> findByC_C(long classNameId,
long classPK,
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 SocialActivityCounterModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_C in interface SocialActivityCounterPersistenceclassNameId - the class name IDclassPK - the class p kstart - the lower bound of the range of social activity countersend - the upper bound of the range of social activity counters (not inclusive)
public List<SocialActivityCounter> findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialActivityCounter> 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 SocialActivityCounterModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_C in interface SocialActivityCounterPersistenceclassNameId - the class name IDclassPK - the class p kstart - the lower bound of the range of social activity countersend - the upper bound of the range of social activity counters (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialActivityCounter> findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<SocialActivityCounter> 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 SocialActivityCounterModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_C in interface SocialActivityCounterPersistenceclassNameId - the class name IDclassPK - the class p kstart - the lower bound of the range of social activity countersend - the upper bound of the range of social activity counters (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialActivityCounter findByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
throws NoSuchActivityCounterException
findByC_C_First in interface SocialActivityCounterPersistenceclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
NoSuchActivityCounterException - if a matching social activity counter could not be found
public SocialActivityCounter fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
fetchByC_C_First in interface SocialActivityCounterPersistenceclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity counter could not be found
public SocialActivityCounter findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
throws NoSuchActivityCounterException
findByC_C_Last in interface SocialActivityCounterPersistenceclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
NoSuchActivityCounterException - if a matching social activity counter could not be found
public SocialActivityCounter fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
fetchByC_C_Last in interface SocialActivityCounterPersistenceclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity counter could not be found
public SocialActivityCounter[] findByC_C_PrevAndNext(long activityCounterId,
long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator)
throws NoSuchActivityCounterException
findByC_C_PrevAndNext in interface SocialActivityCounterPersistenceactivityCounterId - the primary key of the current social activity counterclassNameId - the class name IDclassPK - the class p korderByComparator - the comparator to order the set by (optionally null)
NoSuchActivityCounterException - if a social activity counter with the primary key could not be found
protected SocialActivityCounter getByC_C_PrevAndNext(Session session,
SocialActivityCounter socialActivityCounter,
long classNameId,
long classPK,
OrderByComparator<SocialActivityCounter> orderByComparator,
boolean previous)
public void removeByC_C(long classNameId,
long classPK)
removeByC_C in interface SocialActivityCounterPersistenceclassNameId - the class name IDclassPK - the class p k
public int countByC_C(long classNameId,
long classPK)
countByC_C in interface SocialActivityCounterPersistenceclassNameId - the class name IDclassPK - the class p k
public List<SocialActivityCounter> findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
findByG_C_C_O in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kownerType - the owner type
public List<SocialActivityCounter> findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
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 SocialActivityCounterModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_C_C_O in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kownerType - the owner typestart - the lower bound of the range of social activity countersend - the upper bound of the range of social activity counters (not inclusive)
public List<SocialActivityCounter> findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
int start,
int end,
OrderByComparator<SocialActivityCounter> 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 SocialActivityCounterModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_C_C_O in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kownerType - the owner typestart - the lower bound of the range of social activity countersend - the upper bound of the range of social activity counters (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialActivityCounter> findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
int start,
int end,
OrderByComparator<SocialActivityCounter> 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 SocialActivityCounterModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_C_C_O in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kownerType - the owner typestart - the lower bound of the range of social activity countersend - the upper bound of the range of social activity counters (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public SocialActivityCounter findByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
throws NoSuchActivityCounterException
findByG_C_C_O_First in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kownerType - the owner typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivityCounterException - if a matching social activity counter could not be found
public SocialActivityCounter fetchByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
fetchByG_C_C_O_First in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kownerType - the owner typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity counter could not be found
public SocialActivityCounter findByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
throws NoSuchActivityCounterException
findByG_C_C_O_Last in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kownerType - the owner typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivityCounterException - if a matching social activity counter could not be found
public SocialActivityCounter fetchByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
fetchByG_C_C_O_Last in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kownerType - the owner typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity counter could not be found
public SocialActivityCounter[] findByG_C_C_O_PrevAndNext(long activityCounterId,
long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator)
throws NoSuchActivityCounterException
findByG_C_C_O_PrevAndNext in interface SocialActivityCounterPersistenceactivityCounterId - the primary key of the current social activity countergroupId - the group IDclassNameId - the class name IDclassPK - the class p kownerType - the owner typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivityCounterException - if a social activity counter with the primary key could not be found
protected SocialActivityCounter getByG_C_C_O_PrevAndNext(Session session,
SocialActivityCounter socialActivityCounter,
long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator<SocialActivityCounter> orderByComparator,
boolean previous)
public void removeByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
removeByG_C_C_O in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kownerType - the owner type
public int countByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
countByG_C_C_O in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kownerType - the owner type
public SocialActivityCounter findByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
throws NoSuchActivityCounterException
NoSuchActivityCounterException if it could not be found.
findByG_C_C_N_O_S in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kname - the nameownerType - the owner typestartPeriod - the start period
NoSuchActivityCounterException - if a matching social activity counter could not be found
public SocialActivityCounter fetchByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
null if it could not be found. Uses the finder cache.
fetchByG_C_C_N_O_S in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kname - the nameownerType - the owner typestartPeriod - the start period
null if a matching social activity counter could not be found
public SocialActivityCounter fetchByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByG_C_C_N_O_S in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kname - the nameownerType - the owner typestartPeriod - the start periodretrieveFromCache - whether to retrieve from the finder cache
null if a matching social activity counter could not be found
public SocialActivityCounter removeByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
throws NoSuchActivityCounterException
removeByG_C_C_N_O_S in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kname - the nameownerType - the owner typestartPeriod - the start period
NoSuchActivityCounterException
public int countByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
countByG_C_C_N_O_S in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kname - the nameownerType - the owner typestartPeriod - the start period
public SocialActivityCounter findByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
throws NoSuchActivityCounterException
NoSuchActivityCounterException if it could not be found.
findByG_C_C_N_O_E in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kname - the nameownerType - the owner typeendPeriod - the end period
NoSuchActivityCounterException - if a matching social activity counter could not be found
public SocialActivityCounter fetchByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
null if it could not be found. Uses the finder cache.
fetchByG_C_C_N_O_E in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kname - the nameownerType - the owner typeendPeriod - the end period
null if a matching social activity counter could not be found
public SocialActivityCounter fetchByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByG_C_C_N_O_E in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kname - the nameownerType - the owner typeendPeriod - the end periodretrieveFromCache - whether to retrieve from the finder cache
null if a matching social activity counter could not be found
public SocialActivityCounter removeByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
throws NoSuchActivityCounterException
removeByG_C_C_N_O_E in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kname - the nameownerType - the owner typeendPeriod - the end period
NoSuchActivityCounterException
public int countByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
countByG_C_C_N_O_E in interface SocialActivityCounterPersistencegroupId - the group IDclassNameId - the class name IDclassPK - the class p kname - the nameownerType - the owner typeendPeriod - the end period
public void cacheResult(SocialActivityCounter socialActivityCounter)
cacheResult in interface SocialActivityCounterPersistencesocialActivityCounter - the social activity counterpublic void cacheResult(List<SocialActivityCounter> socialActivityCounters)
cacheResult in interface SocialActivityCounterPersistencesocialActivityCounters - the social activity counterspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<SocialActivityCounter>clearCache in class BasePersistenceImpl<SocialActivityCounter>public void clearCache(SocialActivityCounter socialActivityCounter)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<SocialActivityCounter>clearCache in class BasePersistenceImpl<SocialActivityCounter>socialActivityCounter - the instance of this model to clear the cache forpublic void clearCache(List<SocialActivityCounter> socialActivityCounters)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<SocialActivityCounter>clearCache in class BasePersistenceImpl<SocialActivityCounter>socialActivityCounters - the List instances of this model to clear the cache for
protected void cacheUniqueFindersCache(SocialActivityCounterModelImpl socialActivityCounterModelImpl,
boolean isNew)
protected void clearUniqueFindersCache(SocialActivityCounterModelImpl socialActivityCounterModelImpl)
public SocialActivityCounter create(long activityCounterId)
create in interface SocialActivityCounterPersistenceactivityCounterId - the primary key for the new social activity counter
public SocialActivityCounter remove(long activityCounterId)
throws NoSuchActivityCounterException
remove in interface SocialActivityCounterPersistenceactivityCounterId - the primary key of the social activity counter
NoSuchActivityCounterException - if a social activity counter with the primary key could not be found
public SocialActivityCounter remove(Serializable primaryKey)
throws NoSuchActivityCounterException
remove in interface BasePersistence<SocialActivityCounter>remove in class BasePersistenceImpl<SocialActivityCounter>primaryKey - the primary key of the social activity counter
NoSuchActivityCounterException - if a social activity counter with the primary key could not be foundprotected SocialActivityCounter removeImpl(SocialActivityCounter socialActivityCounter)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<SocialActivityCounter>socialActivityCounter - the model instance to remove
public SocialActivityCounter updateImpl(SocialActivityCounter socialActivityCounter)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface SocialActivityCounterPersistenceupdateImpl in class BasePersistenceImpl<SocialActivityCounter>socialActivityCounter - the model instance to update
protected SocialActivityCounter toUnwrappedModel(SocialActivityCounter socialActivityCounter)
public SocialActivityCounter findByPrimaryKey(Serializable primaryKey)
throws NoSuchActivityCounterException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<SocialActivityCounter>findByPrimaryKey in class BasePersistenceImpl<SocialActivityCounter>primaryKey - the primary key of the social activity counter
NoSuchActivityCounterException - if a social activity counter with the primary key could not be found
public SocialActivityCounter findByPrimaryKey(long activityCounterId)
throws NoSuchActivityCounterException
NoSuchActivityCounterException if it could not be found.
findByPrimaryKey in interface SocialActivityCounterPersistenceactivityCounterId - the primary key of the social activity counter
NoSuchActivityCounterException - if a social activity counter with the primary key could not be foundpublic SocialActivityCounter fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<SocialActivityCounter>fetchByPrimaryKey in class BasePersistenceImpl<SocialActivityCounter>primaryKey - the primary key of the social activity counter
null if a social activity counter with the primary key could not be foundpublic SocialActivityCounter fetchByPrimaryKey(long activityCounterId)
null if it could not be found.
fetchByPrimaryKey in interface SocialActivityCounterPersistenceactivityCounterId - the primary key of the social activity counter
null if a social activity counter with the primary key could not be foundpublic Map<Serializable,SocialActivityCounter> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<SocialActivityCounter>fetchByPrimaryKeys in interface SocialActivityCounterPersistencefetchByPrimaryKeys in class BasePersistenceImpl<SocialActivityCounter>public List<SocialActivityCounter> findAll()
findAll in interface SocialActivityCounterPersistence
public List<SocialActivityCounter> 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 SocialActivityCounterModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface SocialActivityCounterPersistencestart - the lower bound of the range of social activity countersend - the upper bound of the range of social activity counters (not inclusive)
public List<SocialActivityCounter> findAll(int start,
int end,
OrderByComparator<SocialActivityCounter> 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 SocialActivityCounterModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface SocialActivityCounterPersistencestart - the lower bound of the range of social activity countersend - the upper bound of the range of social activity counters (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<SocialActivityCounter> findAll(int start,
int end,
OrderByComparator<SocialActivityCounter> 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 SocialActivityCounterModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface SocialActivityCounterPersistencestart - the lower bound of the range of social activity countersend - the upper bound of the range of social activity counters (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface SocialActivityCounterPersistencepublic int countAll()
countAll in interface SocialActivityCounterPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<SocialActivityCounter>getBadColumnNames in interface SocialActivityCounterPersistencegetBadColumnNames in class BasePersistenceImpl<SocialActivityCounter>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<SocialActivityCounter>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 | |||||||||