|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.persistence.impl.BasePersistenceImpl<SocialActivityCounter> com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistenceImpl
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 |
---|
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
Constructor Summary | |
---|---|
SocialActivityCounterPersistenceImpl()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
Initializes the social activity counter persistence. |
void |
cacheResult(List<SocialActivityCounter> socialActivityCounters)
Caches the social activity counters in the entity cache if it is enabled. |
void |
cacheResult(SocialActivityCounter socialActivityCounter)
Caches the social activity counter in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(SocialActivityCounter socialActivityCounter)
|
void |
clearCache()
Clears the cache for all social activity counters. |
void |
clearCache(List<SocialActivityCounter> socialActivityCounters)
Clears the cache for a List instances of this model. |
void |
clearCache(SocialActivityCounter socialActivityCounter)
Clears the cache for the social activity counter. |
protected void |
clearUniqueFindersCache(SocialActivityCounter socialActivityCounter)
|
int |
countAll()
Returns the number of social activity counters. |
int |
countByC_C(long classNameId,
long classPK)
Returns the number of social activity counters where classNameId = ? and classPK = ?. |
int |
countByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ?. |
int |
countByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ?. |
int |
countByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
Returns the number of social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
create(long activityCounterId)
Creates a new social activity counter with the primary key. |
void |
destroy()
|
SocialActivityCounter |
fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
fetchByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found. |
SocialActivityCounter |
fetchByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod,
boolean retrieveFromCache)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found, optionally using the finder cache. |
SocialActivityCounter |
fetchByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found. |
SocialActivityCounter |
fetchByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod,
boolean retrieveFromCache)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found, optionally using the finder cache. |
SocialActivityCounter |
fetchByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
fetchByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
fetchByPrimaryKey(long activityCounterId)
Returns the social activity counter with the primary key or returns null if it could not be found. |
SocialActivityCounter |
fetchByPrimaryKey(Serializable primaryKey)
Returns the social activity counter with the primary key or returns null if it could not be found. |
List<SocialActivityCounter> |
findAll()
Returns all the social activity counters. |
List<SocialActivityCounter> |
findAll(int start,
int end)
Returns a range of all the social activity counters. |
List<SocialActivityCounter> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity counters. |
SocialActivityCounter |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityCounter[] |
findByC_C_PrevAndNext(long activityCounterId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?. |
List<SocialActivityCounter> |
findByC_C(long classNameId,
long classPK)
Returns all the social activity counters where classNameId = ? and classPK = ?. |
List<SocialActivityCounter> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the social activity counters where classNameId = ? and classPK = ?. |
List<SocialActivityCounter> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?. |
SocialActivityCounter |
findByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or throws a NoSuchActivityCounterException if it could not be found. |
SocialActivityCounter |
findByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or throws a NoSuchActivityCounterException if it could not be found. |
SocialActivityCounter |
findByG_C_C_O_First(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
findByG_C_C_O_Last(long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter[] |
findByG_C_C_O_PrevAndNext(long activityCounterId,
long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator)
Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
List<SocialActivityCounter> |
findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
Returns all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
List<SocialActivityCounter> |
findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
int start,
int end)
Returns a range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
List<SocialActivityCounter> |
findByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?. |
SocialActivityCounter |
findByPrimaryKey(long activityCounterId)
Returns the social activity counter with the primary key or throws a NoSuchActivityCounterException if it could not be found. |
SocialActivityCounter |
findByPrimaryKey(Serializable primaryKey)
Returns the social activity counter with the primary key or throws a NoSuchModelException if it could not be found. |
protected SocialActivityCounter |
getByC_C_PrevAndNext(Session session,
SocialActivityCounter socialActivityCounter,
long classNameId,
long classPK,
OrderByComparator orderByComparator,
boolean previous)
|
protected SocialActivityCounter |
getByG_C_C_O_PrevAndNext(Session session,
SocialActivityCounter socialActivityCounter,
long groupId,
long classNameId,
long classPK,
int ownerType,
OrderByComparator orderByComparator,
boolean previous)
|
SocialActivityCounter |
remove(long activityCounterId)
Removes the social activity counter with the primary key from the database. |
SocialActivityCounter |
remove(Serializable primaryKey)
Removes the social activity counter with the primary key from the database. |
void |
removeAll()
Removes all the social activity counters from the database. |
void |
removeByC_C(long classNameId,
long classPK)
Removes all the social activity counters where classNameId = ? and classPK = ? from the database. |
SocialActivityCounter |
removeByG_C_C_N_O_E(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int endPeriod)
Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? from the database. |
SocialActivityCounter |
removeByG_C_C_N_O_S(long groupId,
long classNameId,
long classPK,
String name,
int ownerType,
int startPeriod)
Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? from the database. |
void |
removeByG_C_C_O(long groupId,
long classNameId,
long classPK,
int ownerType)
Removes all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ? from the database. |
protected SocialActivityCounter |
removeImpl(SocialActivityCounter socialActivityCounter)
Removes the model instance from the database. |
protected SocialActivityCounter |
toUnwrappedModel(SocialActivityCounter socialActivityCounter)
|
SocialActivityCounter |
updateImpl(SocialActivityCounter socialActivityCounter,
boolean merge)
Updates the model instance in the database or adds it if it does not yet exist. |
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getClassLoader, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update |
Field Detail |
---|
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_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
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
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialActivityAchievementPersistence.class) protected SocialActivityAchievementPersistence socialActivityAchievementPersistence
@BeanReference(type=SocialActivityCounterPersistence.class) protected SocialActivityCounterPersistence socialActivityCounterPersistence
@BeanReference(type=SocialActivityLimitPersistence.class) protected SocialActivityLimitPersistence socialActivityLimitPersistence
@BeanReference(type=SocialActivitySettingPersistence.class) protected SocialActivitySettingPersistence socialActivitySettingPersistence
@BeanReference(type=SocialRelationPersistence.class) protected SocialRelationPersistence socialRelationPersistence
@BeanReference(type=SocialRequestPersistence.class) protected SocialRequestPersistence socialRequestPersistence
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=LockPersistence.class) protected LockPersistence lockPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
Constructor Detail |
---|
public SocialActivityCounterPersistenceImpl()
Method Detail |
---|
public void cacheResult(SocialActivityCounter socialActivityCounter)
cacheResult
in interface SocialActivityCounterPersistence
socialActivityCounter
- the social activity counterpublic void cacheResult(List<SocialActivityCounter> socialActivityCounters)
cacheResult
in interface SocialActivityCounterPersistence
socialActivityCounters
- 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 forprotected void cacheUniqueFindersCache(SocialActivityCounter socialActivityCounter)
protected void clearUniqueFindersCache(SocialActivityCounter socialActivityCounter)
public SocialActivityCounter create(long activityCounterId)
create
in interface SocialActivityCounterPersistence
activityCounterId
- the primary key for the new social activity counter
public SocialActivityCounter remove(long activityCounterId) throws NoSuchActivityCounterException, SystemException
remove
in interface SocialActivityCounterPersistence
activityCounterId
- the primary key of the social activity counter
NoSuchActivityCounterException
- if a social activity counter with the primary key could not be found
SystemException
- if a system exception occurredpublic SocialActivityCounter remove(Serializable primaryKey) throws NoSuchActivityCounterException, SystemException
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 found
SystemException
- if a system exception occurredprotected SocialActivityCounter removeImpl(SocialActivityCounter socialActivityCounter) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.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
SystemException
- if a system exception occurredpublic SocialActivityCounter updateImpl(SocialActivityCounter socialActivityCounter, boolean merge) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.remove(BaseModel)
depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl
in interface SocialActivityCounterPersistence
updateImpl
in class BasePersistenceImpl<SocialActivityCounter>
socialActivityCounter
- the model instance to updatemerge
- whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredprotected SocialActivityCounter toUnwrappedModel(SocialActivityCounter socialActivityCounter)
public SocialActivityCounter findByPrimaryKey(Serializable primaryKey) throws NoSuchModelException, SystemException
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
NoSuchModelException
- if a social activity counter with the primary key could not be found
SystemException
- if a system exception occurredpublic SocialActivityCounter findByPrimaryKey(long activityCounterId) throws NoSuchActivityCounterException, SystemException
NoSuchActivityCounterException
if it could not be found.
findByPrimaryKey
in interface SocialActivityCounterPersistence
activityCounterId
- the primary key of the social activity counter
NoSuchActivityCounterException
- if a social activity counter with the primary key could not be found
SystemException
- if a system exception occurredpublic SocialActivityCounter fetchByPrimaryKey(Serializable primaryKey) throws SystemException
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 found
SystemException
- if a system exception occurredpublic SocialActivityCounter fetchByPrimaryKey(long activityCounterId) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface SocialActivityCounterPersistence
activityCounterId
- the primary key of the social activity counter
null
if a social activity counter with the primary key could not be found
SystemException
- if a system exception occurredpublic List<SocialActivityCounter> findByC_C(long classNameId, long classPK) throws SystemException
findByC_C
in interface SocialActivityCounterPersistence
classNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic List<SocialActivityCounter> findByC_C(long classNameId, long classPK, int start, int end) throws SystemException
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.
findByC_C
in interface SocialActivityCounterPersistence
classNameId
- 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)
SystemException
- if a system exception occurredpublic List<SocialActivityCounter> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
findByC_C
in interface SocialActivityCounterPersistence
classNameId
- 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
)
SystemException
- if a system exception occurredpublic SocialActivityCounter findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator) throws NoSuchActivityCounterException, SystemException
findByC_C_First
in interface SocialActivityCounterPersistence
classNameId
- 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
SystemException
- if a system exception occurredpublic SocialActivityCounter fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
fetchByC_C_First
in interface SocialActivityCounterPersistence
classNameId
- 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
SystemException
- if a system exception occurredpublic SocialActivityCounter findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator) throws NoSuchActivityCounterException, SystemException
findByC_C_Last
in interface SocialActivityCounterPersistence
classNameId
- 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
SystemException
- if a system exception occurredpublic SocialActivityCounter fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator) throws SystemException
fetchByC_C_Last
in interface SocialActivityCounterPersistence
classNameId
- 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
SystemException
- if a system exception occurredpublic SocialActivityCounter[] findByC_C_PrevAndNext(long activityCounterId, long classNameId, long classPK, OrderByComparator orderByComparator) throws NoSuchActivityCounterException, SystemException
findByC_C_PrevAndNext
in interface SocialActivityCounterPersistence
activityCounterId
- 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
SystemException
- if a system exception occurredprotected SocialActivityCounter getByC_C_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
public List<SocialActivityCounter> findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType) throws SystemException
findByG_C_C_O
in interface SocialActivityCounterPersistence
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p kownerType
- the owner type
SystemException
- if a system exception occurredpublic List<SocialActivityCounter> findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end) throws SystemException
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.
findByG_C_C_O
in interface SocialActivityCounterPersistence
groupId
- 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)
SystemException
- if a system exception occurredpublic List<SocialActivityCounter> findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
findByG_C_C_O
in interface SocialActivityCounterPersistence
groupId
- 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
)
SystemException
- if a system exception occurredpublic SocialActivityCounter findByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator) throws NoSuchActivityCounterException, SystemException
findByG_C_C_O_First
in interface SocialActivityCounterPersistence
groupId
- 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
SystemException
- if a system exception occurredpublic SocialActivityCounter fetchByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator) throws SystemException
fetchByG_C_C_O_First
in interface SocialActivityCounterPersistence
groupId
- 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
SystemException
- if a system exception occurredpublic SocialActivityCounter findByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator) throws NoSuchActivityCounterException, SystemException
findByG_C_C_O_Last
in interface SocialActivityCounterPersistence
groupId
- 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
SystemException
- if a system exception occurredpublic SocialActivityCounter fetchByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator) throws SystemException
fetchByG_C_C_O_Last
in interface SocialActivityCounterPersistence
groupId
- 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
SystemException
- if a system exception occurredpublic SocialActivityCounter[] findByG_C_C_O_PrevAndNext(long activityCounterId, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator) throws NoSuchActivityCounterException, SystemException
findByG_C_C_O_PrevAndNext
in interface SocialActivityCounterPersistence
activityCounterId
- 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
SystemException
- if a system exception occurredprotected SocialActivityCounter getByG_C_C_O_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator, boolean previous)
public SocialActivityCounter findByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod) throws NoSuchActivityCounterException, SystemException
NoSuchActivityCounterException
if it could not be found.
findByG_C_C_N_O_S
in interface SocialActivityCounterPersistence
groupId
- 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
SystemException
- if a system exception occurredpublic SocialActivityCounter fetchByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod) throws SystemException
null
if it could not be found. Uses the finder cache.
fetchByG_C_C_N_O_S
in interface SocialActivityCounterPersistence
groupId
- 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
SystemException
- if a system exception occurredpublic SocialActivityCounter fetchByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
fetchByG_C_C_N_O_S
in interface SocialActivityCounterPersistence
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p kname
- the nameownerType
- the owner typestartPeriod
- the start periodretrieveFromCache
- whether to use the finder cache
null
if a matching social activity counter could not be found
SystemException
- if a system exception occurredpublic SocialActivityCounter findByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod) throws NoSuchActivityCounterException, SystemException
NoSuchActivityCounterException
if it could not be found.
findByG_C_C_N_O_E
in interface SocialActivityCounterPersistence
groupId
- 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
SystemException
- if a system exception occurredpublic SocialActivityCounter fetchByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod) throws SystemException
null
if it could not be found. Uses the finder cache.
fetchByG_C_C_N_O_E
in interface SocialActivityCounterPersistence
groupId
- 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
SystemException
- if a system exception occurredpublic SocialActivityCounter fetchByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
fetchByG_C_C_N_O_E
in interface SocialActivityCounterPersistence
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p kname
- the nameownerType
- the owner typeendPeriod
- the end periodretrieveFromCache
- whether to use the finder cache
null
if a matching social activity counter could not be found
SystemException
- if a system exception occurredpublic List<SocialActivityCounter> findAll() throws SystemException
findAll
in interface SocialActivityCounterPersistence
SystemException
- if a system exception occurredpublic List<SocialActivityCounter> findAll(int start, int end) throws SystemException
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.
findAll
in interface SocialActivityCounterPersistence
start
- the lower bound of the range of social activity countersend
- the upper bound of the range of social activity counters (not inclusive)
SystemException
- if a system exception occurredpublic List<SocialActivityCounter> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
findAll
in interface SocialActivityCounterPersistence
start
- 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
)
SystemException
- if a system exception occurredpublic void removeByC_C(long classNameId, long classPK) throws SystemException
removeByC_C
in interface SocialActivityCounterPersistence
classNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic void removeByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType) throws SystemException
removeByG_C_C_O
in interface SocialActivityCounterPersistence
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p kownerType
- the owner type
SystemException
- if a system exception occurredpublic SocialActivityCounter removeByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod) throws NoSuchActivityCounterException, SystemException
removeByG_C_C_N_O_S
in interface SocialActivityCounterPersistence
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p kname
- the nameownerType
- the owner typestartPeriod
- the start period
SystemException
- if a system exception occurred
NoSuchActivityCounterException
public SocialActivityCounter removeByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod) throws NoSuchActivityCounterException, SystemException
removeByG_C_C_N_O_E
in interface SocialActivityCounterPersistence
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p kname
- the nameownerType
- the owner typeendPeriod
- the end period
SystemException
- if a system exception occurred
NoSuchActivityCounterException
public void removeAll() throws SystemException
removeAll
in interface SocialActivityCounterPersistence
SystemException
- if a system exception occurredpublic int countByC_C(long classNameId, long classPK) throws SystemException
countByC_C
in interface SocialActivityCounterPersistence
classNameId
- the class name IDclassPK
- the class p k
SystemException
- if a system exception occurredpublic int countByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType) throws SystemException
countByG_C_C_O
in interface SocialActivityCounterPersistence
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p kownerType
- the owner type
SystemException
- if a system exception occurredpublic int countByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod) throws SystemException
countByG_C_C_N_O_S
in interface SocialActivityCounterPersistence
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p kname
- the nameownerType
- the owner typestartPeriod
- the start period
SystemException
- if a system exception occurredpublic int countByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod) throws SystemException
countByG_C_C_N_O_E
in interface SocialActivityCounterPersistence
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class p kname
- the nameownerType
- the owner typeendPeriod
- the end period
SystemException
- if a system exception occurredpublic int countAll() throws SystemException
countAll
in interface SocialActivityCounterPersistence
SystemException
- if a system exception occurredpublic void afterPropertiesSet()
public void destroy()
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |