public class UserNotificationEventPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
implements com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
Caching information and settings can be found in portal.properties
Modifier and Type | Field and Description |
---|---|
static String |
FINDER_CLASS_NAME_ENTITY |
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
Constructor and Description |
---|
UserNotificationEventPersistenceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Initializes the user notification event persistence.
|
void |
cacheResult(List<com.liferay.portal.kernel.model.UserNotificationEvent> userNotificationEvents)
Caches the user notification events in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent)
Caches the user notification event in the entity cache if it is enabled.
|
void |
clearCache()
Clears the cache for all user notification events.
|
void |
clearCache(List<com.liferay.portal.kernel.model.UserNotificationEvent> userNotificationEvents) |
void |
clearCache(Set<Serializable> primaryKeys) |
void |
clearCache(com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent)
Clears the cache for the user notification event.
|
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(long userId,
boolean archived)
Returns the number of user notification events where userId = ? and archived = ?.
|
int |
countByU_AR_A(long userId,
boolean actionRequired,
boolean archived)
Returns the number of user notification events where userId = ? and actionRequired = ? and archived = ?.
|
int |
countByU_D_A(long userId,
boolean delivered,
boolean archived)
Returns the number of user notification events where userId = ? and delivered = ? and archived = ?.
|
int |
countByU_D_AR_A(long userId,
boolean delivered,
boolean actionRequired,
boolean archived)
Returns the number of user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.
|
int |
countByU_D_AR(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(long userId,
int deliveryType,
boolean archived)
Returns the number of user notification events where userId = ? and deliveryType = ? and archived = ?.
|
int |
countByU_DT_AR_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_D_A(long userId,
int deliveryType,
boolean delivered,
boolean archived)
Returns the number of user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.
|
int |
countByU_DT_D_AR_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
boolean archived)
Returns the number of user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.
|
int |
countByU_DT_D_AR(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_A(long userId,
String type,
int deliveryType,
boolean delivered,
boolean archived)
Returns the number of user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.
|
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 = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
create(long userNotificationEventId)
Creates a new user notification event with the primary key.
|
void |
destroy() |
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByPrimaryKey(long userNotificationEventId)
Returns the user notification event with the primary key or returns
null if it could not be found. |
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByType_First(String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where type = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByType_Last(String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where type = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_A_First(long userId,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_A_Last(long userId,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_AR_A_First(long userId,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_AR_A_Last(long userId,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_D_A_First(long userId,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_D_A_Last(long userId,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_D_AR_A_First(long userId,
boolean delivered,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_D_AR_A_Last(long userId,
boolean delivered,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_D_AR_First(long userId,
boolean delivered,
boolean actionRequired,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_D_AR_Last(long userId,
boolean delivered,
boolean actionRequired,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_D_First(long userId,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_D_Last(long userId,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_A_First(long userId,
int deliveryType,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_A_Last(long userId,
int deliveryType,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_AR_A_First(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_AR_A_Last(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_D_A_First(long userId,
int deliveryType,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_D_A_Last(long userId,
int deliveryType,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_D_AR_A_First(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_D_AR_A_Last(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_D_AR_First(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_D_AR_Last(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_D_First(long userId,
int deliveryType,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_D_Last(long userId,
int deliveryType,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_First(long userId,
int deliveryType,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_DT_Last(long userId,
int deliveryType,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_T_DT_D_A_First(long userId,
String type,
int deliveryType,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_T_DT_D_A_Last(long userId,
String type,
int deliveryType,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_T_DT_D_First(long userId,
String type,
int deliveryType,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByU_T_DT_D_Last(long userId,
String type,
int deliveryType,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByUuid_C_First(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByUuid_C_Last(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByUuid_First(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
fetchByUuid_Last(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findAll()
Returns all the user notification events.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findAll(int start,
int end)
Returns a range of all the user notification events.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByPrimaryKey(long userNotificationEventId)
Returns the user notification event with the primary key or throws a
NoSuchUserNotificationEventException if it could not be found. |
com.liferay.portal.kernel.model.UserNotificationEvent |
findByPrimaryKey(Serializable primaryKey)
Returns the user notification event with the primary key or throws a
com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found. |
com.liferay.portal.kernel.model.UserNotificationEvent |
findByType_First(String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where type = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByType_Last(String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where type = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByType_PrevAndNext(long userNotificationEventId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where type = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByType(String type)
Returns all the user notification events where type = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByType(String type,
int start,
int end)
Returns a range of all the user notification events where type = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByType(String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where type = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByType(String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where type = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_A_First(long userId,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_A_Last(long userId,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_A(long userId,
boolean archived)
Returns all the user notification events where userId = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_A(long userId,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_A(long userId,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_AR_A_First(long userId,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_AR_A_Last(long userId,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_AR_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_AR_A(long userId,
boolean actionRequired,
boolean archived)
Returns all the user notification events where userId = ? and actionRequired = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_AR_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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_AR_A(long userId,
boolean actionRequired,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_AR_A(long userId,
boolean actionRequired,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_D_A_First(long userId,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_D_A_Last(long userId,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_D_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D_A(long userId,
boolean delivered,
boolean archived)
Returns all the user notification events where userId = ? and delivered = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D_A(long userId,
boolean delivered,
boolean archived,
int start,
int end)
Returns a range of all the user notification events where userId = ? and delivered = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D_A(long userId,
boolean delivered,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D_A(long userId,
boolean delivered,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_D_AR_A_First(long userId,
boolean delivered,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_D_AR_A_Last(long userId,
boolean delivered,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_D_AR_A_PrevAndNext(long userNotificationEventId,
long userId,
boolean delivered,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D_AR_A(long userId,
boolean delivered,
boolean actionRequired,
boolean archived)
Returns all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D_AR_A(long userId,
boolean delivered,
boolean actionRequired,
boolean archived,
int start,
int end)
Returns a range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D_AR_A(long userId,
boolean delivered,
boolean actionRequired,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D_AR_A(long userId,
boolean delivered,
boolean actionRequired,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_D_AR_First(long userId,
boolean delivered,
boolean actionRequired,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_D_AR_Last(long userId,
boolean delivered,
boolean actionRequired,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_D_AR_PrevAndNext(long userNotificationEventId,
long userId,
boolean delivered,
boolean actionRequired,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D_AR(long userId,
boolean delivered,
boolean actionRequired)
Returns all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D_AR(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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D_AR(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D_AR(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_D_First(long userId,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_D_Last(long userId,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_D_PrevAndNext(long userNotificationEventId,
long userId,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D(long userId,
boolean delivered)
Returns all the user notification events where userId = ? and delivered = ?.
|
List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D(long userId,
boolean delivered,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_D(long userId,
boolean delivered,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_A_First(long userId,
int deliveryType,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_A_Last(long userId,
int deliveryType,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_DT_A_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_A(long userId,
int deliveryType,
boolean archived)
Returns all the user notification events where userId = ? and deliveryType = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_A(long userId,
int deliveryType,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_A(long userId,
int deliveryType,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_AR_A_First(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_AR_A_Last(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_DT_AR_A_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_AR_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived)
Returns all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_AR_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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_AR_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_AR_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_D_A_First(long userId,
int deliveryType,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_D_A_Last(long userId,
int deliveryType,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_DT_D_A_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean archived)
Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean archived,
int start,
int end)
Returns a range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_D_AR_A_First(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_D_AR_A_Last(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_DT_D_AR_A_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D_AR_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
boolean archived)
Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D_AR_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
boolean archived,
int start,
int end)
Returns a range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D_AR_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D_AR_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_D_AR_First(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_D_AR_Last(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_DT_D_AR_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D_AR(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired)
Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D_AR(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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D_AR(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D_AR(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_D_First(long userId,
int deliveryType,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_D_Last(long userId,
int deliveryType,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_DT_D_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D(long userId,
int deliveryType,
boolean delivered)
Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ?.
|
List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D(long userId,
int deliveryType,
boolean delivered,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT_D(long userId,
int deliveryType,
boolean delivered,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_First(long userId,
int deliveryType,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_DT_Last(long userId,
int deliveryType,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_DT_PrevAndNext(long userNotificationEventId,
long userId,
int deliveryType,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT(long userId,
int deliveryType)
Returns all the user notification events where userId = ? and deliveryType = ?.
|
List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT(long userId,
int deliveryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_DT(long userId,
int deliveryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_T_DT_D_A_First(long userId,
String type,
int deliveryType,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_T_DT_D_A_Last(long userId,
String type,
int deliveryType,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_T_DT_D_A_PrevAndNext(long userNotificationEventId,
long userId,
String type,
int deliveryType,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_T_DT_D_A(long userId,
String type,
int deliveryType,
boolean delivered,
boolean archived)
Returns all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_T_DT_D_A(long userId,
String type,
int deliveryType,
boolean delivered,
boolean archived,
int start,
int end)
Returns a range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_T_DT_D_A(long userId,
String type,
int deliveryType,
boolean delivered,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_T_DT_D_A(long userId,
String type,
int deliveryType,
boolean delivered,
boolean archived,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_T_DT_D_First(long userId,
String type,
int deliveryType,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByU_T_DT_D_Last(long userId,
String type,
int deliveryType,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByU_T_DT_D_PrevAndNext(long userNotificationEventId,
long userId,
String type,
int deliveryType,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_T_DT_D(long userId,
String type,
int deliveryType,
boolean delivered,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByU_T_DT_D(long userId,
String type,
int deliveryType,
boolean delivered,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where userId = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where userId = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByUserId_PrevAndNext(long userNotificationEventId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByUserId(long userId)
Returns all the user notification events where userId = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the user notification events where userId = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where userId = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where userId = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByUuid_C_First(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByUuid_C_Last(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByUuid_C_PrevAndNext(long userNotificationEventId,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByUuid_C(String uuid,
long companyId)
Returns all the user notification events where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByUuid_First(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the first user notification event in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
findByUuid_Last(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the last user notification event in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.UserNotificationEvent[] |
findByUuid_PrevAndNext(long userNotificationEventId,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByUuid(String uuid)
Returns all the user notification events where uuid = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the user notification events where uuid = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
Returns an ordered range of all the user notification events where uuid = ?.
|
List<com.liferay.portal.kernel.model.UserNotificationEvent> |
findByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the user notification events where uuid = ?.
|
Set<String> |
getBadColumnNames() |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_AR_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_D_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_D_AR_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
boolean delivered,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_D_AR_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
boolean delivered,
boolean actionRequired,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_D_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_DT_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
int deliveryType,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_DT_AR_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_DT_D_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
int deliveryType,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_DT_D_AR_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_DT_D_AR_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_DT_D_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
int deliveryType,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_DT_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
int deliveryType,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_T_DT_D_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
String type,
int deliveryType,
boolean delivered,
boolean archived,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByU_T_DT_D_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
String type,
int deliveryType,
boolean delivered,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.UserNotificationEvent |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.dao.orm.EntityCache |
getEntityCache() |
protected com.liferay.portal.kernel.dao.orm.FinderCache |
getFinderCache() |
protected String |
getPKDBName() |
protected String |
getSelectSQL() |
protected Map<String,Integer> |
getTableColumnsMap() |
com.liferay.portal.kernel.model.UserNotificationEvent |
remove(long userNotificationEventId)
Removes the user notification event with the primary key from the database.
|
com.liferay.portal.kernel.model.UserNotificationEvent |
remove(Serializable primaryKey)
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(long userId,
boolean archived)
Removes all the user notification events where userId = ? and archived = ? from the database.
|
void |
removeByU_AR_A(long userId,
boolean actionRequired,
boolean archived)
Removes all the user notification events where userId = ? and actionRequired = ? and archived = ? from the database.
|
void |
removeByU_D_A(long userId,
boolean delivered,
boolean archived)
Removes all the user notification events where userId = ? and delivered = ? and archived = ? from the database.
|
void |
removeByU_D_AR_A(long userId,
boolean delivered,
boolean actionRequired,
boolean archived)
Removes all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ? from the database.
|
void |
removeByU_D_AR(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(long userId,
int deliveryType,
boolean archived)
Removes all the user notification events where userId = ? and deliveryType = ? and archived = ? from the database.
|
void |
removeByU_DT_AR_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_D_A(long userId,
int deliveryType,
boolean delivered,
boolean archived)
Removes all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ? from the database.
|
void |
removeByU_DT_D_AR_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
boolean archived)
Removes all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ? from the database.
|
void |
removeByU_DT_D_AR(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_A(long userId,
String type,
int deliveryType,
boolean delivered,
boolean archived)
Removes all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ? 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.
|
protected com.liferay.portal.kernel.model.UserNotificationEvent |
removeImpl(com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent) |
com.liferay.portal.kernel.model.UserNotificationEvent |
updateImpl(com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public UserNotificationEventPersistenceImpl()
public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByUuid(String uuid)
findByUuid
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
uuid
- the uuidpublic List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByUuid
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByUuid
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByUuid
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByUuid_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByUuid_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByUuid_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByUuid_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByUuid_PrevAndNext(long userNotificationEventId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByUuid_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the current user notification eventuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByUuid(String uuid)
removeByUuid
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
uuid
- the uuidpublic int countByUuid(String uuid)
countByUuid
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
uuid
- the uuidpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByUuid_C(String uuid, long companyId)
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
uuid
- the uuidcompanyId
- the company IDpublic List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByUuid_C_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByUuid_C_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByUuid_C_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByUuid_C_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByUuid_C_PrevAndNext(long userNotificationEventId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByUuid_C_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the current user notification eventuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByUuid_C(String uuid, long companyId)
removeByUuid_C
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
uuid
- the uuidcompanyId
- the company IDpublic int countByUuid_C(String uuid, long companyId)
countByUuid_C
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
uuid
- the uuidcompanyId
- the company IDpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByUserId(long userId)
findByUserId
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDpublic List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByUserId
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByUserId
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByUserId
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByUserId_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByUserId_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByUserId_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByUserId_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByUserId_PrevAndNext(long userNotificationEventId, long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByUserId_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByUserId(long userId)
removeByUserId
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDpublic int countByUserId(long userId)
countByUserId
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByType(String type)
findByType
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
type
- the typepublic List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByType
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByType(String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByType
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByType(String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByType
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByType_First(String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByType_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByType_First(String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByType_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByType_Last(String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByType_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByType_Last(String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByType_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
type
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByType_PrevAndNext(long userNotificationEventId, String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByType_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the current user notification eventtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByType_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByType(String type)
removeByType
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
type
- the typepublic int countByType(String type)
countByType
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
type
- the typepublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT(long userId, int deliveryType)
findByU_DT
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typepublic List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT(long userId, int deliveryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT(long userId, int deliveryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_First(long userId, int deliveryType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_First(long userId, int deliveryType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_Last(long userId, int deliveryType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_Last(long userId, int deliveryType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_DT_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_DT_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, int deliveryType, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_DT(long userId, int deliveryType)
removeByU_DT
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typepublic int countByU_DT(long userId, int deliveryType)
countByU_DT
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typepublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D(long userId, boolean delivered)
findByU_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredpublic List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D(long userId, boolean delivered, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D(long userId, boolean delivered, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_D_First(long userId, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_D_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_D_First(long userId, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_D_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_D_Last(long userId, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_D_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_D_Last(long userId, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_D_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_D_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_D_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDdelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_D_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_D(long userId, boolean delivered)
removeByU_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredpublic int countByU_D(long userId, boolean delivered)
countByU_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_A(long userId, boolean archived)
findByU_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDarchived
- the archivedpublic List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_A(long userId, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_A(long userId, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_A_First(long userId, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_A_First(long userId, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_A_Last(long userId, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_A_Last(long userId, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_A_PrevAndNext(long userNotificationEventId, long userId, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_A_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_A(long userId, boolean archived)
removeByU_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDarchived
- the archivedpublic int countByU_A(long userId, boolean archived)
countByU_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D(long userId, int deliveryType, boolean delivered)
findByU_DT_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredpublic List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D(long userId, int deliveryType, boolean delivered, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D(long userId, int deliveryType, boolean delivered, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_D_First(long userId, int deliveryType, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_D_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_D_First(long userId, int deliveryType, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_D_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_D_Last(long userId, int deliveryType, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_D_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_D_Last(long userId, int deliveryType, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_D_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_DT_D_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_D_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_DT_D_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, int deliveryType, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_DT_D(long userId, int deliveryType, boolean delivered)
removeByU_DT_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredpublic int countByU_DT_D(long userId, int deliveryType, boolean delivered)
countByU_DT_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_A(long userId, int deliveryType, boolean archived)
findByU_DT_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typearchived
- the archivedpublic List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_A(long userId, int deliveryType, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_A(long userId, int deliveryType, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_A_First(long userId, int deliveryType, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typearchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_A_First(long userId, int deliveryType, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_A_Last(long userId, int deliveryType, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typearchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_A_Last(long userId, int deliveryType, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_DT_A_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_A_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_DT_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, int deliveryType, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_DT_A(long userId, int deliveryType, boolean archived)
removeByU_DT_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typearchived
- the archivedpublic int countByU_DT_A(long userId, int deliveryType, boolean archived)
countByU_DT_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typearchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D_AR(long userId, boolean delivered, boolean actionRequired)
findByU_D_AR
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D_AR(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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_D_AR
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D_AR(long userId, boolean delivered, boolean actionRequired, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_D_AR
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D_AR(long userId, boolean delivered, boolean actionRequired, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_D_AR
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_D_AR_First(long userId, boolean delivered, boolean actionRequired, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_D_AR_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_D_AR_First(long userId, boolean delivered, boolean actionRequired, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_D_AR_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_D_AR_Last(long userId, boolean delivered, boolean actionRequired, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_D_AR_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_D_AR_Last(long userId, boolean delivered, boolean actionRequired, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_D_AR_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_D_AR_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_D_AR_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_D_AR_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, boolean delivered, boolean actionRequired, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_D_AR(long userId, boolean delivered, boolean actionRequired)
removeByU_D_AR
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredpublic int countByU_D_AR(long userId, boolean delivered, boolean actionRequired)
countByU_D_AR
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D_A(long userId, boolean delivered, boolean archived)
findByU_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D_A(long userId, boolean delivered, 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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredarchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D_A(long userId, boolean delivered, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredarchived
- 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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D_A(long userId, boolean delivered, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredarchived
- 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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_D_A_First(long userId, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_D_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_D_A_First(long userId, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_D_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_D_A_Last(long userId, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_D_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_D_A_Last(long userId, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_D_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_D_A_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_D_A_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDdelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_D_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_D_A(long userId, boolean delivered, boolean archived)
removeByU_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredarchived
- the archivedpublic int countByU_D_A(long userId, boolean delivered, boolean archived)
countByU_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_AR_A(long userId, boolean actionRequired, boolean archived)
findByU_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDactionRequired
- the action requiredarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_AR_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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_AR_A(long userId, boolean actionRequired, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_AR_A(long userId, boolean actionRequired, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_AR_A_First(long userId, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_AR_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_AR_A_First(long userId, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_AR_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_AR_A_Last(long userId, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_AR_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_AR_A_Last(long userId, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_AR_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_AR_A_PrevAndNext(long userNotificationEventId, long userId, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_AR_A_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_AR_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_AR_A(long userId, boolean actionRequired, boolean archived)
removeByU_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDactionRequired
- the action requiredarchived
- the archivedpublic int countByU_AR_A(long userId, boolean actionRequired, boolean archived)
countByU_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDactionRequired
- the action requiredarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered)
findByU_T_DT_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredpublic List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_T_DT_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_T_DT_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_T_DT_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_T_DT_D_First(long userId, String type, int deliveryType, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_T_DT_D_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_T_DT_D_First(long userId, String type, int deliveryType, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_T_DT_D_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_T_DT_D_Last(long userId, String type, int deliveryType, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_T_DT_D_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_T_DT_D_Last(long userId, String type, int deliveryType, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_T_DT_D_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_T_DT_D_PrevAndNext(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_T_DT_D_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_T_DT_D_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, String type, int deliveryType, boolean delivered, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered)
removeByU_T_DT_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredpublic int countByU_T_DT_D(long userId, String type, int deliveryType, boolean delivered)
countByU_T_DT_D
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D_AR(long userId, int deliveryType, boolean delivered, boolean actionRequired)
findByU_DT_D_AR
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D_AR(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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_D_AR
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D_AR(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_D_AR
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D_AR(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_D_AR
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_D_AR_First(long userId, int deliveryType, boolean delivered, boolean actionRequired, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_D_AR_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_D_AR_First(long userId, int deliveryType, boolean delivered, boolean actionRequired, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_D_AR_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_D_AR_Last(long userId, int deliveryType, boolean delivered, boolean actionRequired, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_D_AR_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_D_AR_Last(long userId, int deliveryType, boolean delivered, boolean actionRequired, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_D_AR_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_DT_D_AR_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_D_AR_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_DT_D_AR_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, int deliveryType, boolean delivered, boolean actionRequired, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_DT_D_AR(long userId, int deliveryType, boolean delivered, boolean actionRequired)
removeByU_DT_D_AR
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredpublic int countByU_DT_D_AR(long userId, int deliveryType, boolean delivered, boolean actionRequired)
countByU_DT_D_AR
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean archived)
findByU_DT_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D_A(long userId, int deliveryType, boolean delivered, 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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredarchived
- 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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredarchived
- 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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_D_A_First(long userId, int deliveryType, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_D_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_D_A_First(long userId, int deliveryType, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_D_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_D_A_Last(long userId, int deliveryType, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_D_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_D_A_Last(long userId, int deliveryType, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_D_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_DT_D_A_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_D_A_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_DT_D_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, int deliveryType, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean archived)
removeByU_DT_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedpublic int countByU_DT_D_A(long userId, int deliveryType, boolean delivered, boolean archived)
countByU_DT_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_AR_A(long userId, int deliveryType, boolean actionRequired, boolean archived)
findByU_DT_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_AR_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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_AR_A(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_AR_A(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_AR_A_First(long userId, int deliveryType, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_AR_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_AR_A_First(long userId, int deliveryType, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_AR_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_AR_A_Last(long userId, int deliveryType, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_AR_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_AR_A_Last(long userId, int deliveryType, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_AR_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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 foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_DT_AR_A_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_AR_A_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_DT_AR_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, int deliveryType, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_DT_AR_A(long userId, int deliveryType, boolean actionRequired, boolean archived)
removeByU_DT_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedpublic int countByU_DT_AR_A(long userId, int deliveryType, boolean actionRequired, boolean archived)
countByU_DT_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typeactionRequired
- the action requiredarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D_AR_A(long userId, boolean delivered, boolean actionRequired, boolean archived)
findByU_D_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D_AR_A(long userId, boolean delivered, 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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_D_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- 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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D_AR_A(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_D_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- 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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_D_AR_A(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_D_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- 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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_D_AR_A_First(long userId, boolean delivered, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_D_AR_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_D_AR_A_First(long userId, boolean delivered, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_D_AR_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_D_AR_A_Last(long userId, boolean delivered, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_D_AR_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_D_AR_A_Last(long userId, boolean delivered, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_D_AR_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_D_AR_A_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_D_AR_A_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_D_AR_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, boolean delivered, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_D_AR_A(long userId, boolean delivered, boolean actionRequired, boolean archived)
removeByU_D_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedpublic int countByU_D_AR_A(long userId, boolean delivered, boolean actionRequired, boolean archived)
countByU_D_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_T_DT_D_A(long userId, String type, int deliveryType, boolean delivered, boolean archived)
findByU_T_DT_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_T_DT_D_A(long userId, String type, int deliveryType, boolean delivered, 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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_T_DT_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedstart
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_T_DT_D_A(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_T_DT_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredarchived
- 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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_T_DT_D_A(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_T_DT_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredarchived
- 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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_T_DT_D_A_First(long userId, String type, int deliveryType, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_T_DT_D_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_T_DT_D_A_First(long userId, String type, int deliveryType, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_T_DT_D_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_T_DT_D_A_Last(long userId, String type, int deliveryType, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_T_DT_D_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_T_DT_D_A_Last(long userId, String type, int deliveryType, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_T_DT_D_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_T_DT_D_A_PrevAndNext(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_T_DT_D_A_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_T_DT_D_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, String type, int deliveryType, boolean delivered, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_T_DT_D_A(long userId, String type, int deliveryType, boolean delivered, boolean archived)
removeByU_T_DT_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedpublic int countByU_T_DT_D_A(long userId, String type, int deliveryType, boolean delivered, boolean archived)
countByU_T_DT_D_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDtype
- the typedeliveryType
- the delivery typedelivered
- the deliveredarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D_AR_A(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived)
findByU_DT_D_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D_AR_A(long userId, int deliveryType, boolean delivered, 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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_D_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- 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)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D_AR_A(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_D_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- 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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findByU_DT_D_AR_A(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findByU_DT_D_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- 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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_D_AR_A_First(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_D_AR_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_D_AR_A_First(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_D_AR_A_First
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByU_DT_D_AR_A_Last(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_D_AR_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByU_DT_D_AR_A_Last(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator)
fetchByU_DT_D_AR_A_Last
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching user notification event could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent[] findByU_DT_D_AR_A_PrevAndNext(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
findByU_DT_D_AR_A_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the current user notification eventuserId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent getByU_DT_D_AR_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent, long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean previous)
public void removeByU_DT_D_AR_A(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived)
removeByU_DT_D_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedpublic int countByU_DT_D_AR_A(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived)
countByU_DT_D_AR_A
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userId
- the user IDdeliveryType
- the delivery typedelivered
- the deliveredactionRequired
- the action requiredarchived
- the archivedpublic void cacheResult(com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
cacheResult
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
userNotificationEvent
- the user notification eventpublic void cacheResult(List<com.liferay.portal.kernel.model.UserNotificationEvent> userNotificationEvents)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEvents
- the user notification eventspublic void clearCache()
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserNotificationEvent>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
public void clearCache(com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent)
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserNotificationEvent>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
public void clearCache(List<com.liferay.portal.kernel.model.UserNotificationEvent> userNotificationEvents)
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserNotificationEvent>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
public void clearCache(Set<Serializable> primaryKeys)
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserNotificationEvent>
public com.liferay.portal.kernel.model.UserNotificationEvent create(long userNotificationEventId)
create
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key for the new user notification eventpublic com.liferay.portal.kernel.model.UserNotificationEvent remove(long userNotificationEventId) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
remove
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the user notification eventcom.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent remove(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
remove
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserNotificationEvent>
remove
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
primaryKey
- the primary key of the user notification eventcom.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundprotected com.liferay.portal.kernel.model.UserNotificationEvent removeImpl(com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent)
removeImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
public com.liferay.portal.kernel.model.UserNotificationEvent updateImpl(com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent)
updateImpl
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
updateImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
public com.liferay.portal.kernel.model.UserNotificationEvent findByPrimaryKey(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
com.liferay.portal.kernel.exception.NoSuchModelException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserNotificationEvent>
findByPrimaryKey
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
primaryKey
- the primary key of the user notification eventcom.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent findByPrimaryKey(long userNotificationEventId) throws com.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
NoSuchUserNotificationEventException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the user notification eventcom.liferay.portal.kernel.exception.NoSuchUserNotificationEventException
- if a user notification event with the primary key could not be foundpublic com.liferay.portal.kernel.model.UserNotificationEvent fetchByPrimaryKey(long userNotificationEventId)
null
if it could not be found.fetchByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
userNotificationEventId
- the primary key of the user notification eventnull
if a user notification event with the primary key could not be foundpublic List<com.liferay.portal.kernel.model.UserNotificationEvent> findAll()
findAll
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
public List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findAll
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
start
- the lower bound of the range of user notification eventsend
- the upper bound of the range of user notification events (not inclusive)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findAll
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)public List<com.liferay.portal.kernel.model.UserNotificationEvent> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserNotificationEvent> orderByComparator, boolean useFinderCache)
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, then the query will include the default ORDER BY logic from UserNotificationEventModelImpl
.
findAll
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
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
)useFinderCache
- whether to use the finder cachepublic void removeAll()
removeAll
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
public int countAll()
countAll
in interface com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence
public Set<String> getBadColumnNames()
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserNotificationEvent>
getBadColumnNames
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()
getEntityCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
protected String getPKDBName()
getPKDBName
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
protected String getSelectSQL()
getSelectSQL
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
public void afterPropertiesSet()
public void destroy()
protected com.liferay.portal.kernel.dao.orm.FinderCache getFinderCache()
getFinderCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserNotificationEvent>