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