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