Liferay 6.2.0-ce-m4

com.liferay.portlet.social.service.persistence
Class SocialActivitySetUtil

java.lang.Object
  extended by com.liferay.portlet.social.service.persistence.SocialActivitySetUtil

public class SocialActivitySetUtil
extends Object

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

See Also:
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

SocialActivitySetUtil

public SocialActivitySetUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(SocialActivitySet socialActivitySet)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public long countWithDynamicQuery(DynamicQuery dynamicQuery)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<SocialActivitySet> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                                    throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<SocialActivitySet> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                           int start,
                                                           int end)
                                                    throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<SocialActivitySet> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                           int start,
                                                           int end,
                                                           OrderByComparator orderByComparator)
                                                    throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

update

public static SocialActivitySet update(SocialActivitySet socialActivitySet)
                                throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel)

update

public static SocialActivitySet update(SocialActivitySet socialActivitySet,
                                       ServiceContext serviceContext)
                                throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)

cacheResult

public static void cacheResult(SocialActivitySet socialActivitySet)
Caches the social activity set in the entity cache if it is enabled.

Parameters:
socialActivitySet - the social activity set

cacheResult

public static void cacheResult(List<SocialActivitySet> socialActivitySets)
Caches the social activity sets in the entity cache if it is enabled.

Parameters:
socialActivitySets - the social activity sets

create

public static SocialActivitySet create(long activitySetId)
Creates a new social activity set with the primary key. Does not add the social activity set to the database.

Parameters:
activitySetId - the primary key for the new social activity set
Returns:
the new social activity set

remove

public static SocialActivitySet remove(long activitySetId)
                                throws SystemException,
                                       NoSuchActivitySetException
Removes the social activity set with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
activitySetId - the primary key of the social activity set
Returns:
the social activity set that was removed
Throws:
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

public static SocialActivitySet updateImpl(SocialActivitySet socialActivitySet)
                                    throws SystemException
Throws:
SystemException

findByPrimaryKey

public static SocialActivitySet findByPrimaryKey(long activitySetId)
                                          throws SystemException,
                                                 NoSuchActivitySetException
Returns the social activity set with the primary key or throws a NoSuchActivitySetException if it could not be found.

Parameters:
activitySetId - the primary key of the social activity set
Returns:
the social activity set
Throws:
NoSuchActivitySetException - if a social activity set with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public static SocialActivitySet fetchByPrimaryKey(long activitySetId)
                                           throws SystemException
Returns the social activity set with the primary key or returns null if it could not be found.

Parameters:
activitySetId - the primary key of the social activity set
Returns:
the social activity set, or null if a social activity set with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

public static List<SocialActivitySet> findAll()
                                       throws SystemException
Returns all the social activity sets.

Returns:
the social activity sets
Throws:
SystemException - if a system exception occurred

findAll

public static List<SocialActivitySet> findAll(int start,
                                              int end)
                                       throws SystemException
Returns a range of all the social activity sets.

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.

Parameters:
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
Returns:
the range of social activity sets
Throws:
SystemException - if a system exception occurred

findAll

public static List<SocialActivitySet> findAll(int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns an ordered range of all the social activity sets.

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.

Parameters:
start - the lower bound of the range of social activity sets
end - the upper bound of the range of social activity sets (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of social activity sets
Throws:
SystemException - if a system exception occurred

removeAll

public static void removeAll()
                      throws SystemException
Removes all the social activity sets from the database.

Throws:
SystemException - if a system exception occurred

countAll

public static int countAll()
                    throws SystemException
Returns the number of social activity sets.

Returns:
the number of social activity sets
Throws:
SystemException - if a system exception occurred

getPersistence

public static SocialActivitySetPersistence getPersistence()

setPersistence

public void setPersistence(SocialActivitySetPersistence persistence)
Deprecated. 


Liferay 6.2.0-ce-m4