Liferay 6.1.0

Uses of Class
com.liferay.portlet.social.NoSuchEquityLogException

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_E_First(long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
 SocialEquityLog SocialEquityLogPersistence.findByAEI_AID_A_E_First(long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static SocialEquityLog SocialEquityLogUtil.findByAEI_AID_A_E_Last(long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
 SocialEquityLog SocialEquityLogPersistence.findByAEI_AID_A_E_Last(long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static SocialEquityLog[] SocialEquityLogUtil.findByAEI_AID_A_E_PrevAndNext(long equityLogId, long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
 SocialEquityLog[] SocialEquityLogPersistence.findByAEI_AID_A_E_PrevAndNext(long equityLogId, long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the social equity logs before and after the current social equity log in the ordered set where assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static SocialEquityLog SocialEquityLogUtil.findByAEI_AID_AD_A_T_E_First(long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
 SocialEquityLog SocialEquityLogPersistence.findByAEI_AID_AD_A_T_E_First(long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static SocialEquityLog SocialEquityLogUtil.findByAEI_AID_AD_A_T_E_Last(long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
 SocialEquityLog SocialEquityLogPersistence.findByAEI_AID_AD_A_T_E_Last(long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static SocialEquityLog[] SocialEquityLogUtil.findByAEI_AID_AD_A_T_E_PrevAndNext(long equityLogId, long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns 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 = ? and extraData = ?.
 SocialEquityLog[] SocialEquityLogPersistence.findByAEI_AID_AD_A_T_E_PrevAndNext(long equityLogId, long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns 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 = ? and extraData = ?.
static SocialEquityLog SocialEquityLogUtil.findByAEI_T_A_First(long assetEntryId, int type, boolean active, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the social equity log with the primary key or throws a NoSuchEquityLogException if it could not be found.
 SocialEquityLog SocialEquityLogPersistence.findByPrimaryKey(long equityLogId)
          Returns the social equity log with the primary key or throws a NoSuchEquityLogException if it could not be found.
static SocialEquityLog SocialEquityLogUtil.findByU_AEI_AID_A_E_First(long userId, long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
 SocialEquityLog SocialEquityLogPersistence.findByU_AEI_AID_A_E_First(long userId, long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static SocialEquityLog SocialEquityLogUtil.findByU_AEI_AID_A_E_Last(long userId, long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
 SocialEquityLog SocialEquityLogPersistence.findByU_AEI_AID_A_E_Last(long userId, long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static SocialEquityLog[] SocialEquityLogUtil.findByU_AEI_AID_A_E_PrevAndNext(long equityLogId, long userId, long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the social equity logs before and after the current social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
 SocialEquityLog[] SocialEquityLogPersistence.findByU_AEI_AID_A_E_PrevAndNext(long equityLogId, long userId, long assetEntryId, String actionId, boolean active, String extraData, OrderByComparator orderByComparator)
          Returns the social equity logs before and after the current social equity log in the ordered set where userId = ? and assetEntryId = ? and actionId = ? and active = ? and extraData = ?.
static SocialEquityLog SocialEquityLogUtil.findByU_AEI_AID_AD_A_T_E(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData)
          Returns the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? or throws a NoSuchEquityLogException if it could not be found.
 SocialEquityLog SocialEquityLogPersistence.findByU_AEI_AID_AD_A_T_E(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData)
          Returns the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? or throws a NoSuchEquityLogException if it could not be found.
static SocialEquityLog SocialEquityLogUtil.findByU_AID_AD_A_T_E_First(long userId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
 SocialEquityLog SocialEquityLogPersistence.findByU_AID_AD_A_T_E_First(long userId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static SocialEquityLog SocialEquityLogUtil.findByU_AID_AD_A_T_E_Last(long userId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
 SocialEquityLog SocialEquityLogPersistence.findByU_AID_AD_A_T_E_Last(long userId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where userId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ?.
static SocialEquityLog[] SocialEquityLogUtil.findByU_AID_AD_A_T_E_PrevAndNext(long equityLogId, long userId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns 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 = ? and extraData = ?.
 SocialEquityLog[] SocialEquityLogPersistence.findByU_AID_AD_A_T_E_PrevAndNext(long equityLogId, long userId, String actionId, int actionDate, boolean active, int type, String extraData, OrderByComparator orderByComparator)
          Returns 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 = ? and extraData = ?.
static SocialEquityLog SocialEquityLogUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where userId = ?.
 SocialEquityLog SocialEquityLogPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first social equity log in the ordered set where userId = ?.
static SocialEquityLog SocialEquityLogUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where userId = ?.
 SocialEquityLog SocialEquityLogPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last social equity log in the ordered set where userId = ?.
static SocialEquityLog[] SocialEquityLogUtil.findByUserId_PrevAndNext(long equityLogId, long userId, OrderByComparator orderByComparator)
          Returns the social equity logs before and after the current social equity log in the ordered set where userId = ?.
 SocialEquityLog[] SocialEquityLogPersistence.findByUserId_PrevAndNext(long equityLogId, long userId, OrderByComparator orderByComparator)
          Returns the social equity logs before and after the current social equity log in the ordered set where userId = ?.
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.
static void SocialEquityLogUtil.removeByU_AEI_AID_AD_A_T_E(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData)
          Removes the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? from the database.
 void SocialEquityLogPersistence.removeByU_AEI_AID_AD_A_T_E(long userId, long assetEntryId, String actionId, int actionDate, boolean active, int type, String extraData)
          Removes the social equity log where userId = ? and assetEntryId = ? and actionId = ? and actionDate = ? and active = ? and type = ? and extraData = ? from the database.
 


Liferay 6.1.0