|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchEquityLogException | |
---|---|
com.liferay.portlet.social.service.persistence |
Uses of NoSuchEquityLogException in com.liferay.portlet.social.service.persistence |
---|
Methods in com.liferay.portlet.social.service.persistence that throw NoSuchEquityLogException | |
---|---|
static SocialEquityLog |
SocialEquityLogUtil.findByAEI_AID_A_T_First(long assetEntryId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistence.findByAEI_AID_A_T_First(long assetEntryId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistenceImpl.findByAEI_AID_A_T_First(long assetEntryId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
static SocialEquityLog |
SocialEquityLogUtil.findByAEI_AID_A_T_Last(long assetEntryId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistence.findByAEI_AID_A_T_Last(long assetEntryId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistenceImpl.findByAEI_AID_A_T_Last(long assetEntryId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
static SocialEquityLog[] |
SocialEquityLogUtil.findByAEI_AID_A_T_PrevAndNext(long equityLogId,
long assetEntryId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog[] |
SocialEquityLogPersistence.findByAEI_AID_A_T_PrevAndNext(long equityLogId,
long assetEntryId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog[] |
SocialEquityLogPersistenceImpl.findByAEI_AID_A_T_PrevAndNext(long equityLogId,
long assetEntryId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and type = ?. |
static SocialEquityLog |
SocialEquityLogUtil.findByAEI_AID_AD_A_T_First(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistence.findByAEI_AID_AD_A_T_First(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistenceImpl.findByAEI_AID_AD_A_T_First(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
static SocialEquityLog |
SocialEquityLogUtil.findByAEI_AID_AD_A_T_Last(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistence.findByAEI_AID_AD_A_T_Last(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistenceImpl.findByAEI_AID_AD_A_T_Last(long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
static SocialEquityLog[] |
SocialEquityLogUtil.findByAEI_AID_AD_A_T_PrevAndNext(long equityLogId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog[] |
SocialEquityLogPersistence.findByAEI_AID_AD_A_T_PrevAndNext(long equityLogId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog[] |
SocialEquityLogPersistenceImpl.findByAEI_AID_AD_A_T_PrevAndNext(long equityLogId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
static SocialEquityLog |
SocialEquityLogUtil.findByAEI_T_A_First(long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?. |
SocialEquityLog |
SocialEquityLogPersistence.findByAEI_T_A_First(long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?. |
SocialEquityLog |
SocialEquityLogPersistenceImpl.findByAEI_T_A_First(long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?. |
static SocialEquityLog |
SocialEquityLogUtil.findByAEI_T_A_Last(long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?. |
SocialEquityLog |
SocialEquityLogPersistence.findByAEI_T_A_Last(long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?. |
SocialEquityLog |
SocialEquityLogPersistenceImpl.findByAEI_T_A_Last(long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?. |
static SocialEquityLog[] |
SocialEquityLogUtil.findByAEI_T_A_PrevAndNext(long equityLogId,
long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?. |
SocialEquityLog[] |
SocialEquityLogPersistence.findByAEI_T_A_PrevAndNext(long equityLogId,
long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?. |
SocialEquityLog[] |
SocialEquityLogPersistenceImpl.findByAEI_T_A_PrevAndNext(long equityLogId,
long assetEntryId,
int type,
boolean active,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and type = ? and active = ?. |
static SocialEquityLog |
SocialEquityLogUtil.findByPrimaryKey(long equityLogId)
Finds the social equity log with the primary key or throws a NoSuchEquityLogException if it could not be found. |
SocialEquityLog |
SocialEquityLogPersistence.findByPrimaryKey(long equityLogId)
Finds the social equity log with the primary key or throws a NoSuchEquityLogException if it could not be found. |
SocialEquityLog |
SocialEquityLogPersistenceImpl.findByPrimaryKey(long equityLogId)
Finds the social equity log with the primary key or throws a NoSuchEquityLogException if it could not be found. |
static SocialEquityLog |
SocialEquityLogUtil.findByU_AEI_AID_AD_A_T(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type)
Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? or throws a NoSuchEquityLogException if it could not be found. |
SocialEquityLog |
SocialEquityLogPersistence.findByU_AEI_AID_AD_A_T(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type)
Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? or throws a NoSuchEquityLogException if it could not be found. |
SocialEquityLog |
SocialEquityLogPersistenceImpl.findByU_AEI_AID_AD_A_T(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type)
Finds the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? or throws a NoSuchEquityLogException if it could not be found. |
static SocialEquityLog |
SocialEquityLogUtil.findByU_AID_A_T_First(long userId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistence.findByU_AID_A_T_First(long userId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistenceImpl.findByU_AID_A_T_First(long userId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?. |
static SocialEquityLog |
SocialEquityLogUtil.findByU_AID_A_T_Last(long userId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistence.findByU_AID_A_T_Last(long userId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistenceImpl.findByU_AID_A_T_Last(long userId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?. |
static SocialEquityLog[] |
SocialEquityLogUtil.findByU_AID_A_T_PrevAndNext(long equityLogId,
long userId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog[] |
SocialEquityLogPersistence.findByU_AID_A_T_PrevAndNext(long equityLogId,
long userId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?. |
SocialEquityLog[] |
SocialEquityLogPersistenceImpl.findByU_AID_A_T_PrevAndNext(long equityLogId,
long userId,
String actionId,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where userId = ? and actionId = ? and active = ? and type = ?. |
static SocialEquityLog |
SocialEquityLogUtil.findByU_AID_AD_A_T_First(long userId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistence.findByU_AID_AD_A_T_First(long userId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistenceImpl.findByU_AID_AD_A_T_First(long userId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the first social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
static SocialEquityLog |
SocialEquityLogUtil.findByU_AID_AD_A_T_Last(long userId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistence.findByU_AID_AD_A_T_Last(long userId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog |
SocialEquityLogPersistenceImpl.findByU_AID_AD_A_T_Last(long userId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the last social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
static SocialEquityLog[] |
SocialEquityLogUtil.findByU_AID_AD_A_T_PrevAndNext(long equityLogId,
long userId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog[] |
SocialEquityLogPersistence.findByU_AID_AD_A_T_PrevAndNext(long equityLogId,
long userId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
SocialEquityLog[] |
SocialEquityLogPersistenceImpl.findByU_AID_AD_A_T_PrevAndNext(long equityLogId,
long userId,
String actionId,
int actionDate,
boolean active,
int type,
OrderByComparator orderByComparator)
Finds the social equity logs before and after the current social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ?. |
static SocialEquityLog |
SocialEquityLogUtil.remove(long equityLogId)
Removes the social equity log with the primary key from the database. |
SocialEquityLog |
SocialEquityLogPersistence.remove(long equityLogId)
Removes the social equity log with the primary key from the database. |
SocialEquityLog |
SocialEquityLogPersistenceImpl.remove(long equityLogId)
Removes the social equity log with the primary key from the database. |
static void |
SocialEquityLogUtil.removeByU_AEI_AID_AD_A_T(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type)
Removes the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? from the database. |
void |
SocialEquityLogPersistence.removeByU_AEI_AID_AD_A_T(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type)
Removes the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? from the database. |
void |
SocialEquityLogPersistenceImpl.removeByU_AEI_AID_AD_A_T(long userId,
long assetEntryId,
String actionId,
int actionDate,
boolean active,
int type)
Removes the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |