|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchActivitySettingException | |
---|---|
com.liferay.portlet.social.service.persistence |
Uses of NoSuchActivitySettingException in com.liferay.portlet.social.service.persistence |
---|
Methods in com.liferay.portlet.social.service.persistence that throw NoSuchActivitySettingException | |
---|---|
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_A_First(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_A_First(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_A_Last(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_A_Last(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting[] |
SocialActivitySettingPersistence.findByG_A_PrevAndNext(long activitySettingId,
long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and activityType = ?. |
static SocialActivitySetting[] |
SocialActivitySettingUtil.findByG_A_PrevAndNext(long activitySettingId,
long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_A_First(long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_A_First(long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_A_Last(long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_A_Last(long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name)
Returns the social activity setting where groupId = ? and classNameId = ? and activityType = ? and name = ? or throws a NoSuchActivitySettingException if it could not be found. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name)
Returns the social activity setting where groupId = ? and classNameId = ? and activityType = ? and name = ? or throws a NoSuchActivitySettingException if it could not be found. |
SocialActivitySetting[] |
SocialActivitySettingPersistence.findByG_C_A_PrevAndNext(long activitySettingId,
long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
static SocialActivitySetting[] |
SocialActivitySettingUtil.findByG_C_A_PrevAndNext(long activitySettingId,
long groupId,
long classNameId,
int activityType,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_First(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByG_C_Last(long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivitySetting[] |
SocialActivitySettingPersistence.findByG_C_PrevAndNext(long activitySettingId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ?. |
static SocialActivitySetting[] |
SocialActivitySettingUtil.findByG_C_PrevAndNext(long activitySettingId,
long groupId,
long classNameId,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ?. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ?. |
SocialActivitySetting[] |
SocialActivitySettingPersistence.findByGroupId_PrevAndNext(long activitySettingId,
long groupId,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ?. |
static SocialActivitySetting[] |
SocialActivitySettingUtil.findByGroupId_PrevAndNext(long activitySettingId,
long groupId,
OrderByComparator orderByComparator)
Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ?. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByPrimaryKey(long activitySettingId)
Returns the social activity setting with the primary key or throws a NoSuchActivitySettingException if it could not be found. |
static SocialActivitySetting |
SocialActivitySettingUtil.findByPrimaryKey(long activitySettingId)
Returns the social activity setting with the primary key or throws a NoSuchActivitySettingException if it could not be found. |
SocialActivitySetting |
SocialActivitySettingPersistence.remove(long activitySettingId)
Removes the social activity setting with the primary key from the database. |
static SocialActivitySetting |
SocialActivitySettingUtil.remove(long activitySettingId)
Removes the social activity setting with the primary key from the database. |
SocialActivitySetting |
SocialActivitySettingPersistence.removeByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name)
Removes the social activity setting where groupId = ? and classNameId = ? and activityType = ? and name = ? from the database. |
static SocialActivitySetting |
SocialActivitySettingUtil.removeByG_C_A_N(long groupId,
long classNameId,
int activityType,
String name)
Removes the social activity setting where groupId = ? and classNameId = ? and activityType = ? and name = ? from the database. |
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |