|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocialActivitySetPersistence
The persistence interface for the social activity set service.
Caching information and settings can be found in portal.properties
SocialActivitySetPersistenceImpl,
SocialActivitySetUtil| Method Summary | |
|---|---|
void |
cacheResult(List<SocialActivitySet> socialActivitySets)
Caches the social activity sets in the entity cache if it is enabled. |
void |
cacheResult(SocialActivitySet socialActivitySet)
Caches the social activity set in the entity cache if it is enabled. |
int |
countAll()
Returns the number of social activity sets. |
int |
countByC_C_T(long classNameId,
long classPK,
int type)
Returns the number of social activity sets where classNameId = ? and classPK = ? and type = ?. |
int |
countByG_U_T(long groupId,
long userId,
int type)
Returns the number of social activity sets where groupId = ? and userId = ? and type = ?. |
int |
countByU_C_C_T(long userId,
long classNameId,
long classPK,
int type)
Returns the number of social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
create(long activitySetId)
Creates a new social activity set with the primary key. |
SocialActivitySet |
fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
fetchByG_U_T_First(long groupId,
long userId,
int type,
OrderByComparator orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
SocialActivitySet |
fetchByG_U_T_Last(long groupId,
long userId,
int type,
OrderByComparator orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
SocialActivitySet |
fetchByPrimaryKey(long activitySetId)
Returns the social activity set with the primary key or returns null if it could not be found. |
SocialActivitySet |
fetchByU_C_C_T_First(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
fetchByU_C_C_T_Last(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findAll()
Returns all the social activity sets. |
List<SocialActivitySet> |
findAll(int start,
int end)
Returns a range of all the social activity sets. |
List<SocialActivitySet> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity sets. |
SocialActivitySet |
findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet[] |
findByC_C_T_PrevAndNext(long activitySetId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByC_C_T(long classNameId,
long classPK,
int type)
Returns all the social activity sets where classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end)
Returns a range of all the social activity sets where classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByC_C_T(long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
findByG_U_T_First(long groupId,
long userId,
int type,
OrderByComparator orderByComparator)
Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
SocialActivitySet |
findByG_U_T_Last(long groupId,
long userId,
int type,
OrderByComparator orderByComparator)
Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
SocialActivitySet[] |
findByG_U_T_PrevAndNext(long activitySetId,
long groupId,
long userId,
int type,
OrderByComparator orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?. |
List<SocialActivitySet> |
findByG_U_T(long groupId,
long userId,
int type)
Returns all the social activity sets where groupId = ? and userId = ? and type = ?. |
List<SocialActivitySet> |
findByG_U_T(long groupId,
long userId,
int type,
int start,
int end)
Returns a range of all the social activity sets where groupId = ? and userId = ? and type = ?. |
List<SocialActivitySet> |
findByG_U_T(long groupId,
long userId,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?. |
SocialActivitySet |
findByPrimaryKey(long activitySetId)
Returns the social activity set with the primary key or throws a NoSuchActivitySetException if it could not be found. |
SocialActivitySet |
findByU_C_C_T_First(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
findByU_C_C_T_Last(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet[] |
findByU_C_C_T_PrevAndNext(long activitySetId,
long userId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type)
Returns all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type,
int start,
int end)
Returns a range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?. |
List<SocialActivitySet> |
findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?. |
SocialActivitySet |
remove(long activitySetId)
Removes the social activity set with the primary key from the database. |
void |
removeAll()
Removes all the social activity sets from the database. |
void |
removeByC_C_T(long classNameId,
long classPK,
int type)
Removes all the social activity sets where classNameId = ? and classPK = ? and type = ? from the database. |
void |
removeByG_U_T(long groupId,
long userId,
int type)
Removes all the social activity sets where groupId = ? and userId = ? and type = ? from the database. |
void |
removeByU_C_C_T(long userId,
long classNameId,
long classPK,
int type)
Removes all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ? from the database. |
SocialActivitySet |
updateImpl(SocialActivitySet socialActivitySet)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
| Method Detail |
|---|
List<SocialActivitySet> findByG_U_T(long groupId,
long userId,
int type)
throws SystemException
groupId - the group IDuserId - the user IDtype - the type
SystemException - if a system exception occurred
List<SocialActivitySet> findByG_U_T(long groupId,
long userId,
int type,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDuserId - the user IDtype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)
SystemException - if a system exception occurred
List<SocialActivitySet> findByG_U_T(long groupId,
long userId,
int type,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDuserId - the user IDtype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
SocialActivitySet findByG_U_T_First(long groupId,
long userId,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivitySetException
groupId - the group IDuserId - the user IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred
SocialActivitySet fetchByG_U_T_First(long groupId,
long userId,
int type,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDuserId - the user IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
SystemException - if a system exception occurred
SocialActivitySet findByG_U_T_Last(long groupId,
long userId,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivitySetException
groupId - the group IDuserId - the user IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred
SocialActivitySet fetchByG_U_T_Last(long groupId,
long userId,
int type,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDuserId - the user IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
SystemException - if a system exception occurred
SocialActivitySet[] findByG_U_T_PrevAndNext(long activitySetId,
long groupId,
long userId,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivitySetException
activitySetId - the primary key of the current social activity setgroupId - the group IDuserId - the user IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred
void removeByG_U_T(long groupId,
long userId,
int type)
throws SystemException
groupId - the group IDuserId - the user IDtype - the type
SystemException - if a system exception occurred
int countByG_U_T(long groupId,
long userId,
int type)
throws SystemException
groupId - the group IDuserId - the user IDtype - the type
SystemException - if a system exception occurred
List<SocialActivitySet> findByC_C_T(long classNameId,
long classPK,
int type)
throws SystemException
classNameId - the class name IDclassPK - the class p ktype - the type
SystemException - if a system exception occurred
List<SocialActivitySet> findByC_C_T(long classNameId,
long classPK,
int type,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId - the class name IDclassPK - the class p ktype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)
SystemException - if a system exception occurred
List<SocialActivitySet> findByC_C_T(long classNameId,
long classPK,
int type,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId - the class name IDclassPK - the class p ktype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
SocialActivitySet findByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivitySetException
classNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred
SocialActivitySet fetchByC_C_T_First(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException
classNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
SystemException - if a system exception occurred
SocialActivitySet findByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivitySetException
classNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred
SocialActivitySet fetchByC_C_T_Last(long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException
classNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
SystemException - if a system exception occurred
SocialActivitySet[] findByC_C_T_PrevAndNext(long activitySetId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivitySetException
activitySetId - the primary key of the current social activity setclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred
void removeByC_C_T(long classNameId,
long classPK,
int type)
throws SystemException
classNameId - the class name IDclassPK - the class p ktype - the type
SystemException - if a system exception occurred
int countByC_C_T(long classNameId,
long classPK,
int type)
throws SystemException
classNameId - the class name IDclassPK - the class p ktype - the type
SystemException - if a system exception occurred
List<SocialActivitySet> findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type)
throws SystemException
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the type
SystemException - if a system exception occurred
List<SocialActivitySet> findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)
SystemException - if a system exception occurred
List<SocialActivitySet> findByU_C_C_T(long userId,
long classNameId,
long classPK,
int type,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
SocialActivitySet findByU_C_C_T_First(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivitySetException
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred
SocialActivitySet fetchByU_C_C_T_First(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
SystemException - if a system exception occurred
SocialActivitySet findByU_C_C_T_Last(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivitySetException
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a matching social activity set could not be found
SystemException - if a system exception occurred
SocialActivitySet fetchByU_C_C_T_Last(long userId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
null if a matching social activity set could not be found
SystemException - if a system exception occurred
SocialActivitySet[] findByU_C_C_T_PrevAndNext(long activitySetId,
long userId,
long classNameId,
long classPK,
int type,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchActivitySetException
activitySetId - the primary key of the current social activity setuserId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the typeorderByComparator - the comparator to order the set by (optionally null)
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred
void removeByU_C_C_T(long userId,
long classNameId,
long classPK,
int type)
throws SystemException
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the type
SystemException - if a system exception occurred
int countByU_C_C_T(long userId,
long classNameId,
long classPK,
int type)
throws SystemException
userId - the user IDclassNameId - the class name IDclassPK - the class p ktype - the type
SystemException - if a system exception occurredvoid cacheResult(SocialActivitySet socialActivitySet)
socialActivitySet - the social activity setvoid cacheResult(List<SocialActivitySet> socialActivitySets)
socialActivitySets - the social activity setsSocialActivitySet create(long activitySetId)
activitySetId - the primary key for the new social activity set
SocialActivitySet remove(long activitySetId)
throws SystemException,
NoSuchActivitySetException
activitySetId - the primary key of the social activity set
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred
SocialActivitySet updateImpl(SocialActivitySet socialActivitySet)
throws SystemException
SystemException
SocialActivitySet findByPrimaryKey(long activitySetId)
throws SystemException,
NoSuchActivitySetException
NoSuchActivitySetException if it could not be found.
activitySetId - the primary key of the social activity set
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred
SocialActivitySet fetchByPrimaryKey(long activitySetId)
throws SystemException
null if it could not be found.
activitySetId - the primary key of the social activity set
null if a social activity set with the primary key could not be found
SystemException - if a system exception occurred
List<SocialActivitySet> findAll()
throws SystemException
SystemException - if a system exception occurred
List<SocialActivitySet> 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)
SystemException - if a system exception occurred
List<SocialActivitySet> 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||