Liferay 6.0.5

com.liferay.portlet.announcements.service.persistence
Class AnnouncementsDeliveryUtil

java.lang.Object
  extended by com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryUtil

public class AnnouncementsDeliveryUtil
extends Object

The persistence utility for the announcements delivery service. This utility wraps AnnouncementsDeliveryPersistenceImpl 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.

Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regenerate this class.

Caching information and settings can be found in portal.properties

See Also:
AnnouncementsDeliveryPersistence, AnnouncementsDeliveryPersistenceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
AnnouncementsDeliveryUtil()
           
 
Method Summary
static void cacheResult(AnnouncementsDelivery announcementsDelivery)
          Caches the announcements delivery in the entity cache if it is enabled.
static void cacheResult(List<AnnouncementsDelivery> announcementsDeliveries)
          Caches the announcements deliveries in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(AnnouncementsDelivery announcementsDelivery)
           
static int countAll()
          Counts all the announcements deliveries.
static int countByU_T(long userId, String type)
          Counts all the announcements deliveries where userId = ? and type = ?.
static int countByUserId(long userId)
          Counts all the announcements deliveries where userId = ?.
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static AnnouncementsDelivery create(long deliveryId)
          Creates a new announcements delivery with the primary key.
static AnnouncementsDelivery fetchByPrimaryKey(long deliveryId)
          Finds the announcements delivery with the primary key or returns null if it could not be found.
static AnnouncementsDelivery fetchByU_T(long userId, String type)
          Finds the announcements delivery where userId = ? and type = ? or returns null if it could not be found.
static AnnouncementsDelivery fetchByU_T(long userId, String type, boolean retrieveFromCache)
          Finds the announcements delivery where userId = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
static List<AnnouncementsDelivery> findAll()
          Finds all the announcements deliveries.
static List<AnnouncementsDelivery> findAll(int start, int end)
          Finds a range of all the announcements deliveries.
static List<AnnouncementsDelivery> findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the announcements deliveries.
static AnnouncementsDelivery findByPrimaryKey(long deliveryId)
          Finds the announcements delivery with the primary key or throws a NoSuchDeliveryException if it could not be found.
static AnnouncementsDelivery findByU_T(long userId, String type)
          Finds the announcements delivery where userId = ? and type = ? or throws a NoSuchDeliveryException if it could not be found.
static AnnouncementsDelivery findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first announcements delivery in the ordered set where userId = ?.
static AnnouncementsDelivery findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last announcements delivery in the ordered set where userId = ?.
static AnnouncementsDelivery[] findByUserId_PrevAndNext(long deliveryId, long userId, OrderByComparator orderByComparator)
          Finds the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?.
static List<AnnouncementsDelivery> findByUserId(long userId)
          Finds all the announcements deliveries where userId = ?.
static List<AnnouncementsDelivery> findByUserId(long userId, int start, int end)
          Finds a range of all the announcements deliveries where userId = ?.
static List<AnnouncementsDelivery> findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the announcements deliveries where userId = ?.
static List<AnnouncementsDelivery> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<AnnouncementsDelivery> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<AnnouncementsDelivery> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static AnnouncementsDeliveryPersistence getPersistence()
           
static AnnouncementsDelivery remove(AnnouncementsDelivery announcementsDelivery)
           
static AnnouncementsDelivery remove(long deliveryId)
          Removes the announcements delivery with the primary key from the database.
static void removeAll()
          Removes all the announcements deliveries from the database.
static void removeByU_T(long userId, String type)
          Removes the announcements delivery where userId = ? and type = ? from the database.
static void removeByUserId(long userId)
          Removes all the announcements deliveries where userId = ? from the database.
 void setPersistence(AnnouncementsDeliveryPersistence persistence)
           
static AnnouncementsDelivery update(AnnouncementsDelivery announcementsDelivery, boolean merge)
           
static AnnouncementsDelivery update(AnnouncementsDelivery announcementsDelivery, boolean merge, ServiceContext serviceContext)
           
static AnnouncementsDelivery updateImpl(AnnouncementsDelivery announcementsDelivery, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnouncementsDeliveryUtil

public AnnouncementsDeliveryUtil()
Method Detail

clearCache

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

clearCache

public static void clearCache(AnnouncementsDelivery announcementsDelivery)
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<AnnouncementsDelivery> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                                        throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

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

findWithDynamicQuery

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

remove

public static AnnouncementsDelivery remove(AnnouncementsDelivery announcementsDelivery)
                                    throws SystemException
Throws:
SystemException
See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)

update

public static AnnouncementsDelivery update(AnnouncementsDelivery announcementsDelivery,
                                           boolean merge)
                                    throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)

update

public static AnnouncementsDelivery update(AnnouncementsDelivery announcementsDelivery,
                                           boolean merge,
                                           ServiceContext serviceContext)
                                    throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)

cacheResult

public static void cacheResult(AnnouncementsDelivery announcementsDelivery)
Caches the announcements delivery in the entity cache if it is enabled.

Parameters:
announcementsDelivery - the announcements delivery to cache

cacheResult

public static void cacheResult(List<AnnouncementsDelivery> announcementsDeliveries)
Caches the announcements deliveries in the entity cache if it is enabled.

Parameters:
announcementsDeliveries - the announcements deliveries to cache

create

public static AnnouncementsDelivery create(long deliveryId)
Creates a new announcements delivery with the primary key. Does not add the announcements delivery to the database.

Parameters:
deliveryId - the primary key for the new announcements delivery
Returns:
the new announcements delivery

remove

public static AnnouncementsDelivery remove(long deliveryId)
                                    throws SystemException,
                                           NoSuchDeliveryException
Removes the announcements delivery with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
deliveryId - the primary key of the announcements delivery to remove
Returns:
the announcements delivery that was removed
Throws:
NoSuchDeliveryException - if a announcements delivery with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

public static AnnouncementsDelivery updateImpl(AnnouncementsDelivery announcementsDelivery,
                                               boolean merge)
                                        throws SystemException
Throws:
SystemException

findByPrimaryKey

public static AnnouncementsDelivery findByPrimaryKey(long deliveryId)
                                              throws SystemException,
                                                     NoSuchDeliveryException
Finds the announcements delivery with the primary key or throws a NoSuchDeliveryException if it could not be found.

Parameters:
deliveryId - the primary key of the announcements delivery to find
Returns:
the announcements delivery
Throws:
NoSuchDeliveryException - if a announcements delivery with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public static AnnouncementsDelivery fetchByPrimaryKey(long deliveryId)
                                               throws SystemException
Finds the announcements delivery with the primary key or returns null if it could not be found.

Parameters:
deliveryId - the primary key of the announcements delivery to find
Returns:
the announcements delivery, or null if a announcements delivery with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findByUserId

public static List<AnnouncementsDelivery> findByUserId(long userId)
                                                throws SystemException
Finds all the announcements deliveries where userId = ?.

Parameters:
userId - the user id to search with
Returns:
the matching announcements deliveries
Throws:
SystemException - if a system exception occurred

findByUserId

public static List<AnnouncementsDelivery> findByUserId(long userId,
                                                       int start,
                                                       int end)
                                                throws SystemException
Finds a range of all the announcements deliveries where userId = ?.

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.

Parameters:
userId - the user id to search with
start - the lower bound of the range of announcements deliveries to return
end - the upper bound of the range of announcements deliveries to return (not inclusive)
Returns:
the range of matching announcements deliveries
Throws:
SystemException - if a system exception occurred

findByUserId

public static List<AnnouncementsDelivery> findByUserId(long userId,
                                                       int start,
                                                       int end,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException
Finds an ordered range of all the announcements deliveries where userId = ?.

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.

Parameters:
userId - the user id to search with
start - the lower bound of the range of announcements deliveries to return
end - the upper bound of the range of announcements deliveries to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching announcements deliveries
Throws:
SystemException - if a system exception occurred

findByUserId_First

public static AnnouncementsDelivery findByUserId_First(long userId,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException,
                                                       NoSuchDeliveryException
Finds the first announcements delivery in the ordered set where userId = ?.

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.

Parameters:
userId - the user id to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching announcements delivery
Throws:
NoSuchDeliveryException - if a matching announcements delivery could not be found
SystemException - if a system exception occurred

findByUserId_Last

public static AnnouncementsDelivery findByUserId_Last(long userId,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException,
                                                      NoSuchDeliveryException
Finds the last announcements delivery in the ordered set where userId = ?.

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.

Parameters:
userId - the user id to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching announcements delivery
Throws:
NoSuchDeliveryException - if a matching announcements delivery could not be found
SystemException - if a system exception occurred

findByUserId_PrevAndNext

public static AnnouncementsDelivery[] findByUserId_PrevAndNext(long deliveryId,
                                                               long userId,
                                                               OrderByComparator orderByComparator)
                                                        throws SystemException,
                                                               NoSuchDeliveryException
Finds the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?.

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.

Parameters:
deliveryId - the primary key of the current announcements delivery
userId - the user id to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next announcements delivery
Throws:
NoSuchDeliveryException - if a announcements delivery with the primary key could not be found
SystemException - if a system exception occurred

findByU_T

public static AnnouncementsDelivery findByU_T(long userId,
                                              String type)
                                       throws SystemException,
                                              NoSuchDeliveryException
Finds the announcements delivery where userId = ? and type = ? or throws a NoSuchDeliveryException if it could not be found.

Parameters:
userId - the user id to search with
type - the type to search with
Returns:
the matching announcements delivery
Throws:
NoSuchDeliveryException - if a matching announcements delivery could not be found
SystemException - if a system exception occurred

fetchByU_T

public static AnnouncementsDelivery fetchByU_T(long userId,
                                               String type)
                                        throws SystemException
Finds the announcements delivery where userId = ? and type = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
userId - the user id to search with
type - the type to search with
Returns:
the matching announcements delivery, or null if a matching announcements delivery could not be found
Throws:
SystemException - if a system exception occurred

fetchByU_T

public static AnnouncementsDelivery fetchByU_T(long userId,
                                               String type,
                                               boolean retrieveFromCache)
                                        throws SystemException
Finds the announcements delivery where userId = ? and type = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
userId - the user id to search with
type - the type to search with
Returns:
the matching announcements delivery, or null if a matching announcements delivery could not be found
Throws:
SystemException - if a system exception occurred

findAll

public static List<AnnouncementsDelivery> findAll()
                                           throws SystemException
Finds all the announcements deliveries.

Returns:
the announcements deliveries
Throws:
SystemException - if a system exception occurred

findAll

public static List<AnnouncementsDelivery> findAll(int start,
                                                  int end)
                                           throws SystemException
Finds a range of all the announcements deliveries.

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.

Parameters:
start - the lower bound of the range of announcements deliveries to return
end - the upper bound of the range of announcements deliveries to return (not inclusive)
Returns:
the range of announcements deliveries
Throws:
SystemException - if a system exception occurred

findAll

public static List<AnnouncementsDelivery> findAll(int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Finds an ordered range of all the announcements deliveries.

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.

Parameters:
start - the lower bound of the range of announcements deliveries to return
end - the upper bound of the range of announcements deliveries to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of announcements deliveries
Throws:
SystemException - if a system exception occurred

removeByUserId

public static void removeByUserId(long userId)
                           throws SystemException
Removes all the announcements deliveries where userId = ? from the database.

Parameters:
userId - the user id to search with
Throws:
SystemException - if a system exception occurred

removeByU_T

public static void removeByU_T(long userId,
                               String type)
                        throws SystemException,
                               NoSuchDeliveryException
Removes the announcements delivery where userId = ? and type = ? from the database.

Parameters:
userId - the user id to search with
type - the type to search with
Throws:
SystemException - if a system exception occurred
NoSuchDeliveryException

removeAll

public static void removeAll()
                      throws SystemException
Removes all the announcements deliveries from the database.

Throws:
SystemException - if a system exception occurred

countByUserId

public static int countByUserId(long userId)
                         throws SystemException
Counts all the announcements deliveries where userId = ?.

Parameters:
userId - the user id to search with
Returns:
the number of matching announcements deliveries
Throws:
SystemException - if a system exception occurred

countByU_T

public static int countByU_T(long userId,
                             String type)
                      throws SystemException
Counts all the announcements deliveries where userId = ? and type = ?.

Parameters:
userId - the user id to search with
type - the type to search with
Returns:
the number of matching announcements deliveries
Throws:
SystemException - if a system exception occurred

countAll

public static int countAll()
                    throws SystemException
Counts all the announcements deliveries.

Returns:
the number of announcements deliveries
Throws:
SystemException - if a system exception occurred

getPersistence

public static AnnouncementsDeliveryPersistence getPersistence()

setPersistence

public void setPersistence(AnnouncementsDeliveryPersistence persistence)

Liferay 6.0.5