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