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