|
Liferay 6.0-ee | |||||||||
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)
Finds 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)
Finds the social equity group setting where groupId = ? and classNameId = ? and type = ? or throws a NoSuchEquityGroupSettingException if it could not be found. |
SocialEquityGroupSetting |
SocialEquityGroupSettingPersistenceImpl.findByG_C_T(long groupId,
long classNameId,
int type)
Finds 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)
Finds the social equity group setting with the primary key or throws a NoSuchEquityGroupSettingException if it could not be found. |
SocialEquityGroupSetting |
SocialEquityGroupSettingPersistence.findByPrimaryKey(long equityGroupSettingId)
Finds the social equity group setting with the primary key or throws a NoSuchEquityGroupSettingException if it could not be found. |
SocialEquityGroupSetting |
SocialEquityGroupSettingPersistenceImpl.findByPrimaryKey(long equityGroupSettingId)
Finds 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. |
SocialEquityGroupSetting |
SocialEquityGroupSettingPersistenceImpl.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. |
void |
SocialEquityGroupSettingPersistenceImpl.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.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |