com.liferay.portlet.social.service.impl
Class SocialEquitySettingLocalServiceImpl
java.lang.Object
com.liferay.portlet.social.service.base.SocialEquitySettingLocalServiceBaseImpl
com.liferay.portlet.social.service.impl.SocialEquitySettingLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.social.service.SocialEquitySettingLocalService
public class SocialEquitySettingLocalServiceImpl
- extends SocialEquitySettingLocalServiceBaseImpl
View Source
- Author:
- Zsolt Berentey, Brian Wing Shun Chan
Fields inherited from class com.liferay.portlet.social.service.base.SocialEquitySettingLocalServiceBaseImpl |
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, socialActivityFinder, socialActivityInterpreterLocalService, socialActivityLocalService, socialActivityPersistence, socialEquityAssetEntryPersistence, socialEquityHistoryLocalService, socialEquityHistoryPersistence, socialEquityLogLocalService, socialEquityLogPersistence, socialEquitySettingLocalService, socialEquitySettingPersistence, socialEquityUserPersistence, socialRelationLocalService, socialRelationPersistence, socialRequestInterpreterLocalService, socialRequestLocalService, socialRequestPersistence, userFinder, userLocalService, userPersistence, userService |
Method Summary |
protected java.lang.String |
encodeKey(long classNameId,
java.lang.String actionId)
|
protected com.liferay.portlet.social.model.SocialEquitySetting |
getEquitySetting(long groupId,
java.lang.String className,
java.lang.String actionId,
int type)
|
java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> |
getEquitySettings(long groupId,
long classNameId,
java.lang.String actionId)
|
java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> |
getEquitySettings(long groupId,
java.lang.String className,
java.lang.String actionId)
|
protected com.liferay.portlet.social.model.SocialEquitySetting |
getInformationEquitySetting(java.lang.String actionId,
com.liferay.portlet.social.model.SocialEquityActionMapping equityActionMapping)
|
protected com.liferay.portlet.social.model.SocialEquitySetting |
getParticipationEquitySetting(java.lang.String actionId,
com.liferay.portlet.social.model.SocialEquityActionMapping equityActionMapping)
|
void |
updateSocialEquitySettings(long groupId,
java.lang.String className,
java.util.List<com.liferay.portlet.social.model.SocialEquityActionMapping> equityActionMappings)
|
protected void |
updateSocialEquitySettings(long groupId,
java.lang.String className,
com.liferay.portlet.social.model.SocialEquityActionMapping equityActionMapping)
|
Methods inherited from class com.liferay.portlet.social.service.base.SocialEquitySettingLocalServiceBaseImpl |
addSocialEquitySetting, createSocialEquitySetting, deleteSocialEquitySetting, deleteSocialEquitySetting, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSocialActivityFinder, getSocialActivityInterpreterLocalService, getSocialActivityLocalService, getSocialActivityPersistence, getSocialEquityAssetEntryPersistence, getSocialEquityHistoryLocalService, getSocialEquityHistoryPersistence, getSocialEquityLogLocalService, getSocialEquityLogPersistence, getSocialEquitySetting, getSocialEquitySettingLocalService, getSocialEquitySettingPersistence, getSocialEquitySettings, getSocialEquitySettingsCount, getSocialEquityUserPersistence, getSocialRelationLocalService, getSocialRelationPersistence, getSocialRequestInterpreterLocalService, getSocialRequestLocalService, getSocialRequestPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSocialActivityFinder, setSocialActivityInterpreterLocalService, setSocialActivityLocalService, setSocialActivityPersistence, setSocialEquityAssetEntryPersistence, setSocialEquityHistoryLocalService, setSocialEquityHistoryPersistence, setSocialEquityLogLocalService, setSocialEquityLogPersistence, setSocialEquitySettingLocalService, setSocialEquitySettingPersistence, setSocialEquityUserPersistence, setSocialRelationLocalService, setSocialRelationPersistence, setSocialRequestInterpreterLocalService, setSocialRequestLocalService, setSocialRequestPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateSocialEquitySetting, updateSocialEquitySetting |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CACHE_NAME
public static final java.lang.String CACHE_NAME
SocialEquitySettingLocalServiceImpl
public SocialEquitySettingLocalServiceImpl()
getEquitySettings
public java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> getEquitySettings(long groupId,
java.lang.String className,
java.lang.String actionId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getEquitySettings
public java.util.List<com.liferay.portlet.social.model.SocialEquitySetting> getEquitySettings(long groupId,
long classNameId,
java.lang.String actionId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateSocialEquitySettings
public void updateSocialEquitySettings(long groupId,
java.lang.String className,
java.util.List<com.liferay.portlet.social.model.SocialEquityActionMapping> equityActionMappings)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
encodeKey
protected java.lang.String encodeKey(long classNameId,
java.lang.String actionId)
getEquitySetting
protected com.liferay.portlet.social.model.SocialEquitySetting getEquitySetting(long groupId,
java.lang.String className,
java.lang.String actionId,
int type)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getInformationEquitySetting
protected com.liferay.portlet.social.model.SocialEquitySetting getInformationEquitySetting(java.lang.String actionId,
com.liferay.portlet.social.model.SocialEquityActionMapping equityActionMapping)
getParticipationEquitySetting
protected com.liferay.portlet.social.model.SocialEquitySetting getParticipationEquitySetting(java.lang.String actionId,
com.liferay.portlet.social.model.SocialEquityActionMapping equityActionMapping)
updateSocialEquitySettings
protected void updateSocialEquitySettings(long groupId,
java.lang.String className,
com.liferay.portlet.social.model.SocialEquityActionMapping equityActionMapping)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException