@ProviderType public interface UserNotificationEventPersistence extends BasePersistence<UserNotificationEvent>
Caching information and settings can be found in portal.properties
UserNotificationEventPersistenceImpl
,
UserNotificationEventUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(List<UserNotificationEvent> userNotificationEvents)
Caches the user notification events in the entity cache if it is enabled.
|
void |
cacheResult(UserNotificationEvent userNotificationEvent)
Caches the user notification event in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of user notification events.
|
int |
countByType(String type)
Returns the number of user notification events where type = ?.
|
int |
countByU_A_A(long userId,
boolean actionRequired,
boolean archived)
Returns the number of user notification events where userId = ? and actionRequired = ? and archived = ?.
|
int |
countByU_A(long userId,
boolean archived)
Returns the number of user notification events where userId = ? and archived = ?.
|
int |
countByU_D_A(long userId,
boolean delivered,
boolean actionRequired)
Returns the number of user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
int |
countByU_D(long userId,
boolean delivered)
Returns the number of user notification events where userId = ? and delivered = ?.
|
int |
countByU_DT_A_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived)
Returns the number of user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
int |
countByU_DT_A(long userId,
int deliveryType,
boolean archived)
Returns the number of user notification events where userId = ? and deliveryType = ? and archived = ?.
|
int |
countByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired)
Returns the number of user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
int |
countByU_DT_D(long userId,
int deliveryType,
boolean delivered)
Returns the number of user notification events where userId = ? and deliveryType = ? and delivered = ?.
|
int |
countByU_DT(long userId,
int deliveryType)
Returns the number of user notification events where userId = ? and deliveryType = ?.
|
int |
countByU_T_DT_D(long userId,
String type,
int deliveryType,
boolean delivered)
Returns the number of user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
int |
countByUserId(long userId)
Returns the number of user notification events where userId = ?.
|
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of user notification events where uuid = ? and companyId = ?.
|
int |
countByUuid(String uuid)
Returns the number of user notification events where uuid = ?.
|
UserNotificationEvent |
create(long userNotificationEventId)
Creates a new user notification event with the primary key.
|
UserNotificationEvent |
fetchByPrimaryKey(long userNotificationEventId)
Returns the user notification event with the primary key or returns
null if it could not be found. |
Map<Serializable,UserNotificationEvent> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
UserNotificationEvent |
fetchByType_First(String type,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where type = ?.
|
UserNotificationEvent |
fetchByType_Last(String type,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where type = ?.
|
UserNotificationEvent |
fetchByU_A_A_First(long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
|
UserNotificationEvent |
fetchByU_A_A_Last(long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
|
UserNotificationEvent |
fetchByU_A_First(long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and archived = ?.
|
UserNotificationEvent |
fetchByU_A_Last(long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and archived = ?.
|
UserNotificationEvent |
fetchByU_D_A_First(long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
|
UserNotificationEvent |
fetchByU_D_A_Last(long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
|
UserNotificationEvent |
fetchByU_D_First(long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
|
UserNotificationEvent |
fetchByU_D_Last(long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
|
UserNotificationEvent |
fetchByU_DT_A_A_First(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
UserNotificationEvent |
fetchByU_DT_A_A_Last(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
UserNotificationEvent |
fetchByU_DT_A_First(long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
|
UserNotificationEvent |
fetchByU_DT_A_Last(long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
|
UserNotificationEvent |
fetchByU_DT_D_A_First(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
UserNotificationEvent |
fetchByU_DT_D_A_Last(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
UserNotificationEvent |
fetchByU_DT_D_First(long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
|
UserNotificationEvent |
fetchByU_DT_D_Last(long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
|
UserNotificationEvent |
fetchByU_DT_First(long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.
|
UserNotificationEvent |
fetchByU_DT_Last(long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.
|
UserNotificationEvent |
fetchByU_T_DT_D_First(long userId,
String type,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
UserNotificationEvent |
fetchByU_T_DT_D_Last(long userId,
String type,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
UserNotificationEvent |
fetchByUserId_First(long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ?.
|
UserNotificationEvent |
fetchByUserId_Last(long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ?.
|
UserNotificationEvent |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
|
UserNotificationEvent |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
|
UserNotificationEvent |
fetchByUuid_First(String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ?.
|
UserNotificationEvent |
fetchByUuid_Last(String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ?.
|
List<UserNotificationEvent> |
findAll()
Returns all the user notification events.
|
List<UserNotificationEvent> |
findAll(int start,
int end)
Returns a range of all the user notification events.
|
List<UserNotificationEvent> |
findAll(int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events.
|
List<UserNotificationEvent> |
findAll(int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events.
|
UserNotificationEvent |
findByPrimaryKey(long userNotificationEventId)
Returns the user notification event with the primary key or throws a
NoSuchUserNotificationEventException if it could not be found. |
UserNotificationEvent |
findByType_First(String type,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where type = ?.
|
UserNotificationEvent |
findByType_Last(String type,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where type = ?.
|
UserNotificationEvent[] |
findByType_PrevAndNext(long userNotificationEventId,
String type,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where type = ?.
|
List<UserNotificationEvent> |
findByType(String type)
Returns all the user notification events where type = ?.
|
List<UserNotificationEvent> |
findByType(String type,
int start,
int end)
Returns a range of all the user notification events where type = ?.
|
List<UserNotificationEvent> |
findByType(String type,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where type = ?.
|
List<UserNotificationEvent> |
findByType(String type,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where type = ?.
|
UserNotificationEvent |
findByU_A_A_First(long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
|
UserNotificationEvent |
findByU_A_A_Last(long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
|
UserNotificationEvent[] |
findByU_A_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_A_A(long userId,
boolean actionRequired,
boolean archived)
Returns all the user notification events where userId = ? and actionRequired = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_A_A(long userId,
boolean actionRequired,
boolean archived,
int start,
int end)
Returns a range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_A_A(long userId,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_A_A(long userId,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.
|
UserNotificationEvent |
findByU_A_First(long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and archived = ?.
|
UserNotificationEvent |
findByU_A_Last(long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and archived = ?.
|
UserNotificationEvent[] |
findByU_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_A(long userId,
boolean archived)
Returns all the user notification events where userId = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_A(long userId,
boolean archived,
int start,
int end)
Returns a range of all the user notification events where userId = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_A(long userId,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_A(long userId,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and archived = ?.
|
UserNotificationEvent |
findByU_D_A_First(long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
|
UserNotificationEvent |
findByU_D_A_Last(long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
|
UserNotificationEvent[] |
findByU_D_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
|
List<UserNotificationEvent> |
findByU_D_A(long userId,
boolean delivered,
boolean actionRequired)
Returns all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
List<UserNotificationEvent> |
findByU_D_A(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end)
Returns a range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
List<UserNotificationEvent> |
findByU_D_A(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
List<UserNotificationEvent> |
findByU_D_A(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
UserNotificationEvent |
findByU_D_First(long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
|
UserNotificationEvent |
findByU_D_Last(long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
|
UserNotificationEvent[] |
findByU_D_PrevAndNext(long userNotificationEventId,
long userId,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.
|
List<UserNotificationEvent> |
findByU_D(long userId,
boolean delivered)
Returns all the user notification events where userId = ? and delivered = ?.
|
List<UserNotificationEvent> |
findByU_D(long userId,
boolean delivered,
int start,
int end)
Returns a range of all the user notification events where userId = ? and delivered = ?.
|
List<UserNotificationEvent> |
findByU_D(long userId,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
|
List<UserNotificationEvent> |
findByU_D(long userId,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
|
UserNotificationEvent |
findByU_DT_A_A_First(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
UserNotificationEvent |
findByU_DT_A_A_Last(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
UserNotificationEvent[] |
findByU_DT_A_A_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_DT_A_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived)
Returns all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_DT_A_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end)
Returns a range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_DT_A_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_DT_A_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
UserNotificationEvent |
findByU_DT_A_First(long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
|
UserNotificationEvent |
findByU_DT_A_Last(long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
|
UserNotificationEvent[] |
findByU_DT_A_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean archived,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_DT_A(long userId,
int deliveryType,
boolean archived)
Returns all the user notification events where userId = ? and deliveryType = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_DT_A(long userId,
int deliveryType,
boolean archived,
int start,
int end)
Returns a range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_DT_A(long userId,
int deliveryType,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.
|
List<UserNotificationEvent> |
findByU_DT_A(long userId,
int deliveryType,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.
|
UserNotificationEvent |
findByU_DT_D_A_First(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
UserNotificationEvent |
findByU_DT_D_A_Last(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
UserNotificationEvent[] |
findByU_DT_D_A_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
List<UserNotificationEvent> |
findByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired)
Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
List<UserNotificationEvent> |
findByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end)
Returns a range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
List<UserNotificationEvent> |
findByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
List<UserNotificationEvent> |
findByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
UserNotificationEvent |
findByU_DT_D_First(long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
|
UserNotificationEvent |
findByU_DT_D_Last(long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
|
UserNotificationEvent[] |
findByU_DT_D_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
|
List<UserNotificationEvent> |
findByU_DT_D(long userId,
int deliveryType,
boolean delivered)
Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ?.
|
List<UserNotificationEvent> |
findByU_DT_D(long userId,
int deliveryType,
boolean delivered,
int start,
int end)
Returns a range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.
|
List<UserNotificationEvent> |
findByU_DT_D(long userId,
int deliveryType,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.
|
List<UserNotificationEvent> |
findByU_DT_D(long userId,
int deliveryType,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.
|
UserNotificationEvent |
findByU_DT_First(long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.
|
UserNotificationEvent |
findByU_DT_Last(long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.
|
UserNotificationEvent[] |
findByU_DT_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ?.
|
List<UserNotificationEvent> |
findByU_DT(long userId,
int deliveryType)
Returns all the user notification events where userId = ? and deliveryType = ?.
|
List<UserNotificationEvent> |
findByU_DT(long userId,
int deliveryType,
int start,
int end)
Returns a range of all the user notification events where userId = ? and deliveryType = ?.
|
List<UserNotificationEvent> |
findByU_DT(long userId,
int deliveryType,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.
|
List<UserNotificationEvent> |
findByU_DT(long userId,
int deliveryType,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.
|
UserNotificationEvent |
findByU_T_DT_D_First(long userId,
String type,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
UserNotificationEvent |
findByU_T_DT_D_Last(long userId,
String type,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
UserNotificationEvent[] |
findByU_T_DT_D_PrevAndNext(long userNotificationEventId,
long userId,
String type,
int deliveryType,
boolean delivered,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
List<UserNotificationEvent> |
findByU_T_DT_D(long userId,
String type,
int deliveryType,
boolean delivered)
Returns all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
List<UserNotificationEvent> |
findByU_T_DT_D(long userId,
String type,
int deliveryType,
boolean delivered,
int start,
int end)
Returns a range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
List<UserNotificationEvent> |
findByU_T_DT_D(long userId,
String type,
int deliveryType,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
List<UserNotificationEvent> |
findByU_T_DT_D(long userId,
String type,
int deliveryType,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
UserNotificationEvent |
findByUserId_First(long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ?.
|
UserNotificationEvent |
findByUserId_Last(long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ?.
|
UserNotificationEvent[] |
findByUserId_PrevAndNext(long userNotificationEventId,
long userId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.
|
List<UserNotificationEvent> |
findByUserId(long userId)
Returns all the user notification events where userId = ?.
|
List<UserNotificationEvent> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the user notification events where userId = ?.
|
List<UserNotificationEvent> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ?.
|
List<UserNotificationEvent> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ?.
|
UserNotificationEvent |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
|
UserNotificationEvent |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
|
UserNotificationEvent[] |
findByUuid_C_PrevAndNext(long userNotificationEventId,
String uuid,
long companyId,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.
|
List<UserNotificationEvent> |
findByUuid_C(String uuid,
long companyId)
Returns all the user notification events where uuid = ? and companyId = ?.
|
List<UserNotificationEvent> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the user notification events where uuid = ? and companyId = ?.
|
List<UserNotificationEvent> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
|
List<UserNotificationEvent> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
|
UserNotificationEvent |
findByUuid_First(String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ?.
|
UserNotificationEvent |
findByUuid_Last(String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ?.
|
UserNotificationEvent[] |
findByUuid_PrevAndNext(long userNotificationEventId,
String uuid,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.
|
List<UserNotificationEvent> |
findByUuid(String uuid)
Returns all the user notification events where uuid = ?.
|
List<UserNotificationEvent> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the user notification events where uuid = ?.
|
List<UserNotificationEvent> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where uuid = ?.
|
List<UserNotificationEvent> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where uuid = ?.
|
Set<String> |
getBadColumnNames() |
UserNotificationEvent |
remove(long userNotificationEventId)
Removes the user notification event with the primary key from the database.
|
void |
removeAll()
Removes all the user notification events from the database.
|
void |
removeByType(String type)
Removes all the user notification events where type = ? from the database.
|
void |
removeByU_A_A(long userId,
boolean actionRequired,
boolean archived)
Removes all the user notification events where userId = ? and actionRequired = ? and archived = ? from the database.
|
void |
removeByU_A(long userId,
boolean archived)
Removes all the user notification events where userId = ? and archived = ? from the database.
|
void |
removeByU_D_A(long userId,
boolean delivered,
boolean actionRequired)
Removes all the user notification events where userId = ? and delivered = ? and actionRequired = ? from the database.
|
void |
removeByU_D(long userId,
boolean delivered)
Removes all the user notification events where userId = ? and delivered = ? from the database.
|
void |
removeByU_DT_A_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived)
Removes all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ? from the database.
|
void |
removeByU_DT_A(long userId,
int deliveryType,
boolean archived)
Removes all the user notification events where userId = ? and deliveryType = ? and archived = ? from the database.
|
void |
removeByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired)
Removes all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? from the database.
|
void |
removeByU_DT_D(long userId,
int deliveryType,
boolean delivered)
Removes all the user notification events where userId = ? and deliveryType = ? and delivered = ? from the database.
|
void |
removeByU_DT(long userId,
int deliveryType)
Removes all the user notification events where userId = ? and deliveryType = ? from the database.
|
void |
removeByU_T_DT_D(long userId,
String type,
int deliveryType,
boolean delivered)
Removes all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? from the database.
|
void |
removeByUserId(long userId)
Removes all the user notification events where userId = ? from the database.
|
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the user notification events where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(String uuid)
Removes all the user notification events where uuid = ? from the database.
|
UserNotificationEvent |
updateImpl(UserNotificationEvent userNotificationEvent) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
List<UserNotificationEvent> findByUuid(String uuid)
uuid
- the uuidList<UserNotificationEvent> findByUuid(String uuid, int start, int end)
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 UserNotificationEventModelImpl
. 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.
uuid
- the uuidstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByUuid(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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.
uuid
- the uuidstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByUuid(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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.
uuid
- the uuidstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByUuid_First(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByUuid_First(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByUuid_Last(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByUuid_Last(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByUuid_PrevAndNext(long userNotificationEventId, String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByUuid(String uuid)
uuid
- the uuidint countByUuid(String uuid)
uuid
- the uuidList<UserNotificationEvent> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<UserNotificationEvent> findByUuid_C(String uuid, long companyId, int start, int end)
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 UserNotificationEventModelImpl
. 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.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByUuid_C_First(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByUuid_C_Last(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByUuid_C_PrevAndNext(long userNotificationEventId, String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<UserNotificationEvent> findByUserId(long userId)
userId
- the user IDList<UserNotificationEvent> findByUserId(long userId, int start, int end)
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 UserNotificationEventModelImpl
. 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 user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByUserId(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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 user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByUserId(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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 user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByUserId_First(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByUserId_First(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByUserId_Last(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByUserId_Last(long userId, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByUserId_PrevAndNext(long userNotificationEventId, long userId, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByUserId(long userId)
userId
- the user IDint countByUserId(long userId)
userId
- the user IDList<UserNotificationEvent> findByType(String type)
type
- the typeList<UserNotificationEvent> findByType(String type, int start, int end)
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 UserNotificationEventModelImpl
. 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.
type
- the typestart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByType(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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.
type
- the typestart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByType(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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.
type
- the typestart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByType_First(String type, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByType_First(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByType_Last(String type, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByType_Last(String type, OrderByComparator<UserNotificationEvent> orderByComparator)
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByType_PrevAndNext(long userNotificationEventId, String type, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByType(String type)
type
- the typeint countByType(String type)
type
- the typeList<UserNotificationEvent> findByU_DT(long userId, int deliveryType)
userId
- the user IDdeliveryType
- the delivery typeList<UserNotificationEvent> findByU_DT(long userId, int deliveryType, int start, int end)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typestart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByU_DT(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typestart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByU_DT(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typestart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByU_DT_First(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdeliveryType
- the delivery typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_DT_First(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdeliveryType
- the delivery typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByU_DT_Last(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdeliveryType
- the delivery typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_DT_Last(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdeliveryType
- the delivery typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByU_DT_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDdeliveryType
- the delivery typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByU_DT(long userId, int deliveryType)
userId
- the user IDdeliveryType
- the delivery typeint countByU_DT(long userId, int deliveryType)
userId
- the user IDdeliveryType
- the delivery typeList<UserNotificationEvent> findByU_D(long userId, boolean delivered)
userId
- the user IDdelivered
- the deliveredList<UserNotificationEvent> findByU_D(long userId, boolean delivered, int start, int end)
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 UserNotificationEventModelImpl
. 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 IDdelivered
- the deliveredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByU_D(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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 IDdelivered
- the deliveredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByU_D(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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 IDdelivered
- the deliveredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByU_D_First(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_D_First(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByU_D_Last(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_D_Last(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByU_D_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDdelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByU_D(long userId, boolean delivered)
userId
- the user IDdelivered
- the deliveredint countByU_D(long userId, boolean delivered)
userId
- the user IDdelivered
- the deliveredList<UserNotificationEvent> findByU_A(long userId, boolean archived)
userId
- the user IDarchived
- the archivedList<UserNotificationEvent> findByU_A(long userId, boolean archived, int start, int end)
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 UserNotificationEventModelImpl
. 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 IDarchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByU_A(long userId, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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 IDarchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByU_A(long userId, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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 IDarchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByU_A_First(long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_A_First(long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByU_A_Last(long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_A_Last(long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByU_A_PrevAndNext(long userNotificationEventId, long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByU_A(long userId, boolean archived)
userId
- the user IDarchived
- the archivedint countByU_A(long userId, boolean archived)
userId
- the user IDarchived
- the archivedList<UserNotificationEvent> findByU_DT_D(long userId, int deliveryType, boolean delivered)
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredList<UserNotificationEvent> findByU_DT_D(long userId, int deliveryType, boolean delivered, int start, int end)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typedelivered
- the deliveredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByU_DT_D(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typedelivered
- the deliveredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByU_DT_D(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typedelivered
- the deliveredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByU_DT_D_First(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_DT_D_First(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByU_DT_D_Last(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_DT_D_Last(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByU_DT_D_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByU_DT_D(long userId, int deliveryType, boolean delivered)
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredint countByU_DT_D(long userId, int deliveryType, boolean delivered)
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredList<UserNotificationEvent> findByU_DT_A(long userId, int deliveryType, boolean archived)
userId
- the user IDdeliveryType
- the delivery typearchived
- the archivedList<UserNotificationEvent> findByU_DT_A(long userId, int deliveryType, boolean archived, int start, int end)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typearchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByU_DT_A(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typearchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByU_DT_A(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typearchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByU_DT_A_First(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdeliveryType
- the delivery typearchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_DT_A_First(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdeliveryType
- the delivery typearchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByU_DT_A_Last(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdeliveryType
- the delivery typearchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_DT_A_Last(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdeliveryType
- the delivery typearchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByU_DT_A_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDdeliveryType
- the delivery typearchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByU_DT_A(long userId, int deliveryType, boolean archived)
userId
- the user IDdeliveryType
- the delivery typearchived
- the archivedint countByU_DT_A(long userId, int deliveryType, boolean archived)
userId
- the user IDdeliveryType
- the delivery typearchived
- the archivedList<UserNotificationEvent> findByU_D_A(long userId, boolean delivered, boolean actionRequired)
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredList<UserNotificationEvent> findByU_D_A(long userId, boolean delivered, boolean actionRequired, int start, int end)
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 UserNotificationEventModelImpl
. 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 IDdelivered
- the deliveredactionRequired
- the action requiredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByU_D_A(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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 IDdelivered
- the deliveredactionRequired
- the action requiredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByU_D_A(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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 IDdelivered
- the deliveredactionRequired
- the action requiredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByU_D_A_First(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_D_A_First(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByU_D_A_Last(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_D_A_Last(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByU_D_A_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByU_D_A(long userId, boolean delivered, boolean actionRequired)
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredint countByU_D_A(long userId, boolean delivered, boolean actionRequired)
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredList<UserNotificationEvent> findByU_A_A(long userId, boolean actionRequired, boolean archived)
userId
- the user IDactionRequired
- the action requiredarchived
- the archivedList<UserNotificationEvent> findByU_A_A(long userId, boolean actionRequired, boolean archived, int start, int end)
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 UserNotificationEventModelImpl
. 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 IDactionRequired
- the action requiredarchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByU_A_A(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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 IDactionRequired
- the action requiredarchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByU_A_A(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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 IDactionRequired
- the action requiredarchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByU_A_A_First(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_A_A_First(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByU_A_A_Last(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_A_A_Last(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByU_A_A_PrevAndNext(long userNotificationEventId, long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByU_A_A(long userId, boolean actionRequired, boolean archived)
userId
- the user IDactionRequired
- the action requiredarchived
- the archivedint countByU_A_A(long userId, boolean actionRequired, boolean archived)
userId
- the user IDactionRequired
- the action requiredarchived
- the archivedList<UserNotificationEvent> findByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered)
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredList<UserNotificationEvent> findByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered, int start, int end)
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 UserNotificationEventModelImpl
. 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 IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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 IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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 IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByU_T_DT_D_First(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_T_DT_D_First(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByU_T_DT_D_Last(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_T_DT_D_Last(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByU_T_DT_D_PrevAndNext(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered)
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredint countByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered)
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredList<UserNotificationEvent> findByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean actionRequired)
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredList<UserNotificationEvent> findByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByU_DT_D_A_First(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_DT_D_A_First(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByU_DT_D_A_Last(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_DT_D_A_Last(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByU_DT_D_A_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean actionRequired)
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredint countByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean actionRequired)
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredList<UserNotificationEvent> findByU_DT_A_A(long userId, int deliveryType, boolean actionRequired, boolean archived)
userId
- the user IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedList<UserNotificationEvent> findByU_DT_A_A(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findByU_DT_A_A(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findByU_DT_A_A(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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 IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheUserNotificationEvent findByU_DT_A_A_First(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_DT_A_A_First(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent findByU_DT_A_A_Last(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userId
- the user IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a matching user notification event could not be foundUserNotificationEvent fetchByU_DT_A_A_Last(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator)
userId
- the user IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundUserNotificationEvent[] findByU_DT_A_A_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundvoid removeByU_DT_A_A(long userId, int deliveryType, boolean actionRequired, boolean archived)
userId
- the user IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedint countByU_DT_A_A(long userId, int deliveryType, boolean actionRequired, boolean archived)
userId
- the user IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedvoid cacheResult(UserNotificationEvent userNotificationEvent)
userNotificationEvent
- the user notification eventvoid cacheResult(List<UserNotificationEvent> userNotificationEvents)
userNotificationEvents
- the user notification eventsUserNotificationEvent create(long userNotificationEventId)
userNotificationEventId
- the primary key for the new user notification eventUserNotificationEvent remove(long userNotificationEventId) throws NoSuchUserNotificationEventException
userNotificationEventId
- the primary key of the user notification eventNoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundUserNotificationEvent updateImpl(UserNotificationEvent userNotificationEvent)
UserNotificationEvent findByPrimaryKey(long userNotificationEventId) throws NoSuchUserNotificationEventException
NoSuchUserNotificationEventException
if it could not be found.userNotificationEventId
- the primary key of the user notification eventNoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundUserNotificationEvent fetchByPrimaryKey(long userNotificationEventId)
null
if it could not be found.userNotificationEventId
- the primary key of the user notification eventnull
if a user notification event with the primary key could not be foundMap<Serializable,UserNotificationEvent> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys
in interface BasePersistence<UserNotificationEvent>
List<UserNotificationEvent> findAll()
List<UserNotificationEvent> findAll(int start, int end)
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 UserNotificationEventModelImpl
. 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 user notification eventsend
- the upper bound of the range of user notification events (not inclusive)List<UserNotificationEvent> findAll(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)
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 UserNotificationEventModelImpl
. 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 user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<UserNotificationEvent> findAll(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean retrieveFromCache)
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 UserNotificationEventModelImpl
. 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 user notification eventsend
- the upper bound of the range of user notification events (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeAll()
int countAll()
Set<String> getBadColumnNames()
getBadColumnNames
in interface BasePersistence<UserNotificationEvent>