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