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