|
Liferay 6.1.2-ce-ga3 | |||||||||
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 | |
---|---|
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_First(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistenceImpl.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_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_Last(long groupId,
int activityType,
OrderByComparator orderByComparator)
Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?. |
SocialActivitySetting |
SocialActivitySettingPersistenceImpl.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_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_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[] |
SocialActivitySettingPersistenceImpl.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_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_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 |
SocialActivitySettingPersistenceImpl.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_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_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 |
SocialActivitySettingPersistenceImpl.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_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_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 |
SocialActivitySettingPersistenceImpl.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_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_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[] |
SocialActivitySettingPersistenceImpl.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.findByPrimaryKey(long activitySettingId)
Returns the social activity setting with the primary key or throws a NoSuchActivitySettingException if it could not be found. |
SocialActivitySetting |
SocialActivitySettingPersistence.findByPrimaryKey(long activitySettingId)
Returns the social activity setting with the primary key or throws a NoSuchActivitySettingException if it could not be found. |
SocialActivitySetting |
SocialActivitySettingPersistenceImpl.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.remove(long activitySettingId)
Removes the social activity setting with the primary key from the database. |
SocialActivitySetting |
SocialActivitySettingPersistence.remove(long activitySettingId)
Removes the social activity setting with the primary key from the database. |
SocialActivitySetting |
SocialActivitySettingPersistenceImpl.remove(long activitySettingId)
Removes the social activity setting with the primary key from the database. |
SocialActivitySetting |
SocialActivitySettingPersistenceImpl.remove(Serializable primaryKey)
Removes the social activity setting with the primary key 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. |
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. |
SocialActivitySetting |
SocialActivitySettingPersistenceImpl.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.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |