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