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