Liferay 6.1.0

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

Packages that use NoSuchEquitySettingException
com.liferay.portlet.social.service.persistence   
 

Uses of NoSuchEquitySettingException in com.liferay.portlet.social.service.persistence
 

Methods in com.liferay.portlet.social.service.persistence that throw NoSuchEquitySettingException
static SocialEquitySetting SocialEquitySettingUtil.findByG_C_A_First(long groupId, long classNameId, String actionId, OrderByComparator orderByComparator)
          Returns the first social equity setting in the ordered set where groupId = ? and classNameId = ? and actionId = ?.
 SocialEquitySetting SocialEquitySettingPersistence.findByG_C_A_First(long groupId, long classNameId, String actionId, OrderByComparator orderByComparator)
          Returns the first social equity setting in the ordered set where groupId = ? and classNameId = ? and actionId = ?.
static SocialEquitySetting SocialEquitySettingUtil.findByG_C_A_Last(long groupId, long classNameId, String actionId, OrderByComparator orderByComparator)
          Returns the last social equity setting in the ordered set where groupId = ? and classNameId = ? and actionId = ?.
 SocialEquitySetting SocialEquitySettingPersistence.findByG_C_A_Last(long groupId, long classNameId, String actionId, OrderByComparator orderByComparator)
          Returns the last social equity setting in the ordered set where groupId = ? and classNameId = ? and actionId = ?.
static SocialEquitySetting[] SocialEquitySettingUtil.findByG_C_A_PrevAndNext(long equitySettingId, long groupId, long classNameId, String actionId, OrderByComparator orderByComparator)
          Returns the social equity settings before and after the current social equity setting in the ordered set where groupId = ? and classNameId = ? and actionId = ?.
 SocialEquitySetting[] SocialEquitySettingPersistence.findByG_C_A_PrevAndNext(long equitySettingId, long groupId, long classNameId, String actionId, OrderByComparator orderByComparator)
          Returns the social equity settings before and after the current social equity setting in the ordered set where groupId = ? and classNameId = ? and actionId = ?.
static SocialEquitySetting SocialEquitySettingUtil.findByG_C_A_T(long groupId, long classNameId, String actionId, int type)
          Returns the social equity setting where groupId = ? and classNameId = ? and actionId = ? and type = ? or throws a NoSuchEquitySettingException if it could not be found.
 SocialEquitySetting SocialEquitySettingPersistence.findByG_C_A_T(long groupId, long classNameId, String actionId, int type)
          Returns the social equity setting where groupId = ? and classNameId = ? and actionId = ? and type = ? or throws a NoSuchEquitySettingException if it could not be found.
static SocialEquitySetting SocialEquitySettingUtil.findByPrimaryKey(long equitySettingId)
          Returns the social equity setting with the primary key or throws a NoSuchEquitySettingException if it could not be found.
 SocialEquitySetting SocialEquitySettingPersistence.findByPrimaryKey(long equitySettingId)
          Returns the social equity setting with the primary key or throws a NoSuchEquitySettingException if it could not be found.
static SocialEquitySetting SocialEquitySettingUtil.remove(long equitySettingId)
          Removes the social equity setting with the primary key from the database.
 SocialEquitySetting SocialEquitySettingPersistence.remove(long equitySettingId)
          Removes the social equity setting with the primary key from the database.
static void SocialEquitySettingUtil.removeByG_C_A_T(long groupId, long classNameId, String actionId, int type)
          Removes the social equity setting where groupId = ? and classNameId = ? and actionId = ? and type = ? from the database.
 void SocialEquitySettingPersistence.removeByG_C_A_T(long groupId, long classNameId, String actionId, int type)
          Removes the social equity setting where groupId = ? and classNameId = ? and actionId = ? and type = ? from the database.
 


Liferay 6.1.0