Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portlet.social.service.base.SocialActivityLocalServiceBaseImpl
All Implemented Interfaces:
SocialActivityLocalService
Direct Known Subclasses:
SocialActivityLocalServiceImpl

public abstract class SocialActivityLocalServiceBaseImpl
extends Object
implements SocialActivityLocalService

The base implementation of the social activity 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 SocialActivityLocalServiceImpl.

Never modify or reference this class directly. Always use SocialActivityLocalServiceUtil to access the social activity local service.

See Also:
SocialActivityLocalServiceImpl, SocialActivityLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
protected  CounterLocalService counterLocalService
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  GroupService groupService
           
protected  LayoutFinder layoutFinder
           
protected  LayoutLocalService layoutLocalService
           
protected  LayoutPersistence layoutPersistence
           
protected  LayoutService layoutService
           
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  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
SocialActivityLocalServiceBaseImpl()
           
 
Method Summary
 SocialActivity addSocialActivity(SocialActivity socialActivity)
          Adds the social activity to the database.
 SocialActivity createSocialActivity(long activityId)
          Creates a new social activity with the primary key.
 void deleteSocialActivity(long activityId)
          Deletes the social activity with the primary key from the database.
 void deleteSocialActivity(SocialActivity socialActivity)
          Deletes the social activity 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.
 LayoutFinder getLayoutFinder()
          Gets the layout finder.
 LayoutLocalService getLayoutLocalService()
          Gets the layout local service.
 LayoutPersistence getLayoutPersistence()
          Gets the layout persistence.
 LayoutService getLayoutService()
          Gets the layout 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.
 List<SocialActivity> getSocialActivities(int start, int end)
          Gets a range of all the social activities.
 int getSocialActivitiesCount()
          Gets the number of social activities.
 SocialActivity getSocialActivity(long activityId)
          Gets the social activity with the primary key.
 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.
 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 setLayoutFinder(LayoutFinder layoutFinder)
          Sets the layout finder.
 void setLayoutLocalService(LayoutLocalService layoutLocalService)
          Sets the layout local service.
 void setLayoutPersistence(LayoutPersistence layoutPersistence)
          Sets the layout persistence.
 void setLayoutService(LayoutService layoutService)
          Sets the layout 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 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.
 SocialActivity updateSocialActivity(SocialActivity socialActivity)
          Updates the social activity in the database.
 SocialActivity updateSocialActivity(SocialActivity socialActivity, boolean merge)
          Updates the social activity 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.SocialActivityLocalService
addActivity, addActivity, addUniqueActivity, addUniqueActivity, deleteActivities, deleteActivities, deleteActivity, deleteActivity, deleteUserActivities, getActivities, getActivities, getActivities, getActivities, getActivitiesCount, getActivitiesCount, getActivitiesCount, getActivitiesCount, getActivity, getGroupActivities, getGroupActivitiesCount, getGroupUsersActivities, getGroupUsersActivitiesCount, getMirrorActivity, getOrganizationActivities, getOrganizationActivitiesCount, getOrganizationUsersActivities, getOrganizationUsersActivitiesCount, getRelationActivities, getRelationActivities, getRelationActivitiesCount, getRelationActivitiesCount, getUserActivities, getUserActivitiesCount, getUserGroupsActivities, getUserGroupsActivitiesCount, getUserGroupsAndOrganizationsActivities, getUserGroupsAndOrganizationsActivitiesCount, getUserOrganizationsActivities, getUserOrganizationsActivitiesCount
 

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

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

layoutLocalService

@BeanReference(type=LayoutLocalService.class)
protected LayoutLocalService layoutLocalService

layoutService

@BeanReference(type=LayoutService.class)
protected LayoutService layoutService

layoutPersistence

@BeanReference(type=LayoutPersistence.class)
protected LayoutPersistence layoutPersistence

layoutFinder

@BeanReference(type=LayoutFinder.class)
protected LayoutFinder layoutFinder

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

SocialActivityLocalServiceBaseImpl

public SocialActivityLocalServiceBaseImpl()
Method Detail

addSocialActivity

public SocialActivity addSocialActivity(SocialActivity socialActivity)
                                 throws SystemException
Adds the social activity to the database. Also notifies the appropriate model listeners.

Specified by:
addSocialActivity in interface SocialActivityLocalService
Parameters:
socialActivity - the social activity to add
Returns:
the social activity that was added
Throws:
SystemException - if a system exception occurred

createSocialActivity

public SocialActivity createSocialActivity(long activityId)
Creates a new social activity with the primary key. Does not add the social activity to the database.

Specified by:
createSocialActivity in interface SocialActivityLocalService
Parameters:
activityId - the primary key for the new social activity
Returns:
the new social activity

deleteSocialActivity

public void deleteSocialActivity(long activityId)
                          throws PortalException,
                                 SystemException
Deletes the social activity with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteSocialActivity in interface SocialActivityLocalService
Parameters:
activityId - the primary key of the social activity to delete
Throws:
PortalException - if a social activity with the primary key could not be found
SystemException - if a system exception occurred

deleteSocialActivity

public void deleteSocialActivity(SocialActivity socialActivity)
                          throws SystemException
Deletes the social activity from the database. Also notifies the appropriate model listeners.

Specified by:
deleteSocialActivity in interface SocialActivityLocalService
Parameters:
socialActivity - the social activity 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 SocialActivityLocalService
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 SocialActivityLocalService
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 SocialActivityLocalService
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 SocialActivityLocalService
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

getSocialActivity

public SocialActivity getSocialActivity(long activityId)
                                 throws PortalException,
                                        SystemException
Gets the social activity with the primary key.

Specified by:
getSocialActivity in interface SocialActivityLocalService
Parameters:
activityId - the primary key of the social activity to get
Returns:
the social activity
Throws:
PortalException - if a social activity with the primary key could not be found
SystemException - if a system exception occurred

getSocialActivities

public List<SocialActivity> getSocialActivities(int start,
                                                int end)
                                         throws SystemException
Gets a range of all the social activities.

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:
getSocialActivities in interface SocialActivityLocalService
Parameters:
start - the lower bound of the range of social activities to return
end - the upper bound of the range of social activities to return (not inclusive)
Returns:
the range of social activities
Throws:
SystemException - if a system exception occurred

getSocialActivitiesCount

public int getSocialActivitiesCount()
                             throws SystemException
Gets the number of social activities.

Specified by:
getSocialActivitiesCount in interface SocialActivityLocalService
Returns:
the number of social activities
Throws:
SystemException - if a system exception occurred

updateSocialActivity

public SocialActivity updateSocialActivity(SocialActivity socialActivity)
                                    throws SystemException
Updates the social activity in the database. Also notifies the appropriate model listeners.

Specified by:
updateSocialActivity in interface SocialActivityLocalService
Parameters:
socialActivity - the social activity to update
Returns:
the social activity that was updated
Throws:
SystemException - if a system exception occurred

updateSocialActivity

public SocialActivity updateSocialActivity(SocialActivity socialActivity,
                                           boolean merge)
                                    throws SystemException
Updates the social activity in the database. Also notifies the appropriate model listeners.

Specified by:
updateSocialActivity in interface SocialActivityLocalService
Parameters:
socialActivity - the social activity to update
merge - whether to merge the social activity 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 activity 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

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

getLayoutLocalService

public LayoutLocalService getLayoutLocalService()
Gets the layout local service.

Returns:
the layout local service

setLayoutLocalService

public void setLayoutLocalService(LayoutLocalService layoutLocalService)
Sets the layout local service.

Parameters:
layoutLocalService - the layout local service

getLayoutService

public LayoutService getLayoutService()
Gets the layout remote service.

Returns:
the layout remote service

setLayoutService

public void setLayoutService(LayoutService layoutService)
Sets the layout remote service.

Parameters:
layoutService - the layout remote service

getLayoutPersistence

public LayoutPersistence getLayoutPersistence()
Gets the layout persistence.

Returns:
the layout persistence

setLayoutPersistence

public void setLayoutPersistence(LayoutPersistence layoutPersistence)
Sets the layout persistence.

Parameters:
layoutPersistence - the layout persistence

getLayoutFinder

public LayoutFinder getLayoutFinder()
Gets the layout finder.

Returns:
the layout finder

setLayoutFinder

public void setLayoutFinder(LayoutFinder layoutFinder)
Sets the layout finder.

Parameters:
layoutFinder - the layout 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.5