@ProviderType
public class TrackingActionInstanceUtil
extends java.lang.Object
com.liferay.content.targeting.service.persistence.impl.TrackingActionInstancePersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
TrackingActionInstancePersistence,
com.liferay.content.targeting.service.persistence.impl.TrackingActionInstancePersistenceImpl| Constructor and Description |
|---|
TrackingActionInstanceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cacheResult(java.util.List<TrackingActionInstance> trackingActionInstances)
Caches the tracking action instances in the entity cache if it is enabled.
|
static void |
cacheResult(TrackingActionInstance trackingActionInstance)
Caches the tracking action instance in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(TrackingActionInstance trackingActionInstance) |
static int |
countAll()
Returns the number of tracking action instances.
|
static int |
countByC_E_E(long campaignId,
java.lang.String elementId,
java.lang.String eventType)
Returns the number of tracking action instances where campaignId = ? and elementId = ? and eventType = ?.
|
static int |
countByC_R_R_E(long campaignId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType)
Returns the number of tracking action instances where campaignId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static int |
countByCampaignId(long campaignId)
Returns the number of tracking action instances where campaignId = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of tracking action instances where groupId = ?.
|
static int |
countByR_A(long reportInstanceId,
java.lang.String alias)
Returns the number of tracking action instances where reportInstanceId = ? and alias = ?.
|
static int |
countByR_E_E(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType)
Returns the number of tracking action instances where reportInstanceId = ? and elementId = ? and eventType = ?.
|
static int |
countByR_R_R_E(long reportInstanceId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType)
Returns the number of tracking action instances where reportInstanceId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static int |
countByReportInstanceId(long reportInstanceId)
Returns the number of tracking action instances where reportInstanceId = ?.
|
static int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of tracking action instances where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of tracking action instances where uuid = ? and groupId = ?.
|
static int |
countByUuid(java.lang.String uuid)
Returns the number of tracking action instances where uuid = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static TrackingActionInstance |
create(long trackingActionInstanceId)
Creates a new tracking action instance with the primary key.
|
static TrackingActionInstance |
fetchByC_E_E_First(long campaignId,
java.lang.String elementId,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where campaignId = ? and elementId = ? and eventType = ?.
|
static TrackingActionInstance |
fetchByC_E_E_Last(long campaignId,
java.lang.String elementId,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where campaignId = ? and elementId = ? and eventType = ?.
|
static TrackingActionInstance |
fetchByC_R_R_E_First(long campaignId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where campaignId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static TrackingActionInstance |
fetchByC_R_R_E_Last(long campaignId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where campaignId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static TrackingActionInstance |
fetchByCampaignId_First(long campaignId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where campaignId = ?.
|
static TrackingActionInstance |
fetchByCampaignId_Last(long campaignId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where campaignId = ?.
|
static TrackingActionInstance |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where groupId = ?.
|
static TrackingActionInstance |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where groupId = ?.
|
static TrackingActionInstance |
fetchByPrimaryKey(long trackingActionInstanceId)
Returns the tracking action instance with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,TrackingActionInstance> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static TrackingActionInstance |
fetchByR_A(long reportInstanceId,
java.lang.String alias)
Returns the tracking action instance where reportInstanceId = ? and alias = ? or returns
null if it could not be found. |
static TrackingActionInstance |
fetchByR_A(long reportInstanceId,
java.lang.String alias,
boolean retrieveFromCache)
Returns the tracking action instance where reportInstanceId = ? and alias = ? or returns
null if it could not be found, optionally using the finder cache. |
static TrackingActionInstance |
fetchByR_E_E_First(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where reportInstanceId = ? and elementId = ? and eventType = ?.
|
static TrackingActionInstance |
fetchByR_E_E_Last(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where reportInstanceId = ? and elementId = ? and eventType = ?.
|
static TrackingActionInstance |
fetchByR_R_R_E_First(long reportInstanceId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where reportInstanceId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static TrackingActionInstance |
fetchByR_R_R_E_Last(long reportInstanceId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where reportInstanceId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static TrackingActionInstance |
fetchByReportInstanceId_First(long reportInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where reportInstanceId = ?.
|
static TrackingActionInstance |
fetchByReportInstanceId_Last(long reportInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where reportInstanceId = ?.
|
static TrackingActionInstance |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where uuid = ? and companyId = ?.
|
static TrackingActionInstance |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where uuid = ? and companyId = ?.
|
static TrackingActionInstance |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where uuid = ?.
|
static TrackingActionInstance |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the tracking action instance where uuid = ? and groupId = ? or returns
null if it could not be found. |
static TrackingActionInstance |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
Returns the tracking action instance where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static TrackingActionInstance |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where uuid = ?.
|
static java.util.List<TrackingActionInstance> |
findAll()
Returns all the tracking action instances.
|
static java.util.List<TrackingActionInstance> |
findAll(int start,
int end)
Returns a range of all the tracking action instances.
|
static java.util.List<TrackingActionInstance> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns an ordered range of all the tracking action instances.
|
static java.util.List<TrackingActionInstance> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tracking action instances.
|
static TrackingActionInstance |
findByC_E_E_First(long campaignId,
java.lang.String elementId,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where campaignId = ? and elementId = ? and eventType = ?.
|
static TrackingActionInstance |
findByC_E_E_Last(long campaignId,
java.lang.String elementId,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where campaignId = ? and elementId = ? and eventType = ?.
|
static TrackingActionInstance[] |
findByC_E_E_PrevAndNext(long trackingActionInstanceId,
long campaignId,
java.lang.String elementId,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the tracking action instances before and after the current tracking action instance in the ordered set where campaignId = ? and elementId = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByC_E_E(long campaignId,
java.lang.String elementId,
java.lang.String eventType)
Returns all the tracking action instances where campaignId = ? and elementId = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByC_E_E(long campaignId,
java.lang.String elementId,
java.lang.String eventType,
int start,
int end)
Returns a range of all the tracking action instances where campaignId = ? and elementId = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByC_E_E(long campaignId,
java.lang.String elementId,
java.lang.String eventType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns an ordered range of all the tracking action instances where campaignId = ? and elementId = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByC_E_E(long campaignId,
java.lang.String elementId,
java.lang.String eventType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tracking action instances where campaignId = ? and elementId = ? and eventType = ?.
|
static TrackingActionInstance |
findByC_R_R_E_First(long campaignId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where campaignId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static TrackingActionInstance |
findByC_R_R_E_Last(long campaignId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where campaignId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static TrackingActionInstance[] |
findByC_R_R_E_PrevAndNext(long trackingActionInstanceId,
long campaignId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the tracking action instances before and after the current tracking action instance in the ordered set where campaignId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByC_R_R_E(long campaignId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType)
Returns all the tracking action instances where campaignId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByC_R_R_E(long campaignId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
int start,
int end)
Returns a range of all the tracking action instances where campaignId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByC_R_R_E(long campaignId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns an ordered range of all the tracking action instances where campaignId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByC_R_R_E(long campaignId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tracking action instances where campaignId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static TrackingActionInstance |
findByCampaignId_First(long campaignId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where campaignId = ?.
|
static TrackingActionInstance |
findByCampaignId_Last(long campaignId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where campaignId = ?.
|
static TrackingActionInstance[] |
findByCampaignId_PrevAndNext(long trackingActionInstanceId,
long campaignId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the tracking action instances before and after the current tracking action instance in the ordered set where campaignId = ?.
|
static java.util.List<TrackingActionInstance> |
findByCampaignId(long campaignId)
Returns all the tracking action instances where campaignId = ?.
|
static java.util.List<TrackingActionInstance> |
findByCampaignId(long campaignId,
int start,
int end)
Returns a range of all the tracking action instances where campaignId = ?.
|
static java.util.List<TrackingActionInstance> |
findByCampaignId(long campaignId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns an ordered range of all the tracking action instances where campaignId = ?.
|
static java.util.List<TrackingActionInstance> |
findByCampaignId(long campaignId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tracking action instances where campaignId = ?.
|
static TrackingActionInstance |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where groupId = ?.
|
static TrackingActionInstance |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where groupId = ?.
|
static TrackingActionInstance[] |
findByGroupId_PrevAndNext(long trackingActionInstanceId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the tracking action instances before and after the current tracking action instance in the ordered set where groupId = ?.
|
static java.util.List<TrackingActionInstance> |
findByGroupId(long groupId)
Returns all the tracking action instances where groupId = ?.
|
static java.util.List<TrackingActionInstance> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the tracking action instances where groupId = ?.
|
static java.util.List<TrackingActionInstance> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns an ordered range of all the tracking action instances where groupId = ?.
|
static java.util.List<TrackingActionInstance> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tracking action instances where groupId = ?.
|
static TrackingActionInstance |
findByPrimaryKey(long trackingActionInstanceId)
Returns the tracking action instance with the primary key or throws a
NoSuchTrackingActionInstanceException if it could not be found. |
static TrackingActionInstance |
findByR_A(long reportInstanceId,
java.lang.String alias)
Returns the tracking action instance where reportInstanceId = ? and alias = ? or throws a
NoSuchTrackingActionInstanceException if it could not be found. |
static TrackingActionInstance |
findByR_E_E_First(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where reportInstanceId = ? and elementId = ? and eventType = ?.
|
static TrackingActionInstance |
findByR_E_E_Last(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where reportInstanceId = ? and elementId = ? and eventType = ?.
|
static TrackingActionInstance[] |
findByR_E_E_PrevAndNext(long trackingActionInstanceId,
long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the tracking action instances before and after the current tracking action instance in the ordered set where reportInstanceId = ? and elementId = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByR_E_E(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType)
Returns all the tracking action instances where reportInstanceId = ? and elementId = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByR_E_E(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType,
int start,
int end)
Returns a range of all the tracking action instances where reportInstanceId = ? and elementId = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByR_E_E(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns an ordered range of all the tracking action instances where reportInstanceId = ? and elementId = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByR_E_E(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tracking action instances where reportInstanceId = ? and elementId = ? and eventType = ?.
|
static TrackingActionInstance |
findByR_R_R_E_First(long reportInstanceId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where reportInstanceId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static TrackingActionInstance |
findByR_R_R_E_Last(long reportInstanceId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where reportInstanceId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static TrackingActionInstance[] |
findByR_R_R_E_PrevAndNext(long trackingActionInstanceId,
long reportInstanceId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the tracking action instances before and after the current tracking action instance in the ordered set where reportInstanceId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByR_R_R_E(long reportInstanceId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType)
Returns all the tracking action instances where reportInstanceId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByR_R_R_E(long reportInstanceId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
int start,
int end)
Returns a range of all the tracking action instances where reportInstanceId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByR_R_R_E(long reportInstanceId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns an ordered range of all the tracking action instances where reportInstanceId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static java.util.List<TrackingActionInstance> |
findByR_R_R_E(long reportInstanceId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tracking action instances where reportInstanceId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ?.
|
static TrackingActionInstance |
findByReportInstanceId_First(long reportInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where reportInstanceId = ?.
|
static TrackingActionInstance |
findByReportInstanceId_Last(long reportInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where reportInstanceId = ?.
|
static TrackingActionInstance[] |
findByReportInstanceId_PrevAndNext(long trackingActionInstanceId,
long reportInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the tracking action instances before and after the current tracking action instance in the ordered set where reportInstanceId = ?.
|
static java.util.List<TrackingActionInstance> |
findByReportInstanceId(long reportInstanceId)
Returns all the tracking action instances where reportInstanceId = ?.
|
static java.util.List<TrackingActionInstance> |
findByReportInstanceId(long reportInstanceId,
int start,
int end)
Returns a range of all the tracking action instances where reportInstanceId = ?.
|
static java.util.List<TrackingActionInstance> |
findByReportInstanceId(long reportInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns an ordered range of all the tracking action instances where reportInstanceId = ?.
|
static java.util.List<TrackingActionInstance> |
findByReportInstanceId(long reportInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tracking action instances where reportInstanceId = ?.
|
static TrackingActionInstance |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where uuid = ? and companyId = ?.
|
static TrackingActionInstance |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where uuid = ? and companyId = ?.
|
static TrackingActionInstance[] |
findByUuid_C_PrevAndNext(long trackingActionInstanceId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the tracking action instances before and after the current tracking action instance in the ordered set where uuid = ? and companyId = ?.
|
static java.util.List<TrackingActionInstance> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the tracking action instances where uuid = ? and companyId = ?.
|
static java.util.List<TrackingActionInstance> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the tracking action instances where uuid = ? and companyId = ?.
|
static java.util.List<TrackingActionInstance> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns an ordered range of all the tracking action instances where uuid = ? and companyId = ?.
|
static java.util.List<TrackingActionInstance> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tracking action instances where uuid = ? and companyId = ?.
|
static TrackingActionInstance |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the first tracking action instance in the ordered set where uuid = ?.
|
static TrackingActionInstance |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the tracking action instance where uuid = ? and groupId = ? or throws a
NoSuchTrackingActionInstanceException if it could not be found. |
static TrackingActionInstance |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the last tracking action instance in the ordered set where uuid = ?.
|
static TrackingActionInstance[] |
findByUuid_PrevAndNext(long trackingActionInstanceId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns the tracking action instances before and after the current tracking action instance in the ordered set where uuid = ?.
|
static java.util.List<TrackingActionInstance> |
findByUuid(java.lang.String uuid)
Returns all the tracking action instances where uuid = ?.
|
static java.util.List<TrackingActionInstance> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the tracking action instances where uuid = ?.
|
static java.util.List<TrackingActionInstance> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Returns an ordered range of all the tracking action instances where uuid = ?.
|
static java.util.List<TrackingActionInstance> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the tracking action instances where uuid = ?.
|
static java.util.List<TrackingActionInstance> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<TrackingActionInstance> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<TrackingActionInstance> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) |
static java.util.Set<java.lang.String> |
getBadColumnNames() |
static TrackingActionInstancePersistence |
getPersistence() |
static TrackingActionInstance |
remove(long trackingActionInstanceId)
Removes the tracking action instance with the primary key from the database.
|
static void |
removeAll()
Removes all the tracking action instances from the database.
|
static void |
removeByC_E_E(long campaignId,
java.lang.String elementId,
java.lang.String eventType)
Removes all the tracking action instances where campaignId = ? and elementId = ? and eventType = ? from the database.
|
static void |
removeByC_R_R_E(long campaignId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType)
Removes all the tracking action instances where campaignId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ? from the database.
|
static void |
removeByCampaignId(long campaignId)
Removes all the tracking action instances where campaignId = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the tracking action instances where groupId = ? from the database.
|
static TrackingActionInstance |
removeByR_A(long reportInstanceId,
java.lang.String alias)
Removes the tracking action instance where reportInstanceId = ? and alias = ? from the database.
|
static void |
removeByR_E_E(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType)
Removes all the tracking action instances where reportInstanceId = ? and elementId = ? and eventType = ? from the database.
|
static void |
removeByR_R_R_E(long reportInstanceId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType)
Removes all the tracking action instances where reportInstanceId = ? and referrerClassNameId = ? and referrerClassPK = ? and eventType = ? from the database.
|
static void |
removeByReportInstanceId(long reportInstanceId)
Removes all the tracking action instances where reportInstanceId = ? from the database.
|
static void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the tracking action instances where uuid = ? and companyId = ? from the database.
|
static TrackingActionInstance |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the tracking action instance where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(java.lang.String uuid)
Removes all the tracking action instances where uuid = ? from the database.
|
static TrackingActionInstance |
update(TrackingActionInstance trackingActionInstance) |
static TrackingActionInstance |
update(TrackingActionInstance trackingActionInstance,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static TrackingActionInstance |
updateImpl(TrackingActionInstance trackingActionInstance) |
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(TrackingActionInstance trackingActionInstance)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)public static java.util.List<TrackingActionInstance> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)public static java.util.List<TrackingActionInstance> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)public static java.util.List<TrackingActionInstance> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)public static TrackingActionInstance update(TrackingActionInstance trackingActionInstance)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)public static TrackingActionInstance update(TrackingActionInstance trackingActionInstance, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)public static java.util.List<TrackingActionInstance> findByUuid(java.lang.String uuid)
uuid - the uuidpublic static java.util.List<TrackingActionInstance> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)public static java.util.List<TrackingActionInstance> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<TrackingActionInstance> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic static TrackingActionInstance findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance[] findByUuid_PrevAndNext(long trackingActionInstanceId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
trackingActionInstanceId - the primary key of the current tracking action instanceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a tracking action instance with the primary key could not be foundpublic static void removeByUuid(java.lang.String uuid)
uuid - the uuidpublic static int countByUuid(java.lang.String uuid)
uuid - the uuidpublic static TrackingActionInstance findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchTrackingActionInstanceException
NoSuchTrackingActionInstanceException if it could not be found.uuid - the uuidgroupId - the group IDNoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByUUID_G(java.lang.String uuid, long groupId)
null if it could not be found. Uses the finder cache.uuid - the uuidgroupId - the group IDnull if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.uuid - the uuidgroupId - the group IDretrieveFromCache - whether to retrieve from the finder cachenull if a matching tracking action instance could not be foundpublic static TrackingActionInstance removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchTrackingActionInstanceException
uuid - the uuidgroupId - the group IDNoSuchTrackingActionInstanceExceptionpublic static int countByUUID_G(java.lang.String uuid,
long groupId)
uuid - the uuidgroupId - the group IDpublic static java.util.List<TrackingActionInstance> findByUuid_C(java.lang.String uuid, long companyId)
uuid - the uuidcompanyId - the company IDpublic static java.util.List<TrackingActionInstance> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)public static java.util.List<TrackingActionInstance> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<TrackingActionInstance> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic static TrackingActionInstance findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance[] findByUuid_C_PrevAndNext(long trackingActionInstanceId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
trackingActionInstanceId - the primary key of the current tracking action instanceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a tracking action instance with the primary key could not be foundpublic static void removeByUuid_C(java.lang.String uuid,
long companyId)
uuid - the uuidcompanyId - the company IDpublic static int countByUuid_C(java.lang.String uuid,
long companyId)
uuid - the uuidcompanyId - the company IDpublic static java.util.List<TrackingActionInstance> findByGroupId(long groupId)
groupId - the group IDpublic static java.util.List<TrackingActionInstance> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)public static java.util.List<TrackingActionInstance> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<TrackingActionInstance> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic static TrackingActionInstance findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance[] findByGroupId_PrevAndNext(long trackingActionInstanceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
trackingActionInstanceId - the primary key of the current tracking action instancegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a tracking action instance with the primary key could not be foundpublic static void removeByGroupId(long groupId)
groupId - the group IDpublic static int countByGroupId(long groupId)
groupId - the group IDpublic static java.util.List<TrackingActionInstance> findByCampaignId(long campaignId)
campaignId - the campaign IDpublic static java.util.List<TrackingActionInstance> findByCampaignId(long campaignId, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
campaignId - the campaign IDstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)public static java.util.List<TrackingActionInstance> findByCampaignId(long campaignId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
campaignId - the campaign IDstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<TrackingActionInstance> findByCampaignId(long campaignId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
campaignId - the campaign IDstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic static TrackingActionInstance findByCampaignId_First(long campaignId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
campaignId - the campaign IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByCampaignId_First(long campaignId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
campaignId - the campaign IDorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance findByCampaignId_Last(long campaignId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
campaignId - the campaign IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByCampaignId_Last(long campaignId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
campaignId - the campaign IDorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance[] findByCampaignId_PrevAndNext(long trackingActionInstanceId, long campaignId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
trackingActionInstanceId - the primary key of the current tracking action instancecampaignId - the campaign IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a tracking action instance with the primary key could not be foundpublic static void removeByCampaignId(long campaignId)
campaignId - the campaign IDpublic static int countByCampaignId(long campaignId)
campaignId - the campaign IDpublic static java.util.List<TrackingActionInstance> findByReportInstanceId(long reportInstanceId)
reportInstanceId - the report instance IDpublic static java.util.List<TrackingActionInstance> findByReportInstanceId(long reportInstanceId, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
reportInstanceId - the report instance IDstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)public static java.util.List<TrackingActionInstance> findByReportInstanceId(long reportInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
reportInstanceId - the report instance IDstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<TrackingActionInstance> findByReportInstanceId(long reportInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
reportInstanceId - the report instance IDstart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic static TrackingActionInstance findByReportInstanceId_First(long reportInstanceId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
reportInstanceId - the report instance IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByReportInstanceId_First(long reportInstanceId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
reportInstanceId - the report instance IDorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance findByReportInstanceId_Last(long reportInstanceId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
reportInstanceId - the report instance IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByReportInstanceId_Last(long reportInstanceId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
reportInstanceId - the report instance IDorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance[] findByReportInstanceId_PrevAndNext(long trackingActionInstanceId, long reportInstanceId, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
trackingActionInstanceId - the primary key of the current tracking action instancereportInstanceId - the report instance IDorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a tracking action instance with the primary key could not be foundpublic static void removeByReportInstanceId(long reportInstanceId)
reportInstanceId - the report instance IDpublic static int countByReportInstanceId(long reportInstanceId)
reportInstanceId - the report instance IDpublic static TrackingActionInstance findByR_A(long reportInstanceId, java.lang.String alias) throws NoSuchTrackingActionInstanceException
NoSuchTrackingActionInstanceException if it could not be found.reportInstanceId - the report instance IDalias - the aliasNoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByR_A(long reportInstanceId, java.lang.String alias)
null if it could not be found. Uses the finder cache.reportInstanceId - the report instance IDalias - the aliasnull if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByR_A(long reportInstanceId, java.lang.String alias, boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.reportInstanceId - the report instance IDalias - the aliasretrieveFromCache - whether to retrieve from the finder cachenull if a matching tracking action instance could not be foundpublic static TrackingActionInstance removeByR_A(long reportInstanceId, java.lang.String alias) throws NoSuchTrackingActionInstanceException
reportInstanceId - the report instance IDalias - the aliasNoSuchTrackingActionInstanceExceptionpublic static int countByR_A(long reportInstanceId,
java.lang.String alias)
reportInstanceId - the report instance IDalias - the aliaspublic static java.util.List<TrackingActionInstance> findByC_E_E(long campaignId, java.lang.String elementId, java.lang.String eventType)
campaignId - the campaign IDelementId - the element IDeventType - the event typepublic static java.util.List<TrackingActionInstance> findByC_E_E(long campaignId, java.lang.String elementId, java.lang.String eventType, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
campaignId - the campaign IDelementId - the element IDeventType - the event typestart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)public static java.util.List<TrackingActionInstance> findByC_E_E(long campaignId, java.lang.String elementId, java.lang.String eventType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
campaignId - the campaign IDelementId - the element IDeventType - the event typestart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<TrackingActionInstance> findByC_E_E(long campaignId, java.lang.String elementId, java.lang.String eventType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
campaignId - the campaign IDelementId - the element IDeventType - the event typestart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic static TrackingActionInstance findByC_E_E_First(long campaignId, java.lang.String elementId, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
campaignId - the campaign IDelementId - the element IDeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByC_E_E_First(long campaignId, java.lang.String elementId, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
campaignId - the campaign IDelementId - the element IDeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance findByC_E_E_Last(long campaignId, java.lang.String elementId, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
campaignId - the campaign IDelementId - the element IDeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByC_E_E_Last(long campaignId, java.lang.String elementId, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
campaignId - the campaign IDelementId - the element IDeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance[] findByC_E_E_PrevAndNext(long trackingActionInstanceId, long campaignId, java.lang.String elementId, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
trackingActionInstanceId - the primary key of the current tracking action instancecampaignId - the campaign IDelementId - the element IDeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a tracking action instance with the primary key could not be foundpublic static void removeByC_E_E(long campaignId,
java.lang.String elementId,
java.lang.String eventType)
campaignId - the campaign IDelementId - the element IDeventType - the event typepublic static int countByC_E_E(long campaignId,
java.lang.String elementId,
java.lang.String eventType)
campaignId - the campaign IDelementId - the element IDeventType - the event typepublic static java.util.List<TrackingActionInstance> findByR_E_E(long reportInstanceId, java.lang.String elementId, java.lang.String eventType)
reportInstanceId - the report instance IDelementId - the element IDeventType - the event typepublic static java.util.List<TrackingActionInstance> findByR_E_E(long reportInstanceId, java.lang.String elementId, java.lang.String eventType, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
reportInstanceId - the report instance IDelementId - the element IDeventType - the event typestart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)public static java.util.List<TrackingActionInstance> findByR_E_E(long reportInstanceId, java.lang.String elementId, java.lang.String eventType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
reportInstanceId - the report instance IDelementId - the element IDeventType - the event typestart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<TrackingActionInstance> findByR_E_E(long reportInstanceId, java.lang.String elementId, java.lang.String eventType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
reportInstanceId - the report instance IDelementId - the element IDeventType - the event typestart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic static TrackingActionInstance findByR_E_E_First(long reportInstanceId, java.lang.String elementId, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
reportInstanceId - the report instance IDelementId - the element IDeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByR_E_E_First(long reportInstanceId, java.lang.String elementId, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
reportInstanceId - the report instance IDelementId - the element IDeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance findByR_E_E_Last(long reportInstanceId, java.lang.String elementId, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
reportInstanceId - the report instance IDelementId - the element IDeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByR_E_E_Last(long reportInstanceId, java.lang.String elementId, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
reportInstanceId - the report instance IDelementId - the element IDeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance[] findByR_E_E_PrevAndNext(long trackingActionInstanceId, long reportInstanceId, java.lang.String elementId, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
trackingActionInstanceId - the primary key of the current tracking action instancereportInstanceId - the report instance IDelementId - the element IDeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a tracking action instance with the primary key could not be foundpublic static void removeByR_E_E(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType)
reportInstanceId - the report instance IDelementId - the element IDeventType - the event typepublic static int countByR_E_E(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType)
reportInstanceId - the report instance IDelementId - the element IDeventType - the event typepublic static java.util.List<TrackingActionInstance> findByC_R_R_E(long campaignId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType)
campaignId - the campaign IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typepublic static java.util.List<TrackingActionInstance> findByC_R_R_E(long campaignId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
campaignId - the campaign IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typestart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)public static java.util.List<TrackingActionInstance> findByC_R_R_E(long campaignId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
campaignId - the campaign IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typestart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<TrackingActionInstance> findByC_R_R_E(long campaignId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
campaignId - the campaign IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typestart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic static TrackingActionInstance findByC_R_R_E_First(long campaignId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
campaignId - the campaign IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByC_R_R_E_First(long campaignId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
campaignId - the campaign IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance findByC_R_R_E_Last(long campaignId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
campaignId - the campaign IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByC_R_R_E_Last(long campaignId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
campaignId - the campaign IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance[] findByC_R_R_E_PrevAndNext(long trackingActionInstanceId, long campaignId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
trackingActionInstanceId - the primary key of the current tracking action instancecampaignId - the campaign IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a tracking action instance with the primary key could not be foundpublic static void removeByC_R_R_E(long campaignId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType)
campaignId - the campaign IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typepublic static int countByC_R_R_E(long campaignId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType)
campaignId - the campaign IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typepublic static java.util.List<TrackingActionInstance> findByR_R_R_E(long reportInstanceId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType)
reportInstanceId - the report instance IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typepublic static java.util.List<TrackingActionInstance> findByR_R_R_E(long reportInstanceId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
reportInstanceId - the report instance IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typestart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)public static java.util.List<TrackingActionInstance> findByR_R_R_E(long reportInstanceId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
reportInstanceId - the report instance IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typestart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<TrackingActionInstance> findByR_R_R_E(long reportInstanceId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
reportInstanceId - the report instance IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typestart - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic static TrackingActionInstance findByR_R_R_E_First(long reportInstanceId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
reportInstanceId - the report instance IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByR_R_R_E_First(long reportInstanceId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
reportInstanceId - the report instance IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance findByR_R_R_E_Last(long reportInstanceId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
reportInstanceId - the report instance IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a matching tracking action instance could not be foundpublic static TrackingActionInstance fetchByR_R_R_E_Last(long reportInstanceId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
reportInstanceId - the report instance IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)null if a matching tracking action instance could not be foundpublic static TrackingActionInstance[] findByR_R_R_E_PrevAndNext(long trackingActionInstanceId, long reportInstanceId, long referrerClassNameId, long referrerClassPK, java.lang.String eventType, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator) throws NoSuchTrackingActionInstanceException
trackingActionInstanceId - the primary key of the current tracking action instancereportInstanceId - the report instance IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typeorderByComparator - the comparator to order the set by (optionally null)NoSuchTrackingActionInstanceException - if a tracking action instance with the primary key could not be foundpublic static void removeByR_R_R_E(long reportInstanceId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType)
reportInstanceId - the report instance IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typepublic static int countByR_R_R_E(long reportInstanceId,
long referrerClassNameId,
long referrerClassPK,
java.lang.String eventType)
reportInstanceId - the report instance IDreferrerClassNameId - the referrer class name IDreferrerClassPK - the referrer class pkeventType - the event typepublic static void cacheResult(TrackingActionInstance trackingActionInstance)
trackingActionInstance - the tracking action instancepublic static void cacheResult(java.util.List<TrackingActionInstance> trackingActionInstances)
trackingActionInstances - the tracking action instancespublic static TrackingActionInstance create(long trackingActionInstanceId)
trackingActionInstanceId - the primary key for the new tracking action instancepublic static TrackingActionInstance remove(long trackingActionInstanceId) throws NoSuchTrackingActionInstanceException
trackingActionInstanceId - the primary key of the tracking action instanceNoSuchTrackingActionInstanceException - if a tracking action instance with the primary key could not be foundpublic static TrackingActionInstance updateImpl(TrackingActionInstance trackingActionInstance)
public static TrackingActionInstance findByPrimaryKey(long trackingActionInstanceId) throws NoSuchTrackingActionInstanceException
NoSuchTrackingActionInstanceException if it could not be found.trackingActionInstanceId - the primary key of the tracking action instanceNoSuchTrackingActionInstanceException - if a tracking action instance with the primary key could not be foundpublic static TrackingActionInstance fetchByPrimaryKey(long trackingActionInstanceId)
null if it could not be found.trackingActionInstanceId - the primary key of the tracking action instancenull if a tracking action instance with the primary key could not be foundpublic static java.util.Map<java.io.Serializable,TrackingActionInstance> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
public static java.util.List<TrackingActionInstance> findAll()
public static java.util.List<TrackingActionInstance> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)public static java.util.List<TrackingActionInstance> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static java.util.List<TrackingActionInstance> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<TrackingActionInstance> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from TrackingActionInstanceModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of tracking action instancesend - the upper bound of the range of tracking action instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachepublic static void removeAll()
public static int countAll()
public static java.util.Set<java.lang.String> getBadColumnNames()
public static TrackingActionInstancePersistence getPersistence()