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