|
Liferay 6.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchEquityGroupSettingException | |
|---|---|
| com.liferay.portlet.social.service.persistence | |
| Uses of NoSuchEquityGroupSettingException in com.liferay.portlet.social.service.persistence |
|---|
| Methods in com.liferay.portlet.social.service.persistence that throw NoSuchEquityGroupSettingException | |
|---|---|
static SocialEquityGroupSetting |
SocialEquityGroupSettingUtil.findByG_C_T(long groupId,
long classNameId,
int type)
Returns the social equity group setting where groupId = ? and classNameId = ? and type = ? or throws a NoSuchEquityGroupSettingException if it could not be found. |
SocialEquityGroupSetting |
SocialEquityGroupSettingPersistence.findByG_C_T(long groupId,
long classNameId,
int type)
Returns the social equity group setting where groupId = ? and classNameId = ? and type = ? or throws a NoSuchEquityGroupSettingException if it could not be found. |
static SocialEquityGroupSetting |
SocialEquityGroupSettingUtil.findByPrimaryKey(long equityGroupSettingId)
Returns the social equity group setting with the primary key or throws a NoSuchEquityGroupSettingException if it could not be found. |
SocialEquityGroupSetting |
SocialEquityGroupSettingPersistence.findByPrimaryKey(long equityGroupSettingId)
Returns the social equity group setting with the primary key or throws a NoSuchEquityGroupSettingException if it could not be found. |
static SocialEquityGroupSetting |
SocialEquityGroupSettingUtil.remove(long equityGroupSettingId)
Removes the social equity group setting with the primary key from the database. |
SocialEquityGroupSetting |
SocialEquityGroupSettingPersistence.remove(long equityGroupSettingId)
Removes the social equity group setting with the primary key from the database. |
static void |
SocialEquityGroupSettingUtil.removeByG_C_T(long groupId,
long classNameId,
int type)
Removes the social equity group setting where groupId = ? and classNameId = ? and type = ? from the database. |
void |
SocialEquityGroupSettingPersistence.removeByG_C_T(long groupId,
long classNameId,
int type)
Removes the social equity group setting where groupId = ? and classNameId = ? and type = ? from the database. |
|
Liferay 6.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||