001    /**
002     * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portal.service.base;
016    
017    import com.liferay.portal.kernel.bean.BeanReference;
018    import com.liferay.portal.kernel.bean.IdentifiableBean;
019    import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
020    import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
021    import com.liferay.portal.kernel.dao.orm.DynamicQuery;
022    import com.liferay.portal.kernel.dao.orm.DynamicQueryFactoryUtil;
023    import com.liferay.portal.kernel.dao.orm.Projection;
024    import com.liferay.portal.kernel.exception.PortalException;
025    import com.liferay.portal.kernel.exception.SystemException;
026    import com.liferay.portal.kernel.search.Indexable;
027    import com.liferay.portal.kernel.search.IndexableType;
028    import com.liferay.portal.kernel.util.OrderByComparator;
029    import com.liferay.portal.model.Group;
030    import com.liferay.portal.model.PersistedModel;
031    import com.liferay.portal.service.BaseLocalServiceImpl;
032    import com.liferay.portal.service.GroupLocalService;
033    import com.liferay.portal.service.PersistedModelLocalServiceRegistry;
034    import com.liferay.portal.service.persistence.AccountPersistence;
035    import com.liferay.portal.service.persistence.AddressPersistence;
036    import com.liferay.portal.service.persistence.BackgroundTaskPersistence;
037    import com.liferay.portal.service.persistence.BrowserTrackerPersistence;
038    import com.liferay.portal.service.persistence.ClassNamePersistence;
039    import com.liferay.portal.service.persistence.ClusterGroupPersistence;
040    import com.liferay.portal.service.persistence.CompanyPersistence;
041    import com.liferay.portal.service.persistence.ContactPersistence;
042    import com.liferay.portal.service.persistence.CountryPersistence;
043    import com.liferay.portal.service.persistence.EmailAddressPersistence;
044    import com.liferay.portal.service.persistence.GroupFinder;
045    import com.liferay.portal.service.persistence.GroupPersistence;
046    import com.liferay.portal.service.persistence.ImagePersistence;
047    import com.liferay.portal.service.persistence.LayoutBranchPersistence;
048    import com.liferay.portal.service.persistence.LayoutFinder;
049    import com.liferay.portal.service.persistence.LayoutFriendlyURLPersistence;
050    import com.liferay.portal.service.persistence.LayoutPersistence;
051    import com.liferay.portal.service.persistence.LayoutPrototypePersistence;
052    import com.liferay.portal.service.persistence.LayoutRevisionPersistence;
053    import com.liferay.portal.service.persistence.LayoutSetBranchPersistence;
054    import com.liferay.portal.service.persistence.LayoutSetPersistence;
055    import com.liferay.portal.service.persistence.LayoutSetPrototypePersistence;
056    import com.liferay.portal.service.persistence.ListTypePersistence;
057    import com.liferay.portal.service.persistence.LockFinder;
058    import com.liferay.portal.service.persistence.LockPersistence;
059    import com.liferay.portal.service.persistence.MembershipRequestPersistence;
060    import com.liferay.portal.service.persistence.OrgGroupRolePersistence;
061    import com.liferay.portal.service.persistence.OrgLaborPersistence;
062    import com.liferay.portal.service.persistence.OrganizationFinder;
063    import com.liferay.portal.service.persistence.OrganizationPersistence;
064    import com.liferay.portal.service.persistence.PasswordPolicyFinder;
065    import com.liferay.portal.service.persistence.PasswordPolicyPersistence;
066    import com.liferay.portal.service.persistence.PasswordPolicyRelPersistence;
067    import com.liferay.portal.service.persistence.PasswordTrackerPersistence;
068    import com.liferay.portal.service.persistence.PhonePersistence;
069    import com.liferay.portal.service.persistence.PluginSettingPersistence;
070    import com.liferay.portal.service.persistence.PortalPreferencesPersistence;
071    import com.liferay.portal.service.persistence.PortletItemPersistence;
072    import com.liferay.portal.service.persistence.PortletPersistence;
073    import com.liferay.portal.service.persistence.PortletPreferencesFinder;
074    import com.liferay.portal.service.persistence.PortletPreferencesPersistence;
075    import com.liferay.portal.service.persistence.RegionPersistence;
076    import com.liferay.portal.service.persistence.ReleasePersistence;
077    import com.liferay.portal.service.persistence.RepositoryEntryPersistence;
078    import com.liferay.portal.service.persistence.RepositoryPersistence;
079    import com.liferay.portal.service.persistence.ResourceActionPersistence;
080    import com.liferay.portal.service.persistence.ResourceBlockFinder;
081    import com.liferay.portal.service.persistence.ResourceBlockPermissionPersistence;
082    import com.liferay.portal.service.persistence.ResourceBlockPersistence;
083    import com.liferay.portal.service.persistence.ResourcePermissionFinder;
084    import com.liferay.portal.service.persistence.ResourcePermissionPersistence;
085    import com.liferay.portal.service.persistence.ResourceTypePermissionFinder;
086    import com.liferay.portal.service.persistence.ResourceTypePermissionPersistence;
087    import com.liferay.portal.service.persistence.RoleFinder;
088    import com.liferay.portal.service.persistence.RolePersistence;
089    import com.liferay.portal.service.persistence.ServiceComponentPersistence;
090    import com.liferay.portal.service.persistence.ShardPersistence;
091    import com.liferay.portal.service.persistence.SubscriptionPersistence;
092    import com.liferay.portal.service.persistence.SystemEventPersistence;
093    import com.liferay.portal.service.persistence.TeamFinder;
094    import com.liferay.portal.service.persistence.TeamPersistence;
095    import com.liferay.portal.service.persistence.TicketPersistence;
096    import com.liferay.portal.service.persistence.UserFinder;
097    import com.liferay.portal.service.persistence.UserGroupFinder;
098    import com.liferay.portal.service.persistence.UserGroupGroupRolePersistence;
099    import com.liferay.portal.service.persistence.UserGroupPersistence;
100    import com.liferay.portal.service.persistence.UserGroupRoleFinder;
101    import com.liferay.portal.service.persistence.UserGroupRolePersistence;
102    import com.liferay.portal.service.persistence.UserIdMapperPersistence;
103    import com.liferay.portal.service.persistence.UserNotificationDeliveryPersistence;
104    import com.liferay.portal.service.persistence.UserNotificationEventPersistence;
105    import com.liferay.portal.service.persistence.UserPersistence;
106    import com.liferay.portal.service.persistence.UserTrackerPathPersistence;
107    import com.liferay.portal.service.persistence.UserTrackerPersistence;
108    import com.liferay.portal.service.persistence.VirtualHostPersistence;
109    import com.liferay.portal.service.persistence.WebDAVPropsPersistence;
110    import com.liferay.portal.service.persistence.WebsitePersistence;
111    import com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence;
112    import com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence;
113    
114    import com.liferay.portlet.asset.service.persistence.AssetCategoryFinder;
115    import com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence;
116    import com.liferay.portlet.asset.service.persistence.AssetEntryFinder;
117    import com.liferay.portlet.asset.service.persistence.AssetEntryPersistence;
118    import com.liferay.portlet.asset.service.persistence.AssetTagFinder;
119    import com.liferay.portlet.asset.service.persistence.AssetTagPersistence;
120    import com.liferay.portlet.asset.service.persistence.AssetVocabularyFinder;
121    import com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence;
122    import com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder;
123    import com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence;
124    import com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder;
125    import com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence;
126    import com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderFinder;
127    import com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence;
128    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder;
129    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence;
130    import com.liferay.portlet.expando.service.persistence.ExpandoRowPersistence;
131    import com.liferay.portlet.journal.service.persistence.JournalArticleFinder;
132    import com.liferay.portlet.journal.service.persistence.JournalArticlePersistence;
133    import com.liferay.portlet.messageboards.service.persistence.MBBanPersistence;
134    import com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder;
135    import com.liferay.portlet.messageboards.service.persistence.MBCategoryPersistence;
136    import com.liferay.portlet.messageboards.service.persistence.MBStatsUserPersistence;
137    import com.liferay.portlet.messageboards.service.persistence.MBThreadFinder;
138    import com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence;
139    import com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence;
140    import com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence;
141    import com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistence;
142    import com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder;
143    import com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistence;
144    import com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinder;
145    import com.liferay.portlet.shopping.service.persistence.ShoppingOrderPersistence;
146    import com.liferay.portlet.social.service.persistence.SocialActivityFinder;
147    import com.liferay.portlet.social.service.persistence.SocialActivityPersistence;
148    import com.liferay.portlet.social.service.persistence.SocialActivitySettingPersistence;
149    import com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence;
150    import com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence;
151    import com.liferay.portlet.trash.service.persistence.TrashEntryPersistence;
152    import com.liferay.portlet.wiki.service.persistence.WikiNodePersistence;
153    
154    import java.io.Serializable;
155    
156    import java.util.List;
157    
158    import javax.sql.DataSource;
159    
160    /**
161     * Provides the base implementation for the group local service.
162     *
163     * <p>
164     * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link com.liferay.portal.service.impl.GroupLocalServiceImpl}.
165     * </p>
166     *
167     * @author Brian Wing Shun Chan
168     * @see com.liferay.portal.service.impl.GroupLocalServiceImpl
169     * @see com.liferay.portal.service.GroupLocalServiceUtil
170     * @generated
171     */
172    public abstract class GroupLocalServiceBaseImpl extends BaseLocalServiceImpl
173            implements GroupLocalService, IdentifiableBean {
174            /*
175             * NOTE FOR DEVELOPERS:
176             *
177             * Never modify or reference this class directly. Always use {@link com.liferay.portal.service.GroupLocalServiceUtil} to access the group local service.
178             */
179    
180            /**
181             * Adds the group to the database. Also notifies the appropriate model listeners.
182             *
183             * @param group the group
184             * @return the group that was added
185             * @throws SystemException if a system exception occurred
186             */
187            @Indexable(type = IndexableType.REINDEX)
188            @Override
189            public Group addGroup(Group group) throws SystemException {
190                    group.setNew(true);
191    
192                    return groupPersistence.update(group);
193            }
194    
195            /**
196             * Creates a new group with the primary key. Does not add the group to the database.
197             *
198             * @param groupId the primary key for the new group
199             * @return the new group
200             */
201            @Override
202            public Group createGroup(long groupId) {
203                    return groupPersistence.create(groupId);
204            }
205    
206            /**
207             * Deletes the group with the primary key from the database. Also notifies the appropriate model listeners.
208             *
209             * @param groupId the primary key of the group
210             * @return the group that was removed
211             * @throws PortalException if a group with the primary key could not be found
212             * @throws SystemException if a system exception occurred
213             */
214            @Indexable(type = IndexableType.DELETE)
215            @Override
216            public Group deleteGroup(long groupId)
217                    throws PortalException, SystemException {
218                    return groupPersistence.remove(groupId);
219            }
220    
221            /**
222             * Deletes the group from the database. Also notifies the appropriate model listeners.
223             *
224             * @param group the group
225             * @return the group that was removed
226             * @throws PortalException
227             * @throws SystemException if a system exception occurred
228             */
229            @Indexable(type = IndexableType.DELETE)
230            @Override
231            public Group deleteGroup(Group group)
232                    throws PortalException, SystemException {
233                    return groupPersistence.remove(group);
234            }
235    
236            @Override
237            public DynamicQuery dynamicQuery() {
238                    Class<?> clazz = getClass();
239    
240                    return DynamicQueryFactoryUtil.forClass(Group.class,
241                            clazz.getClassLoader());
242            }
243    
244            /**
245             * Performs a dynamic query on the database and returns the matching rows.
246             *
247             * @param dynamicQuery the dynamic query
248             * @return the matching rows
249             * @throws SystemException if a system exception occurred
250             */
251            @Override
252            @SuppressWarnings("rawtypes")
253            public List dynamicQuery(DynamicQuery dynamicQuery)
254                    throws SystemException {
255                    return groupPersistence.findWithDynamicQuery(dynamicQuery);
256            }
257    
258            /**
259             * Performs a dynamic query on the database and returns a range of the matching rows.
260             *
261             * <p>
262             * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.portal.model.impl.GroupModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
263             * </p>
264             *
265             * @param dynamicQuery the dynamic query
266             * @param start the lower bound of the range of model instances
267             * @param end the upper bound of the range of model instances (not inclusive)
268             * @return the range of matching rows
269             * @throws SystemException if a system exception occurred
270             */
271            @Override
272            @SuppressWarnings("rawtypes")
273            public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
274                    throws SystemException {
275                    return groupPersistence.findWithDynamicQuery(dynamicQuery, start, end);
276            }
277    
278            /**
279             * Performs a dynamic query on the database and returns an ordered range of the matching rows.
280             *
281             * <p>
282             * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.portal.model.impl.GroupModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
283             * </p>
284             *
285             * @param dynamicQuery the dynamic query
286             * @param start the lower bound of the range of model instances
287             * @param end the upper bound of the range of model instances (not inclusive)
288             * @param orderByComparator the comparator to order the results by (optionally <code>null</code>)
289             * @return the ordered range of matching rows
290             * @throws SystemException if a system exception occurred
291             */
292            @Override
293            @SuppressWarnings("rawtypes")
294            public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end,
295                    OrderByComparator orderByComparator) throws SystemException {
296                    return groupPersistence.findWithDynamicQuery(dynamicQuery, start, end,
297                            orderByComparator);
298            }
299    
300            /**
301             * Returns the number of rows that match the dynamic query.
302             *
303             * @param dynamicQuery the dynamic query
304             * @return the number of rows that match the dynamic query
305             * @throws SystemException if a system exception occurred
306             */
307            @Override
308            public long dynamicQueryCount(DynamicQuery dynamicQuery)
309                    throws SystemException {
310                    return groupPersistence.countWithDynamicQuery(dynamicQuery);
311            }
312    
313            /**
314             * Returns the number of rows that match the dynamic query.
315             *
316             * @param dynamicQuery the dynamic query
317             * @param projection the projection to apply to the query
318             * @return the number of rows that match the dynamic query
319             * @throws SystemException if a system exception occurred
320             */
321            @Override
322            public long dynamicQueryCount(DynamicQuery dynamicQuery,
323                    Projection projection) throws SystemException {
324                    return groupPersistence.countWithDynamicQuery(dynamicQuery, projection);
325            }
326    
327            @Override
328            public Group fetchGroup(long groupId) throws SystemException {
329                    return groupPersistence.fetchByPrimaryKey(groupId);
330            }
331    
332            /**
333             * Returns the group with the matching UUID and company.
334             *
335             * @param uuid the group's UUID
336             * @param  companyId the primary key of the company
337             * @return the matching group, or <code>null</code> if a matching group could not be found
338             * @throws SystemException if a system exception occurred
339             */
340            @Override
341            public Group fetchGroupByUuidAndCompanyId(String uuid, long companyId)
342                    throws SystemException {
343                    return groupPersistence.fetchByUuid_C_First(uuid, companyId, null);
344            }
345    
346            /**
347             * Returns the group with the primary key.
348             *
349             * @param groupId the primary key of the group
350             * @return the group
351             * @throws PortalException if a group with the primary key could not be found
352             * @throws SystemException if a system exception occurred
353             */
354            @Override
355            public Group getGroup(long groupId) throws PortalException, SystemException {
356                    return groupPersistence.findByPrimaryKey(groupId);
357            }
358    
359            @Override
360            public PersistedModel getPersistedModel(Serializable primaryKeyObj)
361                    throws PortalException, SystemException {
362                    return groupPersistence.findByPrimaryKey(primaryKeyObj);
363            }
364    
365            /**
366             * Returns the group with the matching UUID and company.
367             *
368             * @param uuid the group's UUID
369             * @param  companyId the primary key of the company
370             * @return the matching group
371             * @throws PortalException if a matching group could not be found
372             * @throws SystemException if a system exception occurred
373             */
374            @Override
375            public Group getGroupByUuidAndCompanyId(String uuid, long companyId)
376                    throws PortalException, SystemException {
377                    return groupPersistence.findByUuid_C_First(uuid, companyId, null);
378            }
379    
380            /**
381             * Returns a range of all the groups.
382             *
383             * <p>
384             * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.portal.model.impl.GroupModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
385             * </p>
386             *
387             * @param start the lower bound of the range of groups
388             * @param end the upper bound of the range of groups (not inclusive)
389             * @return the range of groups
390             * @throws SystemException if a system exception occurred
391             */
392            @Override
393            public List<Group> getGroups(int start, int end) throws SystemException {
394                    return groupPersistence.findAll(start, end);
395            }
396    
397            /**
398             * Returns the number of groups.
399             *
400             * @return the number of groups
401             * @throws SystemException if a system exception occurred
402             */
403            @Override
404            public int getGroupsCount() throws SystemException {
405                    return groupPersistence.countAll();
406            }
407    
408            /**
409             * Updates the group in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.
410             *
411             * @param group the group
412             * @return the group that was updated
413             * @throws SystemException if a system exception occurred
414             */
415            @Indexable(type = IndexableType.REINDEX)
416            @Override
417            public Group updateGroup(Group group) throws SystemException {
418                    return groupPersistence.update(group);
419            }
420    
421            /**
422             * @throws SystemException if a system exception occurred
423             */
424            @Override
425            public void addOrganizationGroup(long organizationId, long groupId)
426                    throws SystemException {
427                    organizationPersistence.addGroup(organizationId, groupId);
428            }
429    
430            /**
431             * @throws SystemException if a system exception occurred
432             */
433            @Override
434            public void addOrganizationGroup(long organizationId, Group group)
435                    throws SystemException {
436                    organizationPersistence.addGroup(organizationId, group);
437            }
438    
439            /**
440             * @throws SystemException if a system exception occurred
441             */
442            @Override
443            public void addOrganizationGroups(long organizationId, long[] groupIds)
444                    throws SystemException {
445                    organizationPersistence.addGroups(organizationId, groupIds);
446            }
447    
448            /**
449             * @throws SystemException if a system exception occurred
450             */
451            @Override
452            public void addOrganizationGroups(long organizationId, List<Group> Groups)
453                    throws SystemException {
454                    organizationPersistence.addGroups(organizationId, Groups);
455            }
456    
457            /**
458             * @throws SystemException if a system exception occurred
459             */
460            @Override
461            public void clearOrganizationGroups(long organizationId)
462                    throws SystemException {
463                    organizationPersistence.clearGroups(organizationId);
464            }
465    
466            /**
467             * @throws SystemException if a system exception occurred
468             */
469            @Override
470            public void deleteOrganizationGroup(long organizationId, long groupId)
471                    throws SystemException {
472                    organizationPersistence.removeGroup(organizationId, groupId);
473            }
474    
475            /**
476             * @throws SystemException if a system exception occurred
477             */
478            @Override
479            public void deleteOrganizationGroup(long organizationId, Group group)
480                    throws SystemException {
481                    organizationPersistence.removeGroup(organizationId, group);
482            }
483    
484            /**
485             * @throws SystemException if a system exception occurred
486             */
487            @Override
488            public void deleteOrganizationGroups(long organizationId, long[] groupIds)
489                    throws SystemException {
490                    organizationPersistence.removeGroups(organizationId, groupIds);
491            }
492    
493            /**
494             * @throws SystemException if a system exception occurred
495             */
496            @Override
497            public void deleteOrganizationGroups(long organizationId, List<Group> Groups)
498                    throws SystemException {
499                    organizationPersistence.removeGroups(organizationId, Groups);
500            }
501    
502            /**
503             * @throws SystemException if a system exception occurred
504             */
505            @Override
506            public List<Group> getOrganizationGroups(long organizationId)
507                    throws SystemException {
508                    return organizationPersistence.getGroups(organizationId);
509            }
510    
511            /**
512             * @throws SystemException if a system exception occurred
513             */
514            @Override
515            public List<Group> getOrganizationGroups(long organizationId, int start,
516                    int end) throws SystemException {
517                    return organizationPersistence.getGroups(organizationId, start, end);
518            }
519    
520            /**
521             * @throws SystemException if a system exception occurred
522             */
523            @Override
524            public List<Group> getOrganizationGroups(long organizationId, int start,
525                    int end, OrderByComparator orderByComparator) throws SystemException {
526                    return organizationPersistence.getGroups(organizationId, start, end,
527                            orderByComparator);
528            }
529    
530            /**
531             * @throws SystemException if a system exception occurred
532             */
533            @Override
534            public int getOrganizationGroupsCount(long organizationId)
535                    throws SystemException {
536                    return organizationPersistence.getGroupsSize(organizationId);
537            }
538    
539            /**
540             * @throws SystemException if a system exception occurred
541             */
542            @Override
543            public boolean hasOrganizationGroup(long organizationId, long groupId)
544                    throws SystemException {
545                    return organizationPersistence.containsGroup(organizationId, groupId);
546            }
547    
548            /**
549             * @throws SystemException if a system exception occurred
550             */
551            @Override
552            public boolean hasOrganizationGroups(long organizationId)
553                    throws SystemException {
554                    return organizationPersistence.containsGroups(organizationId);
555            }
556    
557            /**
558             * @throws SystemException if a system exception occurred
559             */
560            @Override
561            public void setOrganizationGroups(long organizationId, long[] groupIds)
562                    throws SystemException {
563                    organizationPersistence.setGroups(organizationId, groupIds);
564            }
565    
566            /**
567             * @throws SystemException if a system exception occurred
568             */
569            @Override
570            public void addRoleGroup(long roleId, long groupId)
571                    throws SystemException {
572                    rolePersistence.addGroup(roleId, groupId);
573            }
574    
575            /**
576             * @throws SystemException if a system exception occurred
577             */
578            @Override
579            public void addRoleGroup(long roleId, Group group)
580                    throws SystemException {
581                    rolePersistence.addGroup(roleId, group);
582            }
583    
584            /**
585             * @throws SystemException if a system exception occurred
586             */
587            @Override
588            public void addRoleGroups(long roleId, long[] groupIds)
589                    throws SystemException {
590                    rolePersistence.addGroups(roleId, groupIds);
591            }
592    
593            /**
594             * @throws SystemException if a system exception occurred
595             */
596            @Override
597            public void addRoleGroups(long roleId, List<Group> Groups)
598                    throws SystemException {
599                    rolePersistence.addGroups(roleId, Groups);
600            }
601    
602            /**
603             * @throws SystemException if a system exception occurred
604             */
605            @Override
606            public void clearRoleGroups(long roleId) throws SystemException {
607                    rolePersistence.clearGroups(roleId);
608            }
609    
610            /**
611             * @throws SystemException if a system exception occurred
612             */
613            @Override
614            public void deleteRoleGroup(long roleId, long groupId)
615                    throws SystemException {
616                    rolePersistence.removeGroup(roleId, groupId);
617            }
618    
619            /**
620             * @throws SystemException if a system exception occurred
621             */
622            @Override
623            public void deleteRoleGroup(long roleId, Group group)
624                    throws SystemException {
625                    rolePersistence.removeGroup(roleId, group);
626            }
627    
628            /**
629             * @throws SystemException if a system exception occurred
630             */
631            @Override
632            public void deleteRoleGroups(long roleId, long[] groupIds)
633                    throws SystemException {
634                    rolePersistence.removeGroups(roleId, groupIds);
635            }
636    
637            /**
638             * @throws SystemException if a system exception occurred
639             */
640            @Override
641            public void deleteRoleGroups(long roleId, List<Group> Groups)
642                    throws SystemException {
643                    rolePersistence.removeGroups(roleId, Groups);
644            }
645    
646            /**
647             * @throws SystemException if a system exception occurred
648             */
649            @Override
650            public List<Group> getRoleGroups(long roleId) throws SystemException {
651                    return rolePersistence.getGroups(roleId);
652            }
653    
654            /**
655             * @throws SystemException if a system exception occurred
656             */
657            @Override
658            public List<Group> getRoleGroups(long roleId, int start, int end)
659                    throws SystemException {
660                    return rolePersistence.getGroups(roleId, start, end);
661            }
662    
663            /**
664             * @throws SystemException if a system exception occurred
665             */
666            @Override
667            public List<Group> getRoleGroups(long roleId, int start, int end,
668                    OrderByComparator orderByComparator) throws SystemException {
669                    return rolePersistence.getGroups(roleId, start, end, orderByComparator);
670            }
671    
672            /**
673             * @throws SystemException if a system exception occurred
674             */
675            @Override
676            public int getRoleGroupsCount(long roleId) throws SystemException {
677                    return rolePersistence.getGroupsSize(roleId);
678            }
679    
680            /**
681             * @throws SystemException if a system exception occurred
682             */
683            @Override
684            public boolean hasRoleGroup(long roleId, long groupId)
685                    throws SystemException {
686                    return rolePersistence.containsGroup(roleId, groupId);
687            }
688    
689            /**
690             * @throws SystemException if a system exception occurred
691             */
692            @Override
693            public boolean hasRoleGroups(long roleId) throws SystemException {
694                    return rolePersistence.containsGroups(roleId);
695            }
696    
697            /**
698             * @throws SystemException if a system exception occurred
699             */
700            @Override
701            public void setRoleGroups(long roleId, long[] groupIds)
702                    throws SystemException {
703                    rolePersistence.setGroups(roleId, groupIds);
704            }
705    
706            /**
707             * @throws SystemException if a system exception occurred
708             */
709            @Override
710            public void addUserGroupGroup(long userGroupId, long groupId)
711                    throws SystemException {
712                    userGroupPersistence.addGroup(userGroupId, groupId);
713            }
714    
715            /**
716             * @throws SystemException if a system exception occurred
717             */
718            @Override
719            public void addUserGroupGroup(long userGroupId, Group group)
720                    throws SystemException {
721                    userGroupPersistence.addGroup(userGroupId, group);
722            }
723    
724            /**
725             * @throws SystemException if a system exception occurred
726             */
727            @Override
728            public void addUserGroupGroups(long userGroupId, long[] groupIds)
729                    throws SystemException {
730                    userGroupPersistence.addGroups(userGroupId, groupIds);
731            }
732    
733            /**
734             * @throws SystemException if a system exception occurred
735             */
736            @Override
737            public void addUserGroupGroups(long userGroupId, List<Group> Groups)
738                    throws SystemException {
739                    userGroupPersistence.addGroups(userGroupId, Groups);
740            }
741    
742            /**
743             * @throws SystemException if a system exception occurred
744             */
745            @Override
746            public void clearUserGroupGroups(long userGroupId)
747                    throws SystemException {
748                    userGroupPersistence.clearGroups(userGroupId);
749            }
750    
751            /**
752             * @throws SystemException if a system exception occurred
753             */
754            @Override
755            public void deleteUserGroupGroup(long userGroupId, long groupId)
756                    throws SystemException {
757                    userGroupPersistence.removeGroup(userGroupId, groupId);
758            }
759    
760            /**
761             * @throws SystemException if a system exception occurred
762             */
763            @Override
764            public void deleteUserGroupGroup(long userGroupId, Group group)
765                    throws SystemException {
766                    userGroupPersistence.removeGroup(userGroupId, group);
767            }
768    
769            /**
770             * @throws SystemException if a system exception occurred
771             */
772            @Override
773            public void deleteUserGroupGroups(long userGroupId, long[] groupIds)
774                    throws SystemException {
775                    userGroupPersistence.removeGroups(userGroupId, groupIds);
776            }
777    
778            /**
779             * @throws SystemException if a system exception occurred
780             */
781            @Override
782            public void deleteUserGroupGroups(long userGroupId, List<Group> Groups)
783                    throws SystemException {
784                    userGroupPersistence.removeGroups(userGroupId, Groups);
785            }
786    
787            /**
788             * @throws SystemException if a system exception occurred
789             */
790            @Override
791            public List<Group> getUserGroupGroups(long userGroupId)
792                    throws SystemException {
793                    return userGroupPersistence.getGroups(userGroupId);
794            }
795    
796            /**
797             * @throws SystemException if a system exception occurred
798             */
799            @Override
800            public List<Group> getUserGroupGroups(long userGroupId, int start, int end)
801                    throws SystemException {
802                    return userGroupPersistence.getGroups(userGroupId, start, end);
803            }
804    
805            /**
806             * @throws SystemException if a system exception occurred
807             */
808            @Override
809            public List<Group> getUserGroupGroups(long userGroupId, int start, int end,
810                    OrderByComparator orderByComparator) throws SystemException {
811                    return userGroupPersistence.getGroups(userGroupId, start, end,
812                            orderByComparator);
813            }
814    
815            /**
816             * @throws SystemException if a system exception occurred
817             */
818            @Override
819            public int getUserGroupGroupsCount(long userGroupId)
820                    throws SystemException {
821                    return userGroupPersistence.getGroupsSize(userGroupId);
822            }
823    
824            /**
825             * @throws SystemException if a system exception occurred
826             */
827            @Override
828            public boolean hasUserGroupGroup(long userGroupId, long groupId)
829                    throws SystemException {
830                    return userGroupPersistence.containsGroup(userGroupId, groupId);
831            }
832    
833            /**
834             * @throws SystemException if a system exception occurred
835             */
836            @Override
837            public boolean hasUserGroupGroups(long userGroupId)
838                    throws SystemException {
839                    return userGroupPersistence.containsGroups(userGroupId);
840            }
841    
842            /**
843             * @throws SystemException if a system exception occurred
844             */
845            @Override
846            public void setUserGroupGroups(long userGroupId, long[] groupIds)
847                    throws SystemException {
848                    userGroupPersistence.setGroups(userGroupId, groupIds);
849            }
850    
851            /**
852             * @throws SystemException if a system exception occurred
853             */
854            @Override
855            public void addUserGroup(long userId, long groupId)
856                    throws SystemException {
857                    userPersistence.addGroup(userId, groupId);
858            }
859    
860            /**
861             * @throws SystemException if a system exception occurred
862             */
863            @Override
864            public void addUserGroup(long userId, Group group)
865                    throws SystemException {
866                    userPersistence.addGroup(userId, group);
867            }
868    
869            /**
870             * @throws SystemException if a system exception occurred
871             */
872            @Override
873            public void addUserGroups(long userId, long[] groupIds)
874                    throws SystemException {
875                    userPersistence.addGroups(userId, groupIds);
876            }
877    
878            /**
879             * @throws SystemException if a system exception occurred
880             */
881            @Override
882            public void addUserGroups(long userId, List<Group> Groups)
883                    throws SystemException {
884                    userPersistence.addGroups(userId, Groups);
885            }
886    
887            /**
888             * @throws SystemException if a system exception occurred
889             */
890            @Override
891            public void clearUserGroups(long userId) throws SystemException {
892                    userPersistence.clearGroups(userId);
893            }
894    
895            /**
896             * @throws SystemException if a system exception occurred
897             */
898            @Override
899            public void deleteUserGroup(long userId, long groupId)
900                    throws SystemException {
901                    userPersistence.removeGroup(userId, groupId);
902            }
903    
904            /**
905             * @throws SystemException if a system exception occurred
906             */
907            @Override
908            public void deleteUserGroup(long userId, Group group)
909                    throws SystemException {
910                    userPersistence.removeGroup(userId, group);
911            }
912    
913            /**
914             * @throws SystemException if a system exception occurred
915             */
916            @Override
917            public void deleteUserGroups(long userId, long[] groupIds)
918                    throws SystemException {
919                    userPersistence.removeGroups(userId, groupIds);
920            }
921    
922            /**
923             * @throws SystemException if a system exception occurred
924             */
925            @Override
926            public void deleteUserGroups(long userId, List<Group> Groups)
927                    throws SystemException {
928                    userPersistence.removeGroups(userId, Groups);
929            }
930    
931            /**
932             * @throws SystemException if a system exception occurred
933             */
934            @Override
935            public List<Group> getUserGroups(long userId) throws SystemException {
936                    return userPersistence.getGroups(userId);
937            }
938    
939            /**
940             * @throws SystemException if a system exception occurred
941             */
942            @Override
943            public List<Group> getUserGroups(long userId, int start, int end)
944                    throws SystemException {
945                    return userPersistence.getGroups(userId, start, end);
946            }
947    
948            /**
949             * @throws PortalException
950             * @throws SystemException if a system exception occurred
951             */
952            @Override
953            public List<Group> getUserGroups(long userId, int start, int end,
954                    OrderByComparator orderByComparator)
955                    throws PortalException, SystemException {
956                    return userPersistence.getGroups(userId, start, end, orderByComparator);
957            }
958    
959            /**
960             * @throws SystemException if a system exception occurred
961             */
962            @Override
963            public int getUserGroupsCount(long userId) throws SystemException {
964                    return userPersistence.getGroupsSize(userId);
965            }
966    
967            /**
968             * @throws SystemException if a system exception occurred
969             */
970            @Override
971            public boolean hasUserGroup(long userId, long groupId)
972                    throws SystemException {
973                    return userPersistence.containsGroup(userId, groupId);
974            }
975    
976            /**
977             * @throws SystemException if a system exception occurred
978             */
979            @Override
980            public boolean hasUserGroups(long userId) throws SystemException {
981                    return userPersistence.containsGroups(userId);
982            }
983    
984            /**
985             * @throws SystemException if a system exception occurred
986             */
987            @Override
988            public void setUserGroups(long userId, long[] groupIds)
989                    throws SystemException {
990                    userPersistence.setGroups(userId, groupIds);
991            }
992    
993            /**
994             * Returns the account local service.
995             *
996             * @return the account local service
997             */
998            public com.liferay.portal.service.AccountLocalService getAccountLocalService() {
999                    return accountLocalService;
1000            }
1001    
1002            /**
1003             * Sets the account local service.
1004             *
1005             * @param accountLocalService the account local service
1006             */
1007            public void setAccountLocalService(
1008                    com.liferay.portal.service.AccountLocalService accountLocalService) {
1009                    this.accountLocalService = accountLocalService;
1010            }
1011    
1012            /**
1013             * Returns the account remote service.
1014             *
1015             * @return the account remote service
1016             */
1017            public com.liferay.portal.service.AccountService getAccountService() {
1018                    return accountService;
1019            }
1020    
1021            /**
1022             * Sets the account remote service.
1023             *
1024             * @param accountService the account remote service
1025             */
1026            public void setAccountService(
1027                    com.liferay.portal.service.AccountService accountService) {
1028                    this.accountService = accountService;
1029            }
1030    
1031            /**
1032             * Returns the account persistence.
1033             *
1034             * @return the account persistence
1035             */
1036            public AccountPersistence getAccountPersistence() {
1037                    return accountPersistence;
1038            }
1039    
1040            /**
1041             * Sets the account persistence.
1042             *
1043             * @param accountPersistence the account persistence
1044             */
1045            public void setAccountPersistence(AccountPersistence accountPersistence) {
1046                    this.accountPersistence = accountPersistence;
1047            }
1048    
1049            /**
1050             * Returns the address local service.
1051             *
1052             * @return the address local service
1053             */
1054            public com.liferay.portal.service.AddressLocalService getAddressLocalService() {
1055                    return addressLocalService;
1056            }
1057    
1058            /**
1059             * Sets the address local service.
1060             *
1061             * @param addressLocalService the address local service
1062             */
1063            public void setAddressLocalService(
1064                    com.liferay.portal.service.AddressLocalService addressLocalService) {
1065                    this.addressLocalService = addressLocalService;
1066            }
1067    
1068            /**
1069             * Returns the address remote service.
1070             *
1071             * @return the address remote service
1072             */
1073            public com.liferay.portal.service.AddressService getAddressService() {
1074                    return addressService;
1075            }
1076    
1077            /**
1078             * Sets the address remote service.
1079             *
1080             * @param addressService the address remote service
1081             */
1082            public void setAddressService(
1083                    com.liferay.portal.service.AddressService addressService) {
1084                    this.addressService = addressService;
1085            }
1086    
1087            /**
1088             * Returns the address persistence.
1089             *
1090             * @return the address persistence
1091             */
1092            public AddressPersistence getAddressPersistence() {
1093                    return addressPersistence;
1094            }
1095    
1096            /**
1097             * Sets the address persistence.
1098             *
1099             * @param addressPersistence the address persistence
1100             */
1101            public void setAddressPersistence(AddressPersistence addressPersistence) {
1102                    this.addressPersistence = addressPersistence;
1103            }
1104    
1105            /**
1106             * Returns the background task local service.
1107             *
1108             * @return the background task local service
1109             */
1110            public com.liferay.portal.service.BackgroundTaskLocalService getBackgroundTaskLocalService() {
1111                    return backgroundTaskLocalService;
1112            }
1113    
1114            /**
1115             * Sets the background task local service.
1116             *
1117             * @param backgroundTaskLocalService the background task local service
1118             */
1119            public void setBackgroundTaskLocalService(
1120                    com.liferay.portal.service.BackgroundTaskLocalService backgroundTaskLocalService) {
1121                    this.backgroundTaskLocalService = backgroundTaskLocalService;
1122            }
1123    
1124            /**
1125             * Returns the background task remote service.
1126             *
1127             * @return the background task remote service
1128             */
1129            public com.liferay.portal.service.BackgroundTaskService getBackgroundTaskService() {
1130                    return backgroundTaskService;
1131            }
1132    
1133            /**
1134             * Sets the background task remote service.
1135             *
1136             * @param backgroundTaskService the background task remote service
1137             */
1138            public void setBackgroundTaskService(
1139                    com.liferay.portal.service.BackgroundTaskService backgroundTaskService) {
1140                    this.backgroundTaskService = backgroundTaskService;
1141            }
1142    
1143            /**
1144             * Returns the background task persistence.
1145             *
1146             * @return the background task persistence
1147             */
1148            public BackgroundTaskPersistence getBackgroundTaskPersistence() {
1149                    return backgroundTaskPersistence;
1150            }
1151    
1152            /**
1153             * Sets the background task persistence.
1154             *
1155             * @param backgroundTaskPersistence the background task persistence
1156             */
1157            public void setBackgroundTaskPersistence(
1158                    BackgroundTaskPersistence backgroundTaskPersistence) {
1159                    this.backgroundTaskPersistence = backgroundTaskPersistence;
1160            }
1161    
1162            /**
1163             * Returns the browser tracker local service.
1164             *
1165             * @return the browser tracker local service
1166             */
1167            public com.liferay.portal.service.BrowserTrackerLocalService getBrowserTrackerLocalService() {
1168                    return browserTrackerLocalService;
1169            }
1170    
1171            /**
1172             * Sets the browser tracker local service.
1173             *
1174             * @param browserTrackerLocalService the browser tracker local service
1175             */
1176            public void setBrowserTrackerLocalService(
1177                    com.liferay.portal.service.BrowserTrackerLocalService browserTrackerLocalService) {
1178                    this.browserTrackerLocalService = browserTrackerLocalService;
1179            }
1180    
1181            /**
1182             * Returns the browser tracker persistence.
1183             *
1184             * @return the browser tracker persistence
1185             */
1186            public BrowserTrackerPersistence getBrowserTrackerPersistence() {
1187                    return browserTrackerPersistence;
1188            }
1189    
1190            /**
1191             * Sets the browser tracker persistence.
1192             *
1193             * @param browserTrackerPersistence the browser tracker persistence
1194             */
1195            public void setBrowserTrackerPersistence(
1196                    BrowserTrackerPersistence browserTrackerPersistence) {
1197                    this.browserTrackerPersistence = browserTrackerPersistence;
1198            }
1199    
1200            /**
1201             * Returns the class name local service.
1202             *
1203             * @return the class name local service
1204             */
1205            public com.liferay.portal.service.ClassNameLocalService getClassNameLocalService() {
1206                    return classNameLocalService;
1207            }
1208    
1209            /**
1210             * Sets the class name local service.
1211             *
1212             * @param classNameLocalService the class name local service
1213             */
1214            public void setClassNameLocalService(
1215                    com.liferay.portal.service.ClassNameLocalService classNameLocalService) {
1216                    this.classNameLocalService = classNameLocalService;
1217            }
1218    
1219            /**
1220             * Returns the class name remote service.
1221             *
1222             * @return the class name remote service
1223             */
1224            public com.liferay.portal.service.ClassNameService getClassNameService() {
1225                    return classNameService;
1226            }
1227    
1228            /**
1229             * Sets the class name remote service.
1230             *
1231             * @param classNameService the class name remote service
1232             */
1233            public void setClassNameService(
1234                    com.liferay.portal.service.ClassNameService classNameService) {
1235                    this.classNameService = classNameService;
1236            }
1237    
1238            /**
1239             * Returns the class name persistence.
1240             *
1241             * @return the class name persistence
1242             */
1243            public ClassNamePersistence getClassNamePersistence() {
1244                    return classNamePersistence;
1245            }
1246    
1247            /**
1248             * Sets the class name persistence.
1249             *
1250             * @param classNamePersistence the class name persistence
1251             */
1252            public void setClassNamePersistence(
1253                    ClassNamePersistence classNamePersistence) {
1254                    this.classNamePersistence = classNamePersistence;
1255            }
1256    
1257            /**
1258             * Returns the cluster group local service.
1259             *
1260             * @return the cluster group local service
1261             */
1262            public com.liferay.portal.service.ClusterGroupLocalService getClusterGroupLocalService() {
1263                    return clusterGroupLocalService;
1264            }
1265    
1266            /**
1267             * Sets the cluster group local service.
1268             *
1269             * @param clusterGroupLocalService the cluster group local service
1270             */
1271            public void setClusterGroupLocalService(
1272                    com.liferay.portal.service.ClusterGroupLocalService clusterGroupLocalService) {
1273                    this.clusterGroupLocalService = clusterGroupLocalService;
1274            }
1275    
1276            /**
1277             * Returns the cluster group persistence.
1278             *
1279             * @return the cluster group persistence
1280             */
1281            public ClusterGroupPersistence getClusterGroupPersistence() {
1282                    return clusterGroupPersistence;
1283            }
1284    
1285            /**
1286             * Sets the cluster group persistence.
1287             *
1288             * @param clusterGroupPersistence the cluster group persistence
1289             */
1290            public void setClusterGroupPersistence(
1291                    ClusterGroupPersistence clusterGroupPersistence) {
1292                    this.clusterGroupPersistence = clusterGroupPersistence;
1293            }
1294    
1295            /**
1296             * Returns the c m i s repository local service.
1297             *
1298             * @return the c m i s repository local service
1299             */
1300            public com.liferay.portal.service.CMISRepositoryLocalService getCMISRepositoryLocalService() {
1301                    return cmisRepositoryLocalService;
1302            }
1303    
1304            /**
1305             * Sets the c m i s repository local service.
1306             *
1307             * @param cmisRepositoryLocalService the c m i s repository local service
1308             */
1309            public void setCMISRepositoryLocalService(
1310                    com.liferay.portal.service.CMISRepositoryLocalService cmisRepositoryLocalService) {
1311                    this.cmisRepositoryLocalService = cmisRepositoryLocalService;
1312            }
1313    
1314            /**
1315             * Returns the company local service.
1316             *
1317             * @return the company local service
1318             */
1319            public com.liferay.portal.service.CompanyLocalService getCompanyLocalService() {
1320                    return companyLocalService;
1321            }
1322    
1323            /**
1324             * Sets the company local service.
1325             *
1326             * @param companyLocalService the company local service
1327             */
1328            public void setCompanyLocalService(
1329                    com.liferay.portal.service.CompanyLocalService companyLocalService) {
1330                    this.companyLocalService = companyLocalService;
1331            }
1332    
1333            /**
1334             * Returns the company remote service.
1335             *
1336             * @return the company remote service
1337             */
1338            public com.liferay.portal.service.CompanyService getCompanyService() {
1339                    return companyService;
1340            }
1341    
1342            /**
1343             * Sets the company remote service.
1344             *
1345             * @param companyService the company remote service
1346             */
1347            public void setCompanyService(
1348                    com.liferay.portal.service.CompanyService companyService) {
1349                    this.companyService = companyService;
1350            }
1351    
1352            /**
1353             * Returns the company persistence.
1354             *
1355             * @return the company persistence
1356             */
1357            public CompanyPersistence getCompanyPersistence() {
1358                    return companyPersistence;
1359            }
1360    
1361            /**
1362             * Sets the company persistence.
1363             *
1364             * @param companyPersistence the company persistence
1365             */
1366            public void setCompanyPersistence(CompanyPersistence companyPersistence) {
1367                    this.companyPersistence = companyPersistence;
1368            }
1369    
1370            /**
1371             * Returns the contact local service.
1372             *
1373             * @return the contact local service
1374             */
1375            public com.liferay.portal.service.ContactLocalService getContactLocalService() {
1376                    return contactLocalService;
1377            }
1378    
1379            /**
1380             * Sets the contact local service.
1381             *
1382             * @param contactLocalService the contact local service
1383             */
1384            public void setContactLocalService(
1385                    com.liferay.portal.service.ContactLocalService contactLocalService) {
1386                    this.contactLocalService = contactLocalService;
1387            }
1388    
1389            /**
1390             * Returns the contact remote service.
1391             *
1392             * @return the contact remote service
1393             */
1394            public com.liferay.portal.service.ContactService getContactService() {
1395                    return contactService;
1396            }
1397    
1398            /**
1399             * Sets the contact remote service.
1400             *
1401             * @param contactService the contact remote service
1402             */
1403            public void setContactService(
1404                    com.liferay.portal.service.ContactService contactService) {
1405                    this.contactService = contactService;
1406            }
1407    
1408            /**
1409             * Returns the contact persistence.
1410             *
1411             * @return the contact persistence
1412             */
1413            public ContactPersistence getContactPersistence() {
1414                    return contactPersistence;
1415            }
1416    
1417            /**
1418             * Sets the contact persistence.
1419             *
1420             * @param contactPersistence the contact persistence
1421             */
1422            public void setContactPersistence(ContactPersistence contactPersistence) {
1423                    this.contactPersistence = contactPersistence;
1424            }
1425    
1426            /**
1427             * Returns the country remote service.
1428             *
1429             * @return the country remote service
1430             */
1431            public com.liferay.portal.service.CountryService getCountryService() {
1432                    return countryService;
1433            }
1434    
1435            /**
1436             * Sets the country remote service.
1437             *
1438             * @param countryService the country remote service
1439             */
1440            public void setCountryService(
1441                    com.liferay.portal.service.CountryService countryService) {
1442                    this.countryService = countryService;
1443            }
1444    
1445            /**
1446             * Returns the country persistence.
1447             *
1448             * @return the country persistence
1449             */
1450            public CountryPersistence getCountryPersistence() {
1451                    return countryPersistence;
1452            }
1453    
1454            /**
1455             * Sets the country persistence.
1456             *
1457             * @param countryPersistence the country persistence
1458             */
1459            public void setCountryPersistence(CountryPersistence countryPersistence) {
1460                    this.countryPersistence = countryPersistence;
1461            }
1462    
1463            /**
1464             * Returns the email address local service.
1465             *
1466             * @return the email address local service
1467             */
1468            public com.liferay.portal.service.EmailAddressLocalService getEmailAddressLocalService() {
1469                    return emailAddressLocalService;
1470            }
1471    
1472            /**
1473             * Sets the email address local service.
1474             *
1475             * @param emailAddressLocalService the email address local service
1476             */
1477            public void setEmailAddressLocalService(
1478                    com.liferay.portal.service.EmailAddressLocalService emailAddressLocalService) {
1479                    this.emailAddressLocalService = emailAddressLocalService;
1480            }
1481    
1482            /**
1483             * Returns the email address remote service.
1484             *
1485             * @return the email address remote service
1486             */
1487            public com.liferay.portal.service.EmailAddressService getEmailAddressService() {
1488                    return emailAddressService;
1489            }
1490    
1491            /**
1492             * Sets the email address remote service.
1493             *
1494             * @param emailAddressService the email address remote service
1495             */
1496            public void setEmailAddressService(
1497                    com.liferay.portal.service.EmailAddressService emailAddressService) {
1498                    this.emailAddressService = emailAddressService;
1499            }
1500    
1501            /**
1502             * Returns the email address persistence.
1503             *
1504             * @return the email address persistence
1505             */
1506            public EmailAddressPersistence getEmailAddressPersistence() {
1507                    return emailAddressPersistence;
1508            }
1509    
1510            /**
1511             * Sets the email address persistence.
1512             *
1513             * @param emailAddressPersistence the email address persistence
1514             */
1515            public void setEmailAddressPersistence(
1516                    EmailAddressPersistence emailAddressPersistence) {
1517                    this.emailAddressPersistence = emailAddressPersistence;
1518            }
1519    
1520            /**
1521             * Returns the group local service.
1522             *
1523             * @return the group local service
1524             */
1525            public com.liferay.portal.service.GroupLocalService getGroupLocalService() {
1526                    return groupLocalService;
1527            }
1528    
1529            /**
1530             * Sets the group local service.
1531             *
1532             * @param groupLocalService the group local service
1533             */
1534            public void setGroupLocalService(
1535                    com.liferay.portal.service.GroupLocalService groupLocalService) {
1536                    this.groupLocalService = groupLocalService;
1537            }
1538    
1539            /**
1540             * Returns the group remote service.
1541             *
1542             * @return the group remote service
1543             */
1544            public com.liferay.portal.service.GroupService getGroupService() {
1545                    return groupService;
1546            }
1547    
1548            /**
1549             * Sets the group remote service.
1550             *
1551             * @param groupService the group remote service
1552             */
1553            public void setGroupService(
1554                    com.liferay.portal.service.GroupService groupService) {
1555                    this.groupService = groupService;
1556            }
1557    
1558            /**
1559             * Returns the group persistence.
1560             *
1561             * @return the group persistence
1562             */
1563            public GroupPersistence getGroupPersistence() {
1564                    return groupPersistence;
1565            }
1566    
1567            /**
1568             * Sets the group persistence.
1569             *
1570             * @param groupPersistence the group persistence
1571             */
1572            public void setGroupPersistence(GroupPersistence groupPersistence) {
1573                    this.groupPersistence = groupPersistence;
1574            }
1575    
1576            /**
1577             * Returns the group finder.
1578             *
1579             * @return the group finder
1580             */
1581            public GroupFinder getGroupFinder() {
1582                    return groupFinder;
1583            }
1584    
1585            /**
1586             * Sets the group finder.
1587             *
1588             * @param groupFinder the group finder
1589             */
1590            public void setGroupFinder(GroupFinder groupFinder) {
1591                    this.groupFinder = groupFinder;
1592            }
1593    
1594            /**
1595             * Returns the image local service.
1596             *
1597             * @return the image local service
1598             */
1599            public com.liferay.portal.service.ImageLocalService getImageLocalService() {
1600                    return imageLocalService;
1601            }
1602    
1603            /**
1604             * Sets the image local service.
1605             *
1606             * @param imageLocalService the image local service
1607             */
1608            public void setImageLocalService(
1609                    com.liferay.portal.service.ImageLocalService imageLocalService) {
1610                    this.imageLocalService = imageLocalService;
1611            }
1612    
1613            /**
1614             * Returns the image remote service.
1615             *
1616             * @return the image remote service
1617             */
1618            public com.liferay.portal.service.ImageService getImageService() {
1619                    return imageService;
1620            }
1621    
1622            /**
1623             * Sets the image remote service.
1624             *
1625             * @param imageService the image remote service
1626             */
1627            public void setImageService(
1628                    com.liferay.portal.service.ImageService imageService) {
1629                    this.imageService = imageService;
1630            }
1631    
1632            /**
1633             * Returns the image persistence.
1634             *
1635             * @return the image persistence
1636             */
1637            public ImagePersistence getImagePersistence() {
1638                    return imagePersistence;
1639            }
1640    
1641            /**
1642             * Sets the image persistence.
1643             *
1644             * @param imagePersistence the image persistence
1645             */
1646            public void setImagePersistence(ImagePersistence imagePersistence) {
1647                    this.imagePersistence = imagePersistence;
1648            }
1649    
1650            /**
1651             * Returns the layout local service.
1652             *
1653             * @return the layout local service
1654             */
1655            public com.liferay.portal.service.LayoutLocalService getLayoutLocalService() {
1656                    return layoutLocalService;
1657            }
1658    
1659            /**
1660             * Sets the layout local service.
1661             *
1662             * @param layoutLocalService the layout local service
1663             */
1664            public void setLayoutLocalService(
1665                    com.liferay.portal.service.LayoutLocalService layoutLocalService) {
1666                    this.layoutLocalService = layoutLocalService;
1667            }
1668    
1669            /**
1670             * Returns the layout remote service.
1671             *
1672             * @return the layout remote service
1673             */
1674            public com.liferay.portal.service.LayoutService getLayoutService() {
1675                    return layoutService;
1676            }
1677    
1678            /**
1679             * Sets the layout remote service.
1680             *
1681             * @param layoutService the layout remote service
1682             */
1683            public void setLayoutService(
1684                    com.liferay.portal.service.LayoutService layoutService) {
1685                    this.layoutService = layoutService;
1686            }
1687    
1688            /**
1689             * Returns the layout persistence.
1690             *
1691             * @return the layout persistence
1692             */
1693            public LayoutPersistence getLayoutPersistence() {
1694                    return layoutPersistence;
1695            }
1696    
1697            /**
1698             * Sets the layout persistence.
1699             *
1700             * @param layoutPersistence the layout persistence
1701             */
1702            public void setLayoutPersistence(LayoutPersistence layoutPersistence) {
1703                    this.layoutPersistence = layoutPersistence;
1704            }
1705    
1706            /**
1707             * Returns the layout finder.
1708             *
1709             * @return the layout finder
1710             */
1711            public LayoutFinder getLayoutFinder() {
1712                    return layoutFinder;
1713            }
1714    
1715            /**
1716             * Sets the layout finder.
1717             *
1718             * @param layoutFinder the layout finder
1719             */
1720            public void setLayoutFinder(LayoutFinder layoutFinder) {
1721                    this.layoutFinder = layoutFinder;
1722            }
1723    
1724            /**
1725             * Returns the layout branch local service.
1726             *
1727             * @return the layout branch local service
1728             */
1729            public com.liferay.portal.service.LayoutBranchLocalService getLayoutBranchLocalService() {
1730                    return layoutBranchLocalService;
1731            }
1732    
1733            /**
1734             * Sets the layout branch local service.
1735             *
1736             * @param layoutBranchLocalService the layout branch local service
1737             */
1738            public void setLayoutBranchLocalService(
1739                    com.liferay.portal.service.LayoutBranchLocalService layoutBranchLocalService) {
1740                    this.layoutBranchLocalService = layoutBranchLocalService;
1741            }
1742    
1743            /**
1744             * Returns the layout branch remote service.
1745             *
1746             * @return the layout branch remote service
1747             */
1748            public com.liferay.portal.service.LayoutBranchService getLayoutBranchService() {
1749                    return layoutBranchService;
1750            }
1751    
1752            /**
1753             * Sets the layout branch remote service.
1754             *
1755             * @param layoutBranchService the layout branch remote service
1756             */
1757            public void setLayoutBranchService(
1758                    com.liferay.portal.service.LayoutBranchService layoutBranchService) {
1759                    this.layoutBranchService = layoutBranchService;
1760            }
1761    
1762            /**
1763             * Returns the layout branch persistence.
1764             *
1765             * @return the layout branch persistence
1766             */
1767            public LayoutBranchPersistence getLayoutBranchPersistence() {
1768                    return layoutBranchPersistence;
1769            }
1770    
1771            /**
1772             * Sets the layout branch persistence.
1773             *
1774             * @param layoutBranchPersistence the layout branch persistence
1775             */
1776            public void setLayoutBranchPersistence(
1777                    LayoutBranchPersistence layoutBranchPersistence) {
1778                    this.layoutBranchPersistence = layoutBranchPersistence;
1779            }
1780    
1781            /**
1782             * Returns the layout friendly u r l local service.
1783             *
1784             * @return the layout friendly u r l local service
1785             */
1786            public com.liferay.portal.service.LayoutFriendlyURLLocalService getLayoutFriendlyURLLocalService() {
1787                    return layoutFriendlyURLLocalService;
1788            }
1789    
1790            /**
1791             * Sets the layout friendly u r l local service.
1792             *
1793             * @param layoutFriendlyURLLocalService the layout friendly u r l local service
1794             */
1795            public void setLayoutFriendlyURLLocalService(
1796                    com.liferay.portal.service.LayoutFriendlyURLLocalService layoutFriendlyURLLocalService) {
1797                    this.layoutFriendlyURLLocalService = layoutFriendlyURLLocalService;
1798            }
1799    
1800            /**
1801             * Returns the layout friendly u r l persistence.
1802             *
1803             * @return the layout friendly u r l persistence
1804             */
1805            public LayoutFriendlyURLPersistence getLayoutFriendlyURLPersistence() {
1806                    return layoutFriendlyURLPersistence;
1807            }
1808    
1809            /**
1810             * Sets the layout friendly u r l persistence.
1811             *
1812             * @param layoutFriendlyURLPersistence the layout friendly u r l persistence
1813             */
1814            public void setLayoutFriendlyURLPersistence(
1815                    LayoutFriendlyURLPersistence layoutFriendlyURLPersistence) {
1816                    this.layoutFriendlyURLPersistence = layoutFriendlyURLPersistence;
1817            }
1818    
1819            /**
1820             * Returns the layout prototype local service.
1821             *
1822             * @return the layout prototype local service
1823             */
1824            public com.liferay.portal.service.LayoutPrototypeLocalService getLayoutPrototypeLocalService() {
1825                    return layoutPrototypeLocalService;
1826            }
1827    
1828            /**
1829             * Sets the layout prototype local service.
1830             *
1831             * @param layoutPrototypeLocalService the layout prototype local service
1832             */
1833            public void setLayoutPrototypeLocalService(
1834                    com.liferay.portal.service.LayoutPrototypeLocalService layoutPrototypeLocalService) {
1835                    this.layoutPrototypeLocalService = layoutPrototypeLocalService;
1836            }
1837    
1838            /**
1839             * Returns the layout prototype remote service.
1840             *
1841             * @return the layout prototype remote service
1842             */
1843            public com.liferay.portal.service.LayoutPrototypeService getLayoutPrototypeService() {
1844                    return layoutPrototypeService;
1845            }
1846    
1847            /**
1848             * Sets the layout prototype remote service.
1849             *
1850             * @param layoutPrototypeService the layout prototype remote service
1851             */
1852            public void setLayoutPrototypeService(
1853                    com.liferay.portal.service.LayoutPrototypeService layoutPrototypeService) {
1854                    this.layoutPrototypeService = layoutPrototypeService;
1855            }
1856    
1857            /**
1858             * Returns the layout prototype persistence.
1859             *
1860             * @return the layout prototype persistence
1861             */
1862            public LayoutPrototypePersistence getLayoutPrototypePersistence() {
1863                    return layoutPrototypePersistence;
1864            }
1865    
1866            /**
1867             * Sets the layout prototype persistence.
1868             *
1869             * @param layoutPrototypePersistence the layout prototype persistence
1870             */
1871            public void setLayoutPrototypePersistence(
1872                    LayoutPrototypePersistence layoutPrototypePersistence) {
1873                    this.layoutPrototypePersistence = layoutPrototypePersistence;
1874            }
1875    
1876            /**
1877             * Returns the layout revision local service.
1878             *
1879             * @return the layout revision local service
1880             */
1881            public com.liferay.portal.service.LayoutRevisionLocalService getLayoutRevisionLocalService() {
1882                    return layoutRevisionLocalService;
1883            }
1884    
1885            /**
1886             * Sets the layout revision local service.
1887             *
1888             * @param layoutRevisionLocalService the layout revision local service
1889             */
1890            public void setLayoutRevisionLocalService(
1891                    com.liferay.portal.service.LayoutRevisionLocalService layoutRevisionLocalService) {
1892                    this.layoutRevisionLocalService = layoutRevisionLocalService;
1893            }
1894    
1895            /**
1896             * Returns the layout revision remote service.
1897             *
1898             * @return the layout revision remote service
1899             */
1900            public com.liferay.portal.service.LayoutRevisionService getLayoutRevisionService() {
1901                    return layoutRevisionService;
1902            }
1903    
1904            /**
1905             * Sets the layout revision remote service.
1906             *
1907             * @param layoutRevisionService the layout revision remote service
1908             */
1909            public void setLayoutRevisionService(
1910                    com.liferay.portal.service.LayoutRevisionService layoutRevisionService) {
1911                    this.layoutRevisionService = layoutRevisionService;
1912            }
1913    
1914            /**
1915             * Returns the layout revision persistence.
1916             *
1917             * @return the layout revision persistence
1918             */
1919            public LayoutRevisionPersistence getLayoutRevisionPersistence() {
1920                    return layoutRevisionPersistence;
1921            }
1922    
1923            /**
1924             * Sets the layout revision persistence.
1925             *
1926             * @param layoutRevisionPersistence the layout revision persistence
1927             */
1928            public void setLayoutRevisionPersistence(
1929                    LayoutRevisionPersistence layoutRevisionPersistence) {
1930                    this.layoutRevisionPersistence = layoutRevisionPersistence;
1931            }
1932    
1933            /**
1934             * Returns the layout set local service.
1935             *
1936             * @return the layout set local service
1937             */
1938            public com.liferay.portal.service.LayoutSetLocalService getLayoutSetLocalService() {
1939                    return layoutSetLocalService;
1940            }
1941    
1942            /**
1943             * Sets the layout set local service.
1944             *
1945             * @param layoutSetLocalService the layout set local service
1946             */
1947            public void setLayoutSetLocalService(
1948                    com.liferay.portal.service.LayoutSetLocalService layoutSetLocalService) {
1949                    this.layoutSetLocalService = layoutSetLocalService;
1950            }
1951    
1952            /**
1953             * Returns the layout set remote service.
1954             *
1955             * @return the layout set remote service
1956             */
1957            public com.liferay.portal.service.LayoutSetService getLayoutSetService() {
1958                    return layoutSetService;
1959            }
1960    
1961            /**
1962             * Sets the layout set remote service.
1963             *
1964             * @param layoutSetService the layout set remote service
1965             */
1966            public void setLayoutSetService(
1967                    com.liferay.portal.service.LayoutSetService layoutSetService) {
1968                    this.layoutSetService = layoutSetService;
1969            }
1970    
1971            /**
1972             * Returns the layout set persistence.
1973             *
1974             * @return the layout set persistence
1975             */
1976            public LayoutSetPersistence getLayoutSetPersistence() {
1977                    return layoutSetPersistence;
1978            }
1979    
1980            /**
1981             * Sets the layout set persistence.
1982             *
1983             * @param layoutSetPersistence the layout set persistence
1984             */
1985            public void setLayoutSetPersistence(
1986                    LayoutSetPersistence layoutSetPersistence) {
1987                    this.layoutSetPersistence = layoutSetPersistence;
1988            }
1989    
1990            /**
1991             * Returns the layout set branch local service.
1992             *
1993             * @return the layout set branch local service
1994             */
1995            public com.liferay.portal.service.LayoutSetBranchLocalService getLayoutSetBranchLocalService() {
1996                    return layoutSetBranchLocalService;
1997            }
1998    
1999            /**
2000             * Sets the layout set branch local service.
2001             *
2002             * @param layoutSetBranchLocalService the layout set branch local service
2003             */
2004            public void setLayoutSetBranchLocalService(
2005                    com.liferay.portal.service.LayoutSetBranchLocalService layoutSetBranchLocalService) {
2006                    this.layoutSetBranchLocalService = layoutSetBranchLocalService;
2007            }
2008    
2009            /**
2010             * Returns the layout set branch remote service.
2011             *
2012             * @return the layout set branch remote service
2013             */
2014            public com.liferay.portal.service.LayoutSetBranchService getLayoutSetBranchService() {
2015                    return layoutSetBranchService;
2016            }
2017    
2018            /**
2019             * Sets the layout set branch remote service.
2020             *
2021             * @param layoutSetBranchService the layout set branch remote service
2022             */
2023            public void setLayoutSetBranchService(
2024                    com.liferay.portal.service.LayoutSetBranchService layoutSetBranchService) {
2025                    this.layoutSetBranchService = layoutSetBranchService;
2026            }
2027    
2028            /**
2029             * Returns the layout set branch persistence.
2030             *
2031             * @return the layout set branch persistence
2032             */
2033            public LayoutSetBranchPersistence getLayoutSetBranchPersistence() {
2034                    return layoutSetBranchPersistence;
2035            }
2036    
2037            /**
2038             * Sets the layout set branch persistence.
2039             *
2040             * @param layoutSetBranchPersistence the layout set branch persistence
2041             */
2042            public void setLayoutSetBranchPersistence(
2043                    LayoutSetBranchPersistence layoutSetBranchPersistence) {
2044                    this.layoutSetBranchPersistence = layoutSetBranchPersistence;
2045            }
2046    
2047            /**
2048             * Returns the layout set prototype local service.
2049             *
2050             * @return the layout set prototype local service
2051             */
2052            public com.liferay.portal.service.LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService() {
2053                    return layoutSetPrototypeLocalService;
2054            }
2055    
2056            /**
2057             * Sets the layout set prototype local service.
2058             *
2059             * @param layoutSetPrototypeLocalService the layout set prototype local service
2060             */
2061            public void setLayoutSetPrototypeLocalService(
2062                    com.liferay.portal.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService) {
2063                    this.layoutSetPrototypeLocalService = layoutSetPrototypeLocalService;
2064            }
2065    
2066            /**
2067             * Returns the layout set prototype remote service.
2068             *
2069             * @return the layout set prototype remote service
2070             */
2071            public com.liferay.portal.service.LayoutSetPrototypeService getLayoutSetPrototypeService() {
2072                    return layoutSetPrototypeService;
2073            }
2074    
2075            /**
2076             * Sets the layout set prototype remote service.
2077             *
2078             * @param layoutSetPrototypeService the layout set prototype remote service
2079             */
2080            public void setLayoutSetPrototypeService(
2081                    com.liferay.portal.service.LayoutSetPrototypeService layoutSetPrototypeService) {
2082                    this.layoutSetPrototypeService = layoutSetPrototypeService;
2083            }
2084    
2085            /**
2086             * Returns the layout set prototype persistence.
2087             *
2088             * @return the layout set prototype persistence
2089             */
2090            public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence() {
2091                    return layoutSetPrototypePersistence;
2092            }
2093    
2094            /**
2095             * Sets the layout set prototype persistence.
2096             *
2097             * @param layoutSetPrototypePersistence the layout set prototype persistence
2098             */
2099            public void setLayoutSetPrototypePersistence(
2100                    LayoutSetPrototypePersistence layoutSetPrototypePersistence) {
2101                    this.layoutSetPrototypePersistence = layoutSetPrototypePersistence;
2102            }
2103    
2104            /**
2105             * Returns the layout template local service.
2106             *
2107             * @return the layout template local service
2108             */
2109            public com.liferay.portal.service.LayoutTemplateLocalService getLayoutTemplateLocalService() {
2110                    return layoutTemplateLocalService;
2111            }
2112    
2113            /**
2114             * Sets the layout template local service.
2115             *
2116             * @param layoutTemplateLocalService the layout template local service
2117             */
2118            public void setLayoutTemplateLocalService(
2119                    com.liferay.portal.service.LayoutTemplateLocalService layoutTemplateLocalService) {
2120                    this.layoutTemplateLocalService = layoutTemplateLocalService;
2121            }
2122    
2123            /**
2124             * Returns the list type remote service.
2125             *
2126             * @return the list type remote service
2127             */
2128            public com.liferay.portal.service.ListTypeService getListTypeService() {
2129                    return listTypeService;
2130            }
2131    
2132            /**
2133             * Sets the list type remote service.
2134             *
2135             * @param listTypeService the list type remote service
2136             */
2137            public void setListTypeService(
2138                    com.liferay.portal.service.ListTypeService listTypeService) {
2139                    this.listTypeService = listTypeService;
2140            }
2141    
2142            /**
2143             * Returns the list type persistence.
2144             *
2145             * @return the list type persistence
2146             */
2147            public ListTypePersistence getListTypePersistence() {
2148                    return listTypePersistence;
2149            }
2150    
2151            /**
2152             * Sets the list type persistence.
2153             *
2154             * @param listTypePersistence the list type persistence
2155             */
2156            public void setListTypePersistence(ListTypePersistence listTypePersistence) {
2157                    this.listTypePersistence = listTypePersistence;
2158            }
2159    
2160            /**
2161             * Returns the lock local service.
2162             *
2163             * @return the lock local service
2164             */
2165            public com.liferay.portal.service.LockLocalService getLockLocalService() {
2166                    return lockLocalService;
2167            }
2168    
2169            /**
2170             * Sets the lock local service.
2171             *
2172             * @param lockLocalService the lock local service
2173             */
2174            public void setLockLocalService(
2175                    com.liferay.portal.service.LockLocalService lockLocalService) {
2176                    this.lockLocalService = lockLocalService;
2177            }
2178    
2179            /**
2180             * Returns the lock persistence.
2181             *
2182             * @return the lock persistence
2183             */
2184            public LockPersistence getLockPersistence() {
2185                    return lockPersistence;
2186            }
2187    
2188            /**
2189             * Sets the lock persistence.
2190             *
2191             * @param lockPersistence the lock persistence
2192             */
2193            public void setLockPersistence(LockPersistence lockPersistence) {
2194                    this.lockPersistence = lockPersistence;
2195            }
2196    
2197            /**
2198             * Returns the lock finder.
2199             *
2200             * @return the lock finder
2201             */
2202            public LockFinder getLockFinder() {
2203                    return lockFinder;
2204            }
2205    
2206            /**
2207             * Sets the lock finder.
2208             *
2209             * @param lockFinder the lock finder
2210             */
2211            public void setLockFinder(LockFinder lockFinder) {
2212                    this.lockFinder = lockFinder;
2213            }
2214    
2215            /**
2216             * Returns the membership request local service.
2217             *
2218             * @return the membership request local service
2219             */
2220            public com.liferay.portal.service.MembershipRequestLocalService getMembershipRequestLocalService() {
2221                    return membershipRequestLocalService;
2222            }
2223    
2224            /**
2225             * Sets the membership request local service.
2226             *
2227             * @param membershipRequestLocalService the membership request local service
2228             */
2229            public void setMembershipRequestLocalService(
2230                    com.liferay.portal.service.MembershipRequestLocalService membershipRequestLocalService) {
2231                    this.membershipRequestLocalService = membershipRequestLocalService;
2232            }
2233    
2234            /**
2235             * Returns the membership request remote service.
2236             *
2237             * @return the membership request remote service
2238             */
2239            public com.liferay.portal.service.MembershipRequestService getMembershipRequestService() {
2240                    return membershipRequestService;
2241            }
2242    
2243            /**
2244             * Sets the membership request remote service.
2245             *
2246             * @param membershipRequestService the membership request remote service
2247             */
2248            public void setMembershipRequestService(
2249                    com.liferay.portal.service.MembershipRequestService membershipRequestService) {
2250                    this.membershipRequestService = membershipRequestService;
2251            }
2252    
2253            /**
2254             * Returns the membership request persistence.
2255             *
2256             * @return the membership request persistence
2257             */
2258            public MembershipRequestPersistence getMembershipRequestPersistence() {
2259                    return membershipRequestPersistence;
2260            }
2261    
2262            /**
2263             * Sets the membership request persistence.
2264             *
2265             * @param membershipRequestPersistence the membership request persistence
2266             */
2267            public void setMembershipRequestPersistence(
2268                    MembershipRequestPersistence membershipRequestPersistence) {
2269                    this.membershipRequestPersistence = membershipRequestPersistence;
2270            }
2271    
2272            /**
2273             * Returns the organization local service.
2274             *
2275             * @return the organization local service
2276             */
2277            public com.liferay.portal.service.OrganizationLocalService getOrganizationLocalService() {
2278                    return organizationLocalService;
2279            }
2280    
2281            /**
2282             * Sets the organization local service.
2283             *
2284             * @param organizationLocalService the organization local service
2285             */
2286            public void setOrganizationLocalService(
2287                    com.liferay.portal.service.OrganizationLocalService organizationLocalService) {
2288                    this.organizationLocalService = organizationLocalService;
2289            }
2290    
2291            /**
2292             * Returns the organization remote service.
2293             *
2294             * @return the organization remote service
2295             */
2296            public com.liferay.portal.service.OrganizationService getOrganizationService() {
2297                    return organizationService;
2298            }
2299    
2300            /**
2301             * Sets the organization remote service.
2302             *
2303             * @param organizationService the organization remote service
2304             */
2305            public void setOrganizationService(
2306                    com.liferay.portal.service.OrganizationService organizationService) {
2307                    this.organizationService = organizationService;
2308            }
2309    
2310            /**
2311             * Returns the organization persistence.
2312             *
2313             * @return the organization persistence
2314             */
2315            public OrganizationPersistence getOrganizationPersistence() {
2316                    return organizationPersistence;
2317            }
2318    
2319            /**
2320             * Sets the organization persistence.
2321             *
2322             * @param organizationPersistence the organization persistence
2323             */
2324            public void setOrganizationPersistence(
2325                    OrganizationPersistence organizationPersistence) {
2326                    this.organizationPersistence = organizationPersistence;
2327            }
2328    
2329            /**
2330             * Returns the organization finder.
2331             *
2332             * @return the organization finder
2333             */
2334            public OrganizationFinder getOrganizationFinder() {
2335                    return organizationFinder;
2336            }
2337    
2338            /**
2339             * Sets the organization finder.
2340             *
2341             * @param organizationFinder the organization finder
2342             */
2343            public void setOrganizationFinder(OrganizationFinder organizationFinder) {
2344                    this.organizationFinder = organizationFinder;
2345            }
2346    
2347            /**
2348             * Returns the org group role persistence.
2349             *
2350             * @return the org group role persistence
2351             */
2352            public OrgGroupRolePersistence getOrgGroupRolePersistence() {
2353                    return orgGroupRolePersistence;
2354            }
2355    
2356            /**
2357             * Sets the org group role persistence.
2358             *
2359             * @param orgGroupRolePersistence the org group role persistence
2360             */
2361            public void setOrgGroupRolePersistence(
2362                    OrgGroupRolePersistence orgGroupRolePersistence) {
2363                    this.orgGroupRolePersistence = orgGroupRolePersistence;
2364            }
2365    
2366            /**
2367             * Returns the org labor local service.
2368             *
2369             * @return the org labor local service
2370             */
2371            public com.liferay.portal.service.OrgLaborLocalService getOrgLaborLocalService() {
2372                    return orgLaborLocalService;
2373            }
2374    
2375            /**
2376             * Sets the org labor local service.
2377             *
2378             * @param orgLaborLocalService the org labor local service
2379             */
2380            public void setOrgLaborLocalService(
2381                    com.liferay.portal.service.OrgLaborLocalService orgLaborLocalService) {
2382                    this.orgLaborLocalService = orgLaborLocalService;
2383            }
2384    
2385            /**
2386             * Returns the org labor remote service.
2387             *
2388             * @return the org labor remote service
2389             */
2390            public com.liferay.portal.service.OrgLaborService getOrgLaborService() {
2391                    return orgLaborService;
2392            }
2393    
2394            /**
2395             * Sets the org labor remote service.
2396             *
2397             * @param orgLaborService the org labor remote service
2398             */
2399            public void setOrgLaborService(
2400                    com.liferay.portal.service.OrgLaborService orgLaborService) {
2401                    this.orgLaborService = orgLaborService;
2402            }
2403    
2404            /**
2405             * Returns the org labor persistence.
2406             *
2407             * @return the org labor persistence
2408             */
2409            public OrgLaborPersistence getOrgLaborPersistence() {
2410                    return orgLaborPersistence;
2411            }
2412    
2413            /**
2414             * Sets the org labor persistence.
2415             *
2416             * @param orgLaborPersistence the org labor persistence
2417             */
2418            public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence) {
2419                    this.orgLaborPersistence = orgLaborPersistence;
2420            }
2421    
2422            /**
2423             * Returns the password policy local service.
2424             *
2425             * @return the password policy local service
2426             */
2427            public com.liferay.portal.service.PasswordPolicyLocalService getPasswordPolicyLocalService() {
2428                    return passwordPolicyLocalService;
2429            }
2430    
2431            /**
2432             * Sets the password policy local service.
2433             *
2434             * @param passwordPolicyLocalService the password policy local service
2435             */
2436            public void setPasswordPolicyLocalService(
2437                    com.liferay.portal.service.PasswordPolicyLocalService passwordPolicyLocalService) {
2438                    this.passwordPolicyLocalService = passwordPolicyLocalService;
2439            }
2440    
2441            /**
2442             * Returns the password policy remote service.
2443             *
2444             * @return the password policy remote service
2445             */
2446            public com.liferay.portal.service.PasswordPolicyService getPasswordPolicyService() {
2447                    return passwordPolicyService;
2448            }
2449    
2450            /**
2451             * Sets the password policy remote service.
2452             *
2453             * @param passwordPolicyService the password policy remote service
2454             */
2455            public void setPasswordPolicyService(
2456                    com.liferay.portal.service.PasswordPolicyService passwordPolicyService) {
2457                    this.passwordPolicyService = passwordPolicyService;
2458            }
2459    
2460            /**
2461             * Returns the password policy persistence.
2462             *
2463             * @return the password policy persistence
2464             */
2465            public PasswordPolicyPersistence getPasswordPolicyPersistence() {
2466                    return passwordPolicyPersistence;
2467            }
2468    
2469            /**
2470             * Sets the password policy persistence.
2471             *
2472             * @param passwordPolicyPersistence the password policy persistence
2473             */
2474            public void setPasswordPolicyPersistence(
2475                    PasswordPolicyPersistence passwordPolicyPersistence) {
2476                    this.passwordPolicyPersistence = passwordPolicyPersistence;
2477            }
2478    
2479            /**
2480             * Returns the password policy finder.
2481             *
2482             * @return the password policy finder
2483             */
2484            public PasswordPolicyFinder getPasswordPolicyFinder() {
2485                    return passwordPolicyFinder;
2486            }
2487    
2488            /**
2489             * Sets the password policy finder.
2490             *
2491             * @param passwordPolicyFinder the password policy finder
2492             */
2493            public void setPasswordPolicyFinder(
2494                    PasswordPolicyFinder passwordPolicyFinder) {
2495                    this.passwordPolicyFinder = passwordPolicyFinder;
2496            }
2497    
2498            /**
2499             * Returns the password policy rel local service.
2500             *
2501             * @return the password policy rel local service
2502             */
2503            public com.liferay.portal.service.PasswordPolicyRelLocalService getPasswordPolicyRelLocalService() {
2504                    return passwordPolicyRelLocalService;
2505            }
2506    
2507            /**
2508             * Sets the password policy rel local service.
2509             *
2510             * @param passwordPolicyRelLocalService the password policy rel local service
2511             */
2512            public void setPasswordPolicyRelLocalService(
2513                    com.liferay.portal.service.PasswordPolicyRelLocalService passwordPolicyRelLocalService) {
2514                    this.passwordPolicyRelLocalService = passwordPolicyRelLocalService;
2515            }
2516    
2517            /**
2518             * Returns the password policy rel persistence.
2519             *
2520             * @return the password policy rel persistence
2521             */
2522            public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence() {
2523                    return passwordPolicyRelPersistence;
2524            }
2525    
2526            /**
2527             * Sets the password policy rel persistence.
2528             *
2529             * @param passwordPolicyRelPersistence the password policy rel persistence
2530             */
2531            public void setPasswordPolicyRelPersistence(
2532                    PasswordPolicyRelPersistence passwordPolicyRelPersistence) {
2533                    this.passwordPolicyRelPersistence = passwordPolicyRelPersistence;
2534            }
2535    
2536            /**
2537             * Returns the password tracker local service.
2538             *
2539             * @return the password tracker local service
2540             */
2541            public com.liferay.portal.service.PasswordTrackerLocalService getPasswordTrackerLocalService() {
2542                    return passwordTrackerLocalService;
2543            }
2544    
2545            /**
2546             * Sets the password tracker local service.
2547             *
2548             * @param passwordTrackerLocalService the password tracker local service
2549             */
2550            public void setPasswordTrackerLocalService(
2551                    com.liferay.portal.service.PasswordTrackerLocalService passwordTrackerLocalService) {
2552                    this.passwordTrackerLocalService = passwordTrackerLocalService;
2553            }
2554    
2555            /**
2556             * Returns the password tracker persistence.
2557             *
2558             * @return the password tracker persistence
2559             */
2560            public PasswordTrackerPersistence getPasswordTrackerPersistence() {
2561                    return passwordTrackerPersistence;
2562            }
2563    
2564            /**
2565             * Sets the password tracker persistence.
2566             *
2567             * @param passwordTrackerPersistence the password tracker persistence
2568             */
2569            public void setPasswordTrackerPersistence(
2570                    PasswordTrackerPersistence passwordTrackerPersistence) {
2571                    this.passwordTrackerPersistence = passwordTrackerPersistence;
2572            }
2573    
2574            /**
2575             * Returns the permission remote service.
2576             *
2577             * @return the permission remote service
2578             */
2579            public com.liferay.portal.service.PermissionService getPermissionService() {
2580                    return permissionService;
2581            }
2582    
2583            /**
2584             * Sets the permission remote service.
2585             *
2586             * @param permissionService the permission remote service
2587             */
2588            public void setPermissionService(
2589                    com.liferay.portal.service.PermissionService permissionService) {
2590                    this.permissionService = permissionService;
2591            }
2592    
2593            /**
2594             * Returns the phone local service.
2595             *
2596             * @return the phone local service
2597             */
2598            public com.liferay.portal.service.PhoneLocalService getPhoneLocalService() {
2599                    return phoneLocalService;
2600            }
2601    
2602            /**
2603             * Sets the phone local service.
2604             *
2605             * @param phoneLocalService the phone local service
2606             */
2607            public void setPhoneLocalService(
2608                    com.liferay.portal.service.PhoneLocalService phoneLocalService) {
2609                    this.phoneLocalService = phoneLocalService;
2610            }
2611    
2612            /**
2613             * Returns the phone remote service.
2614             *
2615             * @return the phone remote service
2616             */
2617            public com.liferay.portal.service.PhoneService getPhoneService() {
2618                    return phoneService;
2619            }
2620    
2621            /**
2622             * Sets the phone remote service.
2623             *
2624             * @param phoneService the phone remote service
2625             */
2626            public void setPhoneService(
2627                    com.liferay.portal.service.PhoneService phoneService) {
2628                    this.phoneService = phoneService;
2629            }
2630    
2631            /**
2632             * Returns the phone persistence.
2633             *
2634             * @return the phone persistence
2635             */
2636            public PhonePersistence getPhonePersistence() {
2637                    return phonePersistence;
2638            }
2639    
2640            /**
2641             * Sets the phone persistence.
2642             *
2643             * @param phonePersistence the phone persistence
2644             */
2645            public void setPhonePersistence(PhonePersistence phonePersistence) {
2646                    this.phonePersistence = phonePersistence;
2647            }
2648    
2649            /**
2650             * Returns the plugin setting local service.
2651             *
2652             * @return the plugin setting local service
2653             */
2654            public com.liferay.portal.service.PluginSettingLocalService getPluginSettingLocalService() {
2655                    return pluginSettingLocalService;
2656            }
2657    
2658            /**
2659             * Sets the plugin setting local service.
2660             *
2661             * @param pluginSettingLocalService the plugin setting local service
2662             */
2663            public void setPluginSettingLocalService(
2664                    com.liferay.portal.service.PluginSettingLocalService pluginSettingLocalService) {
2665                    this.pluginSettingLocalService = pluginSettingLocalService;
2666            }
2667    
2668            /**
2669             * Returns the plugin setting remote service.
2670             *
2671             * @return the plugin setting remote service
2672             */
2673            public com.liferay.portal.service.PluginSettingService getPluginSettingService() {
2674                    return pluginSettingService;
2675            }
2676    
2677            /**
2678             * Sets the plugin setting remote service.
2679             *
2680             * @param pluginSettingService the plugin setting remote service
2681             */
2682            public void setPluginSettingService(
2683                    com.liferay.portal.service.PluginSettingService pluginSettingService) {
2684                    this.pluginSettingService = pluginSettingService;
2685            }
2686    
2687            /**
2688             * Returns the plugin setting persistence.
2689             *
2690             * @return the plugin setting persistence
2691             */
2692            public PluginSettingPersistence getPluginSettingPersistence() {
2693                    return pluginSettingPersistence;
2694            }
2695    
2696            /**
2697             * Sets the plugin setting persistence.
2698             *
2699             * @param pluginSettingPersistence the plugin setting persistence
2700             */
2701            public void setPluginSettingPersistence(
2702                    PluginSettingPersistence pluginSettingPersistence) {
2703                    this.pluginSettingPersistence = pluginSettingPersistence;
2704            }
2705    
2706            /**
2707             * Returns the portal local service.
2708             *
2709             * @return the portal local service
2710             */
2711            public com.liferay.portal.service.PortalLocalService getPortalLocalService() {
2712                    return portalLocalService;
2713            }
2714    
2715            /**
2716             * Sets the portal local service.
2717             *
2718             * @param portalLocalService the portal local service
2719             */
2720            public void setPortalLocalService(
2721                    com.liferay.portal.service.PortalLocalService portalLocalService) {
2722                    this.portalLocalService = portalLocalService;
2723            }
2724    
2725            /**
2726             * Returns the portal remote service.
2727             *
2728             * @return the portal remote service
2729             */
2730            public com.liferay.portal.service.PortalService getPortalService() {
2731                    return portalService;
2732            }
2733    
2734            /**
2735             * Sets the portal remote service.
2736             *
2737             * @param portalService the portal remote service
2738             */
2739            public void setPortalService(
2740                    com.liferay.portal.service.PortalService portalService) {
2741                    this.portalService = portalService;
2742            }
2743    
2744            /**
2745             * Returns the portal preferences local service.
2746             *
2747             * @return the portal preferences local service
2748             */
2749            public com.liferay.portal.service.PortalPreferencesLocalService getPortalPreferencesLocalService() {
2750                    return portalPreferencesLocalService;
2751            }
2752    
2753            /**
2754             * Sets the portal preferences local service.
2755             *
2756             * @param portalPreferencesLocalService the portal preferences local service
2757             */
2758            public void setPortalPreferencesLocalService(
2759                    com.liferay.portal.service.PortalPreferencesLocalService portalPreferencesLocalService) {
2760                    this.portalPreferencesLocalService = portalPreferencesLocalService;
2761            }
2762    
2763            /**
2764             * Returns the portal preferences persistence.
2765             *
2766             * @return the portal preferences persistence
2767             */
2768            public PortalPreferencesPersistence getPortalPreferencesPersistence() {
2769                    return portalPreferencesPersistence;
2770            }
2771    
2772            /**
2773             * Sets the portal preferences persistence.
2774             *
2775             * @param portalPreferencesPersistence the portal preferences persistence
2776             */
2777            public void setPortalPreferencesPersistence(
2778                    PortalPreferencesPersistence portalPreferencesPersistence) {
2779                    this.portalPreferencesPersistence = portalPreferencesPersistence;
2780            }
2781    
2782            /**
2783             * Returns the portlet local service.
2784             *
2785             * @return the portlet local service
2786             */
2787            public com.liferay.portal.service.PortletLocalService getPortletLocalService() {
2788                    return portletLocalService;
2789            }
2790    
2791            /**
2792             * Sets the portlet local service.
2793             *
2794             * @param portletLocalService the portlet local service
2795             */
2796            public void setPortletLocalService(
2797                    com.liferay.portal.service.PortletLocalService portletLocalService) {
2798                    this.portletLocalService = portletLocalService;
2799            }
2800    
2801            /**
2802             * Returns the portlet remote service.
2803             *
2804             * @return the portlet remote service
2805             */
2806            public com.liferay.portal.service.PortletService getPortletService() {
2807                    return portletService;
2808            }
2809    
2810            /**
2811             * Sets the portlet remote service.
2812             *
2813             * @param portletService the portlet remote service
2814             */
2815            public void setPortletService(
2816                    com.liferay.portal.service.PortletService portletService) {
2817                    this.portletService = portletService;
2818            }
2819    
2820            /**
2821             * Returns the portlet persistence.
2822             *
2823             * @return the portlet persistence
2824             */
2825            public PortletPersistence getPortletPersistence() {
2826                    return portletPersistence;
2827            }
2828    
2829            /**
2830             * Sets the portlet persistence.
2831             *
2832             * @param portletPersistence the portlet persistence
2833             */
2834            public void setPortletPersistence(PortletPersistence portletPersistence) {
2835                    this.portletPersistence = portletPersistence;
2836            }
2837    
2838            /**
2839             * Returns the portlet item local service.
2840             *
2841             * @return the portlet item local service
2842             */
2843            public com.liferay.portal.service.PortletItemLocalService getPortletItemLocalService() {
2844                    return portletItemLocalService;
2845            }
2846    
2847            /**
2848             * Sets the portlet item local service.
2849             *
2850             * @param portletItemLocalService the portlet item local service
2851             */
2852            public void setPortletItemLocalService(
2853                    com.liferay.portal.service.PortletItemLocalService portletItemLocalService) {
2854                    this.portletItemLocalService = portletItemLocalService;
2855            }
2856    
2857            /**
2858             * Returns the portlet item persistence.
2859             *
2860             * @return the portlet item persistence
2861             */
2862            public PortletItemPersistence getPortletItemPersistence() {
2863                    return portletItemPersistence;
2864            }
2865    
2866            /**
2867             * Sets the portlet item persistence.
2868             *
2869             * @param portletItemPersistence the portlet item persistence
2870             */
2871            public void setPortletItemPersistence(
2872                    PortletItemPersistence portletItemPersistence) {
2873                    this.portletItemPersistence = portletItemPersistence;
2874            }
2875    
2876            /**
2877             * Returns the portlet preferences local service.
2878             *
2879             * @return the portlet preferences local service
2880             */
2881            public com.liferay.portal.service.PortletPreferencesLocalService getPortletPreferencesLocalService() {
2882                    return portletPreferencesLocalService;
2883            }
2884    
2885            /**
2886             * Sets the portlet preferences local service.
2887             *
2888             * @param portletPreferencesLocalService the portlet preferences local service
2889             */
2890            public void setPortletPreferencesLocalService(
2891                    com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService) {
2892                    this.portletPreferencesLocalService = portletPreferencesLocalService;
2893            }
2894    
2895            /**
2896             * Returns the portlet preferences remote service.
2897             *
2898             * @return the portlet preferences remote service
2899             */
2900            public com.liferay.portal.service.PortletPreferencesService getPortletPreferencesService() {
2901                    return portletPreferencesService;
2902            }
2903    
2904            /**
2905             * Sets the portlet preferences remote service.
2906             *
2907             * @param portletPreferencesService the portlet preferences remote service
2908             */
2909            public void setPortletPreferencesService(
2910                    com.liferay.portal.service.PortletPreferencesService portletPreferencesService) {
2911                    this.portletPreferencesService = portletPreferencesService;
2912            }
2913    
2914            /**
2915             * Returns the portlet preferences persistence.
2916             *
2917             * @return the portlet preferences persistence
2918             */
2919            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
2920                    return portletPreferencesPersistence;
2921            }
2922    
2923            /**
2924             * Sets the portlet preferences persistence.
2925             *
2926             * @param portletPreferencesPersistence the portlet preferences persistence
2927             */
2928            public void setPortletPreferencesPersistence(
2929                    PortletPreferencesPersistence portletPreferencesPersistence) {
2930                    this.portletPreferencesPersistence = portletPreferencesPersistence;
2931            }
2932    
2933            /**
2934             * Returns the portlet preferences finder.
2935             *
2936             * @return the portlet preferences finder
2937             */
2938            public PortletPreferencesFinder getPortletPreferencesFinder() {
2939                    return portletPreferencesFinder;
2940            }
2941    
2942            /**
2943             * Sets the portlet preferences finder.
2944             *
2945             * @param portletPreferencesFinder the portlet preferences finder
2946             */
2947            public void setPortletPreferencesFinder(
2948                    PortletPreferencesFinder portletPreferencesFinder) {
2949                    this.portletPreferencesFinder = portletPreferencesFinder;
2950            }
2951    
2952            /**
2953             * Returns the quartz local service.
2954             *
2955             * @return the quartz local service
2956             */
2957            public com.liferay.portal.service.QuartzLocalService getQuartzLocalService() {
2958                    return quartzLocalService;
2959            }
2960    
2961            /**
2962             * Sets the quartz local service.
2963             *
2964             * @param quartzLocalService the quartz local service
2965             */
2966            public void setQuartzLocalService(
2967                    com.liferay.portal.service.QuartzLocalService quartzLocalService) {
2968                    this.quartzLocalService = quartzLocalService;
2969            }
2970    
2971            /**
2972             * Returns the region remote service.
2973             *
2974             * @return the region remote service
2975             */
2976            public com.liferay.portal.service.RegionService getRegionService() {
2977                    return regionService;
2978            }
2979    
2980            /**
2981             * Sets the region remote service.
2982             *
2983             * @param regionService the region remote service
2984             */
2985            public void setRegionService(
2986                    com.liferay.portal.service.RegionService regionService) {
2987                    this.regionService = regionService;
2988            }
2989    
2990            /**
2991             * Returns the region persistence.
2992             *
2993             * @return the region persistence
2994             */
2995            public RegionPersistence getRegionPersistence() {
2996                    return regionPersistence;
2997            }
2998    
2999            /**
3000             * Sets the region persistence.
3001             *
3002             * @param regionPersistence the region persistence
3003             */
3004            public void setRegionPersistence(RegionPersistence regionPersistence) {
3005                    this.regionPersistence = regionPersistence;
3006            }
3007    
3008            /**
3009             * Returns the release local service.
3010             *
3011             * @return the release local service
3012             */
3013            public com.liferay.portal.service.ReleaseLocalService getReleaseLocalService() {
3014                    return releaseLocalService;
3015            }
3016    
3017            /**
3018             * Sets the release local service.
3019             *
3020             * @param releaseLocalService the release local service
3021             */
3022            public void setReleaseLocalService(
3023                    com.liferay.portal.service.ReleaseLocalService releaseLocalService) {
3024                    this.releaseLocalService = releaseLocalService;
3025            }
3026    
3027            /**
3028             * Returns the release persistence.
3029             *
3030             * @return the release persistence
3031             */
3032            public ReleasePersistence getReleasePersistence() {
3033                    return releasePersistence;
3034            }
3035    
3036            /**
3037             * Sets the release persistence.
3038             *
3039             * @param releasePersistence the release persistence
3040             */
3041            public void setReleasePersistence(ReleasePersistence releasePersistence) {
3042                    this.releasePersistence = releasePersistence;
3043            }
3044    
3045            /**
3046             * Returns the repository local service.
3047             *
3048             * @return the repository local service
3049             */
3050            public com.liferay.portal.service.RepositoryLocalService getRepositoryLocalService() {
3051                    return repositoryLocalService;
3052            }
3053    
3054            /**
3055             * Sets the repository local service.
3056             *
3057             * @param repositoryLocalService the repository local service
3058             */
3059            public void setRepositoryLocalService(
3060                    com.liferay.portal.service.RepositoryLocalService repositoryLocalService) {
3061                    this.repositoryLocalService = repositoryLocalService;
3062            }
3063    
3064            /**
3065             * Returns the repository remote service.
3066             *
3067             * @return the repository remote service
3068             */
3069            public com.liferay.portal.service.RepositoryService getRepositoryService() {
3070                    return repositoryService;
3071            }
3072    
3073            /**
3074             * Sets the repository remote service.
3075             *
3076             * @param repositoryService the repository remote service
3077             */
3078            public void setRepositoryService(
3079                    com.liferay.portal.service.RepositoryService repositoryService) {
3080                    this.repositoryService = repositoryService;
3081            }
3082    
3083            /**
3084             * Returns the repository persistence.
3085             *
3086             * @return the repository persistence
3087             */
3088            public RepositoryPersistence getRepositoryPersistence() {
3089                    return repositoryPersistence;
3090            }
3091    
3092            /**
3093             * Sets the repository persistence.
3094             *
3095             * @param repositoryPersistence the repository persistence
3096             */
3097            public void setRepositoryPersistence(
3098                    RepositoryPersistence repositoryPersistence) {
3099                    this.repositoryPersistence = repositoryPersistence;
3100            }
3101    
3102            /**
3103             * Returns the repository entry local service.
3104             *
3105             * @return the repository entry local service
3106             */
3107            public com.liferay.portal.service.RepositoryEntryLocalService getRepositoryEntryLocalService() {
3108                    return repositoryEntryLocalService;
3109            }
3110    
3111            /**
3112             * Sets the repository entry local service.
3113             *
3114             * @param repositoryEntryLocalService the repository entry local service
3115             */
3116            public void setRepositoryEntryLocalService(
3117                    com.liferay.portal.service.RepositoryEntryLocalService repositoryEntryLocalService) {
3118                    this.repositoryEntryLocalService = repositoryEntryLocalService;
3119            }
3120    
3121            /**
3122             * Returns the repository entry persistence.
3123             *
3124             * @return the repository entry persistence
3125             */
3126            public RepositoryEntryPersistence getRepositoryEntryPersistence() {
3127                    return repositoryEntryPersistence;
3128            }
3129    
3130            /**
3131             * Sets the repository entry persistence.
3132             *
3133             * @param repositoryEntryPersistence the repository entry persistence
3134             */
3135            public void setRepositoryEntryPersistence(
3136                    RepositoryEntryPersistence repositoryEntryPersistence) {
3137                    this.repositoryEntryPersistence = repositoryEntryPersistence;
3138            }
3139    
3140            /**
3141             * Returns the resource local service.
3142             *
3143             * @return the resource local service
3144             */
3145            public com.liferay.portal.service.ResourceLocalService getResourceLocalService() {
3146                    return resourceLocalService;
3147            }
3148    
3149            /**
3150             * Sets the resource local service.
3151             *
3152             * @param resourceLocalService the resource local service
3153             */
3154            public void setResourceLocalService(
3155                    com.liferay.portal.service.ResourceLocalService resourceLocalService) {
3156                    this.resourceLocalService = resourceLocalService;
3157            }
3158    
3159            /**
3160             * Returns the resource action local service.
3161             *
3162             * @return the resource action local service
3163             */
3164            public com.liferay.portal.service.ResourceActionLocalService getResourceActionLocalService() {
3165                    return resourceActionLocalService;
3166            }
3167    
3168            /**
3169             * Sets the resource action local service.
3170             *
3171             * @param resourceActionLocalService the resource action local service
3172             */
3173            public void setResourceActionLocalService(
3174                    com.liferay.portal.service.ResourceActionLocalService resourceActionLocalService) {
3175                    this.resourceActionLocalService = resourceActionLocalService;
3176            }
3177    
3178            /**
3179             * Returns the resource action persistence.
3180             *
3181             * @return the resource action persistence
3182             */
3183            public ResourceActionPersistence getResourceActionPersistence() {
3184                    return resourceActionPersistence;
3185            }
3186    
3187            /**
3188             * Sets the resource action persistence.
3189             *
3190             * @param resourceActionPersistence the resource action persistence
3191             */
3192            public void setResourceActionPersistence(
3193                    ResourceActionPersistence resourceActionPersistence) {
3194                    this.resourceActionPersistence = resourceActionPersistence;
3195            }
3196    
3197            /**
3198             * Returns the resource block local service.
3199             *
3200             * @return the resource block local service
3201             */
3202            public com.liferay.portal.service.ResourceBlockLocalService getResourceBlockLocalService() {
3203                    return resourceBlockLocalService;
3204            }
3205    
3206            /**
3207             * Sets the resource block local service.
3208             *
3209             * @param resourceBlockLocalService the resource block local service
3210             */
3211            public void setResourceBlockLocalService(
3212                    com.liferay.portal.service.ResourceBlockLocalService resourceBlockLocalService) {
3213                    this.resourceBlockLocalService = resourceBlockLocalService;
3214            }
3215    
3216            /**
3217             * Returns the resource block remote service.
3218             *
3219             * @return the resource block remote service
3220             */
3221            public com.liferay.portal.service.ResourceBlockService getResourceBlockService() {
3222                    return resourceBlockService;
3223            }
3224    
3225            /**
3226             * Sets the resource block remote service.
3227             *
3228             * @param resourceBlockService the resource block remote service
3229             */
3230            public void setResourceBlockService(
3231                    com.liferay.portal.service.ResourceBlockService resourceBlockService) {
3232                    this.resourceBlockService = resourceBlockService;
3233            }
3234    
3235            /**
3236             * Returns the resource block persistence.
3237             *
3238             * @return the resource block persistence
3239             */
3240            public ResourceBlockPersistence getResourceBlockPersistence() {
3241                    return resourceBlockPersistence;
3242            }
3243    
3244            /**
3245             * Sets the resource block persistence.
3246             *
3247             * @param resourceBlockPersistence the resource block persistence
3248             */
3249            public void setResourceBlockPersistence(
3250                    ResourceBlockPersistence resourceBlockPersistence) {
3251                    this.resourceBlockPersistence = resourceBlockPersistence;
3252            }
3253    
3254            /**
3255             * Returns the resource block finder.
3256             *
3257             * @return the resource block finder
3258             */
3259            public ResourceBlockFinder getResourceBlockFinder() {
3260                    return resourceBlockFinder;
3261            }
3262    
3263            /**
3264             * Sets the resource block finder.
3265             *
3266             * @param resourceBlockFinder the resource block finder
3267             */
3268            public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder) {
3269                    this.resourceBlockFinder = resourceBlockFinder;
3270            }
3271    
3272            /**
3273             * Returns the resource block permission local service.
3274             *
3275             * @return the resource block permission local service
3276             */
3277            public com.liferay.portal.service.ResourceBlockPermissionLocalService getResourceBlockPermissionLocalService() {
3278                    return resourceBlockPermissionLocalService;
3279            }
3280    
3281            /**
3282             * Sets the resource block permission local service.
3283             *
3284             * @param resourceBlockPermissionLocalService the resource block permission local service
3285             */
3286            public void setResourceBlockPermissionLocalService(
3287                    com.liferay.portal.service.ResourceBlockPermissionLocalService resourceBlockPermissionLocalService) {
3288                    this.resourceBlockPermissionLocalService = resourceBlockPermissionLocalService;
3289            }
3290    
3291            /**
3292             * Returns the resource block permission persistence.
3293             *
3294             * @return the resource block permission persistence
3295             */
3296            public ResourceBlockPermissionPersistence getResourceBlockPermissionPersistence() {
3297                    return resourceBlockPermissionPersistence;
3298            }
3299    
3300            /**
3301             * Sets the resource block permission persistence.
3302             *
3303             * @param resourceBlockPermissionPersistence the resource block permission persistence
3304             */
3305            public void setResourceBlockPermissionPersistence(
3306                    ResourceBlockPermissionPersistence resourceBlockPermissionPersistence) {
3307                    this.resourceBlockPermissionPersistence = resourceBlockPermissionPersistence;
3308            }
3309    
3310            /**
3311             * Returns the resource permission local service.
3312             *
3313             * @return the resource permission local service
3314             */
3315            public com.liferay.portal.service.ResourcePermissionLocalService getResourcePermissionLocalService() {
3316                    return resourcePermissionLocalService;
3317            }
3318    
3319            /**
3320             * Sets the resource permission local service.
3321             *
3322             * @param resourcePermissionLocalService the resource permission local service
3323             */
3324            public void setResourcePermissionLocalService(
3325                    com.liferay.portal.service.ResourcePermissionLocalService resourcePermissionLocalService) {
3326                    this.resourcePermissionLocalService = resourcePermissionLocalService;
3327            }
3328    
3329            /**
3330             * Returns the resource permission remote service.
3331             *
3332             * @return the resource permission remote service
3333             */
3334            public com.liferay.portal.service.ResourcePermissionService getResourcePermissionService() {
3335                    return resourcePermissionService;
3336            }
3337    
3338            /**
3339             * Sets the resource permission remote service.
3340             *
3341             * @param resourcePermissionService the resource permission remote service
3342             */
3343            public void setResourcePermissionService(
3344                    com.liferay.portal.service.ResourcePermissionService resourcePermissionService) {
3345                    this.resourcePermissionService = resourcePermissionService;
3346            }
3347    
3348            /**
3349             * Returns the resource permission persistence.
3350             *
3351             * @return the resource permission persistence
3352             */
3353            public ResourcePermissionPersistence getResourcePermissionPersistence() {
3354                    return resourcePermissionPersistence;
3355            }
3356    
3357            /**
3358             * Sets the resource permission persistence.
3359             *
3360             * @param resourcePermissionPersistence the resource permission persistence
3361             */
3362            public void setResourcePermissionPersistence(
3363                    ResourcePermissionPersistence resourcePermissionPersistence) {
3364                    this.resourcePermissionPersistence = resourcePermissionPersistence;
3365            }
3366    
3367            /**
3368             * Returns the resource permission finder.
3369             *
3370             * @return the resource permission finder
3371             */
3372            public ResourcePermissionFinder getResourcePermissionFinder() {
3373                    return resourcePermissionFinder;
3374            }
3375    
3376            /**
3377             * Sets the resource permission finder.
3378             *
3379             * @param resourcePermissionFinder the resource permission finder
3380             */
3381            public void setResourcePermissionFinder(
3382                    ResourcePermissionFinder resourcePermissionFinder) {
3383                    this.resourcePermissionFinder = resourcePermissionFinder;
3384            }
3385    
3386            /**
3387             * Returns the resource type permission local service.
3388             *
3389             * @return the resource type permission local service
3390             */
3391            public com.liferay.portal.service.ResourceTypePermissionLocalService getResourceTypePermissionLocalService() {
3392                    return resourceTypePermissionLocalService;
3393            }
3394    
3395            /**
3396             * Sets the resource type permission local service.
3397             *
3398             * @param resourceTypePermissionLocalService the resource type permission local service
3399             */
3400            public void setResourceTypePermissionLocalService(
3401                    com.liferay.portal.service.ResourceTypePermissionLocalService resourceTypePermissionLocalService) {
3402                    this.resourceTypePermissionLocalService = resourceTypePermissionLocalService;
3403            }
3404    
3405            /**
3406             * Returns the resource type permission persistence.
3407             *
3408             * @return the resource type permission persistence
3409             */
3410            public ResourceTypePermissionPersistence getResourceTypePermissionPersistence() {
3411                    return resourceTypePermissionPersistence;
3412            }
3413    
3414            /**
3415             * Sets the resource type permission persistence.
3416             *
3417             * @param resourceTypePermissionPersistence the resource type permission persistence
3418             */
3419            public void setResourceTypePermissionPersistence(
3420                    ResourceTypePermissionPersistence resourceTypePermissionPersistence) {
3421                    this.resourceTypePermissionPersistence = resourceTypePermissionPersistence;
3422            }
3423    
3424            /**
3425             * Returns the resource type permission finder.
3426             *
3427             * @return the resource type permission finder
3428             */
3429            public ResourceTypePermissionFinder getResourceTypePermissionFinder() {
3430                    return resourceTypePermissionFinder;
3431            }
3432    
3433            /**
3434             * Sets the resource type permission finder.
3435             *
3436             * @param resourceTypePermissionFinder the resource type permission finder
3437             */
3438            public void setResourceTypePermissionFinder(
3439                    ResourceTypePermissionFinder resourceTypePermissionFinder) {
3440                    this.resourceTypePermissionFinder = resourceTypePermissionFinder;
3441            }
3442    
3443            /**
3444             * Returns the role local service.
3445             *
3446             * @return the role local service
3447             */
3448            public com.liferay.portal.service.RoleLocalService getRoleLocalService() {
3449                    return roleLocalService;
3450            }
3451    
3452            /**
3453             * Sets the role local service.
3454             *
3455             * @param roleLocalService the role local service
3456             */
3457            public void setRoleLocalService(
3458                    com.liferay.portal.service.RoleLocalService roleLocalService) {
3459                    this.roleLocalService = roleLocalService;
3460            }
3461    
3462            /**
3463             * Returns the role remote service.
3464             *
3465             * @return the role remote service
3466             */
3467            public com.liferay.portal.service.RoleService getRoleService() {
3468                    return roleService;
3469            }
3470    
3471            /**
3472             * Sets the role remote service.
3473             *
3474             * @param roleService the role remote service
3475             */
3476            public void setRoleService(
3477                    com.liferay.portal.service.RoleService roleService) {
3478                    this.roleService = roleService;
3479            }
3480    
3481            /**
3482             * Returns the role persistence.
3483             *
3484             * @return the role persistence
3485             */
3486            public RolePersistence getRolePersistence() {
3487                    return rolePersistence;
3488            }
3489    
3490            /**
3491             * Sets the role persistence.
3492             *
3493             * @param rolePersistence the role persistence
3494             */
3495            public void setRolePersistence(RolePersistence rolePersistence) {
3496                    this.rolePersistence = rolePersistence;
3497            }
3498    
3499            /**
3500             * Returns the role finder.
3501             *
3502             * @return the role finder
3503             */
3504            public RoleFinder getRoleFinder() {
3505                    return roleFinder;
3506            }
3507    
3508            /**
3509             * Sets the role finder.
3510             *
3511             * @param roleFinder the role finder
3512             */
3513            public void setRoleFinder(RoleFinder roleFinder) {
3514                    this.roleFinder = roleFinder;
3515            }
3516    
3517            /**
3518             * Returns the service component local service.
3519             *
3520             * @return the service component local service
3521             */
3522            public com.liferay.portal.service.ServiceComponentLocalService getServiceComponentLocalService() {
3523                    return serviceComponentLocalService;
3524            }
3525    
3526            /**
3527             * Sets the service component local service.
3528             *
3529             * @param serviceComponentLocalService the service component local service
3530             */
3531            public void setServiceComponentLocalService(
3532                    com.liferay.portal.service.ServiceComponentLocalService serviceComponentLocalService) {
3533                    this.serviceComponentLocalService = serviceComponentLocalService;
3534            }
3535    
3536            /**
3537             * Returns the service component persistence.
3538             *
3539             * @return the service component persistence
3540             */
3541            public ServiceComponentPersistence getServiceComponentPersistence() {
3542                    return serviceComponentPersistence;
3543            }
3544    
3545            /**
3546             * Sets the service component persistence.
3547             *
3548             * @param serviceComponentPersistence the service component persistence
3549             */
3550            public void setServiceComponentPersistence(
3551                    ServiceComponentPersistence serviceComponentPersistence) {
3552                    this.serviceComponentPersistence = serviceComponentPersistence;
3553            }
3554    
3555            /**
3556             * Returns the shard local service.
3557             *
3558             * @return the shard local service
3559             */
3560            public com.liferay.portal.service.ShardLocalService getShardLocalService() {
3561                    return shardLocalService;
3562            }
3563    
3564            /**
3565             * Sets the shard local service.
3566             *
3567             * @param shardLocalService the shard local service
3568             */
3569            public void setShardLocalService(
3570                    com.liferay.portal.service.ShardLocalService shardLocalService) {
3571                    this.shardLocalService = shardLocalService;
3572            }
3573    
3574            /**
3575             * Returns the shard persistence.
3576             *
3577             * @return the shard persistence
3578             */
3579            public ShardPersistence getShardPersistence() {
3580                    return shardPersistence;
3581            }
3582    
3583            /**
3584             * Sets the shard persistence.
3585             *
3586             * @param shardPersistence the shard persistence
3587             */
3588            public void setShardPersistence(ShardPersistence shardPersistence) {
3589                    this.shardPersistence = shardPersistence;
3590            }
3591    
3592            /**
3593             * Returns the staging local service.
3594             *
3595             * @return the staging local service
3596             */
3597            public com.liferay.portal.service.StagingLocalService getStagingLocalService() {
3598                    return stagingLocalService;
3599            }
3600    
3601            /**
3602             * Sets the staging local service.
3603             *
3604             * @param stagingLocalService the staging local service
3605             */
3606            public void setStagingLocalService(
3607                    com.liferay.portal.service.StagingLocalService stagingLocalService) {
3608                    this.stagingLocalService = stagingLocalService;
3609            }
3610    
3611            /**
3612             * Returns the staging remote service.
3613             *
3614             * @return the staging remote service
3615             */
3616            public com.liferay.portal.service.StagingService getStagingService() {
3617                    return stagingService;
3618            }
3619    
3620            /**
3621             * Sets the staging remote service.
3622             *
3623             * @param stagingService the staging remote service
3624             */
3625            public void setStagingService(
3626                    com.liferay.portal.service.StagingService stagingService) {
3627                    this.stagingService = stagingService;
3628            }
3629    
3630            /**
3631             * Returns the subscription local service.
3632             *
3633             * @return the subscription local service
3634             */
3635            public com.liferay.portal.service.SubscriptionLocalService getSubscriptionLocalService() {
3636                    return subscriptionLocalService;
3637            }
3638    
3639            /**
3640             * Sets the subscription local service.
3641             *
3642             * @param subscriptionLocalService the subscription local service
3643             */
3644            public void setSubscriptionLocalService(
3645                    com.liferay.portal.service.SubscriptionLocalService subscriptionLocalService) {
3646                    this.subscriptionLocalService = subscriptionLocalService;
3647            }
3648    
3649            /**
3650             * Returns the subscription persistence.
3651             *
3652             * @return the subscription persistence
3653             */
3654            public SubscriptionPersistence getSubscriptionPersistence() {
3655                    return subscriptionPersistence;
3656            }
3657    
3658            /**
3659             * Sets the subscription persistence.
3660             *
3661             * @param subscriptionPersistence the subscription persistence
3662             */
3663            public void setSubscriptionPersistence(
3664                    SubscriptionPersistence subscriptionPersistence) {
3665                    this.subscriptionPersistence = subscriptionPersistence;
3666            }
3667    
3668            /**
3669             * Returns the system event local service.
3670             *
3671             * @return the system event local service
3672             */
3673            public com.liferay.portal.service.SystemEventLocalService getSystemEventLocalService() {
3674                    return systemEventLocalService;
3675            }
3676    
3677            /**
3678             * Sets the system event local service.
3679             *
3680             * @param systemEventLocalService the system event local service
3681             */
3682            public void setSystemEventLocalService(
3683                    com.liferay.portal.service.SystemEventLocalService systemEventLocalService) {
3684                    this.systemEventLocalService = systemEventLocalService;
3685            }
3686    
3687            /**
3688             * Returns the system event persistence.
3689             *
3690             * @return the system event persistence
3691             */
3692            public SystemEventPersistence getSystemEventPersistence() {
3693                    return systemEventPersistence;
3694            }
3695    
3696            /**
3697             * Sets the system event persistence.
3698             *
3699             * @param systemEventPersistence the system event persistence
3700             */
3701            public void setSystemEventPersistence(
3702                    SystemEventPersistence systemEventPersistence) {
3703                    this.systemEventPersistence = systemEventPersistence;
3704            }
3705    
3706            /**
3707             * Returns the team local service.
3708             *
3709             * @return the team local service
3710             */
3711            public com.liferay.portal.service.TeamLocalService getTeamLocalService() {
3712                    return teamLocalService;
3713            }
3714    
3715            /**
3716             * Sets the team local service.
3717             *
3718             * @param teamLocalService the team local service
3719             */
3720            public void setTeamLocalService(
3721                    com.liferay.portal.service.TeamLocalService teamLocalService) {
3722                    this.teamLocalService = teamLocalService;
3723            }
3724    
3725            /**
3726             * Returns the team remote service.
3727             *
3728             * @return the team remote service
3729             */
3730            public com.liferay.portal.service.TeamService getTeamService() {
3731                    return teamService;
3732            }
3733    
3734            /**
3735             * Sets the team remote service.
3736             *
3737             * @param teamService the team remote service
3738             */
3739            public void setTeamService(
3740                    com.liferay.portal.service.TeamService teamService) {
3741                    this.teamService = teamService;
3742            }
3743    
3744            /**
3745             * Returns the team persistence.
3746             *
3747             * @return the team persistence
3748             */
3749            public TeamPersistence getTeamPersistence() {
3750                    return teamPersistence;
3751            }
3752    
3753            /**
3754             * Sets the team persistence.
3755             *
3756             * @param teamPersistence the team persistence
3757             */
3758            public void setTeamPersistence(TeamPersistence teamPersistence) {
3759                    this.teamPersistence = teamPersistence;
3760            }
3761    
3762            /**
3763             * Returns the team finder.
3764             *
3765             * @return the team finder
3766             */
3767            public TeamFinder getTeamFinder() {
3768                    return teamFinder;
3769            }
3770    
3771            /**
3772             * Sets the team finder.
3773             *
3774             * @param teamFinder the team finder
3775             */
3776            public void setTeamFinder(TeamFinder teamFinder) {
3777                    this.teamFinder = teamFinder;
3778            }
3779    
3780            /**
3781             * Returns the theme local service.
3782             *
3783             * @return the theme local service
3784             */
3785            public com.liferay.portal.service.ThemeLocalService getThemeLocalService() {
3786                    return themeLocalService;
3787            }
3788    
3789            /**
3790             * Sets the theme local service.
3791             *
3792             * @param themeLocalService the theme local service
3793             */
3794            public void setThemeLocalService(
3795                    com.liferay.portal.service.ThemeLocalService themeLocalService) {
3796                    this.themeLocalService = themeLocalService;
3797            }
3798    
3799            /**
3800             * Returns the theme remote service.
3801             *
3802             * @return the theme remote service
3803             */
3804            public com.liferay.portal.service.ThemeService getThemeService() {
3805                    return themeService;
3806            }
3807    
3808            /**
3809             * Sets the theme remote service.
3810             *
3811             * @param themeService the theme remote service
3812             */
3813            public void setThemeService(
3814                    com.liferay.portal.service.ThemeService themeService) {
3815                    this.themeService = themeService;
3816            }
3817    
3818            /**
3819             * Returns the ticket local service.
3820             *
3821             * @return the ticket local service
3822             */
3823            public com.liferay.portal.service.TicketLocalService getTicketLocalService() {
3824                    return ticketLocalService;
3825            }
3826    
3827            /**
3828             * Sets the ticket local service.
3829             *
3830             * @param ticketLocalService the ticket local service
3831             */
3832            public void setTicketLocalService(
3833                    com.liferay.portal.service.TicketLocalService ticketLocalService) {
3834                    this.ticketLocalService = ticketLocalService;
3835            }
3836    
3837            /**
3838             * Returns the ticket persistence.
3839             *
3840             * @return the ticket persistence
3841             */
3842            public TicketPersistence getTicketPersistence() {
3843                    return ticketPersistence;
3844            }
3845    
3846            /**
3847             * Sets the ticket persistence.
3848             *
3849             * @param ticketPersistence the ticket persistence
3850             */
3851            public void setTicketPersistence(TicketPersistence ticketPersistence) {
3852                    this.ticketPersistence = ticketPersistence;
3853            }
3854    
3855            /**
3856             * Returns the user local service.
3857             *
3858             * @return the user local service
3859             */
3860            public com.liferay.portal.service.UserLocalService getUserLocalService() {
3861                    return userLocalService;
3862            }
3863    
3864            /**
3865             * Sets the user local service.
3866             *
3867             * @param userLocalService the user local service
3868             */
3869            public void setUserLocalService(
3870                    com.liferay.portal.service.UserLocalService userLocalService) {
3871                    this.userLocalService = userLocalService;
3872            }
3873    
3874            /**
3875             * Returns the user remote service.
3876             *
3877             * @return the user remote service
3878             */
3879            public com.liferay.portal.service.UserService getUserService() {
3880                    return userService;
3881            }
3882    
3883            /**
3884             * Sets the user remote service.
3885             *
3886             * @param userService the user remote service
3887             */
3888            public void setUserService(
3889                    com.liferay.portal.service.UserService userService) {
3890                    this.userService = userService;
3891            }
3892    
3893            /**
3894             * Returns the user persistence.
3895             *
3896             * @return the user persistence
3897             */
3898            public UserPersistence getUserPersistence() {
3899                    return userPersistence;
3900            }
3901    
3902            /**
3903             * Sets the user persistence.
3904             *
3905             * @param userPersistence the user persistence
3906             */
3907            public void setUserPersistence(UserPersistence userPersistence) {
3908                    this.userPersistence = userPersistence;
3909            }
3910    
3911            /**
3912             * Returns the user finder.
3913             *
3914             * @return the user finder
3915             */
3916            public UserFinder getUserFinder() {
3917                    return userFinder;
3918            }
3919    
3920            /**
3921             * Sets the user finder.
3922             *
3923             * @param userFinder the user finder
3924             */
3925            public void setUserFinder(UserFinder userFinder) {
3926                    this.userFinder = userFinder;
3927            }
3928    
3929            /**
3930             * Returns the user group local service.
3931             *
3932             * @return the user group local service
3933             */
3934            public com.liferay.portal.service.UserGroupLocalService getUserGroupLocalService() {
3935                    return userGroupLocalService;
3936            }
3937    
3938            /**
3939             * Sets the user group local service.
3940             *
3941             * @param userGroupLocalService the user group local service
3942             */
3943            public void setUserGroupLocalService(
3944                    com.liferay.portal.service.UserGroupLocalService userGroupLocalService) {
3945                    this.userGroupLocalService = userGroupLocalService;
3946            }
3947    
3948            /**
3949             * Returns the user group remote service.
3950             *
3951             * @return the user group remote service
3952             */
3953            public com.liferay.portal.service.UserGroupService getUserGroupService() {
3954                    return userGroupService;
3955            }
3956    
3957            /**
3958             * Sets the user group remote service.
3959             *
3960             * @param userGroupService the user group remote service
3961             */
3962            public void setUserGroupService(
3963                    com.liferay.portal.service.UserGroupService userGroupService) {
3964                    this.userGroupService = userGroupService;
3965            }
3966    
3967            /**
3968             * Returns the user group persistence.
3969             *
3970             * @return the user group persistence
3971             */
3972            public UserGroupPersistence getUserGroupPersistence() {
3973                    return userGroupPersistence;
3974            }
3975    
3976            /**
3977             * Sets the user group persistence.
3978             *
3979             * @param userGroupPersistence the user group persistence
3980             */
3981            public void setUserGroupPersistence(
3982                    UserGroupPersistence userGroupPersistence) {
3983                    this.userGroupPersistence = userGroupPersistence;
3984            }
3985    
3986            /**
3987             * Returns the user group finder.
3988             *
3989             * @return the user group finder
3990             */
3991            public UserGroupFinder getUserGroupFinder() {
3992                    return userGroupFinder;
3993            }
3994    
3995            /**
3996             * Sets the user group finder.
3997             *
3998             * @param userGroupFinder the user group finder
3999             */
4000            public void setUserGroupFinder(UserGroupFinder userGroupFinder) {
4001                    this.userGroupFinder = userGroupFinder;
4002            }
4003    
4004            /**
4005             * Returns the user group group role local service.
4006             *
4007             * @return the user group group role local service
4008             */
4009            public com.liferay.portal.service.UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService() {
4010                    return userGroupGroupRoleLocalService;
4011            }
4012    
4013            /**
4014             * Sets the user group group role local service.
4015             *
4016             * @param userGroupGroupRoleLocalService the user group group role local service
4017             */
4018            public void setUserGroupGroupRoleLocalService(
4019                    com.liferay.portal.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService) {
4020                    this.userGroupGroupRoleLocalService = userGroupGroupRoleLocalService;
4021            }
4022    
4023            /**
4024             * Returns the user group group role remote service.
4025             *
4026             * @return the user group group role remote service
4027             */
4028            public com.liferay.portal.service.UserGroupGroupRoleService getUserGroupGroupRoleService() {
4029                    return userGroupGroupRoleService;
4030            }
4031    
4032            /**
4033             * Sets the user group group role remote service.
4034             *
4035             * @param userGroupGroupRoleService the user group group role remote service
4036             */
4037            public void setUserGroupGroupRoleService(
4038                    com.liferay.portal.service.UserGroupGroupRoleService userGroupGroupRoleService) {
4039                    this.userGroupGroupRoleService = userGroupGroupRoleService;
4040            }
4041    
4042            /**
4043             * Returns the user group group role persistence.
4044             *
4045             * @return the user group group role persistence
4046             */
4047            public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence() {
4048                    return userGroupGroupRolePersistence;
4049            }
4050    
4051            /**
4052             * Sets the user group group role persistence.
4053             *
4054             * @param userGroupGroupRolePersistence the user group group role persistence
4055             */
4056            public void setUserGroupGroupRolePersistence(
4057                    UserGroupGroupRolePersistence userGroupGroupRolePersistence) {
4058                    this.userGroupGroupRolePersistence = userGroupGroupRolePersistence;
4059            }
4060    
4061            /**
4062             * Returns the user group role local service.
4063             *
4064             * @return the user group role local service
4065             */
4066            public com.liferay.portal.service.UserGroupRoleLocalService getUserGroupRoleLocalService() {
4067                    return userGroupRoleLocalService;
4068            }
4069    
4070            /**
4071             * Sets the user group role local service.
4072             *
4073             * @param userGroupRoleLocalService the user group role local service
4074             */
4075            public void setUserGroupRoleLocalService(
4076                    com.liferay.portal.service.UserGroupRoleLocalService userGroupRoleLocalService) {
4077                    this.userGroupRoleLocalService = userGroupRoleLocalService;
4078            }
4079    
4080            /**
4081             * Returns the user group role remote service.
4082             *
4083             * @return the user group role remote service
4084             */
4085            public com.liferay.portal.service.UserGroupRoleService getUserGroupRoleService() {
4086                    return userGroupRoleService;
4087            }
4088    
4089            /**
4090             * Sets the user group role remote service.
4091             *
4092             * @param userGroupRoleService the user group role remote service
4093             */
4094            public void setUserGroupRoleService(
4095                    com.liferay.portal.service.UserGroupRoleService userGroupRoleService) {
4096                    this.userGroupRoleService = userGroupRoleService;
4097            }
4098    
4099            /**
4100             * Returns the user group role persistence.
4101             *
4102             * @return the user group role persistence
4103             */
4104            public UserGroupRolePersistence getUserGroupRolePersistence() {
4105                    return userGroupRolePersistence;
4106            }
4107    
4108            /**
4109             * Sets the user group role persistence.
4110             *
4111             * @param userGroupRolePersistence the user group role persistence
4112             */
4113            public void setUserGroupRolePersistence(
4114                    UserGroupRolePersistence userGroupRolePersistence) {
4115                    this.userGroupRolePersistence = userGroupRolePersistence;
4116            }
4117    
4118            /**
4119             * Returns the user group role finder.
4120             *
4121             * @return the user group role finder
4122             */
4123            public UserGroupRoleFinder getUserGroupRoleFinder() {
4124                    return userGroupRoleFinder;
4125            }
4126    
4127            /**
4128             * Sets the user group role finder.
4129             *
4130             * @param userGroupRoleFinder the user group role finder
4131             */
4132            public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder) {
4133                    this.userGroupRoleFinder = userGroupRoleFinder;
4134            }
4135    
4136            /**
4137             * Returns the user ID mapper local service.
4138             *
4139             * @return the user ID mapper local service
4140             */
4141            public com.liferay.portal.service.UserIdMapperLocalService getUserIdMapperLocalService() {
4142                    return userIdMapperLocalService;
4143            }
4144    
4145            /**
4146             * Sets the user ID mapper local service.
4147             *
4148             * @param userIdMapperLocalService the user ID mapper local service
4149             */
4150            public void setUserIdMapperLocalService(
4151                    com.liferay.portal.service.UserIdMapperLocalService userIdMapperLocalService) {
4152                    this.userIdMapperLocalService = userIdMapperLocalService;
4153            }
4154    
4155            /**
4156             * Returns the user ID mapper persistence.
4157             *
4158             * @return the user ID mapper persistence
4159             */
4160            public UserIdMapperPersistence getUserIdMapperPersistence() {
4161                    return userIdMapperPersistence;
4162            }
4163    
4164            /**
4165             * Sets the user ID mapper persistence.
4166             *
4167             * @param userIdMapperPersistence the user ID mapper persistence
4168             */
4169            public void setUserIdMapperPersistence(
4170                    UserIdMapperPersistence userIdMapperPersistence) {
4171                    this.userIdMapperPersistence = userIdMapperPersistence;
4172            }
4173    
4174            /**
4175             * Returns the user notification delivery local service.
4176             *
4177             * @return the user notification delivery local service
4178             */
4179            public com.liferay.portal.service.UserNotificationDeliveryLocalService getUserNotificationDeliveryLocalService() {
4180                    return userNotificationDeliveryLocalService;
4181            }
4182    
4183            /**
4184             * Sets the user notification delivery local service.
4185             *
4186             * @param userNotificationDeliveryLocalService the user notification delivery local service
4187             */
4188            public void setUserNotificationDeliveryLocalService(
4189                    com.liferay.portal.service.UserNotificationDeliveryLocalService userNotificationDeliveryLocalService) {
4190                    this.userNotificationDeliveryLocalService = userNotificationDeliveryLocalService;
4191            }
4192    
4193            /**
4194             * Returns the user notification delivery persistence.
4195             *
4196             * @return the user notification delivery persistence
4197             */
4198            public UserNotificationDeliveryPersistence getUserNotificationDeliveryPersistence() {
4199                    return userNotificationDeliveryPersistence;
4200            }
4201    
4202            /**
4203             * Sets the user notification delivery persistence.
4204             *
4205             * @param userNotificationDeliveryPersistence the user notification delivery persistence
4206             */
4207            public void setUserNotificationDeliveryPersistence(
4208                    UserNotificationDeliveryPersistence userNotificationDeliveryPersistence) {
4209                    this.userNotificationDeliveryPersistence = userNotificationDeliveryPersistence;
4210            }
4211    
4212            /**
4213             * Returns the user notification event local service.
4214             *
4215             * @return the user notification event local service
4216             */
4217            public com.liferay.portal.service.UserNotificationEventLocalService getUserNotificationEventLocalService() {
4218                    return userNotificationEventLocalService;
4219            }
4220    
4221            /**
4222             * Sets the user notification event local service.
4223             *
4224             * @param userNotificationEventLocalService the user notification event local service
4225             */
4226            public void setUserNotificationEventLocalService(
4227                    com.liferay.portal.service.UserNotificationEventLocalService userNotificationEventLocalService) {
4228                    this.userNotificationEventLocalService = userNotificationEventLocalService;
4229            }
4230    
4231            /**
4232             * Returns the user notification event persistence.
4233             *
4234             * @return the user notification event persistence
4235             */
4236            public UserNotificationEventPersistence getUserNotificationEventPersistence() {
4237                    return userNotificationEventPersistence;
4238            }
4239    
4240            /**
4241             * Sets the user notification event persistence.
4242             *
4243             * @param userNotificationEventPersistence the user notification event persistence
4244             */
4245            public void setUserNotificationEventPersistence(
4246                    UserNotificationEventPersistence userNotificationEventPersistence) {
4247                    this.userNotificationEventPersistence = userNotificationEventPersistence;
4248            }
4249    
4250            /**
4251             * Returns the user tracker local service.
4252             *
4253             * @return the user tracker local service
4254             */
4255            public com.liferay.portal.service.UserTrackerLocalService getUserTrackerLocalService() {
4256                    return userTrackerLocalService;
4257            }
4258    
4259            /**
4260             * Sets the user tracker local service.
4261             *
4262             * @param userTrackerLocalService the user tracker local service
4263             */
4264            public void setUserTrackerLocalService(
4265                    com.liferay.portal.service.UserTrackerLocalService userTrackerLocalService) {
4266                    this.userTrackerLocalService = userTrackerLocalService;
4267            }
4268    
4269            /**
4270             * Returns the user tracker persistence.
4271             *
4272             * @return the user tracker persistence
4273             */
4274            public UserTrackerPersistence getUserTrackerPersistence() {
4275                    return userTrackerPersistence;
4276            }
4277    
4278            /**
4279             * Sets the user tracker persistence.
4280             *
4281             * @param userTrackerPersistence the user tracker persistence
4282             */
4283            public void setUserTrackerPersistence(
4284                    UserTrackerPersistence userTrackerPersistence) {
4285                    this.userTrackerPersistence = userTrackerPersistence;
4286            }
4287    
4288            /**
4289             * Returns the user tracker path local service.
4290             *
4291             * @return the user tracker path local service
4292             */
4293            public com.liferay.portal.service.UserTrackerPathLocalService getUserTrackerPathLocalService() {
4294                    return userTrackerPathLocalService;
4295            }
4296    
4297            /**
4298             * Sets the user tracker path local service.
4299             *
4300             * @param userTrackerPathLocalService the user tracker path local service
4301             */
4302            public void setUserTrackerPathLocalService(
4303                    com.liferay.portal.service.UserTrackerPathLocalService userTrackerPathLocalService) {
4304                    this.userTrackerPathLocalService = userTrackerPathLocalService;
4305            }
4306    
4307            /**
4308             * Returns the user tracker path persistence.
4309             *
4310             * @return the user tracker path persistence
4311             */
4312            public UserTrackerPathPersistence getUserTrackerPathPersistence() {
4313                    return userTrackerPathPersistence;
4314            }
4315    
4316            /**
4317             * Sets the user tracker path persistence.
4318             *
4319             * @param userTrackerPathPersistence the user tracker path persistence
4320             */
4321            public void setUserTrackerPathPersistence(
4322                    UserTrackerPathPersistence userTrackerPathPersistence) {
4323                    this.userTrackerPathPersistence = userTrackerPathPersistence;
4324            }
4325    
4326            /**
4327             * Returns the virtual host local service.
4328             *
4329             * @return the virtual host local service
4330             */
4331            public com.liferay.portal.service.VirtualHostLocalService getVirtualHostLocalService() {
4332                    return virtualHostLocalService;
4333            }
4334    
4335            /**
4336             * Sets the virtual host local service.
4337             *
4338             * @param virtualHostLocalService the virtual host local service
4339             */
4340            public void setVirtualHostLocalService(
4341                    com.liferay.portal.service.VirtualHostLocalService virtualHostLocalService) {
4342                    this.virtualHostLocalService = virtualHostLocalService;
4343            }
4344    
4345            /**
4346             * Returns the virtual host persistence.
4347             *
4348             * @return the virtual host persistence
4349             */
4350            public VirtualHostPersistence getVirtualHostPersistence() {
4351                    return virtualHostPersistence;
4352            }
4353    
4354            /**
4355             * Sets the virtual host persistence.
4356             *
4357             * @param virtualHostPersistence the virtual host persistence
4358             */
4359            public void setVirtualHostPersistence(
4360                    VirtualHostPersistence virtualHostPersistence) {
4361                    this.virtualHostPersistence = virtualHostPersistence;
4362            }
4363    
4364            /**
4365             * Returns the web d a v props local service.
4366             *
4367             * @return the web d a v props local service
4368             */
4369            public com.liferay.portal.service.WebDAVPropsLocalService getWebDAVPropsLocalService() {
4370                    return webDAVPropsLocalService;
4371            }
4372    
4373            /**
4374             * Sets the web d a v props local service.
4375             *
4376             * @param webDAVPropsLocalService the web d a v props local service
4377             */
4378            public void setWebDAVPropsLocalService(
4379                    com.liferay.portal.service.WebDAVPropsLocalService webDAVPropsLocalService) {
4380                    this.webDAVPropsLocalService = webDAVPropsLocalService;
4381            }
4382    
4383            /**
4384             * Returns the web d a v props persistence.
4385             *
4386             * @return the web d a v props persistence
4387             */
4388            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
4389                    return webDAVPropsPersistence;
4390            }
4391    
4392            /**
4393             * Sets the web d a v props persistence.
4394             *
4395             * @param webDAVPropsPersistence the web d a v props persistence
4396             */
4397            public void setWebDAVPropsPersistence(
4398                    WebDAVPropsPersistence webDAVPropsPersistence) {
4399                    this.webDAVPropsPersistence = webDAVPropsPersistence;
4400            }
4401    
4402            /**
4403             * Returns the website local service.
4404             *
4405             * @return the website local service
4406             */
4407            public com.liferay.portal.service.WebsiteLocalService getWebsiteLocalService() {
4408                    return websiteLocalService;
4409            }
4410    
4411            /**
4412             * Sets the website local service.
4413             *
4414             * @param websiteLocalService the website local service
4415             */
4416            public void setWebsiteLocalService(
4417                    com.liferay.portal.service.WebsiteLocalService websiteLocalService) {
4418                    this.websiteLocalService = websiteLocalService;
4419            }
4420    
4421            /**
4422             * Returns the website remote service.
4423             *
4424             * @return the website remote service
4425             */
4426            public com.liferay.portal.service.WebsiteService getWebsiteService() {
4427                    return websiteService;
4428            }
4429    
4430            /**
4431             * Sets the website remote service.
4432             *
4433             * @param websiteService the website remote service
4434             */
4435            public void setWebsiteService(
4436                    com.liferay.portal.service.WebsiteService websiteService) {
4437                    this.websiteService = websiteService;
4438            }
4439    
4440            /**
4441             * Returns the website persistence.
4442             *
4443             * @return the website persistence
4444             */
4445            public WebsitePersistence getWebsitePersistence() {
4446                    return websitePersistence;
4447            }
4448    
4449            /**
4450             * Sets the website persistence.
4451             *
4452             * @param websitePersistence the website persistence
4453             */
4454            public void setWebsitePersistence(WebsitePersistence websitePersistence) {
4455                    this.websitePersistence = websitePersistence;
4456            }
4457    
4458            /**
4459             * Returns the workflow definition link local service.
4460             *
4461             * @return the workflow definition link local service
4462             */
4463            public com.liferay.portal.service.WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService() {
4464                    return workflowDefinitionLinkLocalService;
4465            }
4466    
4467            /**
4468             * Sets the workflow definition link local service.
4469             *
4470             * @param workflowDefinitionLinkLocalService the workflow definition link local service
4471             */
4472            public void setWorkflowDefinitionLinkLocalService(
4473                    com.liferay.portal.service.WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) {
4474                    this.workflowDefinitionLinkLocalService = workflowDefinitionLinkLocalService;
4475            }
4476    
4477            /**
4478             * Returns the workflow definition link persistence.
4479             *
4480             * @return the workflow definition link persistence
4481             */
4482            public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence() {
4483                    return workflowDefinitionLinkPersistence;
4484            }
4485    
4486            /**
4487             * Sets the workflow definition link persistence.
4488             *
4489             * @param workflowDefinitionLinkPersistence the workflow definition link persistence
4490             */
4491            public void setWorkflowDefinitionLinkPersistence(
4492                    WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence) {
4493                    this.workflowDefinitionLinkPersistence = workflowDefinitionLinkPersistence;
4494            }
4495    
4496            /**
4497             * Returns the workflow instance link local service.
4498             *
4499             * @return the workflow instance link local service
4500             */
4501            public com.liferay.portal.service.WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
4502                    return workflowInstanceLinkLocalService;
4503            }
4504    
4505            /**
4506             * Sets the workflow instance link local service.
4507             *
4508             * @param workflowInstanceLinkLocalService the workflow instance link local service
4509             */
4510            public void setWorkflowInstanceLinkLocalService(
4511                    com.liferay.portal.service.WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
4512                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
4513            }
4514    
4515            /**
4516             * Returns the workflow instance link persistence.
4517             *
4518             * @return the workflow instance link persistence
4519             */
4520            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
4521                    return workflowInstanceLinkPersistence;
4522            }
4523    
4524            /**
4525             * Sets the workflow instance link persistence.
4526             *
4527             * @param workflowInstanceLinkPersistence the workflow instance link persistence
4528             */
4529            public void setWorkflowInstanceLinkPersistence(
4530                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
4531                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
4532            }
4533    
4534            /**
4535             * Returns the counter local service.
4536             *
4537             * @return the counter local service
4538             */
4539            public com.liferay.counter.service.CounterLocalService getCounterLocalService() {
4540                    return counterLocalService;
4541            }
4542    
4543            /**
4544             * Sets the counter local service.
4545             *
4546             * @param counterLocalService the counter local service
4547             */
4548            public void setCounterLocalService(
4549                    com.liferay.counter.service.CounterLocalService counterLocalService) {
4550                    this.counterLocalService = counterLocalService;
4551            }
4552    
4553            /**
4554             * Returns the asset category local service.
4555             *
4556             * @return the asset category local service
4557             */
4558            public com.liferay.portlet.asset.service.AssetCategoryLocalService getAssetCategoryLocalService() {
4559                    return assetCategoryLocalService;
4560            }
4561    
4562            /**
4563             * Sets the asset category local service.
4564             *
4565             * @param assetCategoryLocalService the asset category local service
4566             */
4567            public void setAssetCategoryLocalService(
4568                    com.liferay.portlet.asset.service.AssetCategoryLocalService assetCategoryLocalService) {
4569                    this.assetCategoryLocalService = assetCategoryLocalService;
4570            }
4571    
4572            /**
4573             * Returns the asset category remote service.
4574             *
4575             * @return the asset category remote service
4576             */
4577            public com.liferay.portlet.asset.service.AssetCategoryService getAssetCategoryService() {
4578                    return assetCategoryService;
4579            }
4580    
4581            /**
4582             * Sets the asset category remote service.
4583             *
4584             * @param assetCategoryService the asset category remote service
4585             */
4586            public void setAssetCategoryService(
4587                    com.liferay.portlet.asset.service.AssetCategoryService assetCategoryService) {
4588                    this.assetCategoryService = assetCategoryService;
4589            }
4590    
4591            /**
4592             * Returns the asset category persistence.
4593             *
4594             * @return the asset category persistence
4595             */
4596            public AssetCategoryPersistence getAssetCategoryPersistence() {
4597                    return assetCategoryPersistence;
4598            }
4599    
4600            /**
4601             * Sets the asset category persistence.
4602             *
4603             * @param assetCategoryPersistence the asset category persistence
4604             */
4605            public void setAssetCategoryPersistence(
4606                    AssetCategoryPersistence assetCategoryPersistence) {
4607                    this.assetCategoryPersistence = assetCategoryPersistence;
4608            }
4609    
4610            /**
4611             * Returns the asset category finder.
4612             *
4613             * @return the asset category finder
4614             */
4615            public AssetCategoryFinder getAssetCategoryFinder() {
4616                    return assetCategoryFinder;
4617            }
4618    
4619            /**
4620             * Sets the asset category finder.
4621             *
4622             * @param assetCategoryFinder the asset category finder
4623             */
4624            public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder) {
4625                    this.assetCategoryFinder = assetCategoryFinder;
4626            }
4627    
4628            /**
4629             * Returns the asset entry local service.
4630             *
4631             * @return the asset entry local service
4632             */
4633            public com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService() {
4634                    return assetEntryLocalService;
4635            }
4636    
4637            /**
4638             * Sets the asset entry local service.
4639             *
4640             * @param assetEntryLocalService the asset entry local service
4641             */
4642            public void setAssetEntryLocalService(
4643                    com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService) {
4644                    this.assetEntryLocalService = assetEntryLocalService;
4645            }
4646    
4647            /**
4648             * Returns the asset entry remote service.
4649             *
4650             * @return the asset entry remote service
4651             */
4652            public com.liferay.portlet.asset.service.AssetEntryService getAssetEntryService() {
4653                    return assetEntryService;
4654            }
4655    
4656            /**
4657             * Sets the asset entry remote service.
4658             *
4659             * @param assetEntryService the asset entry remote service
4660             */
4661            public void setAssetEntryService(
4662                    com.liferay.portlet.asset.service.AssetEntryService assetEntryService) {
4663                    this.assetEntryService = assetEntryService;
4664            }
4665    
4666            /**
4667             * Returns the asset entry persistence.
4668             *
4669             * @return the asset entry persistence
4670             */
4671            public AssetEntryPersistence getAssetEntryPersistence() {
4672                    return assetEntryPersistence;
4673            }
4674    
4675            /**
4676             * Sets the asset entry persistence.
4677             *
4678             * @param assetEntryPersistence the asset entry persistence
4679             */
4680            public void setAssetEntryPersistence(
4681                    AssetEntryPersistence assetEntryPersistence) {
4682                    this.assetEntryPersistence = assetEntryPersistence;
4683            }
4684    
4685            /**
4686             * Returns the asset entry finder.
4687             *
4688             * @return the asset entry finder
4689             */
4690            public AssetEntryFinder getAssetEntryFinder() {
4691                    return assetEntryFinder;
4692            }
4693    
4694            /**
4695             * Sets the asset entry finder.
4696             *
4697             * @param assetEntryFinder the asset entry finder
4698             */
4699            public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder) {
4700                    this.assetEntryFinder = assetEntryFinder;
4701            }
4702    
4703            /**
4704             * Returns the asset tag local service.
4705             *
4706             * @return the asset tag local service
4707             */
4708            public com.liferay.portlet.asset.service.AssetTagLocalService getAssetTagLocalService() {
4709                    return assetTagLocalService;
4710            }
4711    
4712            /**
4713             * Sets the asset tag local service.
4714             *
4715             * @param assetTagLocalService the asset tag local service
4716             */
4717            public void setAssetTagLocalService(
4718                    com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService) {
4719                    this.assetTagLocalService = assetTagLocalService;
4720            }
4721    
4722            /**
4723             * Returns the asset tag remote service.
4724             *
4725             * @return the asset tag remote service
4726             */
4727            public com.liferay.portlet.asset.service.AssetTagService getAssetTagService() {
4728                    return assetTagService;
4729            }
4730    
4731            /**
4732             * Sets the asset tag remote service.
4733             *
4734             * @param assetTagService the asset tag remote service
4735             */
4736            public void setAssetTagService(
4737                    com.liferay.portlet.asset.service.AssetTagService assetTagService) {
4738                    this.assetTagService = assetTagService;
4739            }
4740    
4741            /**
4742             * Returns the asset tag persistence.
4743             *
4744             * @return the asset tag persistence
4745             */
4746            public AssetTagPersistence getAssetTagPersistence() {
4747                    return assetTagPersistence;
4748            }
4749    
4750            /**
4751             * Sets the asset tag persistence.
4752             *
4753             * @param assetTagPersistence the asset tag persistence
4754             */
4755            public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence) {
4756                    this.assetTagPersistence = assetTagPersistence;
4757            }
4758    
4759            /**
4760             * Returns the asset tag finder.
4761             *
4762             * @return the asset tag finder
4763             */
4764            public AssetTagFinder getAssetTagFinder() {
4765                    return assetTagFinder;
4766            }
4767    
4768            /**
4769             * Sets the asset tag finder.
4770             *
4771             * @param assetTagFinder the asset tag finder
4772             */
4773            public void setAssetTagFinder(AssetTagFinder assetTagFinder) {
4774                    this.assetTagFinder = assetTagFinder;
4775            }
4776    
4777            /**
4778             * Returns the asset vocabulary local service.
4779             *
4780             * @return the asset vocabulary local service
4781             */
4782            public com.liferay.portlet.asset.service.AssetVocabularyLocalService getAssetVocabularyLocalService() {
4783                    return assetVocabularyLocalService;
4784            }
4785    
4786            /**
4787             * Sets the asset vocabulary local service.
4788             *
4789             * @param assetVocabularyLocalService the asset vocabulary local service
4790             */
4791            public void setAssetVocabularyLocalService(
4792                    com.liferay.portlet.asset.service.AssetVocabularyLocalService assetVocabularyLocalService) {
4793                    this.assetVocabularyLocalService = assetVocabularyLocalService;
4794            }
4795    
4796            /**
4797             * Returns the asset vocabulary remote service.
4798             *
4799             * @return the asset vocabulary remote service
4800             */
4801            public com.liferay.portlet.asset.service.AssetVocabularyService getAssetVocabularyService() {
4802                    return assetVocabularyService;
4803            }
4804    
4805            /**
4806             * Sets the asset vocabulary remote service.
4807             *
4808             * @param assetVocabularyService the asset vocabulary remote service
4809             */
4810            public void setAssetVocabularyService(
4811                    com.liferay.portlet.asset.service.AssetVocabularyService assetVocabularyService) {
4812                    this.assetVocabularyService = assetVocabularyService;
4813            }
4814    
4815            /**
4816             * Returns the asset vocabulary persistence.
4817             *
4818             * @return the asset vocabulary persistence
4819             */
4820            public AssetVocabularyPersistence getAssetVocabularyPersistence() {
4821                    return assetVocabularyPersistence;
4822            }
4823    
4824            /**
4825             * Sets the asset vocabulary persistence.
4826             *
4827             * @param assetVocabularyPersistence the asset vocabulary persistence
4828             */
4829            public void setAssetVocabularyPersistence(
4830                    AssetVocabularyPersistence assetVocabularyPersistence) {
4831                    this.assetVocabularyPersistence = assetVocabularyPersistence;
4832            }
4833    
4834            /**
4835             * Returns the asset vocabulary finder.
4836             *
4837             * @return the asset vocabulary finder
4838             */
4839            public AssetVocabularyFinder getAssetVocabularyFinder() {
4840                    return assetVocabularyFinder;
4841            }
4842    
4843            /**
4844             * Sets the asset vocabulary finder.
4845             *
4846             * @param assetVocabularyFinder the asset vocabulary finder
4847             */
4848            public void setAssetVocabularyFinder(
4849                    AssetVocabularyFinder assetVocabularyFinder) {
4850                    this.assetVocabularyFinder = assetVocabularyFinder;
4851            }
4852    
4853            /**
4854             * Returns the blogs entry local service.
4855             *
4856             * @return the blogs entry local service
4857             */
4858            public com.liferay.portlet.blogs.service.BlogsEntryLocalService getBlogsEntryLocalService() {
4859                    return blogsEntryLocalService;
4860            }
4861    
4862            /**
4863             * Sets the blogs entry local service.
4864             *
4865             * @param blogsEntryLocalService the blogs entry local service
4866             */
4867            public void setBlogsEntryLocalService(
4868                    com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService) {
4869                    this.blogsEntryLocalService = blogsEntryLocalService;
4870            }
4871    
4872            /**
4873             * Returns the blogs entry remote service.
4874             *
4875             * @return the blogs entry remote service
4876             */
4877            public com.liferay.portlet.blogs.service.BlogsEntryService getBlogsEntryService() {
4878                    return blogsEntryService;
4879            }
4880    
4881            /**
4882             * Sets the blogs entry remote service.
4883             *
4884             * @param blogsEntryService the blogs entry remote service
4885             */
4886            public void setBlogsEntryService(
4887                    com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService) {
4888                    this.blogsEntryService = blogsEntryService;
4889            }
4890    
4891            /**
4892             * Returns the blogs entry persistence.
4893             *
4894             * @return the blogs entry persistence
4895             */
4896            public BlogsEntryPersistence getBlogsEntryPersistence() {
4897                    return blogsEntryPersistence;
4898            }
4899    
4900            /**
4901             * Sets the blogs entry persistence.
4902             *
4903             * @param blogsEntryPersistence the blogs entry persistence
4904             */
4905            public void setBlogsEntryPersistence(
4906                    BlogsEntryPersistence blogsEntryPersistence) {
4907                    this.blogsEntryPersistence = blogsEntryPersistence;
4908            }
4909    
4910            /**
4911             * Returns the blogs entry finder.
4912             *
4913             * @return the blogs entry finder
4914             */
4915            public BlogsEntryFinder getBlogsEntryFinder() {
4916                    return blogsEntryFinder;
4917            }
4918    
4919            /**
4920             * Sets the blogs entry finder.
4921             *
4922             * @param blogsEntryFinder the blogs entry finder
4923             */
4924            public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder) {
4925                    this.blogsEntryFinder = blogsEntryFinder;
4926            }
4927    
4928            /**
4929             * Returns the blogs stats user local service.
4930             *
4931             * @return the blogs stats user local service
4932             */
4933            public com.liferay.portlet.blogs.service.BlogsStatsUserLocalService getBlogsStatsUserLocalService() {
4934                    return blogsStatsUserLocalService;
4935            }
4936    
4937            /**
4938             * Sets the blogs stats user local service.
4939             *
4940             * @param blogsStatsUserLocalService the blogs stats user local service
4941             */
4942            public void setBlogsStatsUserLocalService(
4943                    com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService) {
4944                    this.blogsStatsUserLocalService = blogsStatsUserLocalService;
4945            }
4946    
4947            /**
4948             * Returns the blogs stats user persistence.
4949             *
4950             * @return the blogs stats user persistence
4951             */
4952            public BlogsStatsUserPersistence getBlogsStatsUserPersistence() {
4953                    return blogsStatsUserPersistence;
4954            }
4955    
4956            /**
4957             * Sets the blogs stats user persistence.
4958             *
4959             * @param blogsStatsUserPersistence the blogs stats user persistence
4960             */
4961            public void setBlogsStatsUserPersistence(
4962                    BlogsStatsUserPersistence blogsStatsUserPersistence) {
4963                    this.blogsStatsUserPersistence = blogsStatsUserPersistence;
4964            }
4965    
4966            /**
4967             * Returns the blogs stats user finder.
4968             *
4969             * @return the blogs stats user finder
4970             */
4971            public BlogsStatsUserFinder getBlogsStatsUserFinder() {
4972                    return blogsStatsUserFinder;
4973            }
4974    
4975            /**
4976             * Sets the blogs stats user finder.
4977             *
4978             * @param blogsStatsUserFinder the blogs stats user finder
4979             */
4980            public void setBlogsStatsUserFinder(
4981                    BlogsStatsUserFinder blogsStatsUserFinder) {
4982                    this.blogsStatsUserFinder = blogsStatsUserFinder;
4983            }
4984    
4985            /**
4986             * Returns the bookmarks folder local service.
4987             *
4988             * @return the bookmarks folder local service
4989             */
4990            public com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService getBookmarksFolderLocalService() {
4991                    return bookmarksFolderLocalService;
4992            }
4993    
4994            /**
4995             * Sets the bookmarks folder local service.
4996             *
4997             * @param bookmarksFolderLocalService the bookmarks folder local service
4998             */
4999            public void setBookmarksFolderLocalService(
5000                    com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService bookmarksFolderLocalService) {
5001                    this.bookmarksFolderLocalService = bookmarksFolderLocalService;
5002            }
5003    
5004            /**
5005             * Returns the bookmarks folder remote service.
5006             *
5007             * @return the bookmarks folder remote service
5008             */
5009            public com.liferay.portlet.bookmarks.service.BookmarksFolderService getBookmarksFolderService() {
5010                    return bookmarksFolderService;
5011            }
5012    
5013            /**
5014             * Sets the bookmarks folder remote service.
5015             *
5016             * @param bookmarksFolderService the bookmarks folder remote service
5017             */
5018            public void setBookmarksFolderService(
5019                    com.liferay.portlet.bookmarks.service.BookmarksFolderService bookmarksFolderService) {
5020                    this.bookmarksFolderService = bookmarksFolderService;
5021            }
5022    
5023            /**
5024             * Returns the bookmarks folder persistence.
5025             *
5026             * @return the bookmarks folder persistence
5027             */
5028            public BookmarksFolderPersistence getBookmarksFolderPersistence() {
5029                    return bookmarksFolderPersistence;
5030            }
5031    
5032            /**
5033             * Sets the bookmarks folder persistence.
5034             *
5035             * @param bookmarksFolderPersistence the bookmarks folder persistence
5036             */
5037            public void setBookmarksFolderPersistence(
5038                    BookmarksFolderPersistence bookmarksFolderPersistence) {
5039                    this.bookmarksFolderPersistence = bookmarksFolderPersistence;
5040            }
5041    
5042            /**
5043             * Returns the bookmarks folder finder.
5044             *
5045             * @return the bookmarks folder finder
5046             */
5047            public BookmarksFolderFinder getBookmarksFolderFinder() {
5048                    return bookmarksFolderFinder;
5049            }
5050    
5051            /**
5052             * Sets the bookmarks folder finder.
5053             *
5054             * @param bookmarksFolderFinder the bookmarks folder finder
5055             */
5056            public void setBookmarksFolderFinder(
5057                    BookmarksFolderFinder bookmarksFolderFinder) {
5058                    this.bookmarksFolderFinder = bookmarksFolderFinder;
5059            }
5060    
5061            /**
5062             * Returns the d l app local service.
5063             *
5064             * @return the d l app local service
5065             */
5066            public com.liferay.portlet.documentlibrary.service.DLAppLocalService getDLAppLocalService() {
5067                    return dlAppLocalService;
5068            }
5069    
5070            /**
5071             * Sets the d l app local service.
5072             *
5073             * @param dlAppLocalService the d l app local service
5074             */
5075            public void setDLAppLocalService(
5076                    com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService) {
5077                    this.dlAppLocalService = dlAppLocalService;
5078            }
5079    
5080            /**
5081             * Returns the d l app remote service.
5082             *
5083             * @return the d l app remote service
5084             */
5085            public com.liferay.portlet.documentlibrary.service.DLAppService getDLAppService() {
5086                    return dlAppService;
5087            }
5088    
5089            /**
5090             * Sets the d l app remote service.
5091             *
5092             * @param dlAppService the d l app remote service
5093             */
5094            public void setDLAppService(
5095                    com.liferay.portlet.documentlibrary.service.DLAppService dlAppService) {
5096                    this.dlAppService = dlAppService;
5097            }
5098    
5099            /**
5100             * Returns the document library file entry type local service.
5101             *
5102             * @return the document library file entry type local service
5103             */
5104            public com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService getDLFileEntryTypeLocalService() {
5105                    return dlFileEntryTypeLocalService;
5106            }
5107    
5108            /**
5109             * Sets the document library file entry type local service.
5110             *
5111             * @param dlFileEntryTypeLocalService the document library file entry type local service
5112             */
5113            public void setDLFileEntryTypeLocalService(
5114                    com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService) {
5115                    this.dlFileEntryTypeLocalService = dlFileEntryTypeLocalService;
5116            }
5117    
5118            /**
5119             * Returns the document library file entry type remote service.
5120             *
5121             * @return the document library file entry type remote service
5122             */
5123            public com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService getDLFileEntryTypeService() {
5124                    return dlFileEntryTypeService;
5125            }
5126    
5127            /**
5128             * Sets the document library file entry type remote service.
5129             *
5130             * @param dlFileEntryTypeService the document library file entry type remote service
5131             */
5132            public void setDLFileEntryTypeService(
5133                    com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService) {
5134                    this.dlFileEntryTypeService = dlFileEntryTypeService;
5135            }
5136    
5137            /**
5138             * Returns the document library file entry type persistence.
5139             *
5140             * @return the document library file entry type persistence
5141             */
5142            public DLFileEntryTypePersistence getDLFileEntryTypePersistence() {
5143                    return dlFileEntryTypePersistence;
5144            }
5145    
5146            /**
5147             * Sets the document library file entry type persistence.
5148             *
5149             * @param dlFileEntryTypePersistence the document library file entry type persistence
5150             */
5151            public void setDLFileEntryTypePersistence(
5152                    DLFileEntryTypePersistence dlFileEntryTypePersistence) {
5153                    this.dlFileEntryTypePersistence = dlFileEntryTypePersistence;
5154            }
5155    
5156            /**
5157             * Returns the document library file entry type finder.
5158             *
5159             * @return the document library file entry type finder
5160             */
5161            public DLFileEntryTypeFinder getDLFileEntryTypeFinder() {
5162                    return dlFileEntryTypeFinder;
5163            }
5164    
5165            /**
5166             * Sets the document library file entry type finder.
5167             *
5168             * @param dlFileEntryTypeFinder the document library file entry type finder
5169             */
5170            public void setDLFileEntryTypeFinder(
5171                    DLFileEntryTypeFinder dlFileEntryTypeFinder) {
5172                    this.dlFileEntryTypeFinder = dlFileEntryTypeFinder;
5173            }
5174    
5175            /**
5176             * Returns the expando row local service.
5177             *
5178             * @return the expando row local service
5179             */
5180            public com.liferay.portlet.expando.service.ExpandoRowLocalService getExpandoRowLocalService() {
5181                    return expandoRowLocalService;
5182            }
5183    
5184            /**
5185             * Sets the expando row local service.
5186             *
5187             * @param expandoRowLocalService the expando row local service
5188             */
5189            public void setExpandoRowLocalService(
5190                    com.liferay.portlet.expando.service.ExpandoRowLocalService expandoRowLocalService) {
5191                    this.expandoRowLocalService = expandoRowLocalService;
5192            }
5193    
5194            /**
5195             * Returns the expando row persistence.
5196             *
5197             * @return the expando row persistence
5198             */
5199            public ExpandoRowPersistence getExpandoRowPersistence() {
5200                    return expandoRowPersistence;
5201            }
5202    
5203            /**
5204             * Sets the expando row persistence.
5205             *
5206             * @param expandoRowPersistence the expando row persistence
5207             */
5208            public void setExpandoRowPersistence(
5209                    ExpandoRowPersistence expandoRowPersistence) {
5210                    this.expandoRowPersistence = expandoRowPersistence;
5211            }
5212    
5213            /**
5214             * Returns the journal article local service.
5215             *
5216             * @return the journal article local service
5217             */
5218            public com.liferay.portlet.journal.service.JournalArticleLocalService getJournalArticleLocalService() {
5219                    return journalArticleLocalService;
5220            }
5221    
5222            /**
5223             * Sets the journal article local service.
5224             *
5225             * @param journalArticleLocalService the journal article local service
5226             */
5227            public void setJournalArticleLocalService(
5228                    com.liferay.portlet.journal.service.JournalArticleLocalService journalArticleLocalService) {
5229                    this.journalArticleLocalService = journalArticleLocalService;
5230            }
5231    
5232            /**
5233             * Returns the journal article remote service.
5234             *
5235             * @return the journal article remote service
5236             */
5237            public com.liferay.portlet.journal.service.JournalArticleService getJournalArticleService() {
5238                    return journalArticleService;
5239            }
5240    
5241            /**
5242             * Sets the journal article remote service.
5243             *
5244             * @param journalArticleService the journal article remote service
5245             */
5246            public void setJournalArticleService(
5247                    com.liferay.portlet.journal.service.JournalArticleService journalArticleService) {
5248                    this.journalArticleService = journalArticleService;
5249            }
5250    
5251            /**
5252             * Returns the journal article persistence.
5253             *
5254             * @return the journal article persistence
5255             */
5256            public JournalArticlePersistence getJournalArticlePersistence() {
5257                    return journalArticlePersistence;
5258            }
5259    
5260            /**
5261             * Sets the journal article persistence.
5262             *
5263             * @param journalArticlePersistence the journal article persistence
5264             */
5265            public void setJournalArticlePersistence(
5266                    JournalArticlePersistence journalArticlePersistence) {
5267                    this.journalArticlePersistence = journalArticlePersistence;
5268            }
5269    
5270            /**
5271             * Returns the journal article finder.
5272             *
5273             * @return the journal article finder
5274             */
5275            public JournalArticleFinder getJournalArticleFinder() {
5276                    return journalArticleFinder;
5277            }
5278    
5279            /**
5280             * Sets the journal article finder.
5281             *
5282             * @param journalArticleFinder the journal article finder
5283             */
5284            public void setJournalArticleFinder(
5285                    JournalArticleFinder journalArticleFinder) {
5286                    this.journalArticleFinder = journalArticleFinder;
5287            }
5288    
5289            /**
5290             * Returns the journal structure local service.
5291             *
5292             * @return the journal structure local service
5293             */
5294            @SuppressWarnings("deprecation")
5295            public com.liferay.portlet.journal.service.JournalStructureLocalService getJournalStructureLocalService() {
5296                    return journalStructureLocalService;
5297            }
5298    
5299            /**
5300             * Sets the journal structure local service.
5301             *
5302             * @param journalStructureLocalService the journal structure local service
5303             */
5304            @SuppressWarnings("deprecation")
5305            public void setJournalStructureLocalService(
5306                    com.liferay.portlet.journal.service.JournalStructureLocalService journalStructureLocalService) {
5307                    this.journalStructureLocalService = journalStructureLocalService;
5308            }
5309    
5310            /**
5311             * Returns the journal structure remote service.
5312             *
5313             * @return the journal structure remote service
5314             */
5315            @SuppressWarnings("deprecation")
5316            public com.liferay.portlet.journal.service.JournalStructureService getJournalStructureService() {
5317                    return journalStructureService;
5318            }
5319    
5320            /**
5321             * Sets the journal structure remote service.
5322             *
5323             * @param journalStructureService the journal structure remote service
5324             */
5325            @SuppressWarnings("deprecation")
5326            public void setJournalStructureService(
5327                    com.liferay.portlet.journal.service.JournalStructureService journalStructureService) {
5328                    this.journalStructureService = journalStructureService;
5329            }
5330    
5331            /**
5332             * Returns the journal template local service.
5333             *
5334             * @return the journal template local service
5335             */
5336            @SuppressWarnings("deprecation")
5337            public com.liferay.portlet.journal.service.JournalTemplateLocalService getJournalTemplateLocalService() {
5338                    return journalTemplateLocalService;
5339            }
5340    
5341            /**
5342             * Sets the journal template local service.
5343             *
5344             * @param journalTemplateLocalService the journal template local service
5345             */
5346            @SuppressWarnings("deprecation")
5347            public void setJournalTemplateLocalService(
5348                    com.liferay.portlet.journal.service.JournalTemplateLocalService journalTemplateLocalService) {
5349                    this.journalTemplateLocalService = journalTemplateLocalService;
5350            }
5351    
5352            /**
5353             * Returns the journal template remote service.
5354             *
5355             * @return the journal template remote service
5356             */
5357            @SuppressWarnings("deprecation")
5358            public com.liferay.portlet.journal.service.JournalTemplateService getJournalTemplateService() {
5359                    return journalTemplateService;
5360            }
5361    
5362            /**
5363             * Sets the journal template remote service.
5364             *
5365             * @param journalTemplateService the journal template remote service
5366             */
5367            @SuppressWarnings("deprecation")
5368            public void setJournalTemplateService(
5369                    com.liferay.portlet.journal.service.JournalTemplateService journalTemplateService) {
5370                    this.journalTemplateService = journalTemplateService;
5371            }
5372    
5373            /**
5374             * Returns the message boards ban local service.
5375             *
5376             * @return the message boards ban local service
5377             */
5378            public com.liferay.portlet.messageboards.service.MBBanLocalService getMBBanLocalService() {
5379                    return mbBanLocalService;
5380            }
5381    
5382            /**
5383             * Sets the message boards ban local service.
5384             *
5385             * @param mbBanLocalService the message boards ban local service
5386             */
5387            public void setMBBanLocalService(
5388                    com.liferay.portlet.messageboards.service.MBBanLocalService mbBanLocalService) {
5389                    this.mbBanLocalService = mbBanLocalService;
5390            }
5391    
5392            /**
5393             * Returns the message boards ban remote service.
5394             *
5395             * @return the message boards ban remote service
5396             */
5397            public com.liferay.portlet.messageboards.service.MBBanService getMBBanService() {
5398                    return mbBanService;
5399            }
5400    
5401            /**
5402             * Sets the message boards ban remote service.
5403             *
5404             * @param mbBanService the message boards ban remote service
5405             */
5406            public void setMBBanService(
5407                    com.liferay.portlet.messageboards.service.MBBanService mbBanService) {
5408                    this.mbBanService = mbBanService;
5409            }
5410    
5411            /**
5412             * Returns the message boards ban persistence.
5413             *
5414             * @return the message boards ban persistence
5415             */
5416            public MBBanPersistence getMBBanPersistence() {
5417                    return mbBanPersistence;
5418            }
5419    
5420            /**
5421             * Sets the message boards ban persistence.
5422             *
5423             * @param mbBanPersistence the message boards ban persistence
5424             */
5425            public void setMBBanPersistence(MBBanPersistence mbBanPersistence) {
5426                    this.mbBanPersistence = mbBanPersistence;
5427            }
5428    
5429            /**
5430             * Returns the message boards category local service.
5431             *
5432             * @return the message boards category local service
5433             */
5434            public com.liferay.portlet.messageboards.service.MBCategoryLocalService getMBCategoryLocalService() {
5435                    return mbCategoryLocalService;
5436            }
5437    
5438            /**
5439             * Sets the message boards category local service.
5440             *
5441             * @param mbCategoryLocalService the message boards category local service
5442             */
5443            public void setMBCategoryLocalService(
5444                    com.liferay.portlet.messageboards.service.MBCategoryLocalService mbCategoryLocalService) {
5445                    this.mbCategoryLocalService = mbCategoryLocalService;
5446            }
5447    
5448            /**
5449             * Returns the message boards category remote service.
5450             *
5451             * @return the message boards category remote service
5452             */
5453            public com.liferay.portlet.messageboards.service.MBCategoryService getMBCategoryService() {
5454                    return mbCategoryService;
5455            }
5456    
5457            /**
5458             * Sets the message boards category remote service.
5459             *
5460             * @param mbCategoryService the message boards category remote service
5461             */
5462            public void setMBCategoryService(
5463                    com.liferay.portlet.messageboards.service.MBCategoryService mbCategoryService) {
5464                    this.mbCategoryService = mbCategoryService;
5465            }
5466    
5467            /**
5468             * Returns the message boards category persistence.
5469             *
5470             * @return the message boards category persistence
5471             */
5472            public MBCategoryPersistence getMBCategoryPersistence() {
5473                    return mbCategoryPersistence;
5474            }
5475    
5476            /**
5477             * Sets the message boards category persistence.
5478             *
5479             * @param mbCategoryPersistence the message boards category persistence
5480             */
5481            public void setMBCategoryPersistence(
5482                    MBCategoryPersistence mbCategoryPersistence) {
5483                    this.mbCategoryPersistence = mbCategoryPersistence;
5484            }
5485    
5486            /**
5487             * Returns the message boards category finder.
5488             *
5489             * @return the message boards category finder
5490             */
5491            public MBCategoryFinder getMBCategoryFinder() {
5492                    return mbCategoryFinder;
5493            }
5494    
5495            /**
5496             * Sets the message boards category finder.
5497             *
5498             * @param mbCategoryFinder the message boards category finder
5499             */
5500            public void setMBCategoryFinder(MBCategoryFinder mbCategoryFinder) {
5501                    this.mbCategoryFinder = mbCategoryFinder;
5502            }
5503    
5504            /**
5505             * Returns the message boards stats user local service.
5506             *
5507             * @return the message boards stats user local service
5508             */
5509            public com.liferay.portlet.messageboards.service.MBStatsUserLocalService getMBStatsUserLocalService() {
5510                    return mbStatsUserLocalService;
5511            }
5512    
5513            /**
5514             * Sets the message boards stats user local service.
5515             *
5516             * @param mbStatsUserLocalService the message boards stats user local service
5517             */
5518            public void setMBStatsUserLocalService(
5519                    com.liferay.portlet.messageboards.service.MBStatsUserLocalService mbStatsUserLocalService) {
5520                    this.mbStatsUserLocalService = mbStatsUserLocalService;
5521            }
5522    
5523            /**
5524             * Returns the message boards stats user persistence.
5525             *
5526             * @return the message boards stats user persistence
5527             */
5528            public MBStatsUserPersistence getMBStatsUserPersistence() {
5529                    return mbStatsUserPersistence;
5530            }
5531    
5532            /**
5533             * Sets the message boards stats user persistence.
5534             *
5535             * @param mbStatsUserPersistence the message boards stats user persistence
5536             */
5537            public void setMBStatsUserPersistence(
5538                    MBStatsUserPersistence mbStatsUserPersistence) {
5539                    this.mbStatsUserPersistence = mbStatsUserPersistence;
5540            }
5541    
5542            /**
5543             * Returns the message boards thread local service.
5544             *
5545             * @return the message boards thread local service
5546             */
5547            public com.liferay.portlet.messageboards.service.MBThreadLocalService getMBThreadLocalService() {
5548                    return mbThreadLocalService;
5549            }
5550    
5551            /**
5552             * Sets the message boards thread local service.
5553             *
5554             * @param mbThreadLocalService the message boards thread local service
5555             */
5556            public void setMBThreadLocalService(
5557                    com.liferay.portlet.messageboards.service.MBThreadLocalService mbThreadLocalService) {
5558                    this.mbThreadLocalService = mbThreadLocalService;
5559            }
5560    
5561            /**
5562             * Returns the message boards thread remote service.
5563             *
5564             * @return the message boards thread remote service
5565             */
5566            public com.liferay.portlet.messageboards.service.MBThreadService getMBThreadService() {
5567                    return mbThreadService;
5568            }
5569    
5570            /**
5571             * Sets the message boards thread remote service.
5572             *
5573             * @param mbThreadService the message boards thread remote service
5574             */
5575            public void setMBThreadService(
5576                    com.liferay.portlet.messageboards.service.MBThreadService mbThreadService) {
5577                    this.mbThreadService = mbThreadService;
5578            }
5579    
5580            /**
5581             * Returns the message boards thread persistence.
5582             *
5583             * @return the message boards thread persistence
5584             */
5585            public MBThreadPersistence getMBThreadPersistence() {
5586                    return mbThreadPersistence;
5587            }
5588    
5589            /**
5590             * Sets the message boards thread persistence.
5591             *
5592             * @param mbThreadPersistence the message boards thread persistence
5593             */
5594            public void setMBThreadPersistence(MBThreadPersistence mbThreadPersistence) {
5595                    this.mbThreadPersistence = mbThreadPersistence;
5596            }
5597    
5598            /**
5599             * Returns the message boards thread finder.
5600             *
5601             * @return the message boards thread finder
5602             */
5603            public MBThreadFinder getMBThreadFinder() {
5604                    return mbThreadFinder;
5605            }
5606    
5607            /**
5608             * Sets the message boards thread finder.
5609             *
5610             * @param mbThreadFinder the message boards thread finder
5611             */
5612            public void setMBThreadFinder(MBThreadFinder mbThreadFinder) {
5613                    this.mbThreadFinder = mbThreadFinder;
5614            }
5615    
5616            /**
5617             * Returns the polls question local service.
5618             *
5619             * @return the polls question local service
5620             */
5621            public com.liferay.portlet.polls.service.PollsQuestionLocalService getPollsQuestionLocalService() {
5622                    return pollsQuestionLocalService;
5623            }
5624    
5625            /**
5626             * Sets the polls question local service.
5627             *
5628             * @param pollsQuestionLocalService the polls question local service
5629             */
5630            public void setPollsQuestionLocalService(
5631                    com.liferay.portlet.polls.service.PollsQuestionLocalService pollsQuestionLocalService) {
5632                    this.pollsQuestionLocalService = pollsQuestionLocalService;
5633            }
5634    
5635            /**
5636             * Returns the polls question remote service.
5637             *
5638             * @return the polls question remote service
5639             */
5640            public com.liferay.portlet.polls.service.PollsQuestionService getPollsQuestionService() {
5641                    return pollsQuestionService;
5642            }
5643    
5644            /**
5645             * Sets the polls question remote service.
5646             *
5647             * @param pollsQuestionService the polls question remote service
5648             */
5649            public void setPollsQuestionService(
5650                    com.liferay.portlet.polls.service.PollsQuestionService pollsQuestionService) {
5651                    this.pollsQuestionService = pollsQuestionService;
5652            }
5653    
5654            /**
5655             * Returns the polls question persistence.
5656             *
5657             * @return the polls question persistence
5658             */
5659            public PollsQuestionPersistence getPollsQuestionPersistence() {
5660                    return pollsQuestionPersistence;
5661            }
5662    
5663            /**
5664             * Sets the polls question persistence.
5665             *
5666             * @param pollsQuestionPersistence the polls question persistence
5667             */
5668            public void setPollsQuestionPersistence(
5669                    PollsQuestionPersistence pollsQuestionPersistence) {
5670                    this.pollsQuestionPersistence = pollsQuestionPersistence;
5671            }
5672    
5673            /**
5674             * Returns the shopping cart local service.
5675             *
5676             * @return the shopping cart local service
5677             */
5678            public com.liferay.portlet.shopping.service.ShoppingCartLocalService getShoppingCartLocalService() {
5679                    return shoppingCartLocalService;
5680            }
5681    
5682            /**
5683             * Sets the shopping cart local service.
5684             *
5685             * @param shoppingCartLocalService the shopping cart local service
5686             */
5687            public void setShoppingCartLocalService(
5688                    com.liferay.portlet.shopping.service.ShoppingCartLocalService shoppingCartLocalService) {
5689                    this.shoppingCartLocalService = shoppingCartLocalService;
5690            }
5691    
5692            /**
5693             * Returns the shopping cart persistence.
5694             *
5695             * @return the shopping cart persistence
5696             */
5697            public ShoppingCartPersistence getShoppingCartPersistence() {
5698                    return shoppingCartPersistence;
5699            }
5700    
5701            /**
5702             * Sets the shopping cart persistence.
5703             *
5704             * @param shoppingCartPersistence the shopping cart persistence
5705             */
5706            public void setShoppingCartPersistence(
5707                    ShoppingCartPersistence shoppingCartPersistence) {
5708                    this.shoppingCartPersistence = shoppingCartPersistence;
5709            }
5710    
5711            /**
5712             * Returns the shopping category local service.
5713             *
5714             * @return the shopping category local service
5715             */
5716            public com.liferay.portlet.shopping.service.ShoppingCategoryLocalService getShoppingCategoryLocalService() {
5717                    return shoppingCategoryLocalService;
5718            }
5719    
5720            /**
5721             * Sets the shopping category local service.
5722             *
5723             * @param shoppingCategoryLocalService the shopping category local service
5724             */
5725            public void setShoppingCategoryLocalService(
5726                    com.liferay.portlet.shopping.service.ShoppingCategoryLocalService shoppingCategoryLocalService) {
5727                    this.shoppingCategoryLocalService = shoppingCategoryLocalService;
5728            }
5729    
5730            /**
5731             * Returns the shopping category remote service.
5732             *
5733             * @return the shopping category remote service
5734             */
5735            public com.liferay.portlet.shopping.service.ShoppingCategoryService getShoppingCategoryService() {
5736                    return shoppingCategoryService;
5737            }
5738    
5739            /**
5740             * Sets the shopping category remote service.
5741             *
5742             * @param shoppingCategoryService the shopping category remote service
5743             */
5744            public void setShoppingCategoryService(
5745                    com.liferay.portlet.shopping.service.ShoppingCategoryService shoppingCategoryService) {
5746                    this.shoppingCategoryService = shoppingCategoryService;
5747            }
5748    
5749            /**
5750             * Returns the shopping category persistence.
5751             *
5752             * @return the shopping category persistence
5753             */
5754            public ShoppingCategoryPersistence getShoppingCategoryPersistence() {
5755                    return shoppingCategoryPersistence;
5756            }
5757    
5758            /**
5759             * Sets the shopping category persistence.
5760             *
5761             * @param shoppingCategoryPersistence the shopping category persistence
5762             */
5763            public void setShoppingCategoryPersistence(
5764                    ShoppingCategoryPersistence shoppingCategoryPersistence) {
5765                    this.shoppingCategoryPersistence = shoppingCategoryPersistence;
5766            }
5767    
5768            /**
5769             * Returns the shopping coupon local service.
5770             *
5771             * @return the shopping coupon local service
5772             */
5773            public com.liferay.portlet.shopping.service.ShoppingCouponLocalService getShoppingCouponLocalService() {
5774                    return shoppingCouponLocalService;
5775            }
5776    
5777            /**
5778             * Sets the shopping coupon local service.
5779             *
5780             * @param shoppingCouponLocalService the shopping coupon local service
5781             */
5782            public void setShoppingCouponLocalService(
5783                    com.liferay.portlet.shopping.service.ShoppingCouponLocalService shoppingCouponLocalService) {
5784                    this.shoppingCouponLocalService = shoppingCouponLocalService;
5785            }
5786    
5787            /**
5788             * Returns the shopping coupon remote service.
5789             *
5790             * @return the shopping coupon remote service
5791             */
5792            public com.liferay.portlet.shopping.service.ShoppingCouponService getShoppingCouponService() {
5793                    return shoppingCouponService;
5794            }
5795    
5796            /**
5797             * Sets the shopping coupon remote service.
5798             *
5799             * @param shoppingCouponService the shopping coupon remote service
5800             */
5801            public void setShoppingCouponService(
5802                    com.liferay.portlet.shopping.service.ShoppingCouponService shoppingCouponService) {
5803                    this.shoppingCouponService = shoppingCouponService;
5804            }
5805    
5806            /**
5807             * Returns the shopping coupon persistence.
5808             *
5809             * @return the shopping coupon persistence
5810             */
5811            public ShoppingCouponPersistence getShoppingCouponPersistence() {
5812                    return shoppingCouponPersistence;
5813            }
5814    
5815            /**
5816             * Sets the shopping coupon persistence.
5817             *
5818             * @param shoppingCouponPersistence the shopping coupon persistence
5819             */
5820            public void setShoppingCouponPersistence(
5821                    ShoppingCouponPersistence shoppingCouponPersistence) {
5822                    this.shoppingCouponPersistence = shoppingCouponPersistence;
5823            }
5824    
5825            /**
5826             * Returns the shopping coupon finder.
5827             *
5828             * @return the shopping coupon finder
5829             */
5830            public ShoppingCouponFinder getShoppingCouponFinder() {
5831                    return shoppingCouponFinder;
5832            }
5833    
5834            /**
5835             * Sets the shopping coupon finder.
5836             *
5837             * @param shoppingCouponFinder the shopping coupon finder
5838             */
5839            public void setShoppingCouponFinder(
5840                    ShoppingCouponFinder shoppingCouponFinder) {
5841                    this.shoppingCouponFinder = shoppingCouponFinder;
5842            }
5843    
5844            /**
5845             * Returns the shopping order local service.
5846             *
5847             * @return the shopping order local service
5848             */
5849            public com.liferay.portlet.shopping.service.ShoppingOrderLocalService getShoppingOrderLocalService() {
5850                    return shoppingOrderLocalService;
5851            }
5852    
5853            /**
5854             * Sets the shopping order local service.
5855             *
5856             * @param shoppingOrderLocalService the shopping order local service
5857             */
5858            public void setShoppingOrderLocalService(
5859                    com.liferay.portlet.shopping.service.ShoppingOrderLocalService shoppingOrderLocalService) {
5860                    this.shoppingOrderLocalService = shoppingOrderLocalService;
5861            }
5862    
5863            /**
5864             * Returns the shopping order remote service.
5865             *
5866             * @return the shopping order remote service
5867             */
5868            public com.liferay.portlet.shopping.service.ShoppingOrderService getShoppingOrderService() {
5869                    return shoppingOrderService;
5870            }
5871    
5872            /**
5873             * Sets the shopping order remote service.
5874             *
5875             * @param shoppingOrderService the shopping order remote service
5876             */
5877            public void setShoppingOrderService(
5878                    com.liferay.portlet.shopping.service.ShoppingOrderService shoppingOrderService) {
5879                    this.shoppingOrderService = shoppingOrderService;
5880            }
5881    
5882            /**
5883             * Returns the shopping order persistence.
5884             *
5885             * @return the shopping order persistence
5886             */
5887            public ShoppingOrderPersistence getShoppingOrderPersistence() {
5888                    return shoppingOrderPersistence;
5889            }
5890    
5891            /**
5892             * Sets the shopping order persistence.
5893             *
5894             * @param shoppingOrderPersistence the shopping order persistence
5895             */
5896            public void setShoppingOrderPersistence(
5897                    ShoppingOrderPersistence shoppingOrderPersistence) {
5898                    this.shoppingOrderPersistence = shoppingOrderPersistence;
5899            }
5900    
5901            /**
5902             * Returns the shopping order finder.
5903             *
5904             * @return the shopping order finder
5905             */
5906            public ShoppingOrderFinder getShoppingOrderFinder() {
5907                    return shoppingOrderFinder;
5908            }
5909    
5910            /**
5911             * Sets the shopping order finder.
5912             *
5913             * @param shoppingOrderFinder the shopping order finder
5914             */
5915            public void setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder) {
5916                    this.shoppingOrderFinder = shoppingOrderFinder;
5917            }
5918    
5919            /**
5920             * Returns the social activity local service.
5921             *
5922             * @return the social activity local service
5923             */
5924            public com.liferay.portlet.social.service.SocialActivityLocalService getSocialActivityLocalService() {
5925                    return socialActivityLocalService;
5926            }
5927    
5928            /**
5929             * Sets the social activity local service.
5930             *
5931             * @param socialActivityLocalService the social activity local service
5932             */
5933            public void setSocialActivityLocalService(
5934                    com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService) {
5935                    this.socialActivityLocalService = socialActivityLocalService;
5936            }
5937    
5938            /**
5939             * Returns the social activity remote service.
5940             *
5941             * @return the social activity remote service
5942             */
5943            public com.liferay.portlet.social.service.SocialActivityService getSocialActivityService() {
5944                    return socialActivityService;
5945            }
5946    
5947            /**
5948             * Sets the social activity remote service.
5949             *
5950             * @param socialActivityService the social activity remote service
5951             */
5952            public void setSocialActivityService(
5953                    com.liferay.portlet.social.service.SocialActivityService socialActivityService) {
5954                    this.socialActivityService = socialActivityService;
5955            }
5956    
5957            /**
5958             * Returns the social activity persistence.
5959             *
5960             * @return the social activity persistence
5961             */
5962            public SocialActivityPersistence getSocialActivityPersistence() {
5963                    return socialActivityPersistence;
5964            }
5965    
5966            /**
5967             * Sets the social activity persistence.
5968             *
5969             * @param socialActivityPersistence the social activity persistence
5970             */
5971            public void setSocialActivityPersistence(
5972                    SocialActivityPersistence socialActivityPersistence) {
5973                    this.socialActivityPersistence = socialActivityPersistence;
5974            }
5975    
5976            /**
5977             * Returns the social activity finder.
5978             *
5979             * @return the social activity finder
5980             */
5981            public SocialActivityFinder getSocialActivityFinder() {
5982                    return socialActivityFinder;
5983            }
5984    
5985            /**
5986             * Sets the social activity finder.
5987             *
5988             * @param socialActivityFinder the social activity finder
5989             */
5990            public void setSocialActivityFinder(
5991                    SocialActivityFinder socialActivityFinder) {
5992                    this.socialActivityFinder = socialActivityFinder;
5993            }
5994    
5995            /**
5996             * Returns the social activity setting local service.
5997             *
5998             * @return the social activity setting local service
5999             */
6000            public com.liferay.portlet.social.service.SocialActivitySettingLocalService getSocialActivitySettingLocalService() {
6001                    return socialActivitySettingLocalService;
6002            }
6003    
6004            /**
6005             * Sets the social activity setting local service.
6006             *
6007             * @param socialActivitySettingLocalService the social activity setting local service
6008             */
6009            public void setSocialActivitySettingLocalService(
6010                    com.liferay.portlet.social.service.SocialActivitySettingLocalService socialActivitySettingLocalService) {
6011                    this.socialActivitySettingLocalService = socialActivitySettingLocalService;
6012            }
6013    
6014            /**
6015             * Returns the social activity setting remote service.
6016             *
6017             * @return the social activity setting remote service
6018             */
6019            public com.liferay.portlet.social.service.SocialActivitySettingService getSocialActivitySettingService() {
6020                    return socialActivitySettingService;
6021            }
6022    
6023            /**
6024             * Sets the social activity setting remote service.
6025             *
6026             * @param socialActivitySettingService the social activity setting remote service
6027             */
6028            public void setSocialActivitySettingService(
6029                    com.liferay.portlet.social.service.SocialActivitySettingService socialActivitySettingService) {
6030                    this.socialActivitySettingService = socialActivitySettingService;
6031            }
6032    
6033            /**
6034             * Returns the social activity setting persistence.
6035             *
6036             * @return the social activity setting persistence
6037             */
6038            public SocialActivitySettingPersistence getSocialActivitySettingPersistence() {
6039                    return socialActivitySettingPersistence;
6040            }
6041    
6042            /**
6043             * Sets the social activity setting persistence.
6044             *
6045             * @param socialActivitySettingPersistence the social activity setting persistence
6046             */
6047            public void setSocialActivitySettingPersistence(
6048                    SocialActivitySettingPersistence socialActivitySettingPersistence) {
6049                    this.socialActivitySettingPersistence = socialActivitySettingPersistence;
6050            }
6051    
6052            /**
6053             * Returns the s c framework version local service.
6054             *
6055             * @return the s c framework version local service
6056             */
6057            public com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService getSCFrameworkVersionLocalService() {
6058                    return scFrameworkVersionLocalService;
6059            }
6060    
6061            /**
6062             * Sets the s c framework version local service.
6063             *
6064             * @param scFrameworkVersionLocalService the s c framework version local service
6065             */
6066            public void setSCFrameworkVersionLocalService(
6067                    com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService) {
6068                    this.scFrameworkVersionLocalService = scFrameworkVersionLocalService;
6069            }
6070    
6071            /**
6072             * Returns the s c framework version remote service.
6073             *
6074             * @return the s c framework version remote service
6075             */
6076            public com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService getSCFrameworkVersionService() {
6077                    return scFrameworkVersionService;
6078            }
6079    
6080            /**
6081             * Sets the s c framework version remote service.
6082             *
6083             * @param scFrameworkVersionService the s c framework version remote service
6084             */
6085            public void setSCFrameworkVersionService(
6086                    com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService) {
6087                    this.scFrameworkVersionService = scFrameworkVersionService;
6088            }
6089    
6090            /**
6091             * Returns the s c framework version persistence.
6092             *
6093             * @return the s c framework version persistence
6094             */
6095            public SCFrameworkVersionPersistence getSCFrameworkVersionPersistence() {
6096                    return scFrameworkVersionPersistence;
6097            }
6098    
6099            /**
6100             * Sets the s c framework version persistence.
6101             *
6102             * @param scFrameworkVersionPersistence the s c framework version persistence
6103             */
6104            public void setSCFrameworkVersionPersistence(
6105                    SCFrameworkVersionPersistence scFrameworkVersionPersistence) {
6106                    this.scFrameworkVersionPersistence = scFrameworkVersionPersistence;
6107            }
6108    
6109            /**
6110             * Returns the s c product entry local service.
6111             *
6112             * @return the s c product entry local service
6113             */
6114            public com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService getSCProductEntryLocalService() {
6115                    return scProductEntryLocalService;
6116            }
6117    
6118            /**
6119             * Sets the s c product entry local service.
6120             *
6121             * @param scProductEntryLocalService the s c product entry local service
6122             */
6123            public void setSCProductEntryLocalService(
6124                    com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService) {
6125                    this.scProductEntryLocalService = scProductEntryLocalService;
6126            }
6127    
6128            /**
6129             * Returns the s c product entry remote service.
6130             *
6131             * @return the s c product entry remote service
6132             */
6133            public com.liferay.portlet.softwarecatalog.service.SCProductEntryService getSCProductEntryService() {
6134                    return scProductEntryService;
6135            }
6136    
6137            /**
6138             * Sets the s c product entry remote service.
6139             *
6140             * @param scProductEntryService the s c product entry remote service
6141             */
6142            public void setSCProductEntryService(
6143                    com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService) {
6144                    this.scProductEntryService = scProductEntryService;
6145            }
6146    
6147            /**
6148             * Returns the s c product entry persistence.
6149             *
6150             * @return the s c product entry persistence
6151             */
6152            public SCProductEntryPersistence getSCProductEntryPersistence() {
6153                    return scProductEntryPersistence;
6154            }
6155    
6156            /**
6157             * Sets the s c product entry persistence.
6158             *
6159             * @param scProductEntryPersistence the s c product entry persistence
6160             */
6161            public void setSCProductEntryPersistence(
6162                    SCProductEntryPersistence scProductEntryPersistence) {
6163                    this.scProductEntryPersistence = scProductEntryPersistence;
6164            }
6165    
6166            /**
6167             * Returns the trash entry local service.
6168             *
6169             * @return the trash entry local service
6170             */
6171            public com.liferay.portlet.trash.service.TrashEntryLocalService getTrashEntryLocalService() {
6172                    return trashEntryLocalService;
6173            }
6174    
6175            /**
6176             * Sets the trash entry local service.
6177             *
6178             * @param trashEntryLocalService the trash entry local service
6179             */
6180            public void setTrashEntryLocalService(
6181                    com.liferay.portlet.trash.service.TrashEntryLocalService trashEntryLocalService) {
6182                    this.trashEntryLocalService = trashEntryLocalService;
6183            }
6184    
6185            /**
6186             * Returns the trash entry remote service.
6187             *
6188             * @return the trash entry remote service
6189             */
6190            public com.liferay.portlet.trash.service.TrashEntryService getTrashEntryService() {
6191                    return trashEntryService;
6192            }
6193    
6194            /**
6195             * Sets the trash entry remote service.
6196             *
6197             * @param trashEntryService the trash entry remote service
6198             */
6199            public void setTrashEntryService(
6200                    com.liferay.portlet.trash.service.TrashEntryService trashEntryService) {
6201                    this.trashEntryService = trashEntryService;
6202            }
6203    
6204            /**
6205             * Returns the trash entry persistence.
6206             *
6207             * @return the trash entry persistence
6208             */
6209            public TrashEntryPersistence getTrashEntryPersistence() {
6210                    return trashEntryPersistence;
6211            }
6212    
6213            /**
6214             * Sets the trash entry persistence.
6215             *
6216             * @param trashEntryPersistence the trash entry persistence
6217             */
6218            public void setTrashEntryPersistence(
6219                    TrashEntryPersistence trashEntryPersistence) {
6220                    this.trashEntryPersistence = trashEntryPersistence;
6221            }
6222    
6223            /**
6224             * Returns the wiki node local service.
6225             *
6226             * @return the wiki node local service
6227             */
6228            public com.liferay.portlet.wiki.service.WikiNodeLocalService getWikiNodeLocalService() {
6229                    return wikiNodeLocalService;
6230            }
6231    
6232            /**
6233             * Sets the wiki node local service.
6234             *
6235             * @param wikiNodeLocalService the wiki node local service
6236             */
6237            public void setWikiNodeLocalService(
6238                    com.liferay.portlet.wiki.service.WikiNodeLocalService wikiNodeLocalService) {
6239                    this.wikiNodeLocalService = wikiNodeLocalService;
6240            }
6241    
6242            /**
6243             * Returns the wiki node remote service.
6244             *
6245             * @return the wiki node remote service
6246             */
6247            public com.liferay.portlet.wiki.service.WikiNodeService getWikiNodeService() {
6248                    return wikiNodeService;
6249            }
6250    
6251            /**
6252             * Sets the wiki node remote service.
6253             *
6254             * @param wikiNodeService the wiki node remote service
6255             */
6256            public void setWikiNodeService(
6257                    com.liferay.portlet.wiki.service.WikiNodeService wikiNodeService) {
6258                    this.wikiNodeService = wikiNodeService;
6259            }
6260    
6261            /**
6262             * Returns the wiki node persistence.
6263             *
6264             * @return the wiki node persistence
6265             */
6266            public WikiNodePersistence getWikiNodePersistence() {
6267                    return wikiNodePersistence;
6268            }
6269    
6270            /**
6271             * Sets the wiki node persistence.
6272             *
6273             * @param wikiNodePersistence the wiki node persistence
6274             */
6275            public void setWikiNodePersistence(WikiNodePersistence wikiNodePersistence) {
6276                    this.wikiNodePersistence = wikiNodePersistence;
6277            }
6278    
6279            public void afterPropertiesSet() {
6280                    persistedModelLocalServiceRegistry.register("com.liferay.portal.model.Group",
6281                            groupLocalService);
6282            }
6283    
6284            public void destroy() {
6285                    persistedModelLocalServiceRegistry.unregister(
6286                            "com.liferay.portal.model.Group");
6287            }
6288    
6289            /**
6290             * Returns the Spring bean ID for this bean.
6291             *
6292             * @return the Spring bean ID for this bean
6293             */
6294            @Override
6295            public String getBeanIdentifier() {
6296                    return _beanIdentifier;
6297            }
6298    
6299            /**
6300             * Sets the Spring bean ID for this bean.
6301             *
6302             * @param beanIdentifier the Spring bean ID for this bean
6303             */
6304            @Override
6305            public void setBeanIdentifier(String beanIdentifier) {
6306                    _beanIdentifier = beanIdentifier;
6307            }
6308    
6309            protected Class<?> getModelClass() {
6310                    return Group.class;
6311            }
6312    
6313            protected String getModelClassName() {
6314                    return Group.class.getName();
6315            }
6316    
6317            /**
6318             * Performs an SQL query.
6319             *
6320             * @param sql the sql query
6321             */
6322            protected void runSQL(String sql) throws SystemException {
6323                    try {
6324                            DataSource dataSource = groupPersistence.getDataSource();
6325    
6326                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
6327                                            sql, new int[0]);
6328    
6329                            sqlUpdate.update();
6330                    }
6331                    catch (Exception e) {
6332                            throw new SystemException(e);
6333                    }
6334            }
6335    
6336            @BeanReference(type = com.liferay.portal.service.AccountLocalService.class)
6337            protected com.liferay.portal.service.AccountLocalService accountLocalService;
6338            @BeanReference(type = com.liferay.portal.service.AccountService.class)
6339            protected com.liferay.portal.service.AccountService accountService;
6340            @BeanReference(type = AccountPersistence.class)
6341            protected AccountPersistence accountPersistence;
6342            @BeanReference(type = com.liferay.portal.service.AddressLocalService.class)
6343            protected com.liferay.portal.service.AddressLocalService addressLocalService;
6344            @BeanReference(type = com.liferay.portal.service.AddressService.class)
6345            protected com.liferay.portal.service.AddressService addressService;
6346            @BeanReference(type = AddressPersistence.class)
6347            protected AddressPersistence addressPersistence;
6348            @BeanReference(type = com.liferay.portal.service.BackgroundTaskLocalService.class)
6349            protected com.liferay.portal.service.BackgroundTaskLocalService backgroundTaskLocalService;
6350            @BeanReference(type = com.liferay.portal.service.BackgroundTaskService.class)
6351            protected com.liferay.portal.service.BackgroundTaskService backgroundTaskService;
6352            @BeanReference(type = BackgroundTaskPersistence.class)
6353            protected BackgroundTaskPersistence backgroundTaskPersistence;
6354            @BeanReference(type = com.liferay.portal.service.BrowserTrackerLocalService.class)
6355            protected com.liferay.portal.service.BrowserTrackerLocalService browserTrackerLocalService;
6356            @BeanReference(type = BrowserTrackerPersistence.class)
6357            protected BrowserTrackerPersistence browserTrackerPersistence;
6358            @BeanReference(type = com.liferay.portal.service.ClassNameLocalService.class)
6359            protected com.liferay.portal.service.ClassNameLocalService classNameLocalService;
6360            @BeanReference(type = com.liferay.portal.service.ClassNameService.class)
6361            protected com.liferay.portal.service.ClassNameService classNameService;
6362            @BeanReference(type = ClassNamePersistence.class)
6363            protected ClassNamePersistence classNamePersistence;
6364            @BeanReference(type = com.liferay.portal.service.ClusterGroupLocalService.class)
6365            protected com.liferay.portal.service.ClusterGroupLocalService clusterGroupLocalService;
6366            @BeanReference(type = ClusterGroupPersistence.class)
6367            protected ClusterGroupPersistence clusterGroupPersistence;
6368            @BeanReference(type = com.liferay.portal.service.CMISRepositoryLocalService.class)
6369            protected com.liferay.portal.service.CMISRepositoryLocalService cmisRepositoryLocalService;
6370            @BeanReference(type = com.liferay.portal.service.CompanyLocalService.class)
6371            protected com.liferay.portal.service.CompanyLocalService companyLocalService;
6372            @BeanReference(type = com.liferay.portal.service.CompanyService.class)
6373            protected com.liferay.portal.service.CompanyService companyService;
6374            @BeanReference(type = CompanyPersistence.class)
6375            protected CompanyPersistence companyPersistence;
6376            @BeanReference(type = com.liferay.portal.service.ContactLocalService.class)
6377            protected com.liferay.portal.service.ContactLocalService contactLocalService;
6378            @BeanReference(type = com.liferay.portal.service.ContactService.class)
6379            protected com.liferay.portal.service.ContactService contactService;
6380            @BeanReference(type = ContactPersistence.class)
6381            protected ContactPersistence contactPersistence;
6382            @BeanReference(type = com.liferay.portal.service.CountryService.class)
6383            protected com.liferay.portal.service.CountryService countryService;
6384            @BeanReference(type = CountryPersistence.class)
6385            protected CountryPersistence countryPersistence;
6386            @BeanReference(type = com.liferay.portal.service.EmailAddressLocalService.class)
6387            protected com.liferay.portal.service.EmailAddressLocalService emailAddressLocalService;
6388            @BeanReference(type = com.liferay.portal.service.EmailAddressService.class)
6389            protected com.liferay.portal.service.EmailAddressService emailAddressService;
6390            @BeanReference(type = EmailAddressPersistence.class)
6391            protected EmailAddressPersistence emailAddressPersistence;
6392            @BeanReference(type = com.liferay.portal.service.GroupLocalService.class)
6393            protected com.liferay.portal.service.GroupLocalService groupLocalService;
6394            @BeanReference(type = com.liferay.portal.service.GroupService.class)
6395            protected com.liferay.portal.service.GroupService groupService;
6396            @BeanReference(type = GroupPersistence.class)
6397            protected GroupPersistence groupPersistence;
6398            @BeanReference(type = GroupFinder.class)
6399            protected GroupFinder groupFinder;
6400            @BeanReference(type = com.liferay.portal.service.ImageLocalService.class)
6401            protected com.liferay.portal.service.ImageLocalService imageLocalService;
6402            @BeanReference(type = com.liferay.portal.service.ImageService.class)
6403            protected com.liferay.portal.service.ImageService imageService;
6404            @BeanReference(type = ImagePersistence.class)
6405            protected ImagePersistence imagePersistence;
6406            @BeanReference(type = com.liferay.portal.service.LayoutLocalService.class)
6407            protected com.liferay.portal.service.LayoutLocalService layoutLocalService;
6408            @BeanReference(type = com.liferay.portal.service.LayoutService.class)
6409            protected com.liferay.portal.service.LayoutService layoutService;
6410            @BeanReference(type = LayoutPersistence.class)
6411            protected LayoutPersistence layoutPersistence;
6412            @BeanReference(type = LayoutFinder.class)
6413            protected LayoutFinder layoutFinder;
6414            @BeanReference(type = com.liferay.portal.service.LayoutBranchLocalService.class)
6415            protected com.liferay.portal.service.LayoutBranchLocalService layoutBranchLocalService;
6416            @BeanReference(type = com.liferay.portal.service.LayoutBranchService.class)
6417            protected com.liferay.portal.service.LayoutBranchService layoutBranchService;
6418            @BeanReference(type = LayoutBranchPersistence.class)
6419            protected LayoutBranchPersistence layoutBranchPersistence;
6420            @BeanReference(type = com.liferay.portal.service.LayoutFriendlyURLLocalService.class)
6421            protected com.liferay.portal.service.LayoutFriendlyURLLocalService layoutFriendlyURLLocalService;
6422            @BeanReference(type = LayoutFriendlyURLPersistence.class)
6423            protected LayoutFriendlyURLPersistence layoutFriendlyURLPersistence;
6424            @BeanReference(type = com.liferay.portal.service.LayoutPrototypeLocalService.class)
6425            protected com.liferay.portal.service.LayoutPrototypeLocalService layoutPrototypeLocalService;
6426            @BeanReference(type = com.liferay.portal.service.LayoutPrototypeService.class)
6427            protected com.liferay.portal.service.LayoutPrototypeService layoutPrototypeService;
6428            @BeanReference(type = LayoutPrototypePersistence.class)
6429            protected LayoutPrototypePersistence layoutPrototypePersistence;
6430            @BeanReference(type = com.liferay.portal.service.LayoutRevisionLocalService.class)
6431            protected com.liferay.portal.service.LayoutRevisionLocalService layoutRevisionLocalService;
6432            @BeanReference(type = com.liferay.portal.service.LayoutRevisionService.class)
6433            protected com.liferay.portal.service.LayoutRevisionService layoutRevisionService;
6434            @BeanReference(type = LayoutRevisionPersistence.class)
6435            protected LayoutRevisionPersistence layoutRevisionPersistence;
6436            @BeanReference(type = com.liferay.portal.service.LayoutSetLocalService.class)
6437            protected com.liferay.portal.service.LayoutSetLocalService layoutSetLocalService;
6438            @BeanReference(type = com.liferay.portal.service.LayoutSetService.class)
6439            protected com.liferay.portal.service.LayoutSetService layoutSetService;
6440            @BeanReference(type = LayoutSetPersistence.class)
6441            protected LayoutSetPersistence layoutSetPersistence;
6442            @BeanReference(type = com.liferay.portal.service.LayoutSetBranchLocalService.class)
6443            protected com.liferay.portal.service.LayoutSetBranchLocalService layoutSetBranchLocalService;
6444            @BeanReference(type = com.liferay.portal.service.LayoutSetBranchService.class)
6445            protected com.liferay.portal.service.LayoutSetBranchService layoutSetBranchService;
6446            @BeanReference(type = LayoutSetBranchPersistence.class)
6447            protected LayoutSetBranchPersistence layoutSetBranchPersistence;
6448            @BeanReference(type = com.liferay.portal.service.LayoutSetPrototypeLocalService.class)
6449            protected com.liferay.portal.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService;
6450            @BeanReference(type = com.liferay.portal.service.LayoutSetPrototypeService.class)
6451            protected com.liferay.portal.service.LayoutSetPrototypeService layoutSetPrototypeService;
6452            @BeanReference(type = LayoutSetPrototypePersistence.class)
6453            protected LayoutSetPrototypePersistence layoutSetPrototypePersistence;
6454            @BeanReference(type = com.liferay.portal.service.LayoutTemplateLocalService.class)
6455            protected com.liferay.portal.service.LayoutTemplateLocalService layoutTemplateLocalService;
6456            @BeanReference(type = com.liferay.portal.service.ListTypeService.class)
6457            protected com.liferay.portal.service.ListTypeService listTypeService;
6458            @BeanReference(type = ListTypePersistence.class)
6459            protected ListTypePersistence listTypePersistence;
6460            @BeanReference(type = com.liferay.portal.service.LockLocalService.class)
6461            protected com.liferay.portal.service.LockLocalService lockLocalService;
6462            @BeanReference(type = LockPersistence.class)
6463            protected LockPersistence lockPersistence;
6464            @BeanReference(type = LockFinder.class)
6465            protected LockFinder lockFinder;
6466            @BeanReference(type = com.liferay.portal.service.MembershipRequestLocalService.class)
6467            protected com.liferay.portal.service.MembershipRequestLocalService membershipRequestLocalService;
6468            @BeanReference(type = com.liferay.portal.service.MembershipRequestService.class)
6469            protected com.liferay.portal.service.MembershipRequestService membershipRequestService;
6470            @BeanReference(type = MembershipRequestPersistence.class)
6471            protected MembershipRequestPersistence membershipRequestPersistence;
6472            @BeanReference(type = com.liferay.portal.service.OrganizationLocalService.class)
6473            protected com.liferay.portal.service.OrganizationLocalService organizationLocalService;
6474            @BeanReference(type = com.liferay.portal.service.OrganizationService.class)
6475            protected com.liferay.portal.service.OrganizationService organizationService;
6476            @BeanReference(type = OrganizationPersistence.class)
6477            protected OrganizationPersistence organizationPersistence;
6478            @BeanReference(type = OrganizationFinder.class)
6479            protected OrganizationFinder organizationFinder;
6480            @BeanReference(type = OrgGroupRolePersistence.class)
6481            protected OrgGroupRolePersistence orgGroupRolePersistence;
6482            @BeanReference(type = com.liferay.portal.service.OrgLaborLocalService.class)
6483            protected com.liferay.portal.service.OrgLaborLocalService orgLaborLocalService;
6484            @BeanReference(type = com.liferay.portal.service.OrgLaborService.class)
6485            protected com.liferay.portal.service.OrgLaborService orgLaborService;
6486            @BeanReference(type = OrgLaborPersistence.class)
6487            protected OrgLaborPersistence orgLaborPersistence;
6488            @BeanReference(type = com.liferay.portal.service.PasswordPolicyLocalService.class)
6489            protected com.liferay.portal.service.PasswordPolicyLocalService passwordPolicyLocalService;
6490            @BeanReference(type = com.liferay.portal.service.PasswordPolicyService.class)
6491            protected com.liferay.portal.service.PasswordPolicyService passwordPolicyService;
6492            @BeanReference(type = PasswordPolicyPersistence.class)
6493            protected PasswordPolicyPersistence passwordPolicyPersistence;
6494            @BeanReference(type = PasswordPolicyFinder.class)
6495            protected PasswordPolicyFinder passwordPolicyFinder;
6496            @BeanReference(type = com.liferay.portal.service.PasswordPolicyRelLocalService.class)
6497            protected com.liferay.portal.service.PasswordPolicyRelLocalService passwordPolicyRelLocalService;
6498            @BeanReference(type = PasswordPolicyRelPersistence.class)
6499            protected PasswordPolicyRelPersistence passwordPolicyRelPersistence;
6500            @BeanReference(type = com.liferay.portal.service.PasswordTrackerLocalService.class)
6501            protected com.liferay.portal.service.PasswordTrackerLocalService passwordTrackerLocalService;
6502            @BeanReference(type = PasswordTrackerPersistence.class)
6503            protected PasswordTrackerPersistence passwordTrackerPersistence;
6504            @BeanReference(type = com.liferay.portal.service.PermissionService.class)
6505            protected com.liferay.portal.service.PermissionService permissionService;
6506            @BeanReference(type = com.liferay.portal.service.PhoneLocalService.class)
6507            protected com.liferay.portal.service.PhoneLocalService phoneLocalService;
6508            @BeanReference(type = com.liferay.portal.service.PhoneService.class)
6509            protected com.liferay.portal.service.PhoneService phoneService;
6510            @BeanReference(type = PhonePersistence.class)
6511            protected PhonePersistence phonePersistence;
6512            @BeanReference(type = com.liferay.portal.service.PluginSettingLocalService.class)
6513            protected com.liferay.portal.service.PluginSettingLocalService pluginSettingLocalService;
6514            @BeanReference(type = com.liferay.portal.service.PluginSettingService.class)
6515            protected com.liferay.portal.service.PluginSettingService pluginSettingService;
6516            @BeanReference(type = PluginSettingPersistence.class)
6517            protected PluginSettingPersistence pluginSettingPersistence;
6518            @BeanReference(type = com.liferay.portal.service.PortalLocalService.class)
6519            protected com.liferay.portal.service.PortalLocalService portalLocalService;
6520            @BeanReference(type = com.liferay.portal.service.PortalService.class)
6521            protected com.liferay.portal.service.PortalService portalService;
6522            @BeanReference(type = com.liferay.portal.service.PortalPreferencesLocalService.class)
6523            protected com.liferay.portal.service.PortalPreferencesLocalService portalPreferencesLocalService;
6524            @BeanReference(type = PortalPreferencesPersistence.class)
6525            protected PortalPreferencesPersistence portalPreferencesPersistence;
6526            @BeanReference(type = com.liferay.portal.service.PortletLocalService.class)
6527            protected com.liferay.portal.service.PortletLocalService portletLocalService;
6528            @BeanReference(type = com.liferay.portal.service.PortletService.class)
6529            protected com.liferay.portal.service.PortletService portletService;
6530            @BeanReference(type = PortletPersistence.class)
6531            protected PortletPersistence portletPersistence;
6532            @BeanReference(type = com.liferay.portal.service.PortletItemLocalService.class)
6533            protected com.liferay.portal.service.PortletItemLocalService portletItemLocalService;
6534            @BeanReference(type = PortletItemPersistence.class)
6535            protected PortletItemPersistence portletItemPersistence;
6536            @BeanReference(type = com.liferay.portal.service.PortletPreferencesLocalService.class)
6537            protected com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService;
6538            @BeanReference(type = com.liferay.portal.service.PortletPreferencesService.class)
6539            protected com.liferay.portal.service.PortletPreferencesService portletPreferencesService;
6540            @BeanReference(type = PortletPreferencesPersistence.class)
6541            protected PortletPreferencesPersistence portletPreferencesPersistence;
6542            @BeanReference(type = PortletPreferencesFinder.class)
6543            protected PortletPreferencesFinder portletPreferencesFinder;
6544            @BeanReference(type = com.liferay.portal.service.QuartzLocalService.class)
6545            protected com.liferay.portal.service.QuartzLocalService quartzLocalService;
6546            @BeanReference(type = com.liferay.portal.service.RegionService.class)
6547            protected com.liferay.portal.service.RegionService regionService;
6548            @BeanReference(type = RegionPersistence.class)
6549            protected RegionPersistence regionPersistence;
6550            @BeanReference(type = com.liferay.portal.service.ReleaseLocalService.class)
6551            protected com.liferay.portal.service.ReleaseLocalService releaseLocalService;
6552            @BeanReference(type = ReleasePersistence.class)
6553            protected ReleasePersistence releasePersistence;
6554            @BeanReference(type = com.liferay.portal.service.RepositoryLocalService.class)
6555            protected com.liferay.portal.service.RepositoryLocalService repositoryLocalService;
6556            @BeanReference(type = com.liferay.portal.service.RepositoryService.class)
6557            protected com.liferay.portal.service.RepositoryService repositoryService;
6558            @BeanReference(type = RepositoryPersistence.class)
6559            protected RepositoryPersistence repositoryPersistence;
6560            @BeanReference(type = com.liferay.portal.service.RepositoryEntryLocalService.class)
6561            protected com.liferay.portal.service.RepositoryEntryLocalService repositoryEntryLocalService;
6562            @BeanReference(type = RepositoryEntryPersistence.class)
6563            protected RepositoryEntryPersistence repositoryEntryPersistence;
6564            @BeanReference(type = com.liferay.portal.service.ResourceLocalService.class)
6565            protected com.liferay.portal.service.ResourceLocalService resourceLocalService;
6566            @BeanReference(type = com.liferay.portal.service.ResourceActionLocalService.class)
6567            protected com.liferay.portal.service.ResourceActionLocalService resourceActionLocalService;
6568            @BeanReference(type = ResourceActionPersistence.class)
6569            protected ResourceActionPersistence resourceActionPersistence;
6570            @BeanReference(type = com.liferay.portal.service.ResourceBlockLocalService.class)
6571            protected com.liferay.portal.service.ResourceBlockLocalService resourceBlockLocalService;
6572            @BeanReference(type = com.liferay.portal.service.ResourceBlockService.class)
6573            protected com.liferay.portal.service.ResourceBlockService resourceBlockService;
6574            @BeanReference(type = ResourceBlockPersistence.class)
6575            protected ResourceBlockPersistence resourceBlockPersistence;
6576            @BeanReference(type = ResourceBlockFinder.class)
6577            protected ResourceBlockFinder resourceBlockFinder;
6578            @BeanReference(type = com.liferay.portal.service.ResourceBlockPermissionLocalService.class)
6579            protected com.liferay.portal.service.ResourceBlockPermissionLocalService resourceBlockPermissionLocalService;
6580            @BeanReference(type = ResourceBlockPermissionPersistence.class)
6581            protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence;
6582            @BeanReference(type = com.liferay.portal.service.ResourcePermissionLocalService.class)
6583            protected com.liferay.portal.service.ResourcePermissionLocalService resourcePermissionLocalService;
6584            @BeanReference(type = com.liferay.portal.service.ResourcePermissionService.class)
6585            protected com.liferay.portal.service.ResourcePermissionService resourcePermissionService;
6586            @BeanReference(type = ResourcePermissionPersistence.class)
6587            protected ResourcePermissionPersistence resourcePermissionPersistence;
6588            @BeanReference(type = ResourcePermissionFinder.class)
6589            protected ResourcePermissionFinder resourcePermissionFinder;
6590            @BeanReference(type = com.liferay.portal.service.ResourceTypePermissionLocalService.class)
6591            protected com.liferay.portal.service.ResourceTypePermissionLocalService resourceTypePermissionLocalService;
6592            @BeanReference(type = ResourceTypePermissionPersistence.class)
6593            protected ResourceTypePermissionPersistence resourceTypePermissionPersistence;
6594            @BeanReference(type = ResourceTypePermissionFinder.class)
6595            protected ResourceTypePermissionFinder resourceTypePermissionFinder;
6596            @BeanReference(type = com.liferay.portal.service.RoleLocalService.class)
6597            protected com.liferay.portal.service.RoleLocalService roleLocalService;
6598            @BeanReference(type = com.liferay.portal.service.RoleService.class)
6599            protected com.liferay.portal.service.RoleService roleService;
6600            @BeanReference(type = RolePersistence.class)
6601            protected RolePersistence rolePersistence;
6602            @BeanReference(type = RoleFinder.class)
6603            protected RoleFinder roleFinder;
6604            @BeanReference(type = com.liferay.portal.service.ServiceComponentLocalService.class)
6605            protected com.liferay.portal.service.ServiceComponentLocalService serviceComponentLocalService;
6606            @BeanReference(type = ServiceComponentPersistence.class)
6607            protected ServiceComponentPersistence serviceComponentPersistence;
6608            @BeanReference(type = com.liferay.portal.service.ShardLocalService.class)
6609            protected com.liferay.portal.service.ShardLocalService shardLocalService;
6610            @BeanReference(type = ShardPersistence.class)
6611            protected ShardPersistence shardPersistence;
6612            @BeanReference(type = com.liferay.portal.service.StagingLocalService.class)
6613            protected com.liferay.portal.service.StagingLocalService stagingLocalService;
6614            @BeanReference(type = com.liferay.portal.service.StagingService.class)
6615            protected com.liferay.portal.service.StagingService stagingService;
6616            @BeanReference(type = com.liferay.portal.service.SubscriptionLocalService.class)
6617            protected com.liferay.portal.service.SubscriptionLocalService subscriptionLocalService;
6618            @BeanReference(type = SubscriptionPersistence.class)
6619            protected SubscriptionPersistence subscriptionPersistence;
6620            @BeanReference(type = com.liferay.portal.service.SystemEventLocalService.class)
6621            protected com.liferay.portal.service.SystemEventLocalService systemEventLocalService;
6622            @BeanReference(type = SystemEventPersistence.class)
6623            protected SystemEventPersistence systemEventPersistence;
6624            @BeanReference(type = com.liferay.portal.service.TeamLocalService.class)
6625            protected com.liferay.portal.service.TeamLocalService teamLocalService;
6626            @BeanReference(type = com.liferay.portal.service.TeamService.class)
6627            protected com.liferay.portal.service.TeamService teamService;
6628            @BeanReference(type = TeamPersistence.class)
6629            protected TeamPersistence teamPersistence;
6630            @BeanReference(type = TeamFinder.class)
6631            protected TeamFinder teamFinder;
6632            @BeanReference(type = com.liferay.portal.service.ThemeLocalService.class)
6633            protected com.liferay.portal.service.ThemeLocalService themeLocalService;
6634            @BeanReference(type = com.liferay.portal.service.ThemeService.class)
6635            protected com.liferay.portal.service.ThemeService themeService;
6636            @BeanReference(type = com.liferay.portal.service.TicketLocalService.class)
6637            protected com.liferay.portal.service.TicketLocalService ticketLocalService;
6638            @BeanReference(type = TicketPersistence.class)
6639            protected TicketPersistence ticketPersistence;
6640            @BeanReference(type = com.liferay.portal.service.UserLocalService.class)
6641            protected com.liferay.portal.service.UserLocalService userLocalService;
6642            @BeanReference(type = com.liferay.portal.service.UserService.class)
6643            protected com.liferay.portal.service.UserService userService;
6644            @BeanReference(type = UserPersistence.class)
6645            protected UserPersistence userPersistence;
6646            @BeanReference(type = UserFinder.class)
6647            protected UserFinder userFinder;
6648            @BeanReference(type = com.liferay.portal.service.UserGroupLocalService.class)
6649            protected com.liferay.portal.service.UserGroupLocalService userGroupLocalService;
6650            @BeanReference(type = com.liferay.portal.service.UserGroupService.class)
6651            protected com.liferay.portal.service.UserGroupService userGroupService;
6652            @BeanReference(type = UserGroupPersistence.class)
6653            protected UserGroupPersistence userGroupPersistence;
6654            @BeanReference(type = UserGroupFinder.class)
6655            protected UserGroupFinder userGroupFinder;
6656            @BeanReference(type = com.liferay.portal.service.UserGroupGroupRoleLocalService.class)
6657            protected com.liferay.portal.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService;
6658            @BeanReference(type = com.liferay.portal.service.UserGroupGroupRoleService.class)
6659            protected com.liferay.portal.service.UserGroupGroupRoleService userGroupGroupRoleService;
6660            @BeanReference(type = UserGroupGroupRolePersistence.class)
6661            protected UserGroupGroupRolePersistence userGroupGroupRolePersistence;
6662            @BeanReference(type = com.liferay.portal.service.UserGroupRoleLocalService.class)
6663            protected com.liferay.portal.service.UserGroupRoleLocalService userGroupRoleLocalService;
6664            @BeanReference(type = com.liferay.portal.service.UserGroupRoleService.class)
6665            protected com.liferay.portal.service.UserGroupRoleService userGroupRoleService;
6666            @BeanReference(type = UserGroupRolePersistence.class)
6667            protected UserGroupRolePersistence userGroupRolePersistence;
6668            @BeanReference(type = UserGroupRoleFinder.class)
6669            protected UserGroupRoleFinder userGroupRoleFinder;
6670            @BeanReference(type = com.liferay.portal.service.UserIdMapperLocalService.class)
6671            protected com.liferay.portal.service.UserIdMapperLocalService userIdMapperLocalService;
6672            @BeanReference(type = UserIdMapperPersistence.class)
6673            protected UserIdMapperPersistence userIdMapperPersistence;
6674            @BeanReference(type = com.liferay.portal.service.UserNotificationDeliveryLocalService.class)
6675            protected com.liferay.portal.service.UserNotificationDeliveryLocalService userNotificationDeliveryLocalService;
6676            @BeanReference(type = UserNotificationDeliveryPersistence.class)
6677            protected UserNotificationDeliveryPersistence userNotificationDeliveryPersistence;
6678            @BeanReference(type = com.liferay.portal.service.UserNotificationEventLocalService.class)
6679            protected com.liferay.portal.service.UserNotificationEventLocalService userNotificationEventLocalService;
6680            @BeanReference(type = UserNotificationEventPersistence.class)
6681            protected UserNotificationEventPersistence userNotificationEventPersistence;
6682            @BeanReference(type = com.liferay.portal.service.UserTrackerLocalService.class)
6683            protected com.liferay.portal.service.UserTrackerLocalService userTrackerLocalService;
6684            @BeanReference(type = UserTrackerPersistence.class)
6685            protected UserTrackerPersistence userTrackerPersistence;
6686            @BeanReference(type = com.liferay.portal.service.UserTrackerPathLocalService.class)
6687            protected com.liferay.portal.service.UserTrackerPathLocalService userTrackerPathLocalService;
6688            @BeanReference(type = UserTrackerPathPersistence.class)
6689            protected UserTrackerPathPersistence userTrackerPathPersistence;
6690            @BeanReference(type = com.liferay.portal.service.VirtualHostLocalService.class)
6691            protected com.liferay.portal.service.VirtualHostLocalService virtualHostLocalService;
6692            @BeanReference(type = VirtualHostPersistence.class)
6693            protected VirtualHostPersistence virtualHostPersistence;
6694            @BeanReference(type = com.liferay.portal.service.WebDAVPropsLocalService.class)
6695            protected com.liferay.portal.service.WebDAVPropsLocalService webDAVPropsLocalService;
6696            @BeanReference(type = WebDAVPropsPersistence.class)
6697            protected WebDAVPropsPersistence webDAVPropsPersistence;
6698            @BeanReference(type = com.liferay.portal.service.WebsiteLocalService.class)
6699            protected com.liferay.portal.service.WebsiteLocalService websiteLocalService;
6700            @BeanReference(type = com.liferay.portal.service.WebsiteService.class)
6701            protected com.liferay.portal.service.WebsiteService websiteService;
6702            @BeanReference(type = WebsitePersistence.class)
6703            protected WebsitePersistence websitePersistence;
6704            @BeanReference(type = com.liferay.portal.service.WorkflowDefinitionLinkLocalService.class)
6705            protected com.liferay.portal.service.WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService;
6706            @BeanReference(type = WorkflowDefinitionLinkPersistence.class)
6707            protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence;
6708            @BeanReference(type = com.liferay.portal.service.WorkflowInstanceLinkLocalService.class)
6709            protected com.liferay.portal.service.WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
6710            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
6711            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
6712            @BeanReference(type = com.liferay.counter.service.CounterLocalService.class)
6713            protected com.liferay.counter.service.CounterLocalService counterLocalService;
6714            @BeanReference(type = com.liferay.portlet.asset.service.AssetCategoryLocalService.class)
6715            protected com.liferay.portlet.asset.service.AssetCategoryLocalService assetCategoryLocalService;
6716            @BeanReference(type = com.liferay.portlet.asset.service.AssetCategoryService.class)
6717            protected com.liferay.portlet.asset.service.AssetCategoryService assetCategoryService;
6718            @BeanReference(type = AssetCategoryPersistence.class)
6719            protected AssetCategoryPersistence assetCategoryPersistence;
6720            @BeanReference(type = AssetCategoryFinder.class)
6721            protected AssetCategoryFinder assetCategoryFinder;
6722            @BeanReference(type = com.liferay.portlet.asset.service.AssetEntryLocalService.class)
6723            protected com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService;
6724            @BeanReference(type = com.liferay.portlet.asset.service.AssetEntryService.class)
6725            protected com.liferay.portlet.asset.service.AssetEntryService assetEntryService;
6726            @BeanReference(type = AssetEntryPersistence.class)
6727            protected AssetEntryPersistence assetEntryPersistence;
6728            @BeanReference(type = AssetEntryFinder.class)
6729            protected AssetEntryFinder assetEntryFinder;
6730            @BeanReference(type = com.liferay.portlet.asset.service.AssetTagLocalService.class)
6731            protected com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService;
6732            @BeanReference(type = com.liferay.portlet.asset.service.AssetTagService.class)
6733            protected com.liferay.portlet.asset.service.AssetTagService assetTagService;
6734            @BeanReference(type = AssetTagPersistence.class)
6735            protected AssetTagPersistence assetTagPersistence;
6736            @BeanReference(type = AssetTagFinder.class)
6737            protected AssetTagFinder assetTagFinder;
6738            @BeanReference(type = com.liferay.portlet.asset.service.AssetVocabularyLocalService.class)
6739            protected com.liferay.portlet.asset.service.AssetVocabularyLocalService assetVocabularyLocalService;
6740            @BeanReference(type = com.liferay.portlet.asset.service.AssetVocabularyService.class)
6741            protected com.liferay.portlet.asset.service.AssetVocabularyService assetVocabularyService;
6742            @BeanReference(type = AssetVocabularyPersistence.class)
6743            protected AssetVocabularyPersistence assetVocabularyPersistence;
6744            @BeanReference(type = AssetVocabularyFinder.class)
6745            protected AssetVocabularyFinder assetVocabularyFinder;
6746            @BeanReference(type = com.liferay.portlet.blogs.service.BlogsEntryLocalService.class)
6747            protected com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService;
6748            @BeanReference(type = com.liferay.portlet.blogs.service.BlogsEntryService.class)
6749            protected com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService;
6750            @BeanReference(type = BlogsEntryPersistence.class)
6751            protected BlogsEntryPersistence blogsEntryPersistence;
6752            @BeanReference(type = BlogsEntryFinder.class)
6753            protected BlogsEntryFinder blogsEntryFinder;
6754            @BeanReference(type = com.liferay.portlet.blogs.service.BlogsStatsUserLocalService.class)
6755            protected com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService;
6756            @BeanReference(type = BlogsStatsUserPersistence.class)
6757            protected BlogsStatsUserPersistence blogsStatsUserPersistence;
6758            @BeanReference(type = BlogsStatsUserFinder.class)
6759            protected BlogsStatsUserFinder blogsStatsUserFinder;
6760            @BeanReference(type = com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService.class)
6761            protected com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService bookmarksFolderLocalService;
6762            @BeanReference(type = com.liferay.portlet.bookmarks.service.BookmarksFolderService.class)
6763            protected com.liferay.portlet.bookmarks.service.BookmarksFolderService bookmarksFolderService;
6764            @BeanReference(type = BookmarksFolderPersistence.class)
6765            protected BookmarksFolderPersistence bookmarksFolderPersistence;
6766            @BeanReference(type = BookmarksFolderFinder.class)
6767            protected BookmarksFolderFinder bookmarksFolderFinder;
6768            @BeanReference(type = com.liferay.portlet.documentlibrary.service.DLAppLocalService.class)
6769            protected com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService;
6770            @BeanReference(type = com.liferay.portlet.documentlibrary.service.DLAppService.class)
6771            protected com.liferay.portlet.documentlibrary.service.DLAppService dlAppService;
6772            @BeanReference(type = com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService.class)
6773            protected com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService;
6774            @BeanReference(type = com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService.class)
6775            protected com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService;
6776            @BeanReference(type = DLFileEntryTypePersistence.class)
6777            protected DLFileEntryTypePersistence dlFileEntryTypePersistence;
6778            @BeanReference(type = DLFileEntryTypeFinder.class)
6779            protected DLFileEntryTypeFinder dlFileEntryTypeFinder;
6780            @BeanReference(type = com.liferay.portlet.expando.service.ExpandoRowLocalService.class)
6781            protected com.liferay.portlet.expando.service.ExpandoRowLocalService expandoRowLocalService;
6782            @BeanReference(type = ExpandoRowPersistence.class)
6783            protected ExpandoRowPersistence expandoRowPersistence;
6784            @BeanReference(type = com.liferay.portlet.journal.service.JournalArticleLocalService.class)
6785            protected com.liferay.portlet.journal.service.JournalArticleLocalService journalArticleLocalService;
6786            @BeanReference(type = com.liferay.portlet.journal.service.JournalArticleService.class)
6787            protected com.liferay.portlet.journal.service.JournalArticleService journalArticleService;
6788            @BeanReference(type = JournalArticlePersistence.class)
6789            protected JournalArticlePersistence journalArticlePersistence;
6790            @BeanReference(type = JournalArticleFinder.class)
6791            protected JournalArticleFinder journalArticleFinder;
6792            @BeanReference(type = com.liferay.portlet.journal.service.JournalStructureLocalService.class)
6793            @SuppressWarnings("deprecation")
6794            protected com.liferay.portlet.journal.service.JournalStructureLocalService journalStructureLocalService;
6795            @BeanReference(type = com.liferay.portlet.journal.service.JournalStructureService.class)
6796            @SuppressWarnings("deprecation")
6797            protected com.liferay.portlet.journal.service.JournalStructureService journalStructureService;
6798            @BeanReference(type = com.liferay.portlet.journal.service.JournalTemplateLocalService.class)
6799            @SuppressWarnings("deprecation")
6800            protected com.liferay.portlet.journal.service.JournalTemplateLocalService journalTemplateLocalService;
6801            @BeanReference(type = com.liferay.portlet.journal.service.JournalTemplateService.class)
6802            @SuppressWarnings("deprecation")
6803            protected com.liferay.portlet.journal.service.JournalTemplateService journalTemplateService;
6804            @BeanReference(type = com.liferay.portlet.messageboards.service.MBBanLocalService.class)
6805            protected com.liferay.portlet.messageboards.service.MBBanLocalService mbBanLocalService;
6806            @BeanReference(type = com.liferay.portlet.messageboards.service.MBBanService.class)
6807            protected com.liferay.portlet.messageboards.service.MBBanService mbBanService;
6808            @BeanReference(type = MBBanPersistence.class)
6809            protected MBBanPersistence mbBanPersistence;
6810            @BeanReference(type = com.liferay.portlet.messageboards.service.MBCategoryLocalService.class)
6811            protected com.liferay.portlet.messageboards.service.MBCategoryLocalService mbCategoryLocalService;
6812            @BeanReference(type = com.liferay.portlet.messageboards.service.MBCategoryService.class)
6813            protected com.liferay.portlet.messageboards.service.MBCategoryService mbCategoryService;
6814            @BeanReference(type = MBCategoryPersistence.class)
6815            protected MBCategoryPersistence mbCategoryPersistence;
6816            @BeanReference(type = MBCategoryFinder.class)
6817            protected MBCategoryFinder mbCategoryFinder;
6818            @BeanReference(type = com.liferay.portlet.messageboards.service.MBStatsUserLocalService.class)
6819            protected com.liferay.portlet.messageboards.service.MBStatsUserLocalService mbStatsUserLocalService;
6820            @BeanReference(type = MBStatsUserPersistence.class)
6821            protected MBStatsUserPersistence mbStatsUserPersistence;
6822            @BeanReference(type = com.liferay.portlet.messageboards.service.MBThreadLocalService.class)
6823            protected com.liferay.portlet.messageboards.service.MBThreadLocalService mbThreadLocalService;
6824            @BeanReference(type = com.liferay.portlet.messageboards.service.MBThreadService.class)
6825            protected com.liferay.portlet.messageboards.service.MBThreadService mbThreadService;
6826            @BeanReference(type = MBThreadPersistence.class)
6827            protected MBThreadPersistence mbThreadPersistence;
6828            @BeanReference(type = MBThreadFinder.class)
6829            protected MBThreadFinder mbThreadFinder;
6830            @BeanReference(type = com.liferay.portlet.polls.service.PollsQuestionLocalService.class)
6831            protected com.liferay.portlet.polls.service.PollsQuestionLocalService pollsQuestionLocalService;
6832            @BeanReference(type = com.liferay.portlet.polls.service.PollsQuestionService.class)
6833            protected com.liferay.portlet.polls.service.PollsQuestionService pollsQuestionService;
6834            @BeanReference(type = PollsQuestionPersistence.class)
6835            protected PollsQuestionPersistence pollsQuestionPersistence;
6836            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingCartLocalService.class)
6837            protected com.liferay.portlet.shopping.service.ShoppingCartLocalService shoppingCartLocalService;
6838            @BeanReference(type = ShoppingCartPersistence.class)
6839            protected ShoppingCartPersistence shoppingCartPersistence;
6840            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingCategoryLocalService.class)
6841            protected com.liferay.portlet.shopping.service.ShoppingCategoryLocalService shoppingCategoryLocalService;
6842            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingCategoryService.class)
6843            protected com.liferay.portlet.shopping.service.ShoppingCategoryService shoppingCategoryService;
6844            @BeanReference(type = ShoppingCategoryPersistence.class)
6845            protected ShoppingCategoryPersistence shoppingCategoryPersistence;
6846            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingCouponLocalService.class)
6847            protected com.liferay.portlet.shopping.service.ShoppingCouponLocalService shoppingCouponLocalService;
6848            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingCouponService.class)
6849            protected com.liferay.portlet.shopping.service.ShoppingCouponService shoppingCouponService;
6850            @BeanReference(type = ShoppingCouponPersistence.class)
6851            protected ShoppingCouponPersistence shoppingCouponPersistence;
6852            @BeanReference(type = ShoppingCouponFinder.class)
6853            protected ShoppingCouponFinder shoppingCouponFinder;
6854            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingOrderLocalService.class)
6855            protected com.liferay.portlet.shopping.service.ShoppingOrderLocalService shoppingOrderLocalService;
6856            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingOrderService.class)
6857            protected com.liferay.portlet.shopping.service.ShoppingOrderService shoppingOrderService;
6858            @BeanReference(type = ShoppingOrderPersistence.class)
6859            protected ShoppingOrderPersistence shoppingOrderPersistence;
6860            @BeanReference(type = ShoppingOrderFinder.class)
6861            protected ShoppingOrderFinder shoppingOrderFinder;
6862            @BeanReference(type = com.liferay.portlet.social.service.SocialActivityLocalService.class)
6863            protected com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService;
6864            @BeanReference(type = com.liferay.portlet.social.service.SocialActivityService.class)
6865            protected com.liferay.portlet.social.service.SocialActivityService socialActivityService;
6866            @BeanReference(type = SocialActivityPersistence.class)
6867            protected SocialActivityPersistence socialActivityPersistence;
6868            @BeanReference(type = SocialActivityFinder.class)
6869            protected SocialActivityFinder socialActivityFinder;
6870            @BeanReference(type = com.liferay.portlet.social.service.SocialActivitySettingLocalService.class)
6871            protected com.liferay.portlet.social.service.SocialActivitySettingLocalService socialActivitySettingLocalService;
6872            @BeanReference(type = com.liferay.portlet.social.service.SocialActivitySettingService.class)
6873            protected com.liferay.portlet.social.service.SocialActivitySettingService socialActivitySettingService;
6874            @BeanReference(type = SocialActivitySettingPersistence.class)
6875            protected SocialActivitySettingPersistence socialActivitySettingPersistence;
6876            @BeanReference(type = com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService.class)
6877            protected com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService;
6878            @BeanReference(type = com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService.class)
6879            protected com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService;
6880            @BeanReference(type = SCFrameworkVersionPersistence.class)
6881            protected SCFrameworkVersionPersistence scFrameworkVersionPersistence;
6882            @BeanReference(type = com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService.class)
6883            protected com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService;
6884            @BeanReference(type = com.liferay.portlet.softwarecatalog.service.SCProductEntryService.class)
6885            protected com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService;
6886            @BeanReference(type = SCProductEntryPersistence.class)
6887            protected SCProductEntryPersistence scProductEntryPersistence;
6888            @BeanReference(type = com.liferay.portlet.trash.service.TrashEntryLocalService.class)
6889            protected com.liferay.portlet.trash.service.TrashEntryLocalService trashEntryLocalService;
6890            @BeanReference(type = com.liferay.portlet.trash.service.TrashEntryService.class)
6891            protected com.liferay.portlet.trash.service.TrashEntryService trashEntryService;
6892            @BeanReference(type = TrashEntryPersistence.class)
6893            protected TrashEntryPersistence trashEntryPersistence;
6894            @BeanReference(type = com.liferay.portlet.wiki.service.WikiNodeLocalService.class)
6895            protected com.liferay.portlet.wiki.service.WikiNodeLocalService wikiNodeLocalService;
6896            @BeanReference(type = com.liferay.portlet.wiki.service.WikiNodeService.class)
6897            protected com.liferay.portlet.wiki.service.WikiNodeService wikiNodeService;
6898            @BeanReference(type = WikiNodePersistence.class)
6899            protected WikiNodePersistence wikiNodePersistence;
6900            @BeanReference(type = PersistedModelLocalServiceRegistry.class)
6901            protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry;
6902            private String _beanIdentifier;
6903    }