@ProviderType public interface TrackingActionInstancePersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<TrackingActionInstance>
Caching information and settings can be found in portal.properties
com.liferay.content.targeting.service.persistence.impl.TrackingActionInstancePersistenceImpl,
TrackingActionInstanceUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(java.util.List<TrackingActionInstance> trackingActionInstances)
Caches the tracking action instances in the entity cache if it is enabled.
|
void |
cacheResult(TrackingActionInstance trackingActionInstance)
Caches the tracking action instance in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of tracking action instances.
|
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 = ?.
|
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 = ?.
|
int |
countByCampaignId(long campaignId)
Returns the number of tracking action instances where campaignId = ?.
|
int |
countByGroupId(long groupId)
Returns the number of tracking action instances where groupId = ?.
|
int |
countByR_A(long reportInstanceId,
java.lang.String alias)
Returns the number of tracking action instances where reportInstanceId = ? and alias = ?.
|
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 = ?.
|
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 = ?.
|
int |
countByReportInstanceId(long reportInstanceId)
Returns the number of tracking action instances where reportInstanceId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of tracking action instances where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of tracking action instances where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of tracking action instances where uuid = ?.
|
TrackingActionInstance |
create(long trackingActionInstanceId)
Creates a new tracking action instance with the primary key.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
TrackingActionInstance |
fetchByPrimaryKey(long trackingActionInstanceId)
Returns the tracking action instance with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,TrackingActionInstance> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
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. |
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. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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. |
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 = ?.
|
java.util.List<TrackingActionInstance> |
findAll()
Returns all the tracking action instances.
|
java.util.List<TrackingActionInstance> |
findAll(int start,
int end)
Returns a range of all the tracking action instances.
|
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.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<TrackingActionInstance> |
findByCampaignId(long campaignId)
Returns all the tracking action instances where campaignId = ?.
|
java.util.List<TrackingActionInstance> |
findByCampaignId(long campaignId,
int start,
int end)
Returns a range of all the tracking action instances where campaignId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<TrackingActionInstance> |
findByGroupId(long groupId)
Returns all the tracking action instances where groupId = ?.
|
java.util.List<TrackingActionInstance> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the tracking action instances where groupId = ?.
|
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 = ?.
|
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 = ?.
|
TrackingActionInstance |
findByPrimaryKey(long trackingActionInstanceId)
Returns the tracking action instance with the primary key or throws a
NoSuchTrackingActionInstanceException if it could not be found. |
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. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<TrackingActionInstance> |
findByReportInstanceId(long reportInstanceId)
Returns all the tracking action instances where reportInstanceId = ?.
|
java.util.List<TrackingActionInstance> |
findByReportInstanceId(long reportInstanceId,
int start,
int end)
Returns a range of all the tracking action instances where reportInstanceId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<TrackingActionInstance> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the tracking action instances where uuid = ? and companyId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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 = ?.
|
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 = ?.
|
java.util.List<TrackingActionInstance> |
findByUuid(java.lang.String uuid)
Returns all the tracking action instances where uuid = ?.
|
java.util.List<TrackingActionInstance> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the tracking action instances where uuid = ?.
|
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 = ?.
|
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 = ?.
|
java.util.Set<java.lang.String> |
getBadColumnNames() |
TrackingActionInstance |
remove(long trackingActionInstanceId)
Removes the tracking action instance with the primary key from the database.
|
void |
removeAll()
Removes all the tracking action instances from the database.
|
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.
|
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.
|
void |
removeByCampaignId(long campaignId)
Removes all the tracking action instances where campaignId = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the tracking action instances where groupId = ? from the database.
|
TrackingActionInstance |
removeByR_A(long reportInstanceId,
java.lang.String alias)
Removes the tracking action instance where reportInstanceId = ? and alias = ? from the database.
|
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.
|
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.
|
void |
removeByReportInstanceId(long reportInstanceId)
Removes all the tracking action instances where reportInstanceId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the tracking action instances where uuid = ? and companyId = ? from the database.
|
TrackingActionInstance |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the tracking action instance where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the tracking action instances where uuid = ? from the database.
|
TrackingActionInstance |
updateImpl(TrackingActionInstance trackingActionInstance) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, updatejava.util.List<TrackingActionInstance> findByUuid(java.lang.String uuid)
uuid - the uuidjava.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)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)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 cacheTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance[] 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 foundvoid removeByUuid(java.lang.String uuid)
uuid - the uuidint countByUuid(java.lang.String uuid)
uuid - the uuidTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchTrackingActionInstanceException
uuid - the uuidgroupId - the group IDNoSuchTrackingActionInstanceExceptionint countByUUID_G(java.lang.String uuid,
long groupId)
uuid - the uuidgroupId - the group IDjava.util.List<TrackingActionInstance> findByUuid_C(java.lang.String uuid, long companyId)
uuid - the uuidcompanyId - the company IDjava.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)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)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 cacheTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance[] 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 foundvoid removeByUuid_C(java.lang.String uuid,
long companyId)
uuid - the uuidcompanyId - the company IDint countByUuid_C(java.lang.String uuid,
long companyId)
uuid - the uuidcompanyId - the company IDjava.util.List<TrackingActionInstance> findByGroupId(long groupId)
groupId - the group IDjava.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)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)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 cacheTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance[] 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 foundvoid removeByGroupId(long groupId)
groupId - the group IDint countByGroupId(long groupId)
groupId - the group IDjava.util.List<TrackingActionInstance> findByCampaignId(long campaignId)
campaignId - the campaign IDjava.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)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)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 cacheTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance[] 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 foundvoid removeByCampaignId(long campaignId)
campaignId - the campaign IDint countByCampaignId(long campaignId)
campaignId - the campaign IDjava.util.List<TrackingActionInstance> findByReportInstanceId(long reportInstanceId)
reportInstanceId - the report instance IDjava.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)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)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 cacheTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance[] 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 foundvoid removeByReportInstanceId(long reportInstanceId)
reportInstanceId - the report instance IDint countByReportInstanceId(long reportInstanceId)
reportInstanceId - the report instance IDTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance removeByR_A(long reportInstanceId, java.lang.String alias) throws NoSuchTrackingActionInstanceException
reportInstanceId - the report instance IDalias - the aliasNoSuchTrackingActionInstanceExceptionint countByR_A(long reportInstanceId,
java.lang.String alias)
reportInstanceId - the report instance IDalias - the aliasjava.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 typejava.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)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)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 cacheTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance[] 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 foundvoid removeByC_E_E(long campaignId,
java.lang.String elementId,
java.lang.String eventType)
campaignId - the campaign IDelementId - the element IDeventType - the event typeint countByC_E_E(long campaignId,
java.lang.String elementId,
java.lang.String eventType)
campaignId - the campaign IDelementId - the element IDeventType - the event typejava.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 typejava.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)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)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 cacheTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance[] 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 foundvoid removeByR_E_E(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType)
reportInstanceId - the report instance IDelementId - the element IDeventType - the event typeint countByR_E_E(long reportInstanceId,
java.lang.String elementId,
java.lang.String eventType)
reportInstanceId - the report instance IDelementId - the element IDeventType - the event typejava.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 typejava.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)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)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 cacheTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance[] 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 foundvoid 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 typeint 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 typejava.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 typejava.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)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)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 cacheTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance 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 foundTrackingActionInstance[] 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 foundvoid 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 typeint 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 typevoid cacheResult(TrackingActionInstance trackingActionInstance)
trackingActionInstance - the tracking action instancevoid cacheResult(java.util.List<TrackingActionInstance> trackingActionInstances)
trackingActionInstances - the tracking action instancesTrackingActionInstance create(long trackingActionInstanceId)
trackingActionInstanceId - the primary key for the new tracking action instanceTrackingActionInstance 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 foundTrackingActionInstance updateImpl(TrackingActionInstance trackingActionInstance)
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 foundTrackingActionInstance 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 foundjava.util.Map<java.io.Serializable,TrackingActionInstance> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<TrackingActionInstance>java.util.List<TrackingActionInstance> findAll()
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)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)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 cachevoid removeAll()
int countAll()
java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.BasePersistence<TrackingActionInstance>