|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchActivityLimitException | |
---|---|
com.liferay.portlet.social.service.persistence |
Uses of NoSuchActivityLimitException in com.liferay.portlet.social.service.persistence |
---|
Methods in com.liferay.portlet.social.service.persistence that throw NoSuchActivityLimitException | |
---|---|
SocialActivityLimit |
SocialActivityLimitPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityLimit[] |
SocialActivityLimitPersistence.findByC_C_PrevAndNext(long activityLimitId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?. |
static SocialActivityLimit[] |
SocialActivityLimitUtil.findByC_C_PrevAndNext(long activityLimitId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or throws a NoSuchActivityLimitException if it could not be found. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
Returns the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? or throws a NoSuchActivityLimitException if it could not be found. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where groupId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where groupId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where groupId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where groupId = ?. |
SocialActivityLimit[] |
SocialActivityLimitPersistence.findByGroupId_PrevAndNext(long activityLimitId,
long groupId,
OrderByComparator orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where groupId = ?. |
static SocialActivityLimit[] |
SocialActivityLimitUtil.findByGroupId_PrevAndNext(long activityLimitId,
long groupId,
OrderByComparator orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where groupId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByPrimaryKey(long activityLimitId)
Returns the social activity limit with the primary key or throws a NoSuchActivityLimitException if it could not be found. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByPrimaryKey(long activityLimitId)
Returns the social activity limit with the primary key or throws a NoSuchActivityLimitException if it could not be found. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where userId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first social activity limit in the ordered set where userId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where userId = ?. |
static SocialActivityLimit |
SocialActivityLimitUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last social activity limit in the ordered set where userId = ?. |
SocialActivityLimit[] |
SocialActivityLimitPersistence.findByUserId_PrevAndNext(long activityLimitId,
long userId,
OrderByComparator orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?. |
static SocialActivityLimit[] |
SocialActivityLimitUtil.findByUserId_PrevAndNext(long activityLimitId,
long userId,
OrderByComparator orderByComparator)
Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?. |
SocialActivityLimit |
SocialActivityLimitPersistence.remove(long activityLimitId)
Removes the social activity limit with the primary key from the database. |
static SocialActivityLimit |
SocialActivityLimitUtil.remove(long activityLimitId)
Removes the social activity limit with the primary key from the database. |
SocialActivityLimit |
SocialActivityLimitPersistence.removeByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
Removes the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? from the database. |
static SocialActivityLimit |
SocialActivityLimitUtil.removeByG_U_C_C_A_A(long groupId,
long userId,
long classNameId,
long classPK,
int activityType,
String activityCounterName)
Removes the social activity limit where groupId = ? and userId = ? and classNameId = ? and classPK = ? and activityType = ? and activityCounterName = ? from the database. |
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |