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