|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.social.service.persistence.SocialActivitySetUtil
public class SocialActivitySetUtil
The persistence utility for the social activity set service. This utility wraps SocialActivitySetPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
SocialActivitySetPersistence,
SocialActivitySetPersistenceImpl| Constructor Summary | |
|---|---|
SocialActivitySetUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<SocialActivitySet> socialActivitySets)
Caches the social activity sets in the entity cache if it is enabled. |
static void |
cacheResult(SocialActivitySet socialActivitySet)
Caches the social activity set in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(SocialActivitySet socialActivitySet)
|
static int |
countAll()
Returns the number of social activity sets. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static SocialActivitySet |
create(long activitySetId)
Creates a new social activity set with the primary key. |
static SocialActivitySet |
fetchByPrimaryKey(long activitySetId)
Returns the social activity set with the primary key or returns null if it could not be found. |
static List<SocialActivitySet> |
findAll()
Returns all the social activity sets. |
static List<SocialActivitySet> |
findAll(int start,
int end)
Returns a range of all the social activity sets. |
static List<SocialActivitySet> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the social activity sets. |
static SocialActivitySet |
findByPrimaryKey(long activitySetId)
Returns the social activity set with the primary key or throws a NoSuchActivitySetException if it could not be found. |
static List<SocialActivitySet> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<SocialActivitySet> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<SocialActivitySet> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static SocialActivitySetPersistence |
getPersistence()
|
static SocialActivitySet |
remove(long activitySetId)
Removes the social activity set with the primary key from the database. |
static void |
removeAll()
Removes all the social activity sets from the database. |
void |
setPersistence(SocialActivitySetPersistence persistence)
Deprecated. |
static SocialActivitySet |
update(SocialActivitySet socialActivitySet)
|
static SocialActivitySet |
update(SocialActivitySet socialActivitySet,
ServiceContext serviceContext)
|
static SocialActivitySet |
updateImpl(SocialActivitySet socialActivitySet)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SocialActivitySetUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(SocialActivitySet socialActivitySet)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<SocialActivitySet> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<SocialActivitySet> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<SocialActivitySet> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static SocialActivitySet update(SocialActivitySet socialActivitySet)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel)
public static SocialActivitySet update(SocialActivitySet socialActivitySet,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)public static void cacheResult(SocialActivitySet socialActivitySet)
socialActivitySet - the social activity setpublic static void cacheResult(List<SocialActivitySet> socialActivitySets)
socialActivitySets - the social activity setspublic static SocialActivitySet create(long activitySetId)
activitySetId - the primary key for the new social activity set
public static 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
public static SocialActivitySet updateImpl(SocialActivitySet socialActivitySet)
throws SystemException
SystemException
public static 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
public static 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
public static List<SocialActivitySet> findAll()
throws SystemException
SystemException - if a system exception occurred
public static 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
public static 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
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static SocialActivitySetPersistence getPersistence()
public void setPersistence(SocialActivitySetPersistence persistence)
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||