|
Liferay 6.0.3 | |||||||||
| 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<BlogsStatsUser>
com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistenceImpl
public class BlogsStatsUserPersistenceImpl
BlogsStatsUserPersistence,
BlogsStatsUserUtil| Field Summary | |
|---|---|
protected BlogsEntryPersistence |
blogsEntryPersistence
|
protected BlogsStatsUserPersistence |
blogsStatsUserPersistence
|
static String |
FINDER_CLASS_NAME_ENTITY
|
static String |
FINDER_CLASS_NAME_LIST
|
static FinderPath |
FINDER_PATH_COUNT_ALL
|
static FinderPath |
FINDER_PATH_COUNT_BY_C_NOTE
|
static FinderPath |
FINDER_PATH_COUNT_BY_G_NOTE
|
static FinderPath |
FINDER_PATH_COUNT_BY_G_U
|
static FinderPath |
FINDER_PATH_COUNT_BY_GROUPID
|
static FinderPath |
FINDER_PATH_COUNT_BY_U_L
|
static FinderPath |
FINDER_PATH_COUNT_BY_USERID
|
static FinderPath |
FINDER_PATH_FETCH_BY_G_U
|
static FinderPath |
FINDER_PATH_FIND_ALL
|
static FinderPath |
FINDER_PATH_FIND_BY_C_NOTE
|
static FinderPath |
FINDER_PATH_FIND_BY_G_NOTE
|
static FinderPath |
FINDER_PATH_FIND_BY_GROUPID
|
static FinderPath |
FINDER_PATH_FIND_BY_U_L
|
static FinderPath |
FINDER_PATH_FIND_BY_USERID
|
protected GroupPersistence |
groupPersistence
|
protected ResourcePersistence |
resourcePersistence
|
protected UserPersistence |
userPersistence
|
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, 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 | |
|---|---|
BlogsStatsUserPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
cacheResult(BlogsStatsUser blogsStatsUser)
|
void |
cacheResult(List<BlogsStatsUser> blogsStatsUsers)
|
void |
clearCache()
Clears the cache for all instances of this model. |
void |
clearCache(BlogsStatsUser blogsStatsUser)
Clears the cache for one instance of this model. |
int |
countAll()
|
int |
countByC_NotE(long companyId,
int entryCount)
|
int |
countByG_NotE(long groupId,
int entryCount)
|
int |
countByG_U(long groupId,
long userId)
|
int |
countByGroupId(long groupId)
|
int |
countByU_L(long userId,
Date lastPostDate)
|
int |
countByUserId(long userId)
|
BlogsStatsUser |
create(long statsUserId)
|
BlogsStatsUser |
fetchByG_U(long groupId,
long userId)
|
BlogsStatsUser |
fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
|
BlogsStatsUser |
fetchByPrimaryKey(long statsUserId)
|
BlogsStatsUser |
fetchByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or return null if it could not be found. |
List<BlogsStatsUser> |
findAll()
|
List<BlogsStatsUser> |
findAll(int start,
int end)
|
List<BlogsStatsUser> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
BlogsStatsUser |
findByC_NotE_First(long companyId,
int entryCount,
OrderByComparator orderByComparator)
|
BlogsStatsUser |
findByC_NotE_Last(long companyId,
int entryCount,
OrderByComparator orderByComparator)
|
BlogsStatsUser[] |
findByC_NotE_PrevAndNext(long statsUserId,
long companyId,
int entryCount,
OrderByComparator orderByComparator)
|
List<BlogsStatsUser> |
findByC_NotE(long companyId,
int entryCount)
|
List<BlogsStatsUser> |
findByC_NotE(long companyId,
int entryCount,
int start,
int end)
|
List<BlogsStatsUser> |
findByC_NotE(long companyId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
|
BlogsStatsUser |
findByG_NotE_First(long groupId,
int entryCount,
OrderByComparator orderByComparator)
|
BlogsStatsUser |
findByG_NotE_Last(long groupId,
int entryCount,
OrderByComparator orderByComparator)
|
BlogsStatsUser[] |
findByG_NotE_PrevAndNext(long statsUserId,
long groupId,
int entryCount,
OrderByComparator orderByComparator)
|
List<BlogsStatsUser> |
findByG_NotE(long groupId,
int entryCount)
|
List<BlogsStatsUser> |
findByG_NotE(long groupId,
int entryCount,
int start,
int end)
|
List<BlogsStatsUser> |
findByG_NotE(long groupId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
|
BlogsStatsUser |
findByG_U(long groupId,
long userId)
|
BlogsStatsUser |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
|
BlogsStatsUser |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
|
BlogsStatsUser[] |
findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator orderByComparator)
|
List<BlogsStatsUser> |
findByGroupId(long groupId)
|
List<BlogsStatsUser> |
findByGroupId(long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
BlogsStatsUser |
findByPrimaryKey(long statsUserId)
|
BlogsStatsUser |
findByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or throw an exception if it could not be found. |
BlogsStatsUser |
findByU_L_First(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
|
BlogsStatsUser |
findByU_L_Last(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
|
BlogsStatsUser[] |
findByU_L_PrevAndNext(long statsUserId,
long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
|
List<BlogsStatsUser> |
findByU_L(long userId,
Date lastPostDate)
|
List<BlogsStatsUser> |
findByU_L(long userId,
Date lastPostDate,
int start,
int end)
|
List<BlogsStatsUser> |
findByU_L(long userId,
Date lastPostDate,
int start,
int end,
OrderByComparator orderByComparator)
|
BlogsStatsUser |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
|
BlogsStatsUser |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
|
BlogsStatsUser[] |
findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator orderByComparator)
|
List<BlogsStatsUser> |
findByUserId(long userId)
|
List<BlogsStatsUser> |
findByUserId(long userId,
int start,
int end)
|
List<BlogsStatsUser> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
protected BlogsStatsUser |
getByC_NotE_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long companyId,
int entryCount,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsStatsUser |
getByG_NotE_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long groupId,
int entryCount,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsStatsUser |
getByGroupId_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsStatsUser |
getByU_L_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long userId,
Date lastPostDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsStatsUser |
getByUserId_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
BlogsStatsUser |
remove(long statsUserId)
|
BlogsStatsUser |
remove(Serializable primaryKey)
Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners. |
void |
removeAll()
|
void |
removeByC_NotE(long companyId,
int entryCount)
|
void |
removeByG_NotE(long groupId,
int entryCount)
|
void |
removeByG_U(long groupId,
long userId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByU_L(long userId,
Date lastPostDate)
|
void |
removeByUserId(long userId)
|
protected BlogsStatsUser |
removeImpl(BlogsStatsUser blogsStatsUser)
Removes the model instance from the database. |
protected BlogsStatsUser |
toUnwrappedModel(BlogsStatsUser blogsStatsUser)
|
BlogsStatsUser |
updateImpl(BlogsStatsUser blogsStatsUser,
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, getDataSource, 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 |
|---|
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_FIND_BY_USERID
public static final FinderPath FINDER_PATH_COUNT_BY_USERID
public static final FinderPath FINDER_PATH_FETCH_BY_G_U
public static final FinderPath FINDER_PATH_COUNT_BY_G_U
public static final FinderPath FINDER_PATH_FIND_BY_G_NOTE
public static final FinderPath FINDER_PATH_COUNT_BY_G_NOTE
public static final FinderPath FINDER_PATH_FIND_BY_C_NOTE
public static final FinderPath FINDER_PATH_COUNT_BY_C_NOTE
public static final FinderPath FINDER_PATH_FIND_BY_U_L
public static final FinderPath FINDER_PATH_COUNT_BY_U_L
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=BlogsEntryPersistence.class) protected BlogsEntryPersistence blogsEntryPersistence
@BeanReference(type=BlogsStatsUserPersistence.class) protected BlogsStatsUserPersistence blogsStatsUserPersistence
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
| Constructor Detail |
|---|
public BlogsStatsUserPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(BlogsStatsUser blogsStatsUser)
cacheResult in interface BlogsStatsUserPersistencepublic void cacheResult(List<BlogsStatsUser> blogsStatsUsers)
cacheResult in interface BlogsStatsUserPersistencepublic void clearCache()
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
Caching information and settings can be found in
portal.properties
clearCache in interface BasePersistence<BlogsStatsUser>clearCache in class BasePersistenceImpl<BlogsStatsUser>public void clearCache(BlogsStatsUser blogsStatsUser)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<BlogsStatsUser>clearCache in class BasePersistenceImpl<BlogsStatsUser>blogsStatsUser - the instance of this model to clear the cache forpublic BlogsStatsUser create(long statsUserId)
create in interface BlogsStatsUserPersistence
public BlogsStatsUser remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
remove in interface BasePersistence<BlogsStatsUser>remove in class BasePersistenceImpl<BlogsStatsUser>primaryKey - the primary key of the model instance to remove
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if a system exception occurred
public BlogsStatsUser remove(long statsUserId)
throws NoSuchStatsUserException,
SystemException
remove in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
protected BlogsStatsUser removeImpl(BlogsStatsUser blogsStatsUser)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<BlogsStatsUser>blogsStatsUser - the model instance to remove
SystemException - if a system exception occurred
public BlogsStatsUser updateImpl(BlogsStatsUser blogsStatsUser,
boolean merge)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface BlogsStatsUserPersistenceupdateImpl in class BasePersistenceImpl<BlogsStatsUser>blogsStatsUser - 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 BlogsStatsUser toUnwrappedModel(BlogsStatsUser blogsStatsUser)
public BlogsStatsUser findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
findByPrimaryKey in interface BasePersistence<BlogsStatsUser>findByPrimaryKey in class BasePersistenceImpl<BlogsStatsUser>primaryKey - the primary key of the model instance to find
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public BlogsStatsUser findByPrimaryKey(long statsUserId)
throws NoSuchStatsUserException,
SystemException
findByPrimaryKey in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
public BlogsStatsUser fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
BasePersistencenull if it could not be found.
fetchByPrimaryKey in interface BasePersistence<BlogsStatsUser>fetchByPrimaryKey in class BasePersistenceImpl<BlogsStatsUser>primaryKey - the primary key of the model instance to find
null if an instance of this
model with the primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public BlogsStatsUser fetchByPrimaryKey(long statsUserId)
throws SystemException
fetchByPrimaryKey in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findByGroupId(long groupId)
throws SystemException
findByGroupId in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findByGroupId(long groupId,
int start,
int end)
throws SystemException
findByGroupId in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByGroupId in interface BlogsStatsUserPersistenceSystemException
public BlogsStatsUser findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByGroupId_First in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
public BlogsStatsUser findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByGroupId_Last in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
public BlogsStatsUser[] findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByGroupId_PrevAndNext in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
protected BlogsStatsUser getByGroupId_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsStatsUser> findByUserId(long userId)
throws SystemException
findByUserId in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findByUserId(long userId,
int start,
int end)
throws SystemException
findByUserId in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByUserId in interface BlogsStatsUserPersistenceSystemException
public BlogsStatsUser findByUserId_First(long userId,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByUserId_First in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
public BlogsStatsUser findByUserId_Last(long userId,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByUserId_Last in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
public BlogsStatsUser[] findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByUserId_PrevAndNext in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
protected BlogsStatsUser getByUserId_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long userId,
OrderByComparator orderByComparator,
boolean previous)
public BlogsStatsUser findByG_U(long groupId,
long userId)
throws NoSuchStatsUserException,
SystemException
findByG_U in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
public BlogsStatsUser fetchByG_U(long groupId,
long userId)
throws SystemException
fetchByG_U in interface BlogsStatsUserPersistenceSystemException
public BlogsStatsUser fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
throws SystemException
fetchByG_U in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findByG_NotE(long groupId,
int entryCount)
throws SystemException
findByG_NotE in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findByG_NotE(long groupId,
int entryCount,
int start,
int end)
throws SystemException
findByG_NotE in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findByG_NotE(long groupId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_NotE in interface BlogsStatsUserPersistenceSystemException
public BlogsStatsUser findByG_NotE_First(long groupId,
int entryCount,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByG_NotE_First in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
public BlogsStatsUser findByG_NotE_Last(long groupId,
int entryCount,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByG_NotE_Last in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
public BlogsStatsUser[] findByG_NotE_PrevAndNext(long statsUserId,
long groupId,
int entryCount,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByG_NotE_PrevAndNext in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
protected BlogsStatsUser getByG_NotE_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long groupId,
int entryCount,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsStatsUser> findByC_NotE(long companyId,
int entryCount)
throws SystemException
findByC_NotE in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findByC_NotE(long companyId,
int entryCount,
int start,
int end)
throws SystemException
findByC_NotE in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findByC_NotE(long companyId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByC_NotE in interface BlogsStatsUserPersistenceSystemException
public BlogsStatsUser findByC_NotE_First(long companyId,
int entryCount,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByC_NotE_First in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
public BlogsStatsUser findByC_NotE_Last(long companyId,
int entryCount,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByC_NotE_Last in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
public BlogsStatsUser[] findByC_NotE_PrevAndNext(long statsUserId,
long companyId,
int entryCount,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByC_NotE_PrevAndNext in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
protected BlogsStatsUser getByC_NotE_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long companyId,
int entryCount,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsStatsUser> findByU_L(long userId,
Date lastPostDate)
throws SystemException
findByU_L in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findByU_L(long userId,
Date lastPostDate,
int start,
int end)
throws SystemException
findByU_L in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findByU_L(long userId,
Date lastPostDate,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByU_L in interface BlogsStatsUserPersistenceSystemException
public BlogsStatsUser findByU_L_First(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByU_L_First in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
public BlogsStatsUser findByU_L_Last(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByU_L_Last in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
public BlogsStatsUser[] findByU_L_PrevAndNext(long statsUserId,
long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
throws NoSuchStatsUserException,
SystemException
findByU_L_PrevAndNext in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
protected BlogsStatsUser getByU_L_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long userId,
Date lastPostDate,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsStatsUser> findAll()
throws SystemException
findAll in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findAll(int start,
int end)
throws SystemException
findAll in interface BlogsStatsUserPersistenceSystemException
public List<BlogsStatsUser> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findAll in interface BlogsStatsUserPersistenceSystemException
public void removeByGroupId(long groupId)
throws SystemException
removeByGroupId in interface BlogsStatsUserPersistenceSystemException
public void removeByUserId(long userId)
throws SystemException
removeByUserId in interface BlogsStatsUserPersistenceSystemException
public void removeByG_U(long groupId,
long userId)
throws NoSuchStatsUserException,
SystemException
removeByG_U in interface BlogsStatsUserPersistenceNoSuchStatsUserException
SystemException
public void removeByG_NotE(long groupId,
int entryCount)
throws SystemException
removeByG_NotE in interface BlogsStatsUserPersistenceSystemException
public void removeByC_NotE(long companyId,
int entryCount)
throws SystemException
removeByC_NotE in interface BlogsStatsUserPersistenceSystemException
public void removeByU_L(long userId,
Date lastPostDate)
throws SystemException
removeByU_L in interface BlogsStatsUserPersistenceSystemException
public void removeAll()
throws SystemException
removeAll in interface BlogsStatsUserPersistenceSystemException
public int countByGroupId(long groupId)
throws SystemException
countByGroupId in interface BlogsStatsUserPersistenceSystemException
public int countByUserId(long userId)
throws SystemException
countByUserId in interface BlogsStatsUserPersistenceSystemException
public int countByG_U(long groupId,
long userId)
throws SystemException
countByG_U in interface BlogsStatsUserPersistenceSystemException
public int countByG_NotE(long groupId,
int entryCount)
throws SystemException
countByG_NotE in interface BlogsStatsUserPersistenceSystemException
public int countByC_NotE(long companyId,
int entryCount)
throws SystemException
countByC_NotE in interface BlogsStatsUserPersistenceSystemException
public int countByU_L(long userId,
Date lastPostDate)
throws SystemException
countByU_L in interface BlogsStatsUserPersistenceSystemException
public int countAll()
throws SystemException
countAll in interface BlogsStatsUserPersistenceSystemExceptionpublic void afterPropertiesSet()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||