|
Liferay 6.1.2-ce-ga3 | |||||||||
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.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.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.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |