|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.calendar.service.persistence.CalEventUtil
public class CalEventUtil
The persistence utility for the cal event service. This utility wraps CalEventPersistenceImpl
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
CalEventPersistence
,
CalEventPersistenceImpl
Constructor Summary | |
---|---|
CalEventUtil()
|
Method Summary | |
---|---|
static void |
cacheResult(CalEvent calEvent)
Caches the cal event in the entity cache if it is enabled. |
static void |
cacheResult(List<CalEvent> calEvents)
Caches the cal events in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(CalEvent calEvent)
|
static int |
countAll()
Counts all the cal events. |
static int |
countByCompanyId(long companyId)
Counts all the cal events where companyId = ?. |
static int |
countByG_R(long groupId,
boolean repeating)
Counts all the cal events where groupId = ? and repeating = ?. |
static int |
countByG_T(long groupId,
String type)
Counts all the cal events where groupId = ? and type = ?. |
static int |
countByGroupId(long groupId)
Counts all the cal events where groupId = ?. |
static int |
countByNotRemindBy(int remindBy)
Counts all the cal events where remindBy ≠ ?. |
static int |
countByUUID_G(String uuid,
long groupId)
Counts all the cal events where uuid = ? and groupId = ?. |
static int |
countByUuid(String uuid)
Counts all the cal events where uuid = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static CalEvent |
create(long eventId)
Creates a new cal event with the primary key. |
static CalEvent |
fetchByPrimaryKey(long eventId)
Finds the cal event with the primary key or returns null if it could not be found. |
static CalEvent |
fetchByUUID_G(String uuid,
long groupId)
Finds the cal event where uuid = ? and groupId = ? or returns null if it could not be found. |
static CalEvent |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the cal event where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static int |
filterCountByG_R(long groupId,
boolean repeating)
Filters by the user's permissions and counts all the cal events where groupId = ? and repeating = ?. |
static int |
filterCountByG_T(long groupId,
String type)
Filters by the user's permissions and counts all the cal events where groupId = ? and type = ?. |
static int |
filterCountByGroupId(long groupId)
Filters by the user's permissions and counts all the cal events where groupId = ?. |
static List<CalEvent> |
filterFindByG_R(long groupId,
boolean repeating)
Filters by the user's permissions and finds all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
filterFindByG_R(long groupId,
boolean repeating,
int start,
int end)
Filters by the user's permissions and finds a range of all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
filterFindByG_R(long groupId,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
filterFindByG_T(long groupId,
String type)
Filters by the user's permissions and finds all the cal events where groupId = ? and type = ?. |
static List<CalEvent> |
filterFindByG_T(long groupId,
String type,
int start,
int end)
Filters by the user's permissions and finds a range of all the cal events where groupId = ? and type = ?. |
static List<CalEvent> |
filterFindByG_T(long groupId,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the cal events where groupId = ? and type = ?. |
static List<CalEvent> |
filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the cal events where groupId = ?. |
static List<CalEvent> |
filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the cal events where groupId = ?. |
static List<CalEvent> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the cal events where groupId = ?. |
static List<CalEvent> |
findAll()
Finds all the cal events. |
static List<CalEvent> |
findAll(int start,
int end)
Finds a range of all the cal events. |
static List<CalEvent> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events. |
static CalEvent |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where companyId = ?. |
static CalEvent |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where companyId = ?. |
static CalEvent[] |
findByCompanyId_PrevAndNext(long eventId,
long companyId,
OrderByComparator orderByComparator)
Finds the cal events before and after the current cal event in the ordered set where companyId = ?. |
static List<CalEvent> |
findByCompanyId(long companyId)
Finds all the cal events where companyId = ?. |
static List<CalEvent> |
findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the cal events where companyId = ?. |
static List<CalEvent> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events where companyId = ?. |
static CalEvent |
findByG_R_First(long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where groupId = ? and repeating = ?. |
static CalEvent |
findByG_R_Last(long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where groupId = ? and repeating = ?. |
static CalEvent[] |
findByG_R_PrevAndNext(long eventId,
long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Finds the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?. |
static List<CalEvent> |
findByG_R(long groupId,
boolean repeating)
Finds all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
findByG_R(long groupId,
boolean repeating,
int start,
int end)
Finds a range of all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
findByG_R(long groupId,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events where groupId = ? and repeating = ?. |
static CalEvent |
findByG_T_First(long groupId,
String type,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent |
findByG_T_Last(long groupId,
String type,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent[] |
findByG_T_PrevAndNext(long eventId,
long groupId,
String type,
OrderByComparator orderByComparator)
Finds the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?. |
static List<CalEvent> |
findByG_T(long groupId,
String type)
Finds all the cal events where groupId = ? and type = ?. |
static List<CalEvent> |
findByG_T(long groupId,
String type,
int start,
int end)
Finds a range of all the cal events where groupId = ? and type = ?. |
static List<CalEvent> |
findByG_T(long groupId,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events where groupId = ? and type = ?. |
static CalEvent |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where groupId = ?. |
static CalEvent |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where groupId = ?. |
static CalEvent[] |
findByGroupId_PrevAndNext(long eventId,
long groupId,
OrderByComparator orderByComparator)
Finds the cal events before and after the current cal event in the ordered set where groupId = ?. |
static List<CalEvent> |
findByGroupId(long groupId)
Finds all the cal events where groupId = ?. |
static List<CalEvent> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the cal events where groupId = ?. |
static List<CalEvent> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events where groupId = ?. |
static CalEvent |
findByNotRemindBy_First(int remindBy,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where remindBy ≠ ?. |
static CalEvent |
findByNotRemindBy_Last(int remindBy,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where remindBy ≠ ?. |
static CalEvent[] |
findByNotRemindBy_PrevAndNext(long eventId,
int remindBy,
OrderByComparator orderByComparator)
Finds the cal events before and after the current cal event in the ordered set where remindBy ≠ ?. |
static List<CalEvent> |
findByNotRemindBy(int remindBy)
Finds all the cal events where remindBy ≠ ?. |
static List<CalEvent> |
findByNotRemindBy(int remindBy,
int start,
int end)
Finds a range of all the cal events where remindBy ≠ ?. |
static List<CalEvent> |
findByNotRemindBy(int remindBy,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events where remindBy ≠ ?. |
static CalEvent |
findByPrimaryKey(long eventId)
Finds the cal event with the primary key or throws a NoSuchEventException if it could not be found. |
static CalEvent |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where uuid = ?. |
static CalEvent |
findByUUID_G(String uuid,
long groupId)
Finds the cal event where uuid = ? and groupId = ? or throws a NoSuchEventException if it could not be found. |
static CalEvent |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where uuid = ?. |
static CalEvent[] |
findByUuid_PrevAndNext(long eventId,
String uuid,
OrderByComparator orderByComparator)
Finds the cal events before and after the current cal event in the ordered set where uuid = ?. |
static List<CalEvent> |
findByUuid(String uuid)
Finds all the cal events where uuid = ?. |
static List<CalEvent> |
findByUuid(String uuid,
int start,
int end)
Finds a range of all the cal events where uuid = ?. |
static List<CalEvent> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events where uuid = ?. |
static List<CalEvent> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<CalEvent> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<CalEvent> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static CalEventPersistence |
getPersistence()
|
static CalEvent |
remove(CalEvent calEvent)
|
static CalEvent |
remove(long eventId)
Removes the cal event with the primary key from the database. |
static void |
removeAll()
Removes all the cal events from the database. |
static void |
removeByCompanyId(long companyId)
Removes all the cal events where companyId = ? from the database. |
static void |
removeByG_R(long groupId,
boolean repeating)
Removes all the cal events where groupId = ? and repeating = ? from the database. |
static void |
removeByG_T(long groupId,
String type)
Removes all the cal events where groupId = ? and type = ? from the database. |
static void |
removeByGroupId(long groupId)
Removes all the cal events where groupId = ? from the database. |
static void |
removeByNotRemindBy(int remindBy)
Removes all the cal events where remindBy ≠ ? from the database. |
static void |
removeByUUID_G(String uuid,
long groupId)
Removes the cal event where uuid = ? and groupId = ? from the database. |
static void |
removeByUuid(String uuid)
Removes all the cal events where uuid = ? from the database. |
void |
setPersistence(CalEventPersistence persistence)
|
static CalEvent |
update(CalEvent calEvent,
boolean merge)
|
static CalEvent |
update(CalEvent calEvent,
boolean merge,
ServiceContext serviceContext)
|
static CalEvent |
updateImpl(CalEvent calEvent,
boolean merge)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalEventUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(CalEvent calEvent)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<CalEvent> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<CalEvent> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<CalEvent> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static CalEvent remove(CalEvent calEvent) throws SystemException
SystemException
BasePersistence.remove(com.liferay.portal.model.BaseModel)
public static CalEvent update(CalEvent calEvent, boolean merge) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static CalEvent update(CalEvent calEvent, boolean merge, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
public static void cacheResult(CalEvent calEvent)
calEvent
- the cal event to cachepublic static void cacheResult(List<CalEvent> calEvents)
calEvents
- the cal events to cachepublic static CalEvent create(long eventId)
eventId
- the primary key for the new cal event
public static CalEvent remove(long eventId) throws SystemException, NoSuchEventException
eventId
- the primary key of the cal event to remove
NoSuchEventException
- if a cal event with the primary key could not be found
SystemException
- if a system exception occurredpublic static CalEvent updateImpl(CalEvent calEvent, boolean merge) throws SystemException
SystemException
public static CalEvent findByPrimaryKey(long eventId) throws SystemException, NoSuchEventException
NoSuchEventException
if it could not be found.
eventId
- the primary key of the cal event to find
NoSuchEventException
- if a cal event with the primary key could not be found
SystemException
- if a system exception occurredpublic static CalEvent fetchByPrimaryKey(long eventId) throws SystemException
null
if it could not be found.
eventId
- the primary key of the cal event to find
null
if a cal event with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<CalEvent> findByUuid(String uuid) throws SystemException
uuid
- the uuid to search with
SystemException
- if a system exception occurredpublic static List<CalEvent> findByUuid(String uuid, 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.
uuid
- the uuid to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<CalEvent> findByUuid(String uuid, 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.
uuid
- the uuid to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static CalEvent findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
uuid
- the uuid to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
uuid
- the uuid to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent[] findByUuid_PrevAndNext(long eventId, String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
eventId
- the primary key of the current cal eventuuid
- the uuid to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a cal event with the primary key could not be found
SystemException
- if a system exception occurredpublic static CalEvent findByUUID_G(String uuid, long groupId) throws SystemException, NoSuchEventException
NoSuchEventException
if it could not be found.
uuid
- the uuid to search withgroupId
- the group id to search with
NoSuchEventException
- if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent fetchByUUID_G(String uuid, long groupId) throws SystemException
null
if it could not be found. Uses the finder cache.
uuid
- the uuid to search withgroupId
- the group id to search with
null
if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
uuid
- the uuid to search withgroupId
- the group id to search with
null
if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static List<CalEvent> findByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredpublic static List<CalEvent> findByCompanyId(long companyId, 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.
companyId
- the company id to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<CalEvent> findByCompanyId(long companyId, 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.
companyId
- the company id to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static CalEvent findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
companyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
companyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent[] findByCompanyId_PrevAndNext(long eventId, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
eventId
- the primary key of the current cal eventcompanyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a cal event with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<CalEvent> findByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static List<CalEvent> findByGroupId(long groupId, 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.
groupId
- the group id to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<CalEvent> findByGroupId(long groupId, 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.
groupId
- the group id to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static CalEvent findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
groupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
groupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent[] findByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
eventId
- the primary key of the current cal eventgroupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a cal event with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<CalEvent> filterFindByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static List<CalEvent> filterFindByGroupId(long groupId, 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.
groupId
- the group id to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<CalEvent> filterFindByGroupId(long groupId, 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.
groupId
- the group id to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static List<CalEvent> findByNotRemindBy(int remindBy) throws SystemException
remindBy
- the remind by to search with
SystemException
- if a system exception occurredpublic static List<CalEvent> findByNotRemindBy(int remindBy, 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.
remindBy
- the remind by to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<CalEvent> findByNotRemindBy(int remindBy, 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.
remindBy
- the remind by to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static CalEvent findByNotRemindBy_First(int remindBy, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
remindBy
- the remind by to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent findByNotRemindBy_Last(int remindBy, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
remindBy
- the remind by to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent[] findByNotRemindBy_PrevAndNext(long eventId, int remindBy, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
eventId
- the primary key of the current cal eventremindBy
- the remind by to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a cal event with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<CalEvent> findByG_T(long groupId, String type) throws SystemException
groupId
- the group id to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic static List<CalEvent> findByG_T(long groupId, String 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.
groupId
- the group id to search withtype
- the type to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<CalEvent> findByG_T(long groupId, String 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.
groupId
- the group id to search withtype
- the type to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static CalEvent findByG_T_First(long groupId, String type, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
groupId
- the group id to search withtype
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent findByG_T_Last(long groupId, String type, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
groupId
- the group id to search withtype
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent[] findByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
eventId
- the primary key of the current cal eventgroupId
- the group id to search withtype
- the type to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a cal event with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<CalEvent> filterFindByG_T(long groupId, String type) throws SystemException
groupId
- the group id to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic static List<CalEvent> filterFindByG_T(long groupId, String 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.
groupId
- the group id to search withtype
- the type to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<CalEvent> filterFindByG_T(long groupId, String 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.
groupId
- the group id to search withtype
- the type to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static List<CalEvent> findByG_R(long groupId, boolean repeating) throws SystemException
groupId
- the group id to search withrepeating
- the repeating to search with
SystemException
- if a system exception occurredpublic static List<CalEvent> findByG_R(long groupId, boolean repeating, 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.
groupId
- the group id to search withrepeating
- the repeating to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<CalEvent> findByG_R(long groupId, boolean repeating, 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.
groupId
- the group id to search withrepeating
- the repeating to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static CalEvent findByG_R_First(long groupId, boolean repeating, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
groupId
- the group id to search withrepeating
- the repeating to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent findByG_R_Last(long groupId, boolean repeating, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
groupId
- the group id to search withrepeating
- the repeating to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a matching cal event could not be found
SystemException
- if a system exception occurredpublic static CalEvent[] findByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator orderByComparator) throws SystemException, NoSuchEventException
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.
eventId
- the primary key of the current cal eventgroupId
- the group id to search withrepeating
- the repeating to search withorderByComparator
- the comparator to order the set by
NoSuchEventException
- if a cal event with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<CalEvent> filterFindByG_R(long groupId, boolean repeating) throws SystemException
groupId
- the group id to search withrepeating
- the repeating to search with
SystemException
- if a system exception occurredpublic static List<CalEvent> filterFindByG_R(long groupId, boolean repeating, 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.
groupId
- the group id to search withrepeating
- the repeating to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<CalEvent> filterFindByG_R(long groupId, boolean repeating, 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.
groupId
- the group id to search withrepeating
- the repeating to search withstart
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static List<CalEvent> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<CalEvent> 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.
start
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<CalEvent> 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.
start
- the lower bound of the range of cal events to returnend
- the upper bound of the range of cal events to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static void removeByUuid(String uuid) throws SystemException
uuid
- the uuid to search with
SystemException
- if a system exception occurredpublic static void removeByUUID_G(String uuid, long groupId) throws SystemException, NoSuchEventException
uuid
- the uuid to search withgroupId
- the group id to search with
SystemException
- if a system exception occurred
NoSuchEventException
public static void removeByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredpublic static void removeByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static void removeByNotRemindBy(int remindBy) throws SystemException
remindBy
- the remind by to search with
SystemException
- if a system exception occurredpublic static void removeByG_T(long groupId, String type) throws SystemException
groupId
- the group id to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic static void removeByG_R(long groupId, boolean repeating) throws SystemException
groupId
- the group id to search withrepeating
- the repeating to search with
SystemException
- if a system exception occurredpublic static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countByUuid(String uuid) throws SystemException
uuid
- the uuid to search with
SystemException
- if a system exception occurredpublic static int countByUUID_G(String uuid, long groupId) throws SystemException
uuid
- the uuid to search withgroupId
- the group id to search with
SystemException
- if a system exception occurredpublic static int countByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredpublic static int countByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static int filterCountByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static int countByNotRemindBy(int remindBy) throws SystemException
remindBy
- the remind by to search with
SystemException
- if a system exception occurredpublic static int countByG_T(long groupId, String type) throws SystemException
groupId
- the group id to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic static int filterCountByG_T(long groupId, String type) throws SystemException
groupId
- the group id to search withtype
- the type to search with
SystemException
- if a system exception occurredpublic static int countByG_R(long groupId, boolean repeating) throws SystemException
groupId
- the group id to search withrepeating
- the repeating to search with
SystemException
- if a system exception occurredpublic static int filterCountByG_R(long groupId, boolean repeating) throws SystemException
groupId
- the group id to search withrepeating
- the repeating to search with
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static CalEventPersistence getPersistence()
public void setPersistence(CalEventPersistence persistence)
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |