Liferay 6.0-ee

com.liferay.portlet.social.service.base
Class SocialEquityGroupSettingLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portlet.social.service.base.SocialEquityGroupSettingLocalServiceBaseImpl
All Implemented Interfaces:
SocialEquityGroupSettingLocalService
Direct Known Subclasses:
SocialEquityGroupSettingLocalServiceImpl

public abstract class SocialEquityGroupSettingLocalServiceBaseImpl
extends Object
implements SocialEquityGroupSettingLocalService

The base implementation of the social equity group setting local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in SocialEquityGroupSettingLocalServiceImpl.

Never modify or reference this class directly. Always use SocialEquityGroupSettingLocalServiceUtil to access the social equity group setting local service.

See Also:
SocialEquityGroupSettingLocalServiceImpl, SocialEquityGroupSettingLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  CounterLocalService counterLocalService
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  GroupService groupService
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  SocialActivityFinder socialActivityFinder
           
protected  SocialActivityInterpreterLocalService socialActivityInterpreterLocalService
           
protected  SocialActivityLocalService socialActivityLocalService
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  SocialEquityAssetEntryPersistence socialEquityAssetEntryPersistence
           
protected  SocialEquityGroupSettingLocalService socialEquityGroupSettingLocalService
           
protected  SocialEquityGroupSettingPersistence socialEquityGroupSettingPersistence
           
protected  SocialEquityHistoryLocalService socialEquityHistoryLocalService
           
protected  SocialEquityHistoryPersistence socialEquityHistoryPersistence
           
protected  SocialEquityLogLocalService socialEquityLogLocalService
           
protected  SocialEquityLogPersistence socialEquityLogPersistence
           
protected  SocialEquitySettingLocalService socialEquitySettingLocalService
           
protected  SocialEquitySettingPersistence socialEquitySettingPersistence
           
protected  SocialEquityUserLocalService socialEquityUserLocalService
           
protected  SocialEquityUserPersistence socialEquityUserPersistence
           
protected  SocialRelationLocalService socialRelationLocalService
           
protected  SocialRelationPersistence socialRelationPersistence
           
protected  SocialRequestInterpreterLocalService socialRequestInterpreterLocalService
           
protected  SocialRequestLocalService socialRequestLocalService
           
protected  SocialRequestPersistence socialRequestPersistence
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Constructor Summary
SocialEquityGroupSettingLocalServiceBaseImpl()
           
 
Method Summary
 SocialEquityGroupSetting addSocialEquityGroupSetting(SocialEquityGroupSetting socialEquityGroupSetting)
          Adds the social equity group setting to the database.
 SocialEquityGroupSetting createSocialEquityGroupSetting(long equityGroupSettingId)
          Creates a new social equity group setting with the primary key.
 void deleteSocialEquityGroupSetting(long equityGroupSettingId)
          Deletes the social equity group setting with the primary key from the database.
 void deleteSocialEquityGroupSetting(SocialEquityGroupSetting socialEquityGroupSetting)
          Deletes the social equity group setting from the database.
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Counts the number of rows that match the dynamic query.
 CounterLocalService getCounterLocalService()
          Gets the counter local service.
 GroupFinder getGroupFinder()
          Gets the group finder.
 GroupLocalService getGroupLocalService()
          Gets the group local service.
 GroupPersistence getGroupPersistence()
          Gets the group persistence.
 GroupService getGroupService()
          Gets the group remote service.
 ResourceFinder getResourceFinder()
          Gets the resource finder.
 ResourceLocalService getResourceLocalService()
          Gets the resource local service.
 ResourcePersistence getResourcePersistence()
          Gets the resource persistence.
 ResourceService getResourceService()
          Gets the resource remote service.
 SocialActivityFinder getSocialActivityFinder()
          Gets the social activity finder.
 SocialActivityInterpreterLocalService getSocialActivityInterpreterLocalService()
          Gets the social activity interpreter local service.
 SocialActivityLocalService getSocialActivityLocalService()
          Gets the social activity local service.
 SocialActivityPersistence getSocialActivityPersistence()
          Gets the social activity persistence.
 SocialEquityAssetEntryPersistence getSocialEquityAssetEntryPersistence()
          Gets the social equity asset entry persistence.
 SocialEquityGroupSetting getSocialEquityGroupSetting(long equityGroupSettingId)
          Gets the social equity group setting with the primary key.
 SocialEquityGroupSettingLocalService getSocialEquityGroupSettingLocalService()
          Gets the social equity group setting local service.
 SocialEquityGroupSettingPersistence getSocialEquityGroupSettingPersistence()
          Gets the social equity group setting persistence.
 List<SocialEquityGroupSetting> getSocialEquityGroupSettings(int start, int end)
          Gets a range of all the social equity group settings.
 int getSocialEquityGroupSettingsCount()
          Gets the number of social equity group settings.
 SocialEquityHistoryLocalService getSocialEquityHistoryLocalService()
          Gets the social equity history local service.
 SocialEquityHistoryPersistence getSocialEquityHistoryPersistence()
          Gets the social equity history persistence.
 SocialEquityLogLocalService getSocialEquityLogLocalService()
          Gets the social equity log local service.
 SocialEquityLogPersistence getSocialEquityLogPersistence()
          Gets the social equity log persistence.
 SocialEquitySettingLocalService getSocialEquitySettingLocalService()
          Gets the social equity setting local service.
 SocialEquitySettingPersistence getSocialEquitySettingPersistence()
          Gets the social equity setting persistence.
 SocialEquityUserLocalService getSocialEquityUserLocalService()
          Gets the social equity user local service.
 SocialEquityUserPersistence getSocialEquityUserPersistence()
          Gets the social equity user persistence.
 SocialRelationLocalService getSocialRelationLocalService()
          Gets the social relation local service.
 SocialRelationPersistence getSocialRelationPersistence()
          Gets the social relation persistence.
 SocialRequestInterpreterLocalService getSocialRequestInterpreterLocalService()
          Gets the social request interpreter local service.
 SocialRequestLocalService getSocialRequestLocalService()
          Gets the social request local service.
 SocialRequestPersistence getSocialRequestPersistence()
          Gets the social request persistence.
 UserFinder getUserFinder()
          Gets the user finder.
 UserLocalService getUserLocalService()
          Gets the user local service.
 UserPersistence getUserPersistence()
          Gets the user persistence.
 UserService getUserService()
          Gets the user remote service.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setGroupFinder(GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupPersistence(GroupPersistence groupPersistence)
          Sets the group persistence.
 void setGroupService(GroupService groupService)
          Sets the group remote service.
 void setResourceFinder(ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(ResourceService resourceService)
          Sets the resource remote service.
 void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void setSocialActivityInterpreterLocalService(SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)
          Sets the social activity interpreter local service.
 void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
          Sets the social activity local service.
 void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
          Sets the social activity persistence.
 void setSocialEquityAssetEntryPersistence(SocialEquityAssetEntryPersistence socialEquityAssetEntryPersistence)
          Sets the social equity asset entry persistence.
 void setSocialEquityGroupSettingLocalService(SocialEquityGroupSettingLocalService socialEquityGroupSettingLocalService)
          Sets the social equity group setting local service.
 void setSocialEquityGroupSettingPersistence(SocialEquityGroupSettingPersistence socialEquityGroupSettingPersistence)
          Sets the social equity group setting persistence.
 void setSocialEquityHistoryLocalService(SocialEquityHistoryLocalService socialEquityHistoryLocalService)
          Sets the social equity history local service.
 void setSocialEquityHistoryPersistence(SocialEquityHistoryPersistence socialEquityHistoryPersistence)
          Sets the social equity history persistence.
 void setSocialEquityLogLocalService(SocialEquityLogLocalService socialEquityLogLocalService)
          Sets the social equity log local service.
 void setSocialEquityLogPersistence(SocialEquityLogPersistence socialEquityLogPersistence)
          Sets the social equity log persistence.
 void setSocialEquitySettingLocalService(SocialEquitySettingLocalService socialEquitySettingLocalService)
          Sets the social equity setting local service.
 void setSocialEquitySettingPersistence(SocialEquitySettingPersistence socialEquitySettingPersistence)
          Sets the social equity setting persistence.
 void setSocialEquityUserLocalService(SocialEquityUserLocalService socialEquityUserLocalService)
          Sets the social equity user local service.
 void setSocialEquityUserPersistence(SocialEquityUserPersistence socialEquityUserPersistence)
          Sets the social equity user persistence.
 void setSocialRelationLocalService(SocialRelationLocalService socialRelationLocalService)
          Sets the social relation local service.
 void setSocialRelationPersistence(SocialRelationPersistence socialRelationPersistence)
          Sets the social relation persistence.
 void setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void setSocialRequestLocalService(SocialRequestLocalService socialRequestLocalService)
          Sets the social request local service.
 void setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
          Sets the social request persistence.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(UserService userService)
          Sets the user remote service.
 SocialEquityGroupSetting updateSocialEquityGroupSetting(SocialEquityGroupSetting socialEquityGroupSetting)
          Updates the social equity group setting in the database.
 SocialEquityGroupSetting updateSocialEquityGroupSetting(SocialEquityGroupSetting socialEquityGroupSetting, boolean merge)
          Updates the social equity group setting in the database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.social.service.SocialEquityGroupSettingLocalService
isEnabled, isEnabled, updateEquityGroupSetting
 

Field Detail

socialActivityLocalService

@BeanReference(type=SocialActivityLocalService.class)
protected SocialActivityLocalService socialActivityLocalService

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialActivityFinder

@BeanReference(type=SocialActivityFinder.class)
protected SocialActivityFinder socialActivityFinder

socialActivityInterpreterLocalService

@BeanReference(type=SocialActivityInterpreterLocalService.class)
protected SocialActivityInterpreterLocalService socialActivityInterpreterLocalService

socialEquityAssetEntryPersistence

@BeanReference(type=SocialEquityAssetEntryPersistence.class)
protected SocialEquityAssetEntryPersistence socialEquityAssetEntryPersistence

socialEquityGroupSettingLocalService

@BeanReference(type=SocialEquityGroupSettingLocalService.class)
protected SocialEquityGroupSettingLocalService socialEquityGroupSettingLocalService

socialEquityGroupSettingPersistence

@BeanReference(type=SocialEquityGroupSettingPersistence.class)
protected SocialEquityGroupSettingPersistence socialEquityGroupSettingPersistence

socialEquityHistoryLocalService

@BeanReference(type=SocialEquityHistoryLocalService.class)
protected SocialEquityHistoryLocalService socialEquityHistoryLocalService

socialEquityHistoryPersistence

@BeanReference(type=SocialEquityHistoryPersistence.class)
protected SocialEquityHistoryPersistence socialEquityHistoryPersistence

socialEquityLogLocalService

@BeanReference(type=SocialEquityLogLocalService.class)
protected SocialEquityLogLocalService socialEquityLogLocalService

socialEquityLogPersistence

@BeanReference(type=SocialEquityLogPersistence.class)
protected SocialEquityLogPersistence socialEquityLogPersistence

socialEquitySettingLocalService

@BeanReference(type=SocialEquitySettingLocalService.class)
protected SocialEquitySettingLocalService socialEquitySettingLocalService

socialEquitySettingPersistence

@BeanReference(type=SocialEquitySettingPersistence.class)
protected SocialEquitySettingPersistence socialEquitySettingPersistence

socialEquityUserLocalService

@BeanReference(type=SocialEquityUserLocalService.class)
protected SocialEquityUserLocalService socialEquityUserLocalService

socialEquityUserPersistence

@BeanReference(type=SocialEquityUserPersistence.class)
protected SocialEquityUserPersistence socialEquityUserPersistence

socialRelationLocalService

@BeanReference(type=SocialRelationLocalService.class)
protected SocialRelationLocalService socialRelationLocalService

socialRelationPersistence

@BeanReference(type=SocialRelationPersistence.class)
protected SocialRelationPersistence socialRelationPersistence

socialRequestLocalService

@BeanReference(type=SocialRequestLocalService.class)
protected SocialRequestLocalService socialRequestLocalService

socialRequestPersistence

@BeanReference(type=SocialRequestPersistence.class)
protected SocialRequestPersistence socialRequestPersistence

socialRequestInterpreterLocalService

@BeanReference(type=SocialRequestInterpreterLocalService.class)
protected SocialRequestInterpreterLocalService socialRequestInterpreterLocalService

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

groupLocalService

@BeanReference(type=GroupLocalService.class)
protected GroupLocalService groupLocalService

groupService

@BeanReference(type=GroupService.class)
protected GroupService groupService

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

groupFinder

@BeanReference(type=GroupFinder.class)
protected GroupFinder groupFinder

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder
Constructor Detail

SocialEquityGroupSettingLocalServiceBaseImpl

public SocialEquityGroupSettingLocalServiceBaseImpl()
Method Detail

addSocialEquityGroupSetting

public SocialEquityGroupSetting addSocialEquityGroupSetting(SocialEquityGroupSetting socialEquityGroupSetting)
                                                     throws SystemException
Adds the social equity group setting to the database. Also notifies the appropriate model listeners.

Specified by:
addSocialEquityGroupSetting in interface SocialEquityGroupSettingLocalService
Parameters:
socialEquityGroupSetting - the social equity group setting to add
Returns:
the social equity group setting that was added
Throws:
SystemException - if a system exception occurred

createSocialEquityGroupSetting

public SocialEquityGroupSetting createSocialEquityGroupSetting(long equityGroupSettingId)
Creates a new social equity group setting with the primary key. Does not add the social equity group setting to the database.

Specified by:
createSocialEquityGroupSetting in interface SocialEquityGroupSettingLocalService
Parameters:
equityGroupSettingId - the primary key for the new social equity group setting
Returns:
the new social equity group setting

deleteSocialEquityGroupSetting

public void deleteSocialEquityGroupSetting(long equityGroupSettingId)
                                    throws PortalException,
                                           SystemException
Deletes the social equity group setting with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteSocialEquityGroupSetting in interface SocialEquityGroupSettingLocalService
Parameters:
equityGroupSettingId - the primary key of the social equity group setting to delete
Throws:
PortalException - if a social equity group setting with the primary key could not be found
SystemException - if a system exception occurred

deleteSocialEquityGroupSetting

public void deleteSocialEquityGroupSetting(SocialEquityGroupSetting socialEquityGroupSetting)
                                    throws SystemException
Deletes the social equity group setting from the database. Also notifies the appropriate model listeners.

Specified by:
deleteSocialEquityGroupSetting in interface SocialEquityGroupSettingLocalService
Parameters:
socialEquityGroupSetting - the social equity group setting to delete
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface SocialEquityGroupSettingLocalService
Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface SocialEquityGroupSettingLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface SocialEquityGroupSettingLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Counts the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface SocialEquityGroupSettingLocalService
Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

getSocialEquityGroupSetting

public SocialEquityGroupSetting getSocialEquityGroupSetting(long equityGroupSettingId)
                                                     throws PortalException,
                                                            SystemException
Gets the social equity group setting with the primary key.

Specified by:
getSocialEquityGroupSetting in interface SocialEquityGroupSettingLocalService
Parameters:
equityGroupSettingId - the primary key of the social equity group setting to get
Returns:
the social equity group setting
Throws:
PortalException - if a social equity group setting with the primary key could not be found
SystemException - if a system exception occurred

getSocialEquityGroupSettings

public List<SocialEquityGroupSetting> getSocialEquityGroupSettings(int start,
                                                                   int end)
                                                            throws SystemException
Gets a range of all the social equity group settings.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
getSocialEquityGroupSettings in interface SocialEquityGroupSettingLocalService
Parameters:
start - the lower bound of the range of social equity group settings to return
end - the upper bound of the range of social equity group settings to return (not inclusive)
Returns:
the range of social equity group settings
Throws:
SystemException - if a system exception occurred

getSocialEquityGroupSettingsCount

public int getSocialEquityGroupSettingsCount()
                                      throws SystemException
Gets the number of social equity group settings.

Specified by:
getSocialEquityGroupSettingsCount in interface SocialEquityGroupSettingLocalService
Returns:
the number of social equity group settings
Throws:
SystemException - if a system exception occurred

updateSocialEquityGroupSetting

public SocialEquityGroupSetting updateSocialEquityGroupSetting(SocialEquityGroupSetting socialEquityGroupSetting)
                                                        throws SystemException
Updates the social equity group setting in the database. Also notifies the appropriate model listeners.

Specified by:
updateSocialEquityGroupSetting in interface SocialEquityGroupSettingLocalService
Parameters:
socialEquityGroupSetting - the social equity group setting to update
Returns:
the social equity group setting that was updated
Throws:
SystemException - if a system exception occurred

updateSocialEquityGroupSetting

public SocialEquityGroupSetting updateSocialEquityGroupSetting(SocialEquityGroupSetting socialEquityGroupSetting,
                                                               boolean merge)
                                                        throws SystemException
Updates the social equity group setting in the database. Also notifies the appropriate model listeners.

Specified by:
updateSocialEquityGroupSetting in interface SocialEquityGroupSettingLocalService
Parameters:
socialEquityGroupSetting - the social equity group setting to update
merge - whether to merge the social equity group setting with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the social equity group setting that was updated
Throws:
SystemException - if a system exception occurred

getSocialActivityLocalService

public SocialActivityLocalService getSocialActivityLocalService()
Gets the social activity local service.

Returns:
the social activity local service

setSocialActivityLocalService

public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service.

Parameters:
socialActivityLocalService - the social activity local service

getSocialActivityPersistence

public SocialActivityPersistence getSocialActivityPersistence()
Gets the social activity persistence.

Returns:
the social activity persistence

setSocialActivityPersistence

public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence.

Parameters:
socialActivityPersistence - the social activity persistence

getSocialActivityFinder

public SocialActivityFinder getSocialActivityFinder()
Gets the social activity finder.

Returns:
the social activity finder

setSocialActivityFinder

public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder.

Parameters:
socialActivityFinder - the social activity finder

getSocialActivityInterpreterLocalService

public SocialActivityInterpreterLocalService getSocialActivityInterpreterLocalService()
Gets the social activity interpreter local service.

Returns:
the social activity interpreter local service

setSocialActivityInterpreterLocalService

public void setSocialActivityInterpreterLocalService(SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)
Sets the social activity interpreter local service.

Parameters:
socialActivityInterpreterLocalService - the social activity interpreter local service

getSocialEquityAssetEntryPersistence

public SocialEquityAssetEntryPersistence getSocialEquityAssetEntryPersistence()
Gets the social equity asset entry persistence.

Returns:
the social equity asset entry persistence

setSocialEquityAssetEntryPersistence

public void setSocialEquityAssetEntryPersistence(SocialEquityAssetEntryPersistence socialEquityAssetEntryPersistence)
Sets the social equity asset entry persistence.

Parameters:
socialEquityAssetEntryPersistence - the social equity asset entry persistence

getSocialEquityGroupSettingLocalService

public SocialEquityGroupSettingLocalService getSocialEquityGroupSettingLocalService()
Gets the social equity group setting local service.

Returns:
the social equity group setting local service

setSocialEquityGroupSettingLocalService

public void setSocialEquityGroupSettingLocalService(SocialEquityGroupSettingLocalService socialEquityGroupSettingLocalService)
Sets the social equity group setting local service.

Parameters:
socialEquityGroupSettingLocalService - the social equity group setting local service

getSocialEquityGroupSettingPersistence

public SocialEquityGroupSettingPersistence getSocialEquityGroupSettingPersistence()
Gets the social equity group setting persistence.

Returns:
the social equity group setting persistence

setSocialEquityGroupSettingPersistence

public void setSocialEquityGroupSettingPersistence(SocialEquityGroupSettingPersistence socialEquityGroupSettingPersistence)
Sets the social equity group setting persistence.

Parameters:
socialEquityGroupSettingPersistence - the social equity group setting persistence

getSocialEquityHistoryLocalService

public SocialEquityHistoryLocalService getSocialEquityHistoryLocalService()
Gets the social equity history local service.

Returns:
the social equity history local service

setSocialEquityHistoryLocalService

public void setSocialEquityHistoryLocalService(SocialEquityHistoryLocalService socialEquityHistoryLocalService)
Sets the social equity history local service.

Parameters:
socialEquityHistoryLocalService - the social equity history local service

getSocialEquityHistoryPersistence

public SocialEquityHistoryPersistence getSocialEquityHistoryPersistence()
Gets the social equity history persistence.

Returns:
the social equity history persistence

setSocialEquityHistoryPersistence

public void setSocialEquityHistoryPersistence(SocialEquityHistoryPersistence socialEquityHistoryPersistence)
Sets the social equity history persistence.

Parameters:
socialEquityHistoryPersistence - the social equity history persistence

getSocialEquityLogLocalService

public SocialEquityLogLocalService getSocialEquityLogLocalService()
Gets the social equity log local service.

Returns:
the social equity log local service

setSocialEquityLogLocalService

public void setSocialEquityLogLocalService(SocialEquityLogLocalService socialEquityLogLocalService)
Sets the social equity log local service.

Parameters:
socialEquityLogLocalService - the social equity log local service

getSocialEquityLogPersistence

public SocialEquityLogPersistence getSocialEquityLogPersistence()
Gets the social equity log persistence.

Returns:
the social equity log persistence

setSocialEquityLogPersistence

public void setSocialEquityLogPersistence(SocialEquityLogPersistence socialEquityLogPersistence)
Sets the social equity log persistence.

Parameters:
socialEquityLogPersistence - the social equity log persistence

getSocialEquitySettingLocalService

public SocialEquitySettingLocalService getSocialEquitySettingLocalService()
Gets the social equity setting local service.

Returns:
the social equity setting local service

setSocialEquitySettingLocalService

public void setSocialEquitySettingLocalService(SocialEquitySettingLocalService socialEquitySettingLocalService)
Sets the social equity setting local service.

Parameters:
socialEquitySettingLocalService - the social equity setting local service

getSocialEquitySettingPersistence

public SocialEquitySettingPersistence getSocialEquitySettingPersistence()
Gets the social equity setting persistence.

Returns:
the social equity setting persistence

setSocialEquitySettingPersistence

public void setSocialEquitySettingPersistence(SocialEquitySettingPersistence socialEquitySettingPersistence)
Sets the social equity setting persistence.

Parameters:
socialEquitySettingPersistence - the social equity setting persistence

getSocialEquityUserLocalService

public SocialEquityUserLocalService getSocialEquityUserLocalService()
Gets the social equity user local service.

Returns:
the social equity user local service

setSocialEquityUserLocalService

public void setSocialEquityUserLocalService(SocialEquityUserLocalService socialEquityUserLocalService)
Sets the social equity user local service.

Parameters:
socialEquityUserLocalService - the social equity user local service

getSocialEquityUserPersistence

public SocialEquityUserPersistence getSocialEquityUserPersistence()
Gets the social equity user persistence.

Returns:
the social equity user persistence

setSocialEquityUserPersistence

public void setSocialEquityUserPersistence(SocialEquityUserPersistence socialEquityUserPersistence)
Sets the social equity user persistence.

Parameters:
socialEquityUserPersistence - the social equity user persistence

getSocialRelationLocalService

public SocialRelationLocalService getSocialRelationLocalService()
Gets the social relation local service.

Returns:
the social relation local service

setSocialRelationLocalService

public void setSocialRelationLocalService(SocialRelationLocalService socialRelationLocalService)
Sets the social relation local service.

Parameters:
socialRelationLocalService - the social relation local service

getSocialRelationPersistence

public SocialRelationPersistence getSocialRelationPersistence()
Gets the social relation persistence.

Returns:
the social relation persistence

setSocialRelationPersistence

public void setSocialRelationPersistence(SocialRelationPersistence socialRelationPersistence)
Sets the social relation persistence.

Parameters:
socialRelationPersistence - the social relation persistence

getSocialRequestLocalService

public SocialRequestLocalService getSocialRequestLocalService()
Gets the social request local service.

Returns:
the social request local service

setSocialRequestLocalService

public void setSocialRequestLocalService(SocialRequestLocalService socialRequestLocalService)
Sets the social request local service.

Parameters:
socialRequestLocalService - the social request local service

getSocialRequestPersistence

public SocialRequestPersistence getSocialRequestPersistence()
Gets the social request persistence.

Returns:
the social request persistence

setSocialRequestPersistence

public void setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
Sets the social request persistence.

Parameters:
socialRequestPersistence - the social request persistence

getSocialRequestInterpreterLocalService

public SocialRequestInterpreterLocalService getSocialRequestInterpreterLocalService()
Gets the social request interpreter local service.

Returns:
the social request interpreter local service

setSocialRequestInterpreterLocalService

public void setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
Sets the social request interpreter local service.

Parameters:
socialRequestInterpreterLocalService - the social request interpreter local service

getCounterLocalService

public CounterLocalService getCounterLocalService()
Gets the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getGroupLocalService

public GroupLocalService getGroupLocalService()
Gets the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupService

public GroupService getGroupService()
Gets the group remote service.

Returns:
the group remote service

setGroupService

public void setGroupService(GroupService groupService)
Sets the group remote service.

Parameters:
groupService - the group remote service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Gets the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Gets the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Gets the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceService

public ResourceService getResourceService()
Gets the resource remote service.

Returns:
the resource remote service

setResourceService

public void setResourceService(ResourceService resourceService)
Sets the resource remote service.

Parameters:
resourceService - the resource remote service

getResourcePersistence

public ResourcePersistence getResourcePersistence()
Gets the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public ResourceFinder getResourceFinder()
Gets the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getUserLocalService

public UserLocalService getUserLocalService()
Gets the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Gets the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Gets the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Gets the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query to perform
Throws:
SystemException

Liferay 6.0-ee