|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryUtil
@ProviderType public class AnnouncementsDeliveryUtil
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.
Caching information and settings can be found in portal.properties
AnnouncementsDeliveryPersistence
,
AnnouncementsDeliveryPersistenceImpl
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()
Returns the number of announcements deliveries. |
static int |
countByU_T(long userId,
String type)
Returns the number of announcements deliveries where userId = ? and type = ?. |
static int |
countByUserId(long userId)
Returns the number of announcements deliveries where userId = ?. |
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static AnnouncementsDelivery |
create(long deliveryId)
Creates a new announcements delivery with the primary key. |
static AnnouncementsDelivery |
fetchByPrimaryKey(long deliveryId)
Returns the announcements delivery with the primary key or returns null if it could not be found. |
static AnnouncementsDelivery |
fetchByU_T(long userId,
String type)
Returns 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)
Returns the announcements delivery where userId = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
static AnnouncementsDelivery |
fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?. |
static AnnouncementsDelivery |
fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?. |
static List<AnnouncementsDelivery> |
findAll()
Returns all the announcements deliveries. |
static List<AnnouncementsDelivery> |
findAll(int start,
int end)
Returns a range of all the announcements deliveries. |
static List<AnnouncementsDelivery> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the announcements deliveries. |
static AnnouncementsDelivery |
findByPrimaryKey(long deliveryId)
Returns 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)
Returns 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)
Returns the first announcements delivery in the ordered set where userId = ?. |
static AnnouncementsDelivery |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last announcements delivery in the ordered set where userId = ?. |
static AnnouncementsDelivery[] |
findByUserId_PrevAndNext(long deliveryId,
long userId,
OrderByComparator orderByComparator)
Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?. |
static List<AnnouncementsDelivery> |
findByUserId(long userId)
Returns all the announcements deliveries where userId = ?. |
static List<AnnouncementsDelivery> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the announcements deliveries where userId = ?. |
static List<AnnouncementsDelivery> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns 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(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 AnnouncementsDelivery |
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)
Deprecated. As of 6.2.0 |
static AnnouncementsDelivery |
update(AnnouncementsDelivery announcementsDelivery)
|
static AnnouncementsDelivery |
update(AnnouncementsDelivery announcementsDelivery,
ServiceContext serviceContext)
|
static AnnouncementsDelivery |
updateImpl(AnnouncementsDelivery announcementsDelivery)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnouncementsDeliveryUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(AnnouncementsDelivery announcementsDelivery)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<AnnouncementsDelivery> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<AnnouncementsDelivery> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<AnnouncementsDelivery> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static AnnouncementsDelivery update(AnnouncementsDelivery announcementsDelivery) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel)
public static AnnouncementsDelivery update(AnnouncementsDelivery announcementsDelivery, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)
public static List<AnnouncementsDelivery> findByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredpublic static List<AnnouncementsDelivery> findByUserId(long userId, 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 AnnouncementsDeliveryModelImpl
. 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 IDstart
- the lower bound of the range of announcements deliveriesend
- the upper bound of the range of announcements deliveries (not inclusive)
SystemException
- if a system exception occurredpublic static List<AnnouncementsDelivery> findByUserId(long userId, 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 AnnouncementsDeliveryModelImpl
. 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 IDstart
- the lower bound of the range of announcements deliveriesend
- the upper bound of the range of announcements deliveries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static AnnouncementsDelivery findByUserId_First(long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchDeliveryException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchDeliveryException
- if a matching announcements delivery could not be found
SystemException
- if a system exception occurredpublic static AnnouncementsDelivery fetchByUserId_First(long userId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching announcements delivery could not be found
SystemException
- if a system exception occurredpublic static AnnouncementsDelivery findByUserId_Last(long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchDeliveryException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchDeliveryException
- if a matching announcements delivery could not be found
SystemException
- if a system exception occurredpublic static AnnouncementsDelivery fetchByUserId_Last(long userId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching announcements delivery could not be found
SystemException
- if a system exception occurredpublic static AnnouncementsDelivery[] findByUserId_PrevAndNext(long deliveryId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchDeliveryException
deliveryId
- the primary key of the current announcements deliveryuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchDeliveryException
- if a announcements delivery with the primary key could not be found
SystemException
- if a system exception occurredpublic static void removeByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredpublic static int countByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredpublic static AnnouncementsDelivery findByU_T(long userId, String type) throws SystemException, NoSuchDeliveryException
NoSuchDeliveryException
if it could not be found.
userId
- the user IDtype
- the type
NoSuchDeliveryException
- if a matching announcements delivery could not be found
SystemException
- if a system exception occurredpublic static AnnouncementsDelivery fetchByU_T(long userId, String type) throws SystemException
null
if it could not be found. Uses the finder cache.
userId
- the user IDtype
- the type
null
if a matching announcements delivery could not be found
SystemException
- if a system exception occurredpublic static AnnouncementsDelivery fetchByU_T(long userId, String type, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
userId
- the user IDtype
- the typeretrieveFromCache
- whether to use the finder cache
null
if a matching announcements delivery could not be found
SystemException
- if a system exception occurredpublic static AnnouncementsDelivery removeByU_T(long userId, String type) throws SystemException, NoSuchDeliveryException
userId
- the user IDtype
- the type
SystemException
- if a system exception occurred
NoSuchDeliveryException
public static int countByU_T(long userId, String type) throws SystemException
userId
- the user IDtype
- the type
SystemException
- if a system exception occurredpublic static void cacheResult(AnnouncementsDelivery announcementsDelivery)
announcementsDelivery
- the announcements deliverypublic static void cacheResult(List<AnnouncementsDelivery> announcementsDeliveries)
announcementsDeliveries
- the announcements deliveriespublic static AnnouncementsDelivery create(long deliveryId)
deliveryId
- the primary key for the new announcements delivery
public static AnnouncementsDelivery remove(long deliveryId) throws SystemException, NoSuchDeliveryException
deliveryId
- the primary key of the announcements delivery
NoSuchDeliveryException
- if a announcements delivery with the primary key could not be found
SystemException
- if a system exception occurredpublic static AnnouncementsDelivery updateImpl(AnnouncementsDelivery announcementsDelivery) throws SystemException
SystemException
public static AnnouncementsDelivery findByPrimaryKey(long deliveryId) throws SystemException, NoSuchDeliveryException
NoSuchDeliveryException
if it could not be found.
deliveryId
- the primary key of the announcements delivery
NoSuchDeliveryException
- if a announcements delivery with the primary key could not be found
SystemException
- if a system exception occurredpublic static AnnouncementsDelivery fetchByPrimaryKey(long deliveryId) throws SystemException
null
if it could not be found.
deliveryId
- the primary key of the announcements delivery
null
if a announcements delivery with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<AnnouncementsDelivery> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<AnnouncementsDelivery> 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 AnnouncementsDeliveryModelImpl
. 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 announcements deliveriesend
- the upper bound of the range of announcements deliveries (not inclusive)
SystemException
- if a system exception occurredpublic static List<AnnouncementsDelivery> 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 AnnouncementsDeliveryModelImpl
. 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 announcements deliveriesend
- the upper bound of the range of announcements deliveries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static AnnouncementsDeliveryPersistence getPersistence()
public void setPersistence(AnnouncementsDeliveryPersistence persistence)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |