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