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