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