|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CalEventPersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByG_R(long groupId,
boolean repeating)
|
int |
countByG_T(long groupId,
java.lang.String type)
|
int |
countByGroupId(long groupId)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
CalEvent |
create(long eventId)
|
CalEvent |
fetchByPrimaryKey(long eventId)
|
CalEvent |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
java.util.List<CalEvent> |
findAll()
|
java.util.List<CalEvent> |
findAll(int begin,
int end)
|
java.util.List<CalEvent> |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
CalEvent |
findByG_R_First(long groupId,
boolean repeating,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
CalEvent |
findByG_R_Last(long groupId,
boolean repeating,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
CalEvent[] |
findByG_R_PrevAndNext(long eventId,
long groupId,
boolean repeating,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<CalEvent> |
findByG_R(long groupId,
boolean repeating)
|
java.util.List<CalEvent> |
findByG_R(long groupId,
boolean repeating,
int begin,
int end)
|
java.util.List<CalEvent> |
findByG_R(long groupId,
boolean repeating,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
CalEvent |
findByG_T_First(long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
CalEvent |
findByG_T_Last(long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
CalEvent[] |
findByG_T_PrevAndNext(long eventId,
long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<CalEvent> |
findByG_T(long groupId,
java.lang.String type)
|
java.util.List<CalEvent> |
findByG_T(long groupId,
java.lang.String type,
int begin,
int end)
|
java.util.List<CalEvent> |
findByG_T(long groupId,
java.lang.String type,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
CalEvent |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
CalEvent |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
CalEvent[] |
findByGroupId_PrevAndNext(long eventId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<CalEvent> |
findByGroupId(long groupId)
|
java.util.List<CalEvent> |
findByGroupId(long groupId,
int begin,
int end)
|
java.util.List<CalEvent> |
findByGroupId(long groupId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
CalEvent |
findByPrimaryKey(long eventId)
|
CalEvent |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
CalEvent |
findByUUID_G(java.lang.String uuid,
long groupId)
|
CalEvent |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
CalEvent[] |
findByUuid_PrevAndNext(long eventId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<CalEvent> |
findByUuid(java.lang.String uuid)
|
java.util.List<CalEvent> |
findByUuid(java.lang.String uuid,
int begin,
int end)
|
java.util.List<CalEvent> |
findByUuid(java.lang.String uuid,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<CalEvent> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<CalEvent> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
CalEvent |
remove(CalEvent calEvent)
|
CalEvent |
remove(long eventId)
|
void |
removeAll()
|
void |
removeByG_R(long groupId,
boolean repeating)
|
void |
removeByG_T(long groupId,
java.lang.String type)
|
void |
removeByGroupId(long groupId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
CalEvent |
update(CalEvent calEvent)
Deprecated. Use update(CalEvent calEvent, boolean merge) . |
CalEvent |
update(CalEvent calEvent,
boolean merge)
Add, update, or merge, the entity. |
CalEvent |
updateImpl(CalEvent calEvent,
boolean merge)
|
Method Detail |
---|
CalEvent create(long eventId)
CalEvent remove(long eventId) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
CalEvent remove(CalEvent calEvent) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
CalEvent update(CalEvent calEvent) throws com.liferay.portal.SystemException
update(CalEvent calEvent, boolean merge)
.
com.liferay.portal.SystemException
CalEvent update(CalEvent calEvent, boolean merge) throws com.liferay.portal.SystemException
calEvent
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when calEvent is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
CalEvent updateImpl(CalEvent calEvent, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
CalEvent findByPrimaryKey(long eventId) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
CalEvent fetchByPrimaryKey(long eventId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findByUuid(java.lang.String uuid, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findByUuid(java.lang.String uuid, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
CalEvent findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
CalEvent findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
CalEvent[] findByUuid_PrevAndNext(long eventId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
CalEvent findByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
CalEvent fetchByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findByGroupId(long groupId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findByGroupId(long groupId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
CalEvent findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
CalEvent findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
CalEvent[] findByGroupId_PrevAndNext(long eventId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
java.util.List<CalEvent> findByG_T(long groupId, java.lang.String type) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findByG_T(long groupId, java.lang.String type, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findByG_T(long groupId, java.lang.String type, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
CalEvent findByG_T_First(long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
CalEvent findByG_T_Last(long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
CalEvent[] findByG_T_PrevAndNext(long eventId, long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
java.util.List<CalEvent> findByG_R(long groupId, boolean repeating) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findByG_R(long groupId, boolean repeating, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findByG_R(long groupId, boolean repeating, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
CalEvent findByG_R_First(long groupId, boolean repeating, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
CalEvent findByG_R_Last(long groupId, boolean repeating, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
CalEvent[] findByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
java.util.List<CalEvent> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findAll(int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<CalEvent> findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException, NoSuchEventException
com.liferay.portal.SystemException
NoSuchEventException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_T(long groupId, java.lang.String type) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_R(long groupId, boolean repeating) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_T(long groupId, java.lang.String type) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_R(long groupId, boolean repeating) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |