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