001    /**
002     * Copyright (c) 2000-2012 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portal.service.base;
016    
017    import com.liferay.counter.service.CounterLocalService;
018    
019    import com.liferay.portal.kernel.bean.BeanReference;
020    import com.liferay.portal.kernel.bean.IdentifiableBean;
021    import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
022    import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
023    import com.liferay.portal.kernel.exception.SystemException;
024    import com.liferay.portal.model.Group;
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.RepositoryLocalService;
091    import com.liferay.portal.service.RepositoryService;
092    import com.liferay.portal.service.ResourceActionLocalService;
093    import com.liferay.portal.service.ResourceBlockLocalService;
094    import com.liferay.portal.service.ResourceBlockPermissionLocalService;
095    import com.liferay.portal.service.ResourceBlockService;
096    import com.liferay.portal.service.ResourceCodeLocalService;
097    import com.liferay.portal.service.ResourceLocalService;
098    import com.liferay.portal.service.ResourcePermissionLocalService;
099    import com.liferay.portal.service.ResourcePermissionService;
100    import com.liferay.portal.service.ResourceService;
101    import com.liferay.portal.service.ResourceTypePermissionLocalService;
102    import com.liferay.portal.service.RoleLocalService;
103    import com.liferay.portal.service.RoleService;
104    import com.liferay.portal.service.ServiceComponentLocalService;
105    import com.liferay.portal.service.ShardLocalService;
106    import com.liferay.portal.service.SubscriptionLocalService;
107    import com.liferay.portal.service.TeamLocalService;
108    import com.liferay.portal.service.TeamService;
109    import com.liferay.portal.service.ThemeLocalService;
110    import com.liferay.portal.service.ThemeService;
111    import com.liferay.portal.service.TicketLocalService;
112    import com.liferay.portal.service.UserGroupGroupRoleLocalService;
113    import com.liferay.portal.service.UserGroupGroupRoleService;
114    import com.liferay.portal.service.UserGroupLocalService;
115    import com.liferay.portal.service.UserGroupRoleLocalService;
116    import com.liferay.portal.service.UserGroupRoleService;
117    import com.liferay.portal.service.UserGroupService;
118    import com.liferay.portal.service.UserIdMapperLocalService;
119    import com.liferay.portal.service.UserLocalService;
120    import com.liferay.portal.service.UserNotificationEventLocalService;
121    import com.liferay.portal.service.UserService;
122    import com.liferay.portal.service.UserTrackerLocalService;
123    import com.liferay.portal.service.UserTrackerPathLocalService;
124    import com.liferay.portal.service.VirtualHostLocalService;
125    import com.liferay.portal.service.WebDAVPropsLocalService;
126    import com.liferay.portal.service.WebsiteLocalService;
127    import com.liferay.portal.service.WebsiteService;
128    import com.liferay.portal.service.WorkflowDefinitionLinkLocalService;
129    import com.liferay.portal.service.WorkflowInstanceLinkLocalService;
130    import com.liferay.portal.service.persistence.AccountPersistence;
131    import com.liferay.portal.service.persistence.AddressPersistence;
132    import com.liferay.portal.service.persistence.BrowserTrackerPersistence;
133    import com.liferay.portal.service.persistence.ClassNamePersistence;
134    import com.liferay.portal.service.persistence.ClusterGroupPersistence;
135    import com.liferay.portal.service.persistence.CompanyPersistence;
136    import com.liferay.portal.service.persistence.ContactPersistence;
137    import com.liferay.portal.service.persistence.CountryPersistence;
138    import com.liferay.portal.service.persistence.EmailAddressPersistence;
139    import com.liferay.portal.service.persistence.GroupFinder;
140    import com.liferay.portal.service.persistence.GroupPersistence;
141    import com.liferay.portal.service.persistence.ImagePersistence;
142    import com.liferay.portal.service.persistence.LayoutBranchPersistence;
143    import com.liferay.portal.service.persistence.LayoutFinder;
144    import com.liferay.portal.service.persistence.LayoutPersistence;
145    import com.liferay.portal.service.persistence.LayoutPrototypePersistence;
146    import com.liferay.portal.service.persistence.LayoutRevisionPersistence;
147    import com.liferay.portal.service.persistence.LayoutSetBranchFinder;
148    import com.liferay.portal.service.persistence.LayoutSetBranchPersistence;
149    import com.liferay.portal.service.persistence.LayoutSetPersistence;
150    import com.liferay.portal.service.persistence.LayoutSetPrototypePersistence;
151    import com.liferay.portal.service.persistence.ListTypePersistence;
152    import com.liferay.portal.service.persistence.LockFinder;
153    import com.liferay.portal.service.persistence.LockPersistence;
154    import com.liferay.portal.service.persistence.MembershipRequestPersistence;
155    import com.liferay.portal.service.persistence.OrgGroupPermissionFinder;
156    import com.liferay.portal.service.persistence.OrgGroupPermissionPersistence;
157    import com.liferay.portal.service.persistence.OrgGroupRolePersistence;
158    import com.liferay.portal.service.persistence.OrgLaborPersistence;
159    import com.liferay.portal.service.persistence.OrganizationFinder;
160    import com.liferay.portal.service.persistence.OrganizationPersistence;
161    import com.liferay.portal.service.persistence.PasswordPolicyFinder;
162    import com.liferay.portal.service.persistence.PasswordPolicyPersistence;
163    import com.liferay.portal.service.persistence.PasswordPolicyRelPersistence;
164    import com.liferay.portal.service.persistence.PasswordTrackerPersistence;
165    import com.liferay.portal.service.persistence.PermissionFinder;
166    import com.liferay.portal.service.persistence.PermissionPersistence;
167    import com.liferay.portal.service.persistence.PhonePersistence;
168    import com.liferay.portal.service.persistence.PluginSettingPersistence;
169    import com.liferay.portal.service.persistence.PortalPreferencesPersistence;
170    import com.liferay.portal.service.persistence.PortletItemPersistence;
171    import com.liferay.portal.service.persistence.PortletPersistence;
172    import com.liferay.portal.service.persistence.PortletPreferencesFinder;
173    import com.liferay.portal.service.persistence.PortletPreferencesPersistence;
174    import com.liferay.portal.service.persistence.RegionPersistence;
175    import com.liferay.portal.service.persistence.ReleasePersistence;
176    import com.liferay.portal.service.persistence.RepositoryEntryPersistence;
177    import com.liferay.portal.service.persistence.RepositoryPersistence;
178    import com.liferay.portal.service.persistence.ResourceActionPersistence;
179    import com.liferay.portal.service.persistence.ResourceBlockFinder;
180    import com.liferay.portal.service.persistence.ResourceBlockPermissionPersistence;
181    import com.liferay.portal.service.persistence.ResourceBlockPersistence;
182    import com.liferay.portal.service.persistence.ResourceCodePersistence;
183    import com.liferay.portal.service.persistence.ResourceFinder;
184    import com.liferay.portal.service.persistence.ResourcePermissionFinder;
185    import com.liferay.portal.service.persistence.ResourcePermissionPersistence;
186    import com.liferay.portal.service.persistence.ResourcePersistence;
187    import com.liferay.portal.service.persistence.ResourceTypePermissionFinder;
188    import com.liferay.portal.service.persistence.ResourceTypePermissionPersistence;
189    import com.liferay.portal.service.persistence.RoleFinder;
190    import com.liferay.portal.service.persistence.RolePersistence;
191    import com.liferay.portal.service.persistence.ServiceComponentPersistence;
192    import com.liferay.portal.service.persistence.ShardPersistence;
193    import com.liferay.portal.service.persistence.SubscriptionPersistence;
194    import com.liferay.portal.service.persistence.TeamFinder;
195    import com.liferay.portal.service.persistence.TeamPersistence;
196    import com.liferay.portal.service.persistence.TicketPersistence;
197    import com.liferay.portal.service.persistence.UserFinder;
198    import com.liferay.portal.service.persistence.UserGroupFinder;
199    import com.liferay.portal.service.persistence.UserGroupGroupRolePersistence;
200    import com.liferay.portal.service.persistence.UserGroupPersistence;
201    import com.liferay.portal.service.persistence.UserGroupRoleFinder;
202    import com.liferay.portal.service.persistence.UserGroupRolePersistence;
203    import com.liferay.portal.service.persistence.UserIdMapperPersistence;
204    import com.liferay.portal.service.persistence.UserNotificationEventPersistence;
205    import com.liferay.portal.service.persistence.UserPersistence;
206    import com.liferay.portal.service.persistence.UserTrackerPathPersistence;
207    import com.liferay.portal.service.persistence.UserTrackerPersistence;
208    import com.liferay.portal.service.persistence.VirtualHostPersistence;
209    import com.liferay.portal.service.persistence.WebDAVPropsPersistence;
210    import com.liferay.portal.service.persistence.WebsitePersistence;
211    import com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence;
212    import com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence;
213    
214    import com.liferay.portlet.asset.service.AssetEntryLocalService;
215    import com.liferay.portlet.asset.service.AssetEntryService;
216    import com.liferay.portlet.asset.service.AssetVocabularyLocalService;
217    import com.liferay.portlet.asset.service.AssetVocabularyService;
218    import com.liferay.portlet.asset.service.persistence.AssetEntryFinder;
219    import com.liferay.portlet.asset.service.persistence.AssetEntryPersistence;
220    import com.liferay.portlet.asset.service.persistence.AssetVocabularyFinder;
221    import com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence;
222    import com.liferay.portlet.blogs.service.BlogsEntryLocalService;
223    import com.liferay.portlet.blogs.service.BlogsEntryService;
224    import com.liferay.portlet.blogs.service.BlogsStatsUserLocalService;
225    import com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder;
226    import com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence;
227    import com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder;
228    import com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence;
229    import com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService;
230    import com.liferay.portlet.bookmarks.service.BookmarksFolderService;
231    import com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence;
232    import com.liferay.portlet.calendar.service.CalEventLocalService;
233    import com.liferay.portlet.calendar.service.CalEventService;
234    import com.liferay.portlet.calendar.service.persistence.CalEventFinder;
235    import com.liferay.portlet.calendar.service.persistence.CalEventPersistence;
236    import com.liferay.portlet.documentlibrary.service.DLAppLocalService;
237    import com.liferay.portlet.documentlibrary.service.DLAppService;
238    import com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService;
239    import com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService;
240    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder;
241    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence;
242    import com.liferay.portlet.journal.service.JournalArticleLocalService;
243    import com.liferay.portlet.journal.service.JournalArticleService;
244    import com.liferay.portlet.journal.service.JournalStructureLocalService;
245    import com.liferay.portlet.journal.service.JournalStructureService;
246    import com.liferay.portlet.journal.service.JournalTemplateLocalService;
247    import com.liferay.portlet.journal.service.JournalTemplateService;
248    import com.liferay.portlet.journal.service.persistence.JournalArticleFinder;
249    import com.liferay.portlet.journal.service.persistence.JournalArticlePersistence;
250    import com.liferay.portlet.journal.service.persistence.JournalStructureFinder;
251    import com.liferay.portlet.journal.service.persistence.JournalStructurePersistence;
252    import com.liferay.portlet.journal.service.persistence.JournalTemplateFinder;
253    import com.liferay.portlet.journal.service.persistence.JournalTemplatePersistence;
254    import com.liferay.portlet.messageboards.service.MBBanLocalService;
255    import com.liferay.portlet.messageboards.service.MBBanService;
256    import com.liferay.portlet.messageboards.service.MBCategoryLocalService;
257    import com.liferay.portlet.messageboards.service.MBCategoryService;
258    import com.liferay.portlet.messageboards.service.MBStatsUserLocalService;
259    import com.liferay.portlet.messageboards.service.persistence.MBBanPersistence;
260    import com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder;
261    import com.liferay.portlet.messageboards.service.persistence.MBCategoryPersistence;
262    import com.liferay.portlet.messageboards.service.persistence.MBStatsUserPersistence;
263    import com.liferay.portlet.polls.service.PollsQuestionLocalService;
264    import com.liferay.portlet.polls.service.PollsQuestionService;
265    import com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence;
266    import com.liferay.portlet.shopping.service.ShoppingCartLocalService;
267    import com.liferay.portlet.shopping.service.ShoppingCategoryLocalService;
268    import com.liferay.portlet.shopping.service.ShoppingCategoryService;
269    import com.liferay.portlet.shopping.service.ShoppingCouponLocalService;
270    import com.liferay.portlet.shopping.service.ShoppingCouponService;
271    import com.liferay.portlet.shopping.service.ShoppingOrderLocalService;
272    import com.liferay.portlet.shopping.service.ShoppingOrderService;
273    import com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence;
274    import com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistence;
275    import com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder;
276    import com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistence;
277    import com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinder;
278    import com.liferay.portlet.shopping.service.persistence.ShoppingOrderPersistence;
279    import com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService;
280    import com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService;
281    import com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService;
282    import com.liferay.portlet.softwarecatalog.service.SCProductEntryService;
283    import com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence;
284    import com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence;
285    import com.liferay.portlet.wiki.service.WikiNodeLocalService;
286    import com.liferay.portlet.wiki.service.WikiNodeService;
287    import com.liferay.portlet.wiki.service.persistence.WikiNodePersistence;
288    
289    import javax.sql.DataSource;
290    
291    /**
292     * The base implementation of the group remote service.
293     *
294     * <p>
295     * 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.GroupServiceImpl}.
296     * </p>
297     *
298     * @author Brian Wing Shun Chan
299     * @see com.liferay.portal.service.impl.GroupServiceImpl
300     * @see com.liferay.portal.service.GroupServiceUtil
301     * @generated
302     */
303    public abstract class GroupServiceBaseImpl extends PrincipalBean
304            implements GroupService, IdentifiableBean {
305            /*
306             * NOTE FOR DEVELOPERS:
307             *
308             * Never modify or reference this class directly. Always use {@link com.liferay.portal.service.GroupServiceUtil} to access the group remote service.
309             */
310    
311            /**
312             * Returns the account local service.
313             *
314             * @return the account local service
315             */
316            public AccountLocalService getAccountLocalService() {
317                    return accountLocalService;
318            }
319    
320            /**
321             * Sets the account local service.
322             *
323             * @param accountLocalService the account local service
324             */
325            public void setAccountLocalService(AccountLocalService accountLocalService) {
326                    this.accountLocalService = accountLocalService;
327            }
328    
329            /**
330             * Returns the account remote service.
331             *
332             * @return the account remote service
333             */
334            public AccountService getAccountService() {
335                    return accountService;
336            }
337    
338            /**
339             * Sets the account remote service.
340             *
341             * @param accountService the account remote service
342             */
343            public void setAccountService(AccountService accountService) {
344                    this.accountService = accountService;
345            }
346    
347            /**
348             * Returns the account persistence.
349             *
350             * @return the account persistence
351             */
352            public AccountPersistence getAccountPersistence() {
353                    return accountPersistence;
354            }
355    
356            /**
357             * Sets the account persistence.
358             *
359             * @param accountPersistence the account persistence
360             */
361            public void setAccountPersistence(AccountPersistence accountPersistence) {
362                    this.accountPersistence = accountPersistence;
363            }
364    
365            /**
366             * Returns the address local service.
367             *
368             * @return the address local service
369             */
370            public AddressLocalService getAddressLocalService() {
371                    return addressLocalService;
372            }
373    
374            /**
375             * Sets the address local service.
376             *
377             * @param addressLocalService the address local service
378             */
379            public void setAddressLocalService(AddressLocalService addressLocalService) {
380                    this.addressLocalService = addressLocalService;
381            }
382    
383            /**
384             * Returns the address remote service.
385             *
386             * @return the address remote service
387             */
388            public AddressService getAddressService() {
389                    return addressService;
390            }
391    
392            /**
393             * Sets the address remote service.
394             *
395             * @param addressService the address remote service
396             */
397            public void setAddressService(AddressService addressService) {
398                    this.addressService = addressService;
399            }
400    
401            /**
402             * Returns the address persistence.
403             *
404             * @return the address persistence
405             */
406            public AddressPersistence getAddressPersistence() {
407                    return addressPersistence;
408            }
409    
410            /**
411             * Sets the address persistence.
412             *
413             * @param addressPersistence the address persistence
414             */
415            public void setAddressPersistence(AddressPersistence addressPersistence) {
416                    this.addressPersistence = addressPersistence;
417            }
418    
419            /**
420             * Returns the browser tracker local service.
421             *
422             * @return the browser tracker local service
423             */
424            public BrowserTrackerLocalService getBrowserTrackerLocalService() {
425                    return browserTrackerLocalService;
426            }
427    
428            /**
429             * Sets the browser tracker local service.
430             *
431             * @param browserTrackerLocalService the browser tracker local service
432             */
433            public void setBrowserTrackerLocalService(
434                    BrowserTrackerLocalService browserTrackerLocalService) {
435                    this.browserTrackerLocalService = browserTrackerLocalService;
436            }
437    
438            /**
439             * Returns the browser tracker persistence.
440             *
441             * @return the browser tracker persistence
442             */
443            public BrowserTrackerPersistence getBrowserTrackerPersistence() {
444                    return browserTrackerPersistence;
445            }
446    
447            /**
448             * Sets the browser tracker persistence.
449             *
450             * @param browserTrackerPersistence the browser tracker persistence
451             */
452            public void setBrowserTrackerPersistence(
453                    BrowserTrackerPersistence browserTrackerPersistence) {
454                    this.browserTrackerPersistence = browserTrackerPersistence;
455            }
456    
457            /**
458             * Returns the class name local service.
459             *
460             * @return the class name local service
461             */
462            public ClassNameLocalService getClassNameLocalService() {
463                    return classNameLocalService;
464            }
465    
466            /**
467             * Sets the class name local service.
468             *
469             * @param classNameLocalService the class name local service
470             */
471            public void setClassNameLocalService(
472                    ClassNameLocalService classNameLocalService) {
473                    this.classNameLocalService = classNameLocalService;
474            }
475    
476            /**
477             * Returns the class name remote service.
478             *
479             * @return the class name remote service
480             */
481            public ClassNameService getClassNameService() {
482                    return classNameService;
483            }
484    
485            /**
486             * Sets the class name remote service.
487             *
488             * @param classNameService the class name remote service
489             */
490            public void setClassNameService(ClassNameService classNameService) {
491                    this.classNameService = classNameService;
492            }
493    
494            /**
495             * Returns the class name persistence.
496             *
497             * @return the class name persistence
498             */
499            public ClassNamePersistence getClassNamePersistence() {
500                    return classNamePersistence;
501            }
502    
503            /**
504             * Sets the class name persistence.
505             *
506             * @param classNamePersistence the class name persistence
507             */
508            public void setClassNamePersistence(
509                    ClassNamePersistence classNamePersistence) {
510                    this.classNamePersistence = classNamePersistence;
511            }
512    
513            /**
514             * Returns the cluster group local service.
515             *
516             * @return the cluster group local service
517             */
518            public ClusterGroupLocalService getClusterGroupLocalService() {
519                    return clusterGroupLocalService;
520            }
521    
522            /**
523             * Sets the cluster group local service.
524             *
525             * @param clusterGroupLocalService the cluster group local service
526             */
527            public void setClusterGroupLocalService(
528                    ClusterGroupLocalService clusterGroupLocalService) {
529                    this.clusterGroupLocalService = clusterGroupLocalService;
530            }
531    
532            /**
533             * Returns the cluster group persistence.
534             *
535             * @return the cluster group persistence
536             */
537            public ClusterGroupPersistence getClusterGroupPersistence() {
538                    return clusterGroupPersistence;
539            }
540    
541            /**
542             * Sets the cluster group persistence.
543             *
544             * @param clusterGroupPersistence the cluster group persistence
545             */
546            public void setClusterGroupPersistence(
547                    ClusterGroupPersistence clusterGroupPersistence) {
548                    this.clusterGroupPersistence = clusterGroupPersistence;
549            }
550    
551            /**
552             * Returns the c m i s repository local service.
553             *
554             * @return the c m i s repository local service
555             */
556            public CMISRepositoryLocalService getCMISRepositoryLocalService() {
557                    return cmisRepositoryLocalService;
558            }
559    
560            /**
561             * Sets the c m i s repository local service.
562             *
563             * @param cmisRepositoryLocalService the c m i s repository local service
564             */
565            public void setCMISRepositoryLocalService(
566                    CMISRepositoryLocalService cmisRepositoryLocalService) {
567                    this.cmisRepositoryLocalService = cmisRepositoryLocalService;
568            }
569    
570            /**
571             * Returns the company local service.
572             *
573             * @return the company local service
574             */
575            public CompanyLocalService getCompanyLocalService() {
576                    return companyLocalService;
577            }
578    
579            /**
580             * Sets the company local service.
581             *
582             * @param companyLocalService the company local service
583             */
584            public void setCompanyLocalService(CompanyLocalService companyLocalService) {
585                    this.companyLocalService = companyLocalService;
586            }
587    
588            /**
589             * Returns the company remote service.
590             *
591             * @return the company remote service
592             */
593            public CompanyService getCompanyService() {
594                    return companyService;
595            }
596    
597            /**
598             * Sets the company remote service.
599             *
600             * @param companyService the company remote service
601             */
602            public void setCompanyService(CompanyService companyService) {
603                    this.companyService = companyService;
604            }
605    
606            /**
607             * Returns the company persistence.
608             *
609             * @return the company persistence
610             */
611            public CompanyPersistence getCompanyPersistence() {
612                    return companyPersistence;
613            }
614    
615            /**
616             * Sets the company persistence.
617             *
618             * @param companyPersistence the company persistence
619             */
620            public void setCompanyPersistence(CompanyPersistence companyPersistence) {
621                    this.companyPersistence = companyPersistence;
622            }
623    
624            /**
625             * Returns the contact local service.
626             *
627             * @return the contact local service
628             */
629            public ContactLocalService getContactLocalService() {
630                    return contactLocalService;
631            }
632    
633            /**
634             * Sets the contact local service.
635             *
636             * @param contactLocalService the contact local service
637             */
638            public void setContactLocalService(ContactLocalService contactLocalService) {
639                    this.contactLocalService = contactLocalService;
640            }
641    
642            /**
643             * Returns the contact remote service.
644             *
645             * @return the contact remote service
646             */
647            public ContactService getContactService() {
648                    return contactService;
649            }
650    
651            /**
652             * Sets the contact remote service.
653             *
654             * @param contactService the contact remote service
655             */
656            public void setContactService(ContactService contactService) {
657                    this.contactService = contactService;
658            }
659    
660            /**
661             * Returns the contact persistence.
662             *
663             * @return the contact persistence
664             */
665            public ContactPersistence getContactPersistence() {
666                    return contactPersistence;
667            }
668    
669            /**
670             * Sets the contact persistence.
671             *
672             * @param contactPersistence the contact persistence
673             */
674            public void setContactPersistence(ContactPersistence contactPersistence) {
675                    this.contactPersistence = contactPersistence;
676            }
677    
678            /**
679             * Returns the country remote service.
680             *
681             * @return the country remote service
682             */
683            public CountryService getCountryService() {
684                    return countryService;
685            }
686    
687            /**
688             * Sets the country remote service.
689             *
690             * @param countryService the country remote service
691             */
692            public void setCountryService(CountryService countryService) {
693                    this.countryService = countryService;
694            }
695    
696            /**
697             * Returns the country persistence.
698             *
699             * @return the country persistence
700             */
701            public CountryPersistence getCountryPersistence() {
702                    return countryPersistence;
703            }
704    
705            /**
706             * Sets the country persistence.
707             *
708             * @param countryPersistence the country persistence
709             */
710            public void setCountryPersistence(CountryPersistence countryPersistence) {
711                    this.countryPersistence = countryPersistence;
712            }
713    
714            /**
715             * Returns the email address local service.
716             *
717             * @return the email address local service
718             */
719            public EmailAddressLocalService getEmailAddressLocalService() {
720                    return emailAddressLocalService;
721            }
722    
723            /**
724             * Sets the email address local service.
725             *
726             * @param emailAddressLocalService the email address local service
727             */
728            public void setEmailAddressLocalService(
729                    EmailAddressLocalService emailAddressLocalService) {
730                    this.emailAddressLocalService = emailAddressLocalService;
731            }
732    
733            /**
734             * Returns the email address remote service.
735             *
736             * @return the email address remote service
737             */
738            public EmailAddressService getEmailAddressService() {
739                    return emailAddressService;
740            }
741    
742            /**
743             * Sets the email address remote service.
744             *
745             * @param emailAddressService the email address remote service
746             */
747            public void setEmailAddressService(EmailAddressService emailAddressService) {
748                    this.emailAddressService = emailAddressService;
749            }
750    
751            /**
752             * Returns the email address persistence.
753             *
754             * @return the email address persistence
755             */
756            public EmailAddressPersistence getEmailAddressPersistence() {
757                    return emailAddressPersistence;
758            }
759    
760            /**
761             * Sets the email address persistence.
762             *
763             * @param emailAddressPersistence the email address persistence
764             */
765            public void setEmailAddressPersistence(
766                    EmailAddressPersistence emailAddressPersistence) {
767                    this.emailAddressPersistence = emailAddressPersistence;
768            }
769    
770            /**
771             * Returns the group local service.
772             *
773             * @return the group local service
774             */
775            public GroupLocalService getGroupLocalService() {
776                    return groupLocalService;
777            }
778    
779            /**
780             * Sets the group local service.
781             *
782             * @param groupLocalService the group local service
783             */
784            public void setGroupLocalService(GroupLocalService groupLocalService) {
785                    this.groupLocalService = groupLocalService;
786            }
787    
788            /**
789             * Returns the group remote service.
790             *
791             * @return the group remote service
792             */
793            public GroupService getGroupService() {
794                    return groupService;
795            }
796    
797            /**
798             * Sets the group remote service.
799             *
800             * @param groupService the group remote service
801             */
802            public void setGroupService(GroupService groupService) {
803                    this.groupService = groupService;
804            }
805    
806            /**
807             * Returns the group persistence.
808             *
809             * @return the group persistence
810             */
811            public GroupPersistence getGroupPersistence() {
812                    return groupPersistence;
813            }
814    
815            /**
816             * Sets the group persistence.
817             *
818             * @param groupPersistence the group persistence
819             */
820            public void setGroupPersistence(GroupPersistence groupPersistence) {
821                    this.groupPersistence = groupPersistence;
822            }
823    
824            /**
825             * Returns the group finder.
826             *
827             * @return the group finder
828             */
829            public GroupFinder getGroupFinder() {
830                    return groupFinder;
831            }
832    
833            /**
834             * Sets the group finder.
835             *
836             * @param groupFinder the group finder
837             */
838            public void setGroupFinder(GroupFinder groupFinder) {
839                    this.groupFinder = groupFinder;
840            }
841    
842            /**
843             * Returns the image local service.
844             *
845             * @return the image local service
846             */
847            public ImageLocalService getImageLocalService() {
848                    return imageLocalService;
849            }
850    
851            /**
852             * Sets the image local service.
853             *
854             * @param imageLocalService the image local service
855             */
856            public void setImageLocalService(ImageLocalService imageLocalService) {
857                    this.imageLocalService = imageLocalService;
858            }
859    
860            /**
861             * Returns the image remote service.
862             *
863             * @return the image remote service
864             */
865            public ImageService getImageService() {
866                    return imageService;
867            }
868    
869            /**
870             * Sets the image remote service.
871             *
872             * @param imageService the image remote service
873             */
874            public void setImageService(ImageService imageService) {
875                    this.imageService = imageService;
876            }
877    
878            /**
879             * Returns the image persistence.
880             *
881             * @return the image persistence
882             */
883            public ImagePersistence getImagePersistence() {
884                    return imagePersistence;
885            }
886    
887            /**
888             * Sets the image persistence.
889             *
890             * @param imagePersistence the image persistence
891             */
892            public void setImagePersistence(ImagePersistence imagePersistence) {
893                    this.imagePersistence = imagePersistence;
894            }
895    
896            /**
897             * Returns the layout local service.
898             *
899             * @return the layout local service
900             */
901            public LayoutLocalService getLayoutLocalService() {
902                    return layoutLocalService;
903            }
904    
905            /**
906             * Sets the layout local service.
907             *
908             * @param layoutLocalService the layout local service
909             */
910            public void setLayoutLocalService(LayoutLocalService layoutLocalService) {
911                    this.layoutLocalService = layoutLocalService;
912            }
913    
914            /**
915             * Returns the layout remote service.
916             *
917             * @return the layout remote service
918             */
919            public LayoutService getLayoutService() {
920                    return layoutService;
921            }
922    
923            /**
924             * Sets the layout remote service.
925             *
926             * @param layoutService the layout remote service
927             */
928            public void setLayoutService(LayoutService layoutService) {
929                    this.layoutService = layoutService;
930            }
931    
932            /**
933             * Returns the layout persistence.
934             *
935             * @return the layout persistence
936             */
937            public LayoutPersistence getLayoutPersistence() {
938                    return layoutPersistence;
939            }
940    
941            /**
942             * Sets the layout persistence.
943             *
944             * @param layoutPersistence the layout persistence
945             */
946            public void setLayoutPersistence(LayoutPersistence layoutPersistence) {
947                    this.layoutPersistence = layoutPersistence;
948            }
949    
950            /**
951             * Returns the layout finder.
952             *
953             * @return the layout finder
954             */
955            public LayoutFinder getLayoutFinder() {
956                    return layoutFinder;
957            }
958    
959            /**
960             * Sets the layout finder.
961             *
962             * @param layoutFinder the layout finder
963             */
964            public void setLayoutFinder(LayoutFinder layoutFinder) {
965                    this.layoutFinder = layoutFinder;
966            }
967    
968            /**
969             * Returns the layout branch local service.
970             *
971             * @return the layout branch local service
972             */
973            public LayoutBranchLocalService getLayoutBranchLocalService() {
974                    return layoutBranchLocalService;
975            }
976    
977            /**
978             * Sets the layout branch local service.
979             *
980             * @param layoutBranchLocalService the layout branch local service
981             */
982            public void setLayoutBranchLocalService(
983                    LayoutBranchLocalService layoutBranchLocalService) {
984                    this.layoutBranchLocalService = layoutBranchLocalService;
985            }
986    
987            /**
988             * Returns the layout branch remote service.
989             *
990             * @return the layout branch remote service
991             */
992            public LayoutBranchService getLayoutBranchService() {
993                    return layoutBranchService;
994            }
995    
996            /**
997             * Sets the layout branch remote service.
998             *
999             * @param layoutBranchService the layout branch remote service
1000             */
1001            public void setLayoutBranchService(LayoutBranchService layoutBranchService) {
1002                    this.layoutBranchService = layoutBranchService;
1003            }
1004    
1005            /**
1006             * Returns the layout branch persistence.
1007             *
1008             * @return the layout branch persistence
1009             */
1010            public LayoutBranchPersistence getLayoutBranchPersistence() {
1011                    return layoutBranchPersistence;
1012            }
1013    
1014            /**
1015             * Sets the layout branch persistence.
1016             *
1017             * @param layoutBranchPersistence the layout branch persistence
1018             */
1019            public void setLayoutBranchPersistence(
1020                    LayoutBranchPersistence layoutBranchPersistence) {
1021                    this.layoutBranchPersistence = layoutBranchPersistence;
1022            }
1023    
1024            /**
1025             * Returns the layout prototype local service.
1026             *
1027             * @return the layout prototype local service
1028             */
1029            public LayoutPrototypeLocalService getLayoutPrototypeLocalService() {
1030                    return layoutPrototypeLocalService;
1031            }
1032    
1033            /**
1034             * Sets the layout prototype local service.
1035             *
1036             * @param layoutPrototypeLocalService the layout prototype local service
1037             */
1038            public void setLayoutPrototypeLocalService(
1039                    LayoutPrototypeLocalService layoutPrototypeLocalService) {
1040                    this.layoutPrototypeLocalService = layoutPrototypeLocalService;
1041            }
1042    
1043            /**
1044             * Returns the layout prototype remote service.
1045             *
1046             * @return the layout prototype remote service
1047             */
1048            public LayoutPrototypeService getLayoutPrototypeService() {
1049                    return layoutPrototypeService;
1050            }
1051    
1052            /**
1053             * Sets the layout prototype remote service.
1054             *
1055             * @param layoutPrototypeService the layout prototype remote service
1056             */
1057            public void setLayoutPrototypeService(
1058                    LayoutPrototypeService layoutPrototypeService) {
1059                    this.layoutPrototypeService = layoutPrototypeService;
1060            }
1061    
1062            /**
1063             * Returns the layout prototype persistence.
1064             *
1065             * @return the layout prototype persistence
1066             */
1067            public LayoutPrototypePersistence getLayoutPrototypePersistence() {
1068                    return layoutPrototypePersistence;
1069            }
1070    
1071            /**
1072             * Sets the layout prototype persistence.
1073             *
1074             * @param layoutPrototypePersistence the layout prototype persistence
1075             */
1076            public void setLayoutPrototypePersistence(
1077                    LayoutPrototypePersistence layoutPrototypePersistence) {
1078                    this.layoutPrototypePersistence = layoutPrototypePersistence;
1079            }
1080    
1081            /**
1082             * Returns the layout revision local service.
1083             *
1084             * @return the layout revision local service
1085             */
1086            public LayoutRevisionLocalService getLayoutRevisionLocalService() {
1087                    return layoutRevisionLocalService;
1088            }
1089    
1090            /**
1091             * Sets the layout revision local service.
1092             *
1093             * @param layoutRevisionLocalService the layout revision local service
1094             */
1095            public void setLayoutRevisionLocalService(
1096                    LayoutRevisionLocalService layoutRevisionLocalService) {
1097                    this.layoutRevisionLocalService = layoutRevisionLocalService;
1098            }
1099    
1100            /**
1101             * Returns the layout revision remote service.
1102             *
1103             * @return the layout revision remote service
1104             */
1105            public LayoutRevisionService getLayoutRevisionService() {
1106                    return layoutRevisionService;
1107            }
1108    
1109            /**
1110             * Sets the layout revision remote service.
1111             *
1112             * @param layoutRevisionService the layout revision remote service
1113             */
1114            public void setLayoutRevisionService(
1115                    LayoutRevisionService layoutRevisionService) {
1116                    this.layoutRevisionService = layoutRevisionService;
1117            }
1118    
1119            /**
1120             * Returns the layout revision persistence.
1121             *
1122             * @return the layout revision persistence
1123             */
1124            public LayoutRevisionPersistence getLayoutRevisionPersistence() {
1125                    return layoutRevisionPersistence;
1126            }
1127    
1128            /**
1129             * Sets the layout revision persistence.
1130             *
1131             * @param layoutRevisionPersistence the layout revision persistence
1132             */
1133            public void setLayoutRevisionPersistence(
1134                    LayoutRevisionPersistence layoutRevisionPersistence) {
1135                    this.layoutRevisionPersistence = layoutRevisionPersistence;
1136            }
1137    
1138            /**
1139             * Returns the layout set local service.
1140             *
1141             * @return the layout set local service
1142             */
1143            public LayoutSetLocalService getLayoutSetLocalService() {
1144                    return layoutSetLocalService;
1145            }
1146    
1147            /**
1148             * Sets the layout set local service.
1149             *
1150             * @param layoutSetLocalService the layout set local service
1151             */
1152            public void setLayoutSetLocalService(
1153                    LayoutSetLocalService layoutSetLocalService) {
1154                    this.layoutSetLocalService = layoutSetLocalService;
1155            }
1156    
1157            /**
1158             * Returns the layout set remote service.
1159             *
1160             * @return the layout set remote service
1161             */
1162            public LayoutSetService getLayoutSetService() {
1163                    return layoutSetService;
1164            }
1165    
1166            /**
1167             * Sets the layout set remote service.
1168             *
1169             * @param layoutSetService the layout set remote service
1170             */
1171            public void setLayoutSetService(LayoutSetService layoutSetService) {
1172                    this.layoutSetService = layoutSetService;
1173            }
1174    
1175            /**
1176             * Returns the layout set persistence.
1177             *
1178             * @return the layout set persistence
1179             */
1180            public LayoutSetPersistence getLayoutSetPersistence() {
1181                    return layoutSetPersistence;
1182            }
1183    
1184            /**
1185             * Sets the layout set persistence.
1186             *
1187             * @param layoutSetPersistence the layout set persistence
1188             */
1189            public void setLayoutSetPersistence(
1190                    LayoutSetPersistence layoutSetPersistence) {
1191                    this.layoutSetPersistence = layoutSetPersistence;
1192            }
1193    
1194            /**
1195             * Returns the layout set branch local service.
1196             *
1197             * @return the layout set branch local service
1198             */
1199            public LayoutSetBranchLocalService getLayoutSetBranchLocalService() {
1200                    return layoutSetBranchLocalService;
1201            }
1202    
1203            /**
1204             * Sets the layout set branch local service.
1205             *
1206             * @param layoutSetBranchLocalService the layout set branch local service
1207             */
1208            public void setLayoutSetBranchLocalService(
1209                    LayoutSetBranchLocalService layoutSetBranchLocalService) {
1210                    this.layoutSetBranchLocalService = layoutSetBranchLocalService;
1211            }
1212    
1213            /**
1214             * Returns the layout set branch remote service.
1215             *
1216             * @return the layout set branch remote service
1217             */
1218            public LayoutSetBranchService getLayoutSetBranchService() {
1219                    return layoutSetBranchService;
1220            }
1221    
1222            /**
1223             * Sets the layout set branch remote service.
1224             *
1225             * @param layoutSetBranchService the layout set branch remote service
1226             */
1227            public void setLayoutSetBranchService(
1228                    LayoutSetBranchService layoutSetBranchService) {
1229                    this.layoutSetBranchService = layoutSetBranchService;
1230            }
1231    
1232            /**
1233             * Returns the layout set branch persistence.
1234             *
1235             * @return the layout set branch persistence
1236             */
1237            public LayoutSetBranchPersistence getLayoutSetBranchPersistence() {
1238                    return layoutSetBranchPersistence;
1239            }
1240    
1241            /**
1242             * Sets the layout set branch persistence.
1243             *
1244             * @param layoutSetBranchPersistence the layout set branch persistence
1245             */
1246            public void setLayoutSetBranchPersistence(
1247                    LayoutSetBranchPersistence layoutSetBranchPersistence) {
1248                    this.layoutSetBranchPersistence = layoutSetBranchPersistence;
1249            }
1250    
1251            /**
1252             * Returns the layout set branch finder.
1253             *
1254             * @return the layout set branch finder
1255             */
1256            public LayoutSetBranchFinder getLayoutSetBranchFinder() {
1257                    return layoutSetBranchFinder;
1258            }
1259    
1260            /**
1261             * Sets the layout set branch finder.
1262             *
1263             * @param layoutSetBranchFinder the layout set branch finder
1264             */
1265            public void setLayoutSetBranchFinder(
1266                    LayoutSetBranchFinder layoutSetBranchFinder) {
1267                    this.layoutSetBranchFinder = layoutSetBranchFinder;
1268            }
1269    
1270            /**
1271             * Returns the layout set prototype local service.
1272             *
1273             * @return the layout set prototype local service
1274             */
1275            public LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService() {
1276                    return layoutSetPrototypeLocalService;
1277            }
1278    
1279            /**
1280             * Sets the layout set prototype local service.
1281             *
1282             * @param layoutSetPrototypeLocalService the layout set prototype local service
1283             */
1284            public void setLayoutSetPrototypeLocalService(
1285                    LayoutSetPrototypeLocalService layoutSetPrototypeLocalService) {
1286                    this.layoutSetPrototypeLocalService = layoutSetPrototypeLocalService;
1287            }
1288    
1289            /**
1290             * Returns the layout set prototype remote service.
1291             *
1292             * @return the layout set prototype remote service
1293             */
1294            public LayoutSetPrototypeService getLayoutSetPrototypeService() {
1295                    return layoutSetPrototypeService;
1296            }
1297    
1298            /**
1299             * Sets the layout set prototype remote service.
1300             *
1301             * @param layoutSetPrototypeService the layout set prototype remote service
1302             */
1303            public void setLayoutSetPrototypeService(
1304                    LayoutSetPrototypeService layoutSetPrototypeService) {
1305                    this.layoutSetPrototypeService = layoutSetPrototypeService;
1306            }
1307    
1308            /**
1309             * Returns the layout set prototype persistence.
1310             *
1311             * @return the layout set prototype persistence
1312             */
1313            public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence() {
1314                    return layoutSetPrototypePersistence;
1315            }
1316    
1317            /**
1318             * Sets the layout set prototype persistence.
1319             *
1320             * @param layoutSetPrototypePersistence the layout set prototype persistence
1321             */
1322            public void setLayoutSetPrototypePersistence(
1323                    LayoutSetPrototypePersistence layoutSetPrototypePersistence) {
1324                    this.layoutSetPrototypePersistence = layoutSetPrototypePersistence;
1325            }
1326    
1327            /**
1328             * Returns the layout template local service.
1329             *
1330             * @return the layout template local service
1331             */
1332            public LayoutTemplateLocalService getLayoutTemplateLocalService() {
1333                    return layoutTemplateLocalService;
1334            }
1335    
1336            /**
1337             * Sets the layout template local service.
1338             *
1339             * @param layoutTemplateLocalService the layout template local service
1340             */
1341            public void setLayoutTemplateLocalService(
1342                    LayoutTemplateLocalService layoutTemplateLocalService) {
1343                    this.layoutTemplateLocalService = layoutTemplateLocalService;
1344            }
1345    
1346            /**
1347             * Returns the list type remote service.
1348             *
1349             * @return the list type remote service
1350             */
1351            public ListTypeService getListTypeService() {
1352                    return listTypeService;
1353            }
1354    
1355            /**
1356             * Sets the list type remote service.
1357             *
1358             * @param listTypeService the list type remote service
1359             */
1360            public void setListTypeService(ListTypeService listTypeService) {
1361                    this.listTypeService = listTypeService;
1362            }
1363    
1364            /**
1365             * Returns the list type persistence.
1366             *
1367             * @return the list type persistence
1368             */
1369            public ListTypePersistence getListTypePersistence() {
1370                    return listTypePersistence;
1371            }
1372    
1373            /**
1374             * Sets the list type persistence.
1375             *
1376             * @param listTypePersistence the list type persistence
1377             */
1378            public void setListTypePersistence(ListTypePersistence listTypePersistence) {
1379                    this.listTypePersistence = listTypePersistence;
1380            }
1381    
1382            /**
1383             * Returns the lock local service.
1384             *
1385             * @return the lock local service
1386             */
1387            public LockLocalService getLockLocalService() {
1388                    return lockLocalService;
1389            }
1390    
1391            /**
1392             * Sets the lock local service.
1393             *
1394             * @param lockLocalService the lock local service
1395             */
1396            public void setLockLocalService(LockLocalService lockLocalService) {
1397                    this.lockLocalService = lockLocalService;
1398            }
1399    
1400            /**
1401             * Returns the lock persistence.
1402             *
1403             * @return the lock persistence
1404             */
1405            public LockPersistence getLockPersistence() {
1406                    return lockPersistence;
1407            }
1408    
1409            /**
1410             * Sets the lock persistence.
1411             *
1412             * @param lockPersistence the lock persistence
1413             */
1414            public void setLockPersistence(LockPersistence lockPersistence) {
1415                    this.lockPersistence = lockPersistence;
1416            }
1417    
1418            /**
1419             * Returns the lock finder.
1420             *
1421             * @return the lock finder
1422             */
1423            public LockFinder getLockFinder() {
1424                    return lockFinder;
1425            }
1426    
1427            /**
1428             * Sets the lock finder.
1429             *
1430             * @param lockFinder the lock finder
1431             */
1432            public void setLockFinder(LockFinder lockFinder) {
1433                    this.lockFinder = lockFinder;
1434            }
1435    
1436            /**
1437             * Returns the membership request local service.
1438             *
1439             * @return the membership request local service
1440             */
1441            public MembershipRequestLocalService getMembershipRequestLocalService() {
1442                    return membershipRequestLocalService;
1443            }
1444    
1445            /**
1446             * Sets the membership request local service.
1447             *
1448             * @param membershipRequestLocalService the membership request local service
1449             */
1450            public void setMembershipRequestLocalService(
1451                    MembershipRequestLocalService membershipRequestLocalService) {
1452                    this.membershipRequestLocalService = membershipRequestLocalService;
1453            }
1454    
1455            /**
1456             * Returns the membership request remote service.
1457             *
1458             * @return the membership request remote service
1459             */
1460            public MembershipRequestService getMembershipRequestService() {
1461                    return membershipRequestService;
1462            }
1463    
1464            /**
1465             * Sets the membership request remote service.
1466             *
1467             * @param membershipRequestService the membership request remote service
1468             */
1469            public void setMembershipRequestService(
1470                    MembershipRequestService membershipRequestService) {
1471                    this.membershipRequestService = membershipRequestService;
1472            }
1473    
1474            /**
1475             * Returns the membership request persistence.
1476             *
1477             * @return the membership request persistence
1478             */
1479            public MembershipRequestPersistence getMembershipRequestPersistence() {
1480                    return membershipRequestPersistence;
1481            }
1482    
1483            /**
1484             * Sets the membership request persistence.
1485             *
1486             * @param membershipRequestPersistence the membership request persistence
1487             */
1488            public void setMembershipRequestPersistence(
1489                    MembershipRequestPersistence membershipRequestPersistence) {
1490                    this.membershipRequestPersistence = membershipRequestPersistence;
1491            }
1492    
1493            /**
1494             * Returns the organization local service.
1495             *
1496             * @return the organization local service
1497             */
1498            public OrganizationLocalService getOrganizationLocalService() {
1499                    return organizationLocalService;
1500            }
1501    
1502            /**
1503             * Sets the organization local service.
1504             *
1505             * @param organizationLocalService the organization local service
1506             */
1507            public void setOrganizationLocalService(
1508                    OrganizationLocalService organizationLocalService) {
1509                    this.organizationLocalService = organizationLocalService;
1510            }
1511    
1512            /**
1513             * Returns the organization remote service.
1514             *
1515             * @return the organization remote service
1516             */
1517            public OrganizationService getOrganizationService() {
1518                    return organizationService;
1519            }
1520    
1521            /**
1522             * Sets the organization remote service.
1523             *
1524             * @param organizationService the organization remote service
1525             */
1526            public void setOrganizationService(OrganizationService organizationService) {
1527                    this.organizationService = organizationService;
1528            }
1529    
1530            /**
1531             * Returns the organization persistence.
1532             *
1533             * @return the organization persistence
1534             */
1535            public OrganizationPersistence getOrganizationPersistence() {
1536                    return organizationPersistence;
1537            }
1538    
1539            /**
1540             * Sets the organization persistence.
1541             *
1542             * @param organizationPersistence the organization persistence
1543             */
1544            public void setOrganizationPersistence(
1545                    OrganizationPersistence organizationPersistence) {
1546                    this.organizationPersistence = organizationPersistence;
1547            }
1548    
1549            /**
1550             * Returns the organization finder.
1551             *
1552             * @return the organization finder
1553             */
1554            public OrganizationFinder getOrganizationFinder() {
1555                    return organizationFinder;
1556            }
1557    
1558            /**
1559             * Sets the organization finder.
1560             *
1561             * @param organizationFinder the organization finder
1562             */
1563            public void setOrganizationFinder(OrganizationFinder organizationFinder) {
1564                    this.organizationFinder = organizationFinder;
1565            }
1566    
1567            /**
1568             * Returns the org group permission persistence.
1569             *
1570             * @return the org group permission persistence
1571             */
1572            public OrgGroupPermissionPersistence getOrgGroupPermissionPersistence() {
1573                    return orgGroupPermissionPersistence;
1574            }
1575    
1576            /**
1577             * Sets the org group permission persistence.
1578             *
1579             * @param orgGroupPermissionPersistence the org group permission persistence
1580             */
1581            public void setOrgGroupPermissionPersistence(
1582                    OrgGroupPermissionPersistence orgGroupPermissionPersistence) {
1583                    this.orgGroupPermissionPersistence = orgGroupPermissionPersistence;
1584            }
1585    
1586            /**
1587             * Returns the org group permission finder.
1588             *
1589             * @return the org group permission finder
1590             */
1591            public OrgGroupPermissionFinder getOrgGroupPermissionFinder() {
1592                    return orgGroupPermissionFinder;
1593            }
1594    
1595            /**
1596             * Sets the org group permission finder.
1597             *
1598             * @param orgGroupPermissionFinder the org group permission finder
1599             */
1600            public void setOrgGroupPermissionFinder(
1601                    OrgGroupPermissionFinder orgGroupPermissionFinder) {
1602                    this.orgGroupPermissionFinder = orgGroupPermissionFinder;
1603            }
1604    
1605            /**
1606             * Returns the org group role persistence.
1607             *
1608             * @return the org group role persistence
1609             */
1610            public OrgGroupRolePersistence getOrgGroupRolePersistence() {
1611                    return orgGroupRolePersistence;
1612            }
1613    
1614            /**
1615             * Sets the org group role persistence.
1616             *
1617             * @param orgGroupRolePersistence the org group role persistence
1618             */
1619            public void setOrgGroupRolePersistence(
1620                    OrgGroupRolePersistence orgGroupRolePersistence) {
1621                    this.orgGroupRolePersistence = orgGroupRolePersistence;
1622            }
1623    
1624            /**
1625             * Returns the org labor local service.
1626             *
1627             * @return the org labor local service
1628             */
1629            public OrgLaborLocalService getOrgLaborLocalService() {
1630                    return orgLaborLocalService;
1631            }
1632    
1633            /**
1634             * Sets the org labor local service.
1635             *
1636             * @param orgLaborLocalService the org labor local service
1637             */
1638            public void setOrgLaborLocalService(
1639                    OrgLaborLocalService orgLaborLocalService) {
1640                    this.orgLaborLocalService = orgLaborLocalService;
1641            }
1642    
1643            /**
1644             * Returns the org labor remote service.
1645             *
1646             * @return the org labor remote service
1647             */
1648            public OrgLaborService getOrgLaborService() {
1649                    return orgLaborService;
1650            }
1651    
1652            /**
1653             * Sets the org labor remote service.
1654             *
1655             * @param orgLaborService the org labor remote service
1656             */
1657            public void setOrgLaborService(OrgLaborService orgLaborService) {
1658                    this.orgLaborService = orgLaborService;
1659            }
1660    
1661            /**
1662             * Returns the org labor persistence.
1663             *
1664             * @return the org labor persistence
1665             */
1666            public OrgLaborPersistence getOrgLaborPersistence() {
1667                    return orgLaborPersistence;
1668            }
1669    
1670            /**
1671             * Sets the org labor persistence.
1672             *
1673             * @param orgLaborPersistence the org labor persistence
1674             */
1675            public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence) {
1676                    this.orgLaborPersistence = orgLaborPersistence;
1677            }
1678    
1679            /**
1680             * Returns the password policy local service.
1681             *
1682             * @return the password policy local service
1683             */
1684            public PasswordPolicyLocalService getPasswordPolicyLocalService() {
1685                    return passwordPolicyLocalService;
1686            }
1687    
1688            /**
1689             * Sets the password policy local service.
1690             *
1691             * @param passwordPolicyLocalService the password policy local service
1692             */
1693            public void setPasswordPolicyLocalService(
1694                    PasswordPolicyLocalService passwordPolicyLocalService) {
1695                    this.passwordPolicyLocalService = passwordPolicyLocalService;
1696            }
1697    
1698            /**
1699             * Returns the password policy remote service.
1700             *
1701             * @return the password policy remote service
1702             */
1703            public PasswordPolicyService getPasswordPolicyService() {
1704                    return passwordPolicyService;
1705            }
1706    
1707            /**
1708             * Sets the password policy remote service.
1709             *
1710             * @param passwordPolicyService the password policy remote service
1711             */
1712            public void setPasswordPolicyService(
1713                    PasswordPolicyService passwordPolicyService) {
1714                    this.passwordPolicyService = passwordPolicyService;
1715            }
1716    
1717            /**
1718             * Returns the password policy persistence.
1719             *
1720             * @return the password policy persistence
1721             */
1722            public PasswordPolicyPersistence getPasswordPolicyPersistence() {
1723                    return passwordPolicyPersistence;
1724            }
1725    
1726            /**
1727             * Sets the password policy persistence.
1728             *
1729             * @param passwordPolicyPersistence the password policy persistence
1730             */
1731            public void setPasswordPolicyPersistence(
1732                    PasswordPolicyPersistence passwordPolicyPersistence) {
1733                    this.passwordPolicyPersistence = passwordPolicyPersistence;
1734            }
1735    
1736            /**
1737             * Returns the password policy finder.
1738             *
1739             * @return the password policy finder
1740             */
1741            public PasswordPolicyFinder getPasswordPolicyFinder() {
1742                    return passwordPolicyFinder;
1743            }
1744    
1745            /**
1746             * Sets the password policy finder.
1747             *
1748             * @param passwordPolicyFinder the password policy finder
1749             */
1750            public void setPasswordPolicyFinder(
1751                    PasswordPolicyFinder passwordPolicyFinder) {
1752                    this.passwordPolicyFinder = passwordPolicyFinder;
1753            }
1754    
1755            /**
1756             * Returns the password policy rel local service.
1757             *
1758             * @return the password policy rel local service
1759             */
1760            public PasswordPolicyRelLocalService getPasswordPolicyRelLocalService() {
1761                    return passwordPolicyRelLocalService;
1762            }
1763    
1764            /**
1765             * Sets the password policy rel local service.
1766             *
1767             * @param passwordPolicyRelLocalService the password policy rel local service
1768             */
1769            public void setPasswordPolicyRelLocalService(
1770                    PasswordPolicyRelLocalService passwordPolicyRelLocalService) {
1771                    this.passwordPolicyRelLocalService = passwordPolicyRelLocalService;
1772            }
1773    
1774            /**
1775             * Returns the password policy rel persistence.
1776             *
1777             * @return the password policy rel persistence
1778             */
1779            public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence() {
1780                    return passwordPolicyRelPersistence;
1781            }
1782    
1783            /**
1784             * Sets the password policy rel persistence.
1785             *
1786             * @param passwordPolicyRelPersistence the password policy rel persistence
1787             */
1788            public void setPasswordPolicyRelPersistence(
1789                    PasswordPolicyRelPersistence passwordPolicyRelPersistence) {
1790                    this.passwordPolicyRelPersistence = passwordPolicyRelPersistence;
1791            }
1792    
1793            /**
1794             * Returns the password tracker local service.
1795             *
1796             * @return the password tracker local service
1797             */
1798            public PasswordTrackerLocalService getPasswordTrackerLocalService() {
1799                    return passwordTrackerLocalService;
1800            }
1801    
1802            /**
1803             * Sets the password tracker local service.
1804             *
1805             * @param passwordTrackerLocalService the password tracker local service
1806             */
1807            public void setPasswordTrackerLocalService(
1808                    PasswordTrackerLocalService passwordTrackerLocalService) {
1809                    this.passwordTrackerLocalService = passwordTrackerLocalService;
1810            }
1811    
1812            /**
1813             * Returns the password tracker persistence.
1814             *
1815             * @return the password tracker persistence
1816             */
1817            public PasswordTrackerPersistence getPasswordTrackerPersistence() {
1818                    return passwordTrackerPersistence;
1819            }
1820    
1821            /**
1822             * Sets the password tracker persistence.
1823             *
1824             * @param passwordTrackerPersistence the password tracker persistence
1825             */
1826            public void setPasswordTrackerPersistence(
1827                    PasswordTrackerPersistence passwordTrackerPersistence) {
1828                    this.passwordTrackerPersistence = passwordTrackerPersistence;
1829            }
1830    
1831            /**
1832             * Returns the permission local service.
1833             *
1834             * @return the permission local service
1835             */
1836            public PermissionLocalService getPermissionLocalService() {
1837                    return permissionLocalService;
1838            }
1839    
1840            /**
1841             * Sets the permission local service.
1842             *
1843             * @param permissionLocalService the permission local service
1844             */
1845            public void setPermissionLocalService(
1846                    PermissionLocalService permissionLocalService) {
1847                    this.permissionLocalService = permissionLocalService;
1848            }
1849    
1850            /**
1851             * Returns the permission remote service.
1852             *
1853             * @return the permission remote service
1854             */
1855            public PermissionService getPermissionService() {
1856                    return permissionService;
1857            }
1858    
1859            /**
1860             * Sets the permission remote service.
1861             *
1862             * @param permissionService the permission remote service
1863             */
1864            public void setPermissionService(PermissionService permissionService) {
1865                    this.permissionService = permissionService;
1866            }
1867    
1868            /**
1869             * Returns the permission persistence.
1870             *
1871             * @return the permission persistence
1872             */
1873            public PermissionPersistence getPermissionPersistence() {
1874                    return permissionPersistence;
1875            }
1876    
1877            /**
1878             * Sets the permission persistence.
1879             *
1880             * @param permissionPersistence the permission persistence
1881             */
1882            public void setPermissionPersistence(
1883                    PermissionPersistence permissionPersistence) {
1884                    this.permissionPersistence = permissionPersistence;
1885            }
1886    
1887            /**
1888             * Returns the permission finder.
1889             *
1890             * @return the permission finder
1891             */
1892            public PermissionFinder getPermissionFinder() {
1893                    return permissionFinder;
1894            }
1895    
1896            /**
1897             * Sets the permission finder.
1898             *
1899             * @param permissionFinder the permission finder
1900             */
1901            public void setPermissionFinder(PermissionFinder permissionFinder) {
1902                    this.permissionFinder = permissionFinder;
1903            }
1904    
1905            /**
1906             * Returns the phone local service.
1907             *
1908             * @return the phone local service
1909             */
1910            public PhoneLocalService getPhoneLocalService() {
1911                    return phoneLocalService;
1912            }
1913    
1914            /**
1915             * Sets the phone local service.
1916             *
1917             * @param phoneLocalService the phone local service
1918             */
1919            public void setPhoneLocalService(PhoneLocalService phoneLocalService) {
1920                    this.phoneLocalService = phoneLocalService;
1921            }
1922    
1923            /**
1924             * Returns the phone remote service.
1925             *
1926             * @return the phone remote service
1927             */
1928            public PhoneService getPhoneService() {
1929                    return phoneService;
1930            }
1931    
1932            /**
1933             * Sets the phone remote service.
1934             *
1935             * @param phoneService the phone remote service
1936             */
1937            public void setPhoneService(PhoneService phoneService) {
1938                    this.phoneService = phoneService;
1939            }
1940    
1941            /**
1942             * Returns the phone persistence.
1943             *
1944             * @return the phone persistence
1945             */
1946            public PhonePersistence getPhonePersistence() {
1947                    return phonePersistence;
1948            }
1949    
1950            /**
1951             * Sets the phone persistence.
1952             *
1953             * @param phonePersistence the phone persistence
1954             */
1955            public void setPhonePersistence(PhonePersistence phonePersistence) {
1956                    this.phonePersistence = phonePersistence;
1957            }
1958    
1959            /**
1960             * Returns the plugin setting local service.
1961             *
1962             * @return the plugin setting local service
1963             */
1964            public PluginSettingLocalService getPluginSettingLocalService() {
1965                    return pluginSettingLocalService;
1966            }
1967    
1968            /**
1969             * Sets the plugin setting local service.
1970             *
1971             * @param pluginSettingLocalService the plugin setting local service
1972             */
1973            public void setPluginSettingLocalService(
1974                    PluginSettingLocalService pluginSettingLocalService) {
1975                    this.pluginSettingLocalService = pluginSettingLocalService;
1976            }
1977    
1978            /**
1979             * Returns the plugin setting remote service.
1980             *
1981             * @return the plugin setting remote service
1982             */
1983            public PluginSettingService getPluginSettingService() {
1984                    return pluginSettingService;
1985            }
1986    
1987            /**
1988             * Sets the plugin setting remote service.
1989             *
1990             * @param pluginSettingService the plugin setting remote service
1991             */
1992            public void setPluginSettingService(
1993                    PluginSettingService pluginSettingService) {
1994                    this.pluginSettingService = pluginSettingService;
1995            }
1996    
1997            /**
1998             * Returns the plugin setting persistence.
1999             *
2000             * @return the plugin setting persistence
2001             */
2002            public PluginSettingPersistence getPluginSettingPersistence() {
2003                    return pluginSettingPersistence;
2004            }
2005    
2006            /**
2007             * Sets the plugin setting persistence.
2008             *
2009             * @param pluginSettingPersistence the plugin setting persistence
2010             */
2011            public void setPluginSettingPersistence(
2012                    PluginSettingPersistence pluginSettingPersistence) {
2013                    this.pluginSettingPersistence = pluginSettingPersistence;
2014            }
2015    
2016            /**
2017             * Returns the portal local service.
2018             *
2019             * @return the portal local service
2020             */
2021            public PortalLocalService getPortalLocalService() {
2022                    return portalLocalService;
2023            }
2024    
2025            /**
2026             * Sets the portal local service.
2027             *
2028             * @param portalLocalService the portal local service
2029             */
2030            public void setPortalLocalService(PortalLocalService portalLocalService) {
2031                    this.portalLocalService = portalLocalService;
2032            }
2033    
2034            /**
2035             * Returns the portal remote service.
2036             *
2037             * @return the portal remote service
2038             */
2039            public PortalService getPortalService() {
2040                    return portalService;
2041            }
2042    
2043            /**
2044             * Sets the portal remote service.
2045             *
2046             * @param portalService the portal remote service
2047             */
2048            public void setPortalService(PortalService portalService) {
2049                    this.portalService = portalService;
2050            }
2051    
2052            /**
2053             * Returns the portal preferences local service.
2054             *
2055             * @return the portal preferences local service
2056             */
2057            public PortalPreferencesLocalService getPortalPreferencesLocalService() {
2058                    return portalPreferencesLocalService;
2059            }
2060    
2061            /**
2062             * Sets the portal preferences local service.
2063             *
2064             * @param portalPreferencesLocalService the portal preferences local service
2065             */
2066            public void setPortalPreferencesLocalService(
2067                    PortalPreferencesLocalService portalPreferencesLocalService) {
2068                    this.portalPreferencesLocalService = portalPreferencesLocalService;
2069            }
2070    
2071            /**
2072             * Returns the portal preferences persistence.
2073             *
2074             * @return the portal preferences persistence
2075             */
2076            public PortalPreferencesPersistence getPortalPreferencesPersistence() {
2077                    return portalPreferencesPersistence;
2078            }
2079    
2080            /**
2081             * Sets the portal preferences persistence.
2082             *
2083             * @param portalPreferencesPersistence the portal preferences persistence
2084             */
2085            public void setPortalPreferencesPersistence(
2086                    PortalPreferencesPersistence portalPreferencesPersistence) {
2087                    this.portalPreferencesPersistence = portalPreferencesPersistence;
2088            }
2089    
2090            /**
2091             * Returns the portlet local service.
2092             *
2093             * @return the portlet local service
2094             */
2095            public PortletLocalService getPortletLocalService() {
2096                    return portletLocalService;
2097            }
2098    
2099            /**
2100             * Sets the portlet local service.
2101             *
2102             * @param portletLocalService the portlet local service
2103             */
2104            public void setPortletLocalService(PortletLocalService portletLocalService) {
2105                    this.portletLocalService = portletLocalService;
2106            }
2107    
2108            /**
2109             * Returns the portlet remote service.
2110             *
2111             * @return the portlet remote service
2112             */
2113            public PortletService getPortletService() {
2114                    return portletService;
2115            }
2116    
2117            /**
2118             * Sets the portlet remote service.
2119             *
2120             * @param portletService the portlet remote service
2121             */
2122            public void setPortletService(PortletService portletService) {
2123                    this.portletService = portletService;
2124            }
2125    
2126            /**
2127             * Returns the portlet persistence.
2128             *
2129             * @return the portlet persistence
2130             */
2131            public PortletPersistence getPortletPersistence() {
2132                    return portletPersistence;
2133            }
2134    
2135            /**
2136             * Sets the portlet persistence.
2137             *
2138             * @param portletPersistence the portlet persistence
2139             */
2140            public void setPortletPersistence(PortletPersistence portletPersistence) {
2141                    this.portletPersistence = portletPersistence;
2142            }
2143    
2144            /**
2145             * Returns the portlet item local service.
2146             *
2147             * @return the portlet item local service
2148             */
2149            public PortletItemLocalService getPortletItemLocalService() {
2150                    return portletItemLocalService;
2151            }
2152    
2153            /**
2154             * Sets the portlet item local service.
2155             *
2156             * @param portletItemLocalService the portlet item local service
2157             */
2158            public void setPortletItemLocalService(
2159                    PortletItemLocalService portletItemLocalService) {
2160                    this.portletItemLocalService = portletItemLocalService;
2161            }
2162    
2163            /**
2164             * Returns the portlet item persistence.
2165             *
2166             * @return the portlet item persistence
2167             */
2168            public PortletItemPersistence getPortletItemPersistence() {
2169                    return portletItemPersistence;
2170            }
2171    
2172            /**
2173             * Sets the portlet item persistence.
2174             *
2175             * @param portletItemPersistence the portlet item persistence
2176             */
2177            public void setPortletItemPersistence(
2178                    PortletItemPersistence portletItemPersistence) {
2179                    this.portletItemPersistence = portletItemPersistence;
2180            }
2181    
2182            /**
2183             * Returns the portlet preferences local service.
2184             *
2185             * @return the portlet preferences local service
2186             */
2187            public PortletPreferencesLocalService getPortletPreferencesLocalService() {
2188                    return portletPreferencesLocalService;
2189            }
2190    
2191            /**
2192             * Sets the portlet preferences local service.
2193             *
2194             * @param portletPreferencesLocalService the portlet preferences local service
2195             */
2196            public void setPortletPreferencesLocalService(
2197                    PortletPreferencesLocalService portletPreferencesLocalService) {
2198                    this.portletPreferencesLocalService = portletPreferencesLocalService;
2199            }
2200    
2201            /**
2202             * Returns the portlet preferences remote service.
2203             *
2204             * @return the portlet preferences remote service
2205             */
2206            public PortletPreferencesService getPortletPreferencesService() {
2207                    return portletPreferencesService;
2208            }
2209    
2210            /**
2211             * Sets the portlet preferences remote service.
2212             *
2213             * @param portletPreferencesService the portlet preferences remote service
2214             */
2215            public void setPortletPreferencesService(
2216                    PortletPreferencesService portletPreferencesService) {
2217                    this.portletPreferencesService = portletPreferencesService;
2218            }
2219    
2220            /**
2221             * Returns the portlet preferences persistence.
2222             *
2223             * @return the portlet preferences persistence
2224             */
2225            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
2226                    return portletPreferencesPersistence;
2227            }
2228    
2229            /**
2230             * Sets the portlet preferences persistence.
2231             *
2232             * @param portletPreferencesPersistence the portlet preferences persistence
2233             */
2234            public void setPortletPreferencesPersistence(
2235                    PortletPreferencesPersistence portletPreferencesPersistence) {
2236                    this.portletPreferencesPersistence = portletPreferencesPersistence;
2237            }
2238    
2239            /**
2240             * Returns the portlet preferences finder.
2241             *
2242             * @return the portlet preferences finder
2243             */
2244            public PortletPreferencesFinder getPortletPreferencesFinder() {
2245                    return portletPreferencesFinder;
2246            }
2247    
2248            /**
2249             * Sets the portlet preferences finder.
2250             *
2251             * @param portletPreferencesFinder the portlet preferences finder
2252             */
2253            public void setPortletPreferencesFinder(
2254                    PortletPreferencesFinder portletPreferencesFinder) {
2255                    this.portletPreferencesFinder = portletPreferencesFinder;
2256            }
2257    
2258            /**
2259             * Returns the quartz local service.
2260             *
2261             * @return the quartz local service
2262             */
2263            public QuartzLocalService getQuartzLocalService() {
2264                    return quartzLocalService;
2265            }
2266    
2267            /**
2268             * Sets the quartz local service.
2269             *
2270             * @param quartzLocalService the quartz local service
2271             */
2272            public void setQuartzLocalService(QuartzLocalService quartzLocalService) {
2273                    this.quartzLocalService = quartzLocalService;
2274            }
2275    
2276            /**
2277             * Returns the region remote service.
2278             *
2279             * @return the region remote service
2280             */
2281            public RegionService getRegionService() {
2282                    return regionService;
2283            }
2284    
2285            /**
2286             * Sets the region remote service.
2287             *
2288             * @param regionService the region remote service
2289             */
2290            public void setRegionService(RegionService regionService) {
2291                    this.regionService = regionService;
2292            }
2293    
2294            /**
2295             * Returns the region persistence.
2296             *
2297             * @return the region persistence
2298             */
2299            public RegionPersistence getRegionPersistence() {
2300                    return regionPersistence;
2301            }
2302    
2303            /**
2304             * Sets the region persistence.
2305             *
2306             * @param regionPersistence the region persistence
2307             */
2308            public void setRegionPersistence(RegionPersistence regionPersistence) {
2309                    this.regionPersistence = regionPersistence;
2310            }
2311    
2312            /**
2313             * Returns the release local service.
2314             *
2315             * @return the release local service
2316             */
2317            public ReleaseLocalService getReleaseLocalService() {
2318                    return releaseLocalService;
2319            }
2320    
2321            /**
2322             * Sets the release local service.
2323             *
2324             * @param releaseLocalService the release local service
2325             */
2326            public void setReleaseLocalService(ReleaseLocalService releaseLocalService) {
2327                    this.releaseLocalService = releaseLocalService;
2328            }
2329    
2330            /**
2331             * Returns the release persistence.
2332             *
2333             * @return the release persistence
2334             */
2335            public ReleasePersistence getReleasePersistence() {
2336                    return releasePersistence;
2337            }
2338    
2339            /**
2340             * Sets the release persistence.
2341             *
2342             * @param releasePersistence the release persistence
2343             */
2344            public void setReleasePersistence(ReleasePersistence releasePersistence) {
2345                    this.releasePersistence = releasePersistence;
2346            }
2347    
2348            /**
2349             * Returns the repository local service.
2350             *
2351             * @return the repository local service
2352             */
2353            public RepositoryLocalService getRepositoryLocalService() {
2354                    return repositoryLocalService;
2355            }
2356    
2357            /**
2358             * Sets the repository local service.
2359             *
2360             * @param repositoryLocalService the repository local service
2361             */
2362            public void setRepositoryLocalService(
2363                    RepositoryLocalService repositoryLocalService) {
2364                    this.repositoryLocalService = repositoryLocalService;
2365            }
2366    
2367            /**
2368             * Returns the repository remote service.
2369             *
2370             * @return the repository remote service
2371             */
2372            public RepositoryService getRepositoryService() {
2373                    return repositoryService;
2374            }
2375    
2376            /**
2377             * Sets the repository remote service.
2378             *
2379             * @param repositoryService the repository remote service
2380             */
2381            public void setRepositoryService(RepositoryService repositoryService) {
2382                    this.repositoryService = repositoryService;
2383            }
2384    
2385            /**
2386             * Returns the repository persistence.
2387             *
2388             * @return the repository persistence
2389             */
2390            public RepositoryPersistence getRepositoryPersistence() {
2391                    return repositoryPersistence;
2392            }
2393    
2394            /**
2395             * Sets the repository persistence.
2396             *
2397             * @param repositoryPersistence the repository persistence
2398             */
2399            public void setRepositoryPersistence(
2400                    RepositoryPersistence repositoryPersistence) {
2401                    this.repositoryPersistence = repositoryPersistence;
2402            }
2403    
2404            /**
2405             * Returns the repository entry local service.
2406             *
2407             * @return the repository entry local service
2408             */
2409            public RepositoryEntryLocalService getRepositoryEntryLocalService() {
2410                    return repositoryEntryLocalService;
2411            }
2412    
2413            /**
2414             * Sets the repository entry local service.
2415             *
2416             * @param repositoryEntryLocalService the repository entry local service
2417             */
2418            public void setRepositoryEntryLocalService(
2419                    RepositoryEntryLocalService repositoryEntryLocalService) {
2420                    this.repositoryEntryLocalService = repositoryEntryLocalService;
2421            }
2422    
2423            /**
2424             * Returns the repository entry persistence.
2425             *
2426             * @return the repository entry persistence
2427             */
2428            public RepositoryEntryPersistence getRepositoryEntryPersistence() {
2429                    return repositoryEntryPersistence;
2430            }
2431    
2432            /**
2433             * Sets the repository entry persistence.
2434             *
2435             * @param repositoryEntryPersistence the repository entry persistence
2436             */
2437            public void setRepositoryEntryPersistence(
2438                    RepositoryEntryPersistence repositoryEntryPersistence) {
2439                    this.repositoryEntryPersistence = repositoryEntryPersistence;
2440            }
2441    
2442            /**
2443             * Returns the resource local service.
2444             *
2445             * @return the resource local service
2446             */
2447            public ResourceLocalService getResourceLocalService() {
2448                    return resourceLocalService;
2449            }
2450    
2451            /**
2452             * Sets the resource local service.
2453             *
2454             * @param resourceLocalService the resource local service
2455             */
2456            public void setResourceLocalService(
2457                    ResourceLocalService resourceLocalService) {
2458                    this.resourceLocalService = resourceLocalService;
2459            }
2460    
2461            /**
2462             * Returns the resource remote service.
2463             *
2464             * @return the resource remote service
2465             */
2466            public ResourceService getResourceService() {
2467                    return resourceService;
2468            }
2469    
2470            /**
2471             * Sets the resource remote service.
2472             *
2473             * @param resourceService the resource remote service
2474             */
2475            public void setResourceService(ResourceService resourceService) {
2476                    this.resourceService = resourceService;
2477            }
2478    
2479            /**
2480             * Returns the resource persistence.
2481             *
2482             * @return the resource persistence
2483             */
2484            public ResourcePersistence getResourcePersistence() {
2485                    return resourcePersistence;
2486            }
2487    
2488            /**
2489             * Sets the resource persistence.
2490             *
2491             * @param resourcePersistence the resource persistence
2492             */
2493            public void setResourcePersistence(ResourcePersistence resourcePersistence) {
2494                    this.resourcePersistence = resourcePersistence;
2495            }
2496    
2497            /**
2498             * Returns the resource finder.
2499             *
2500             * @return the resource finder
2501             */
2502            public ResourceFinder getResourceFinder() {
2503                    return resourceFinder;
2504            }
2505    
2506            /**
2507             * Sets the resource finder.
2508             *
2509             * @param resourceFinder the resource finder
2510             */
2511            public void setResourceFinder(ResourceFinder resourceFinder) {
2512                    this.resourceFinder = resourceFinder;
2513            }
2514    
2515            /**
2516             * Returns the resource action local service.
2517             *
2518             * @return the resource action local service
2519             */
2520            public ResourceActionLocalService getResourceActionLocalService() {
2521                    return resourceActionLocalService;
2522            }
2523    
2524            /**
2525             * Sets the resource action local service.
2526             *
2527             * @param resourceActionLocalService the resource action local service
2528             */
2529            public void setResourceActionLocalService(
2530                    ResourceActionLocalService resourceActionLocalService) {
2531                    this.resourceActionLocalService = resourceActionLocalService;
2532            }
2533    
2534            /**
2535             * Returns the resource action persistence.
2536             *
2537             * @return the resource action persistence
2538             */
2539            public ResourceActionPersistence getResourceActionPersistence() {
2540                    return resourceActionPersistence;
2541            }
2542    
2543            /**
2544             * Sets the resource action persistence.
2545             *
2546             * @param resourceActionPersistence the resource action persistence
2547             */
2548            public void setResourceActionPersistence(
2549                    ResourceActionPersistence resourceActionPersistence) {
2550                    this.resourceActionPersistence = resourceActionPersistence;
2551            }
2552    
2553            /**
2554             * Returns the resource block local service.
2555             *
2556             * @return the resource block local service
2557             */
2558            public ResourceBlockLocalService getResourceBlockLocalService() {
2559                    return resourceBlockLocalService;
2560            }
2561    
2562            /**
2563             * Sets the resource block local service.
2564             *
2565             * @param resourceBlockLocalService the resource block local service
2566             */
2567            public void setResourceBlockLocalService(
2568                    ResourceBlockLocalService resourceBlockLocalService) {
2569                    this.resourceBlockLocalService = resourceBlockLocalService;
2570            }
2571    
2572            /**
2573             * Returns the resource block remote service.
2574             *
2575             * @return the resource block remote service
2576             */
2577            public ResourceBlockService getResourceBlockService() {
2578                    return resourceBlockService;
2579            }
2580    
2581            /**
2582             * Sets the resource block remote service.
2583             *
2584             * @param resourceBlockService the resource block remote service
2585             */
2586            public void setResourceBlockService(
2587                    ResourceBlockService resourceBlockService) {
2588                    this.resourceBlockService = resourceBlockService;
2589            }
2590    
2591            /**
2592             * Returns the resource block persistence.
2593             *
2594             * @return the resource block persistence
2595             */
2596            public ResourceBlockPersistence getResourceBlockPersistence() {
2597                    return resourceBlockPersistence;
2598            }
2599    
2600            /**
2601             * Sets the resource block persistence.
2602             *
2603             * @param resourceBlockPersistence the resource block persistence
2604             */
2605            public void setResourceBlockPersistence(
2606                    ResourceBlockPersistence resourceBlockPersistence) {
2607                    this.resourceBlockPersistence = resourceBlockPersistence;
2608            }
2609    
2610            /**
2611             * Returns the resource block finder.
2612             *
2613             * @return the resource block finder
2614             */
2615            public ResourceBlockFinder getResourceBlockFinder() {
2616                    return resourceBlockFinder;
2617            }
2618    
2619            /**
2620             * Sets the resource block finder.
2621             *
2622             * @param resourceBlockFinder the resource block finder
2623             */
2624            public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder) {
2625                    this.resourceBlockFinder = resourceBlockFinder;
2626            }
2627    
2628            /**
2629             * Returns the resource block permission local service.
2630             *
2631             * @return the resource block permission local service
2632             */
2633            public ResourceBlockPermissionLocalService getResourceBlockPermissionLocalService() {
2634                    return resourceBlockPermissionLocalService;
2635            }
2636    
2637            /**
2638             * Sets the resource block permission local service.
2639             *
2640             * @param resourceBlockPermissionLocalService the resource block permission local service
2641             */
2642            public void setResourceBlockPermissionLocalService(
2643                    ResourceBlockPermissionLocalService resourceBlockPermissionLocalService) {
2644                    this.resourceBlockPermissionLocalService = resourceBlockPermissionLocalService;
2645            }
2646    
2647            /**
2648             * Returns the resource block permission persistence.
2649             *
2650             * @return the resource block permission persistence
2651             */
2652            public ResourceBlockPermissionPersistence getResourceBlockPermissionPersistence() {
2653                    return resourceBlockPermissionPersistence;
2654            }
2655    
2656            /**
2657             * Sets the resource block permission persistence.
2658             *
2659             * @param resourceBlockPermissionPersistence the resource block permission persistence
2660             */
2661            public void setResourceBlockPermissionPersistence(
2662                    ResourceBlockPermissionPersistence resourceBlockPermissionPersistence) {
2663                    this.resourceBlockPermissionPersistence = resourceBlockPermissionPersistence;
2664            }
2665    
2666            /**
2667             * Returns the resource code local service.
2668             *
2669             * @return the resource code local service
2670             */
2671            public ResourceCodeLocalService getResourceCodeLocalService() {
2672                    return resourceCodeLocalService;
2673            }
2674    
2675            /**
2676             * Sets the resource code local service.
2677             *
2678             * @param resourceCodeLocalService the resource code local service
2679             */
2680            public void setResourceCodeLocalService(
2681                    ResourceCodeLocalService resourceCodeLocalService) {
2682                    this.resourceCodeLocalService = resourceCodeLocalService;
2683            }
2684    
2685            /**
2686             * Returns the resource code persistence.
2687             *
2688             * @return the resource code persistence
2689             */
2690            public ResourceCodePersistence getResourceCodePersistence() {
2691                    return resourceCodePersistence;
2692            }
2693    
2694            /**
2695             * Sets the resource code persistence.
2696             *
2697             * @param resourceCodePersistence the resource code persistence
2698             */
2699            public void setResourceCodePersistence(
2700                    ResourceCodePersistence resourceCodePersistence) {
2701                    this.resourceCodePersistence = resourceCodePersistence;
2702            }
2703    
2704            /**
2705             * Returns the resource permission local service.
2706             *
2707             * @return the resource permission local service
2708             */
2709            public ResourcePermissionLocalService getResourcePermissionLocalService() {
2710                    return resourcePermissionLocalService;
2711            }
2712    
2713            /**
2714             * Sets the resource permission local service.
2715             *
2716             * @param resourcePermissionLocalService the resource permission local service
2717             */
2718            public void setResourcePermissionLocalService(
2719                    ResourcePermissionLocalService resourcePermissionLocalService) {
2720                    this.resourcePermissionLocalService = resourcePermissionLocalService;
2721            }
2722    
2723            /**
2724             * Returns the resource permission remote service.
2725             *
2726             * @return the resource permission remote service
2727             */
2728            public ResourcePermissionService getResourcePermissionService() {
2729                    return resourcePermissionService;
2730            }
2731    
2732            /**
2733             * Sets the resource permission remote service.
2734             *
2735             * @param resourcePermissionService the resource permission remote service
2736             */
2737            public void setResourcePermissionService(
2738                    ResourcePermissionService resourcePermissionService) {
2739                    this.resourcePermissionService = resourcePermissionService;
2740            }
2741    
2742            /**
2743             * Returns the resource permission persistence.
2744             *
2745             * @return the resource permission persistence
2746             */
2747            public ResourcePermissionPersistence getResourcePermissionPersistence() {
2748                    return resourcePermissionPersistence;
2749            }
2750    
2751            /**
2752             * Sets the resource permission persistence.
2753             *
2754             * @param resourcePermissionPersistence the resource permission persistence
2755             */
2756            public void setResourcePermissionPersistence(
2757                    ResourcePermissionPersistence resourcePermissionPersistence) {
2758                    this.resourcePermissionPersistence = resourcePermissionPersistence;
2759            }
2760    
2761            /**
2762             * Returns the resource permission finder.
2763             *
2764             * @return the resource permission finder
2765             */
2766            public ResourcePermissionFinder getResourcePermissionFinder() {
2767                    return resourcePermissionFinder;
2768            }
2769    
2770            /**
2771             * Sets the resource permission finder.
2772             *
2773             * @param resourcePermissionFinder the resource permission finder
2774             */
2775            public void setResourcePermissionFinder(
2776                    ResourcePermissionFinder resourcePermissionFinder) {
2777                    this.resourcePermissionFinder = resourcePermissionFinder;
2778            }
2779    
2780            /**
2781             * Returns the resource type permission local service.
2782             *
2783             * @return the resource type permission local service
2784             */
2785            public ResourceTypePermissionLocalService getResourceTypePermissionLocalService() {
2786                    return resourceTypePermissionLocalService;
2787            }
2788    
2789            /**
2790             * Sets the resource type permission local service.
2791             *
2792             * @param resourceTypePermissionLocalService the resource type permission local service
2793             */
2794            public void setResourceTypePermissionLocalService(
2795                    ResourceTypePermissionLocalService resourceTypePermissionLocalService) {
2796                    this.resourceTypePermissionLocalService = resourceTypePermissionLocalService;
2797            }
2798    
2799            /**
2800             * Returns the resource type permission persistence.
2801             *
2802             * @return the resource type permission persistence
2803             */
2804            public ResourceTypePermissionPersistence getResourceTypePermissionPersistence() {
2805                    return resourceTypePermissionPersistence;
2806            }
2807    
2808            /**
2809             * Sets the resource type permission persistence.
2810             *
2811             * @param resourceTypePermissionPersistence the resource type permission persistence
2812             */
2813            public void setResourceTypePermissionPersistence(
2814                    ResourceTypePermissionPersistence resourceTypePermissionPersistence) {
2815                    this.resourceTypePermissionPersistence = resourceTypePermissionPersistence;
2816            }
2817    
2818            /**
2819             * Returns the resource type permission finder.
2820             *
2821             * @return the resource type permission finder
2822             */
2823            public ResourceTypePermissionFinder getResourceTypePermissionFinder() {
2824                    return resourceTypePermissionFinder;
2825            }
2826    
2827            /**
2828             * Sets the resource type permission finder.
2829             *
2830             * @param resourceTypePermissionFinder the resource type permission finder
2831             */
2832            public void setResourceTypePermissionFinder(
2833                    ResourceTypePermissionFinder resourceTypePermissionFinder) {
2834                    this.resourceTypePermissionFinder = resourceTypePermissionFinder;
2835            }
2836    
2837            /**
2838             * Returns the role local service.
2839             *
2840             * @return the role local service
2841             */
2842            public RoleLocalService getRoleLocalService() {
2843                    return roleLocalService;
2844            }
2845    
2846            /**
2847             * Sets the role local service.
2848             *
2849             * @param roleLocalService the role local service
2850             */
2851            public void setRoleLocalService(RoleLocalService roleLocalService) {
2852                    this.roleLocalService = roleLocalService;
2853            }
2854    
2855            /**
2856             * Returns the role remote service.
2857             *
2858             * @return the role remote service
2859             */
2860            public RoleService getRoleService() {
2861                    return roleService;
2862            }
2863    
2864            /**
2865             * Sets the role remote service.
2866             *
2867             * @param roleService the role remote service
2868             */
2869            public void setRoleService(RoleService roleService) {
2870                    this.roleService = roleService;
2871            }
2872    
2873            /**
2874             * Returns the role persistence.
2875             *
2876             * @return the role persistence
2877             */
2878            public RolePersistence getRolePersistence() {
2879                    return rolePersistence;
2880            }
2881    
2882            /**
2883             * Sets the role persistence.
2884             *
2885             * @param rolePersistence the role persistence
2886             */
2887            public void setRolePersistence(RolePersistence rolePersistence) {
2888                    this.rolePersistence = rolePersistence;
2889            }
2890    
2891            /**
2892             * Returns the role finder.
2893             *
2894             * @return the role finder
2895             */
2896            public RoleFinder getRoleFinder() {
2897                    return roleFinder;
2898            }
2899    
2900            /**
2901             * Sets the role finder.
2902             *
2903             * @param roleFinder the role finder
2904             */
2905            public void setRoleFinder(RoleFinder roleFinder) {
2906                    this.roleFinder = roleFinder;
2907            }
2908    
2909            /**
2910             * Returns the service component local service.
2911             *
2912             * @return the service component local service
2913             */
2914            public ServiceComponentLocalService getServiceComponentLocalService() {
2915                    return serviceComponentLocalService;
2916            }
2917    
2918            /**
2919             * Sets the service component local service.
2920             *
2921             * @param serviceComponentLocalService the service component local service
2922             */
2923            public void setServiceComponentLocalService(
2924                    ServiceComponentLocalService serviceComponentLocalService) {
2925                    this.serviceComponentLocalService = serviceComponentLocalService;
2926            }
2927    
2928            /**
2929             * Returns the service component persistence.
2930             *
2931             * @return the service component persistence
2932             */
2933            public ServiceComponentPersistence getServiceComponentPersistence() {
2934                    return serviceComponentPersistence;
2935            }
2936    
2937            /**
2938             * Sets the service component persistence.
2939             *
2940             * @param serviceComponentPersistence the service component persistence
2941             */
2942            public void setServiceComponentPersistence(
2943                    ServiceComponentPersistence serviceComponentPersistence) {
2944                    this.serviceComponentPersistence = serviceComponentPersistence;
2945            }
2946    
2947            /**
2948             * Returns the shard local service.
2949             *
2950             * @return the shard local service
2951             */
2952            public ShardLocalService getShardLocalService() {
2953                    return shardLocalService;
2954            }
2955    
2956            /**
2957             * Sets the shard local service.
2958             *
2959             * @param shardLocalService the shard local service
2960             */
2961            public void setShardLocalService(ShardLocalService shardLocalService) {
2962                    this.shardLocalService = shardLocalService;
2963            }
2964    
2965            /**
2966             * Returns the shard persistence.
2967             *
2968             * @return the shard persistence
2969             */
2970            public ShardPersistence getShardPersistence() {
2971                    return shardPersistence;
2972            }
2973    
2974            /**
2975             * Sets the shard persistence.
2976             *
2977             * @param shardPersistence the shard persistence
2978             */
2979            public void setShardPersistence(ShardPersistence shardPersistence) {
2980                    this.shardPersistence = shardPersistence;
2981            }
2982    
2983            /**
2984             * Returns the subscription local service.
2985             *
2986             * @return the subscription local service
2987             */
2988            public SubscriptionLocalService getSubscriptionLocalService() {
2989                    return subscriptionLocalService;
2990            }
2991    
2992            /**
2993             * Sets the subscription local service.
2994             *
2995             * @param subscriptionLocalService the subscription local service
2996             */
2997            public void setSubscriptionLocalService(
2998                    SubscriptionLocalService subscriptionLocalService) {
2999                    this.subscriptionLocalService = subscriptionLocalService;
3000            }
3001    
3002            /**
3003             * Returns the subscription persistence.
3004             *
3005             * @return the subscription persistence
3006             */
3007            public SubscriptionPersistence getSubscriptionPersistence() {
3008                    return subscriptionPersistence;
3009            }
3010    
3011            /**
3012             * Sets the subscription persistence.
3013             *
3014             * @param subscriptionPersistence the subscription persistence
3015             */
3016            public void setSubscriptionPersistence(
3017                    SubscriptionPersistence subscriptionPersistence) {
3018                    this.subscriptionPersistence = subscriptionPersistence;
3019            }
3020    
3021            /**
3022             * Returns the team local service.
3023             *
3024             * @return the team local service
3025             */
3026            public TeamLocalService getTeamLocalService() {
3027                    return teamLocalService;
3028            }
3029    
3030            /**
3031             * Sets the team local service.
3032             *
3033             * @param teamLocalService the team local service
3034             */
3035            public void setTeamLocalService(TeamLocalService teamLocalService) {
3036                    this.teamLocalService = teamLocalService;
3037            }
3038    
3039            /**
3040             * Returns the team remote service.
3041             *
3042             * @return the team remote service
3043             */
3044            public TeamService getTeamService() {
3045                    return teamService;
3046            }
3047    
3048            /**
3049             * Sets the team remote service.
3050             *
3051             * @param teamService the team remote service
3052             */
3053            public void setTeamService(TeamService teamService) {
3054                    this.teamService = teamService;
3055            }
3056    
3057            /**
3058             * Returns the team persistence.
3059             *
3060             * @return the team persistence
3061             */
3062            public TeamPersistence getTeamPersistence() {
3063                    return teamPersistence;
3064            }
3065    
3066            /**
3067             * Sets the team persistence.
3068             *
3069             * @param teamPersistence the team persistence
3070             */
3071            public void setTeamPersistence(TeamPersistence teamPersistence) {
3072                    this.teamPersistence = teamPersistence;
3073            }
3074    
3075            /**
3076             * Returns the team finder.
3077             *
3078             * @return the team finder
3079             */
3080            public TeamFinder getTeamFinder() {
3081                    return teamFinder;
3082            }
3083    
3084            /**
3085             * Sets the team finder.
3086             *
3087             * @param teamFinder the team finder
3088             */
3089            public void setTeamFinder(TeamFinder teamFinder) {
3090                    this.teamFinder = teamFinder;
3091            }
3092    
3093            /**
3094             * Returns the theme local service.
3095             *
3096             * @return the theme local service
3097             */
3098            public ThemeLocalService getThemeLocalService() {
3099                    return themeLocalService;
3100            }
3101    
3102            /**
3103             * Sets the theme local service.
3104             *
3105             * @param themeLocalService the theme local service
3106             */
3107            public void setThemeLocalService(ThemeLocalService themeLocalService) {
3108                    this.themeLocalService = themeLocalService;
3109            }
3110    
3111            /**
3112             * Returns the theme remote service.
3113             *
3114             * @return the theme remote service
3115             */
3116            public ThemeService getThemeService() {
3117                    return themeService;
3118            }
3119    
3120            /**
3121             * Sets the theme remote service.
3122             *
3123             * @param themeService the theme remote service
3124             */
3125            public void setThemeService(ThemeService themeService) {
3126                    this.themeService = themeService;
3127            }
3128    
3129            /**
3130             * Returns the ticket local service.
3131             *
3132             * @return the ticket local service
3133             */
3134            public TicketLocalService getTicketLocalService() {
3135                    return ticketLocalService;
3136            }
3137    
3138            /**
3139             * Sets the ticket local service.
3140             *
3141             * @param ticketLocalService the ticket local service
3142             */
3143            public void setTicketLocalService(TicketLocalService ticketLocalService) {
3144                    this.ticketLocalService = ticketLocalService;
3145            }
3146    
3147            /**
3148             * Returns the ticket persistence.
3149             *
3150             * @return the ticket persistence
3151             */
3152            public TicketPersistence getTicketPersistence() {
3153                    return ticketPersistence;
3154            }
3155    
3156            /**
3157             * Sets the ticket persistence.
3158             *
3159             * @param ticketPersistence the ticket persistence
3160             */
3161            public void setTicketPersistence(TicketPersistence ticketPersistence) {
3162                    this.ticketPersistence = ticketPersistence;
3163            }
3164    
3165            /**
3166             * Returns the user local service.
3167             *
3168             * @return the user local service
3169             */
3170            public UserLocalService getUserLocalService() {
3171                    return userLocalService;
3172            }
3173    
3174            /**
3175             * Sets the user local service.
3176             *
3177             * @param userLocalService the user local service
3178             */
3179            public void setUserLocalService(UserLocalService userLocalService) {
3180                    this.userLocalService = userLocalService;
3181            }
3182    
3183            /**
3184             * Returns the user remote service.
3185             *
3186             * @return the user remote service
3187             */
3188            public UserService getUserService() {
3189                    return userService;
3190            }
3191    
3192            /**
3193             * Sets the user remote service.
3194             *
3195             * @param userService the user remote service
3196             */
3197            public void setUserService(UserService userService) {
3198                    this.userService = userService;
3199            }
3200    
3201            /**
3202             * Returns the user persistence.
3203             *
3204             * @return the user persistence
3205             */
3206            public UserPersistence getUserPersistence() {
3207                    return userPersistence;
3208            }
3209    
3210            /**
3211             * Sets the user persistence.
3212             *
3213             * @param userPersistence the user persistence
3214             */
3215            public void setUserPersistence(UserPersistence userPersistence) {
3216                    this.userPersistence = userPersistence;
3217            }
3218    
3219            /**
3220             * Returns the user finder.
3221             *
3222             * @return the user finder
3223             */
3224            public UserFinder getUserFinder() {
3225                    return userFinder;
3226            }
3227    
3228            /**
3229             * Sets the user finder.
3230             *
3231             * @param userFinder the user finder
3232             */
3233            public void setUserFinder(UserFinder userFinder) {
3234                    this.userFinder = userFinder;
3235            }
3236    
3237            /**
3238             * Returns the user group local service.
3239             *
3240             * @return the user group local service
3241             */
3242            public UserGroupLocalService getUserGroupLocalService() {
3243                    return userGroupLocalService;
3244            }
3245    
3246            /**
3247             * Sets the user group local service.
3248             *
3249             * @param userGroupLocalService the user group local service
3250             */
3251            public void setUserGroupLocalService(
3252                    UserGroupLocalService userGroupLocalService) {
3253                    this.userGroupLocalService = userGroupLocalService;
3254            }
3255    
3256            /**
3257             * Returns the user group remote service.
3258             *
3259             * @return the user group remote service
3260             */
3261            public UserGroupService getUserGroupService() {
3262                    return userGroupService;
3263            }
3264    
3265            /**
3266             * Sets the user group remote service.
3267             *
3268             * @param userGroupService the user group remote service
3269             */
3270            public void setUserGroupService(UserGroupService userGroupService) {
3271                    this.userGroupService = userGroupService;
3272            }
3273    
3274            /**
3275             * Returns the user group persistence.
3276             *
3277             * @return the user group persistence
3278             */
3279            public UserGroupPersistence getUserGroupPersistence() {
3280                    return userGroupPersistence;
3281            }
3282    
3283            /**
3284             * Sets the user group persistence.
3285             *
3286             * @param userGroupPersistence the user group persistence
3287             */
3288            public void setUserGroupPersistence(
3289                    UserGroupPersistence userGroupPersistence) {
3290                    this.userGroupPersistence = userGroupPersistence;
3291            }
3292    
3293            /**
3294             * Returns the user group finder.
3295             *
3296             * @return the user group finder
3297             */
3298            public UserGroupFinder getUserGroupFinder() {
3299                    return userGroupFinder;
3300            }
3301    
3302            /**
3303             * Sets the user group finder.
3304             *
3305             * @param userGroupFinder the user group finder
3306             */
3307            public void setUserGroupFinder(UserGroupFinder userGroupFinder) {
3308                    this.userGroupFinder = userGroupFinder;
3309            }
3310    
3311            /**
3312             * Returns the user group group role local service.
3313             *
3314             * @return the user group group role local service
3315             */
3316            public UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService() {
3317                    return userGroupGroupRoleLocalService;
3318            }
3319    
3320            /**
3321             * Sets the user group group role local service.
3322             *
3323             * @param userGroupGroupRoleLocalService the user group group role local service
3324             */
3325            public void setUserGroupGroupRoleLocalService(
3326                    UserGroupGroupRoleLocalService userGroupGroupRoleLocalService) {
3327                    this.userGroupGroupRoleLocalService = userGroupGroupRoleLocalService;
3328            }
3329    
3330            /**
3331             * Returns the user group group role remote service.
3332             *
3333             * @return the user group group role remote service
3334             */
3335            public UserGroupGroupRoleService getUserGroupGroupRoleService() {
3336                    return userGroupGroupRoleService;
3337            }
3338    
3339            /**
3340             * Sets the user group group role remote service.
3341             *
3342             * @param userGroupGroupRoleService the user group group role remote service
3343             */
3344            public void setUserGroupGroupRoleService(
3345                    UserGroupGroupRoleService userGroupGroupRoleService) {
3346                    this.userGroupGroupRoleService = userGroupGroupRoleService;
3347            }
3348    
3349            /**
3350             * Returns the user group group role persistence.
3351             *
3352             * @return the user group group role persistence
3353             */
3354            public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence() {
3355                    return userGroupGroupRolePersistence;
3356            }
3357    
3358            /**
3359             * Sets the user group group role persistence.
3360             *
3361             * @param userGroupGroupRolePersistence the user group group role persistence
3362             */
3363            public void setUserGroupGroupRolePersistence(
3364                    UserGroupGroupRolePersistence userGroupGroupRolePersistence) {
3365                    this.userGroupGroupRolePersistence = userGroupGroupRolePersistence;
3366            }
3367    
3368            /**
3369             * Returns the user group role local service.
3370             *
3371             * @return the user group role local service
3372             */
3373            public UserGroupRoleLocalService getUserGroupRoleLocalService() {
3374                    return userGroupRoleLocalService;
3375            }
3376    
3377            /**
3378             * Sets the user group role local service.
3379             *
3380             * @param userGroupRoleLocalService the user group role local service
3381             */
3382            public void setUserGroupRoleLocalService(
3383                    UserGroupRoleLocalService userGroupRoleLocalService) {
3384                    this.userGroupRoleLocalService = userGroupRoleLocalService;
3385            }
3386    
3387            /**
3388             * Returns the user group role remote service.
3389             *
3390             * @return the user group role remote service
3391             */
3392            public UserGroupRoleService getUserGroupRoleService() {
3393                    return userGroupRoleService;
3394            }
3395    
3396            /**
3397             * Sets the user group role remote service.
3398             *
3399             * @param userGroupRoleService the user group role remote service
3400             */
3401            public void setUserGroupRoleService(
3402                    UserGroupRoleService userGroupRoleService) {
3403                    this.userGroupRoleService = userGroupRoleService;
3404            }
3405    
3406            /**
3407             * Returns the user group role persistence.
3408             *
3409             * @return the user group role persistence
3410             */
3411            public UserGroupRolePersistence getUserGroupRolePersistence() {
3412                    return userGroupRolePersistence;
3413            }
3414    
3415            /**
3416             * Sets the user group role persistence.
3417             *
3418             * @param userGroupRolePersistence the user group role persistence
3419             */
3420            public void setUserGroupRolePersistence(
3421                    UserGroupRolePersistence userGroupRolePersistence) {
3422                    this.userGroupRolePersistence = userGroupRolePersistence;
3423            }
3424    
3425            /**
3426             * Returns the user group role finder.
3427             *
3428             * @return the user group role finder
3429             */
3430            public UserGroupRoleFinder getUserGroupRoleFinder() {
3431                    return userGroupRoleFinder;
3432            }
3433    
3434            /**
3435             * Sets the user group role finder.
3436             *
3437             * @param userGroupRoleFinder the user group role finder
3438             */
3439            public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder) {
3440                    this.userGroupRoleFinder = userGroupRoleFinder;
3441            }
3442    
3443            /**
3444             * Returns the user ID mapper local service.
3445             *
3446             * @return the user ID mapper local service
3447             */
3448            public UserIdMapperLocalService getUserIdMapperLocalService() {
3449                    return userIdMapperLocalService;
3450            }
3451    
3452            /**
3453             * Sets the user ID mapper local service.
3454             *
3455             * @param userIdMapperLocalService the user ID mapper local service
3456             */
3457            public void setUserIdMapperLocalService(
3458                    UserIdMapperLocalService userIdMapperLocalService) {
3459                    this.userIdMapperLocalService = userIdMapperLocalService;
3460            }
3461    
3462            /**
3463             * Returns the user ID mapper persistence.
3464             *
3465             * @return the user ID mapper persistence
3466             */
3467            public UserIdMapperPersistence getUserIdMapperPersistence() {
3468                    return userIdMapperPersistence;
3469            }
3470    
3471            /**
3472             * Sets the user ID mapper persistence.
3473             *
3474             * @param userIdMapperPersistence the user ID mapper persistence
3475             */
3476            public void setUserIdMapperPersistence(
3477                    UserIdMapperPersistence userIdMapperPersistence) {
3478                    this.userIdMapperPersistence = userIdMapperPersistence;
3479            }
3480    
3481            /**
3482             * Returns the user notification event local service.
3483             *
3484             * @return the user notification event local service
3485             */
3486            public UserNotificationEventLocalService getUserNotificationEventLocalService() {
3487                    return userNotificationEventLocalService;
3488            }
3489    
3490            /**
3491             * Sets the user notification event local service.
3492             *
3493             * @param userNotificationEventLocalService the user notification event local service
3494             */
3495            public void setUserNotificationEventLocalService(
3496                    UserNotificationEventLocalService userNotificationEventLocalService) {
3497                    this.userNotificationEventLocalService = userNotificationEventLocalService;
3498            }
3499    
3500            /**
3501             * Returns the user notification event persistence.
3502             *
3503             * @return the user notification event persistence
3504             */
3505            public UserNotificationEventPersistence getUserNotificationEventPersistence() {
3506                    return userNotificationEventPersistence;
3507            }
3508    
3509            /**
3510             * Sets the user notification event persistence.
3511             *
3512             * @param userNotificationEventPersistence the user notification event persistence
3513             */
3514            public void setUserNotificationEventPersistence(
3515                    UserNotificationEventPersistence userNotificationEventPersistence) {
3516                    this.userNotificationEventPersistence = userNotificationEventPersistence;
3517            }
3518    
3519            /**
3520             * Returns the user tracker local service.
3521             *
3522             * @return the user tracker local service
3523             */
3524            public UserTrackerLocalService getUserTrackerLocalService() {
3525                    return userTrackerLocalService;
3526            }
3527    
3528            /**
3529             * Sets the user tracker local service.
3530             *
3531             * @param userTrackerLocalService the user tracker local service
3532             */
3533            public void setUserTrackerLocalService(
3534                    UserTrackerLocalService userTrackerLocalService) {
3535                    this.userTrackerLocalService = userTrackerLocalService;
3536            }
3537    
3538            /**
3539             * Returns the user tracker persistence.
3540             *
3541             * @return the user tracker persistence
3542             */
3543            public UserTrackerPersistence getUserTrackerPersistence() {
3544                    return userTrackerPersistence;
3545            }
3546    
3547            /**
3548             * Sets the user tracker persistence.
3549             *
3550             * @param userTrackerPersistence the user tracker persistence
3551             */
3552            public void setUserTrackerPersistence(
3553                    UserTrackerPersistence userTrackerPersistence) {
3554                    this.userTrackerPersistence = userTrackerPersistence;
3555            }
3556    
3557            /**
3558             * Returns the user tracker path local service.
3559             *
3560             * @return the user tracker path local service
3561             */
3562            public UserTrackerPathLocalService getUserTrackerPathLocalService() {
3563                    return userTrackerPathLocalService;
3564            }
3565    
3566            /**
3567             * Sets the user tracker path local service.
3568             *
3569             * @param userTrackerPathLocalService the user tracker path local service
3570             */
3571            public void setUserTrackerPathLocalService(
3572                    UserTrackerPathLocalService userTrackerPathLocalService) {
3573                    this.userTrackerPathLocalService = userTrackerPathLocalService;
3574            }
3575    
3576            /**
3577             * Returns the user tracker path persistence.
3578             *
3579             * @return the user tracker path persistence
3580             */
3581            public UserTrackerPathPersistence getUserTrackerPathPersistence() {
3582                    return userTrackerPathPersistence;
3583            }
3584    
3585            /**
3586             * Sets the user tracker path persistence.
3587             *
3588             * @param userTrackerPathPersistence the user tracker path persistence
3589             */
3590            public void setUserTrackerPathPersistence(
3591                    UserTrackerPathPersistence userTrackerPathPersistence) {
3592                    this.userTrackerPathPersistence = userTrackerPathPersistence;
3593            }
3594    
3595            /**
3596             * Returns the virtual host local service.
3597             *
3598             * @return the virtual host local service
3599             */
3600            public VirtualHostLocalService getVirtualHostLocalService() {
3601                    return virtualHostLocalService;
3602            }
3603    
3604            /**
3605             * Sets the virtual host local service.
3606             *
3607             * @param virtualHostLocalService the virtual host local service
3608             */
3609            public void setVirtualHostLocalService(
3610                    VirtualHostLocalService virtualHostLocalService) {
3611                    this.virtualHostLocalService = virtualHostLocalService;
3612            }
3613    
3614            /**
3615             * Returns the virtual host persistence.
3616             *
3617             * @return the virtual host persistence
3618             */
3619            public VirtualHostPersistence getVirtualHostPersistence() {
3620                    return virtualHostPersistence;
3621            }
3622    
3623            /**
3624             * Sets the virtual host persistence.
3625             *
3626             * @param virtualHostPersistence the virtual host persistence
3627             */
3628            public void setVirtualHostPersistence(
3629                    VirtualHostPersistence virtualHostPersistence) {
3630                    this.virtualHostPersistence = virtualHostPersistence;
3631            }
3632    
3633            /**
3634             * Returns the web d a v props local service.
3635             *
3636             * @return the web d a v props local service
3637             */
3638            public WebDAVPropsLocalService getWebDAVPropsLocalService() {
3639                    return webDAVPropsLocalService;
3640            }
3641    
3642            /**
3643             * Sets the web d a v props local service.
3644             *
3645             * @param webDAVPropsLocalService the web d a v props local service
3646             */
3647            public void setWebDAVPropsLocalService(
3648                    WebDAVPropsLocalService webDAVPropsLocalService) {
3649                    this.webDAVPropsLocalService = webDAVPropsLocalService;
3650            }
3651    
3652            /**
3653             * Returns the web d a v props persistence.
3654             *
3655             * @return the web d a v props persistence
3656             */
3657            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
3658                    return webDAVPropsPersistence;
3659            }
3660    
3661            /**
3662             * Sets the web d a v props persistence.
3663             *
3664             * @param webDAVPropsPersistence the web d a v props persistence
3665             */
3666            public void setWebDAVPropsPersistence(
3667                    WebDAVPropsPersistence webDAVPropsPersistence) {
3668                    this.webDAVPropsPersistence = webDAVPropsPersistence;
3669            }
3670    
3671            /**
3672             * Returns the website local service.
3673             *
3674             * @return the website local service
3675             */
3676            public WebsiteLocalService getWebsiteLocalService() {
3677                    return websiteLocalService;
3678            }
3679    
3680            /**
3681             * Sets the website local service.
3682             *
3683             * @param websiteLocalService the website local service
3684             */
3685            public void setWebsiteLocalService(WebsiteLocalService websiteLocalService) {
3686                    this.websiteLocalService = websiteLocalService;
3687            }
3688    
3689            /**
3690             * Returns the website remote service.
3691             *
3692             * @return the website remote service
3693             */
3694            public WebsiteService getWebsiteService() {
3695                    return websiteService;
3696            }
3697    
3698            /**
3699             * Sets the website remote service.
3700             *
3701             * @param websiteService the website remote service
3702             */
3703            public void setWebsiteService(WebsiteService websiteService) {
3704                    this.websiteService = websiteService;
3705            }
3706    
3707            /**
3708             * Returns the website persistence.
3709             *
3710             * @return the website persistence
3711             */
3712            public WebsitePersistence getWebsitePersistence() {
3713                    return websitePersistence;
3714            }
3715    
3716            /**
3717             * Sets the website persistence.
3718             *
3719             * @param websitePersistence the website persistence
3720             */
3721            public void setWebsitePersistence(WebsitePersistence websitePersistence) {
3722                    this.websitePersistence = websitePersistence;
3723            }
3724    
3725            /**
3726             * Returns the workflow definition link local service.
3727             *
3728             * @return the workflow definition link local service
3729             */
3730            public WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService() {
3731                    return workflowDefinitionLinkLocalService;
3732            }
3733    
3734            /**
3735             * Sets the workflow definition link local service.
3736             *
3737             * @param workflowDefinitionLinkLocalService the workflow definition link local service
3738             */
3739            public void setWorkflowDefinitionLinkLocalService(
3740                    WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) {
3741                    this.workflowDefinitionLinkLocalService = workflowDefinitionLinkLocalService;
3742            }
3743    
3744            /**
3745             * Returns the workflow definition link persistence.
3746             *
3747             * @return the workflow definition link persistence
3748             */
3749            public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence() {
3750                    return workflowDefinitionLinkPersistence;
3751            }
3752    
3753            /**
3754             * Sets the workflow definition link persistence.
3755             *
3756             * @param workflowDefinitionLinkPersistence the workflow definition link persistence
3757             */
3758            public void setWorkflowDefinitionLinkPersistence(
3759                    WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence) {
3760                    this.workflowDefinitionLinkPersistence = workflowDefinitionLinkPersistence;
3761            }
3762    
3763            /**
3764             * Returns the workflow instance link local service.
3765             *
3766             * @return the workflow instance link local service
3767             */
3768            public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
3769                    return workflowInstanceLinkLocalService;
3770            }
3771    
3772            /**
3773             * Sets the workflow instance link local service.
3774             *
3775             * @param workflowInstanceLinkLocalService the workflow instance link local service
3776             */
3777            public void setWorkflowInstanceLinkLocalService(
3778                    WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
3779                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
3780            }
3781    
3782            /**
3783             * Returns the workflow instance link persistence.
3784             *
3785             * @return the workflow instance link persistence
3786             */
3787            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
3788                    return workflowInstanceLinkPersistence;
3789            }
3790    
3791            /**
3792             * Sets the workflow instance link persistence.
3793             *
3794             * @param workflowInstanceLinkPersistence the workflow instance link persistence
3795             */
3796            public void setWorkflowInstanceLinkPersistence(
3797                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
3798                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
3799            }
3800    
3801            /**
3802             * Returns the counter local service.
3803             *
3804             * @return the counter local service
3805             */
3806            public CounterLocalService getCounterLocalService() {
3807                    return counterLocalService;
3808            }
3809    
3810            /**
3811             * Sets the counter local service.
3812             *
3813             * @param counterLocalService the counter local service
3814             */
3815            public void setCounterLocalService(CounterLocalService counterLocalService) {
3816                    this.counterLocalService = counterLocalService;
3817            }
3818    
3819            /**
3820             * Returns the asset entry local service.
3821             *
3822             * @return the asset entry local service
3823             */
3824            public AssetEntryLocalService getAssetEntryLocalService() {
3825                    return assetEntryLocalService;
3826            }
3827    
3828            /**
3829             * Sets the asset entry local service.
3830             *
3831             * @param assetEntryLocalService the asset entry local service
3832             */
3833            public void setAssetEntryLocalService(
3834                    AssetEntryLocalService assetEntryLocalService) {
3835                    this.assetEntryLocalService = assetEntryLocalService;
3836            }
3837    
3838            /**
3839             * Returns the asset entry remote service.
3840             *
3841             * @return the asset entry remote service
3842             */
3843            public AssetEntryService getAssetEntryService() {
3844                    return assetEntryService;
3845            }
3846    
3847            /**
3848             * Sets the asset entry remote service.
3849             *
3850             * @param assetEntryService the asset entry remote service
3851             */
3852            public void setAssetEntryService(AssetEntryService assetEntryService) {
3853                    this.assetEntryService = assetEntryService;
3854            }
3855    
3856            /**
3857             * Returns the asset entry persistence.
3858             *
3859             * @return the asset entry persistence
3860             */
3861            public AssetEntryPersistence getAssetEntryPersistence() {
3862                    return assetEntryPersistence;
3863            }
3864    
3865            /**
3866             * Sets the asset entry persistence.
3867             *
3868             * @param assetEntryPersistence the asset entry persistence
3869             */
3870            public void setAssetEntryPersistence(
3871                    AssetEntryPersistence assetEntryPersistence) {
3872                    this.assetEntryPersistence = assetEntryPersistence;
3873            }
3874    
3875            /**
3876             * Returns the asset entry finder.
3877             *
3878             * @return the asset entry finder
3879             */
3880            public AssetEntryFinder getAssetEntryFinder() {
3881                    return assetEntryFinder;
3882            }
3883    
3884            /**
3885             * Sets the asset entry finder.
3886             *
3887             * @param assetEntryFinder the asset entry finder
3888             */
3889            public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder) {
3890                    this.assetEntryFinder = assetEntryFinder;
3891            }
3892    
3893            /**
3894             * Returns the asset vocabulary local service.
3895             *
3896             * @return the asset vocabulary local service
3897             */
3898            public AssetVocabularyLocalService getAssetVocabularyLocalService() {
3899                    return assetVocabularyLocalService;
3900            }
3901    
3902            /**
3903             * Sets the asset vocabulary local service.
3904             *
3905             * @param assetVocabularyLocalService the asset vocabulary local service
3906             */
3907            public void setAssetVocabularyLocalService(
3908                    AssetVocabularyLocalService assetVocabularyLocalService) {
3909                    this.assetVocabularyLocalService = assetVocabularyLocalService;
3910            }
3911    
3912            /**
3913             * Returns the asset vocabulary remote service.
3914             *
3915             * @return the asset vocabulary remote service
3916             */
3917            public AssetVocabularyService getAssetVocabularyService() {
3918                    return assetVocabularyService;
3919            }
3920    
3921            /**
3922             * Sets the asset vocabulary remote service.
3923             *
3924             * @param assetVocabularyService the asset vocabulary remote service
3925             */
3926            public void setAssetVocabularyService(
3927                    AssetVocabularyService assetVocabularyService) {
3928                    this.assetVocabularyService = assetVocabularyService;
3929            }
3930    
3931            /**
3932             * Returns the asset vocabulary persistence.
3933             *
3934             * @return the asset vocabulary persistence
3935             */
3936            public AssetVocabularyPersistence getAssetVocabularyPersistence() {
3937                    return assetVocabularyPersistence;
3938            }
3939    
3940            /**
3941             * Sets the asset vocabulary persistence.
3942             *
3943             * @param assetVocabularyPersistence the asset vocabulary persistence
3944             */
3945            public void setAssetVocabularyPersistence(
3946                    AssetVocabularyPersistence assetVocabularyPersistence) {
3947                    this.assetVocabularyPersistence = assetVocabularyPersistence;
3948            }
3949    
3950            /**
3951             * Returns the asset vocabulary finder.
3952             *
3953             * @return the asset vocabulary finder
3954             */
3955            public AssetVocabularyFinder getAssetVocabularyFinder() {
3956                    return assetVocabularyFinder;
3957            }
3958    
3959            /**
3960             * Sets the asset vocabulary finder.
3961             *
3962             * @param assetVocabularyFinder the asset vocabulary finder
3963             */
3964            public void setAssetVocabularyFinder(
3965                    AssetVocabularyFinder assetVocabularyFinder) {
3966                    this.assetVocabularyFinder = assetVocabularyFinder;
3967            }
3968    
3969            /**
3970             * Returns the blogs entry local service.
3971             *
3972             * @return the blogs entry local service
3973             */
3974            public BlogsEntryLocalService getBlogsEntryLocalService() {
3975                    return blogsEntryLocalService;
3976            }
3977    
3978            /**
3979             * Sets the blogs entry local service.
3980             *
3981             * @param blogsEntryLocalService the blogs entry local service
3982             */
3983            public void setBlogsEntryLocalService(
3984                    BlogsEntryLocalService blogsEntryLocalService) {
3985                    this.blogsEntryLocalService = blogsEntryLocalService;
3986            }
3987    
3988            /**
3989             * Returns the blogs entry remote service.
3990             *
3991             * @return the blogs entry remote service
3992             */
3993            public BlogsEntryService getBlogsEntryService() {
3994                    return blogsEntryService;
3995            }
3996    
3997            /**
3998             * Sets the blogs entry remote service.
3999             *
4000             * @param blogsEntryService the blogs entry remote service
4001             */
4002            public void setBlogsEntryService(BlogsEntryService blogsEntryService) {
4003                    this.blogsEntryService = blogsEntryService;
4004            }
4005    
4006            /**
4007             * Returns the blogs entry persistence.
4008             *
4009             * @return the blogs entry persistence
4010             */
4011            public BlogsEntryPersistence getBlogsEntryPersistence() {
4012                    return blogsEntryPersistence;
4013            }
4014    
4015            /**
4016             * Sets the blogs entry persistence.
4017             *
4018             * @param blogsEntryPersistence the blogs entry persistence
4019             */
4020            public void setBlogsEntryPersistence(
4021                    BlogsEntryPersistence blogsEntryPersistence) {
4022                    this.blogsEntryPersistence = blogsEntryPersistence;
4023            }
4024    
4025            /**
4026             * Returns the blogs entry finder.
4027             *
4028             * @return the blogs entry finder
4029             */
4030            public BlogsEntryFinder getBlogsEntryFinder() {
4031                    return blogsEntryFinder;
4032            }
4033    
4034            /**
4035             * Sets the blogs entry finder.
4036             *
4037             * @param blogsEntryFinder the blogs entry finder
4038             */
4039            public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder) {
4040                    this.blogsEntryFinder = blogsEntryFinder;
4041            }
4042    
4043            /**
4044             * Returns the blogs stats user local service.
4045             *
4046             * @return the blogs stats user local service
4047             */
4048            public BlogsStatsUserLocalService getBlogsStatsUserLocalService() {
4049                    return blogsStatsUserLocalService;
4050            }
4051    
4052            /**
4053             * Sets the blogs stats user local service.
4054             *
4055             * @param blogsStatsUserLocalService the blogs stats user local service
4056             */
4057            public void setBlogsStatsUserLocalService(
4058                    BlogsStatsUserLocalService blogsStatsUserLocalService) {
4059                    this.blogsStatsUserLocalService = blogsStatsUserLocalService;
4060            }
4061    
4062            /**
4063             * Returns the blogs stats user persistence.
4064             *
4065             * @return the blogs stats user persistence
4066             */
4067            public BlogsStatsUserPersistence getBlogsStatsUserPersistence() {
4068                    return blogsStatsUserPersistence;
4069            }
4070    
4071            /**
4072             * Sets the blogs stats user persistence.
4073             *
4074             * @param blogsStatsUserPersistence the blogs stats user persistence
4075             */
4076            public void setBlogsStatsUserPersistence(
4077                    BlogsStatsUserPersistence blogsStatsUserPersistence) {
4078                    this.blogsStatsUserPersistence = blogsStatsUserPersistence;
4079            }
4080    
4081            /**
4082             * Returns the blogs stats user finder.
4083             *
4084             * @return the blogs stats user finder
4085             */
4086            public BlogsStatsUserFinder getBlogsStatsUserFinder() {
4087                    return blogsStatsUserFinder;
4088            }
4089    
4090            /**
4091             * Sets the blogs stats user finder.
4092             *
4093             * @param blogsStatsUserFinder the blogs stats user finder
4094             */
4095            public void setBlogsStatsUserFinder(
4096                    BlogsStatsUserFinder blogsStatsUserFinder) {
4097                    this.blogsStatsUserFinder = blogsStatsUserFinder;
4098            }
4099    
4100            /**
4101             * Returns the bookmarks folder local service.
4102             *
4103             * @return the bookmarks folder local service
4104             */
4105            public BookmarksFolderLocalService getBookmarksFolderLocalService() {
4106                    return bookmarksFolderLocalService;
4107            }
4108    
4109            /**
4110             * Sets the bookmarks folder local service.
4111             *
4112             * @param bookmarksFolderLocalService the bookmarks folder local service
4113             */
4114            public void setBookmarksFolderLocalService(
4115                    BookmarksFolderLocalService bookmarksFolderLocalService) {
4116                    this.bookmarksFolderLocalService = bookmarksFolderLocalService;
4117            }
4118    
4119            /**
4120             * Returns the bookmarks folder remote service.
4121             *
4122             * @return the bookmarks folder remote service
4123             */
4124            public BookmarksFolderService getBookmarksFolderService() {
4125                    return bookmarksFolderService;
4126            }
4127    
4128            /**
4129             * Sets the bookmarks folder remote service.
4130             *
4131             * @param bookmarksFolderService the bookmarks folder remote service
4132             */
4133            public void setBookmarksFolderService(
4134                    BookmarksFolderService bookmarksFolderService) {
4135                    this.bookmarksFolderService = bookmarksFolderService;
4136            }
4137    
4138            /**
4139             * Returns the bookmarks folder persistence.
4140             *
4141             * @return the bookmarks folder persistence
4142             */
4143            public BookmarksFolderPersistence getBookmarksFolderPersistence() {
4144                    return bookmarksFolderPersistence;
4145            }
4146    
4147            /**
4148             * Sets the bookmarks folder persistence.
4149             *
4150             * @param bookmarksFolderPersistence the bookmarks folder persistence
4151             */
4152            public void setBookmarksFolderPersistence(
4153                    BookmarksFolderPersistence bookmarksFolderPersistence) {
4154                    this.bookmarksFolderPersistence = bookmarksFolderPersistence;
4155            }
4156    
4157            /**
4158             * Returns the cal event local service.
4159             *
4160             * @return the cal event local service
4161             */
4162            public CalEventLocalService getCalEventLocalService() {
4163                    return calEventLocalService;
4164            }
4165    
4166            /**
4167             * Sets the cal event local service.
4168             *
4169             * @param calEventLocalService the cal event local service
4170             */
4171            public void setCalEventLocalService(
4172                    CalEventLocalService calEventLocalService) {
4173                    this.calEventLocalService = calEventLocalService;
4174            }
4175    
4176            /**
4177             * Returns the cal event remote service.
4178             *
4179             * @return the cal event remote service
4180             */
4181            public CalEventService getCalEventService() {
4182                    return calEventService;
4183            }
4184    
4185            /**
4186             * Sets the cal event remote service.
4187             *
4188             * @param calEventService the cal event remote service
4189             */
4190            public void setCalEventService(CalEventService calEventService) {
4191                    this.calEventService = calEventService;
4192            }
4193    
4194            /**
4195             * Returns the cal event persistence.
4196             *
4197             * @return the cal event persistence
4198             */
4199            public CalEventPersistence getCalEventPersistence() {
4200                    return calEventPersistence;
4201            }
4202    
4203            /**
4204             * Sets the cal event persistence.
4205             *
4206             * @param calEventPersistence the cal event persistence
4207             */
4208            public void setCalEventPersistence(CalEventPersistence calEventPersistence) {
4209                    this.calEventPersistence = calEventPersistence;
4210            }
4211    
4212            /**
4213             * Returns the cal event finder.
4214             *
4215             * @return the cal event finder
4216             */
4217            public CalEventFinder getCalEventFinder() {
4218                    return calEventFinder;
4219            }
4220    
4221            /**
4222             * Sets the cal event finder.
4223             *
4224             * @param calEventFinder the cal event finder
4225             */
4226            public void setCalEventFinder(CalEventFinder calEventFinder) {
4227                    this.calEventFinder = calEventFinder;
4228            }
4229    
4230            /**
4231             * Returns the d l app local service.
4232             *
4233             * @return the d l app local service
4234             */
4235            public DLAppLocalService getDLAppLocalService() {
4236                    return dlAppLocalService;
4237            }
4238    
4239            /**
4240             * Sets the d l app local service.
4241             *
4242             * @param dlAppLocalService the d l app local service
4243             */
4244            public void setDLAppLocalService(DLAppLocalService dlAppLocalService) {
4245                    this.dlAppLocalService = dlAppLocalService;
4246            }
4247    
4248            /**
4249             * Returns the d l app remote service.
4250             *
4251             * @return the d l app remote service
4252             */
4253            public DLAppService getDLAppService() {
4254                    return dlAppService;
4255            }
4256    
4257            /**
4258             * Sets the d l app remote service.
4259             *
4260             * @param dlAppService the d l app remote service
4261             */
4262            public void setDLAppService(DLAppService dlAppService) {
4263                    this.dlAppService = dlAppService;
4264            }
4265    
4266            /**
4267             * Returns the document library file entry type local service.
4268             *
4269             * @return the document library file entry type local service
4270             */
4271            public DLFileEntryTypeLocalService getDLFileEntryTypeLocalService() {
4272                    return dlFileEntryTypeLocalService;
4273            }
4274    
4275            /**
4276             * Sets the document library file entry type local service.
4277             *
4278             * @param dlFileEntryTypeLocalService the document library file entry type local service
4279             */
4280            public void setDLFileEntryTypeLocalService(
4281                    DLFileEntryTypeLocalService dlFileEntryTypeLocalService) {
4282                    this.dlFileEntryTypeLocalService = dlFileEntryTypeLocalService;
4283            }
4284    
4285            /**
4286             * Returns the document library file entry type remote service.
4287             *
4288             * @return the document library file entry type remote service
4289             */
4290            public DLFileEntryTypeService getDLFileEntryTypeService() {
4291                    return dlFileEntryTypeService;
4292            }
4293    
4294            /**
4295             * Sets the document library file entry type remote service.
4296             *
4297             * @param dlFileEntryTypeService the document library file entry type remote service
4298             */
4299            public void setDLFileEntryTypeService(
4300                    DLFileEntryTypeService dlFileEntryTypeService) {
4301                    this.dlFileEntryTypeService = dlFileEntryTypeService;
4302            }
4303    
4304            /**
4305             * Returns the document library file entry type persistence.
4306             *
4307             * @return the document library file entry type persistence
4308             */
4309            public DLFileEntryTypePersistence getDLFileEntryTypePersistence() {
4310                    return dlFileEntryTypePersistence;
4311            }
4312    
4313            /**
4314             * Sets the document library file entry type persistence.
4315             *
4316             * @param dlFileEntryTypePersistence the document library file entry type persistence
4317             */
4318            public void setDLFileEntryTypePersistence(
4319                    DLFileEntryTypePersistence dlFileEntryTypePersistence) {
4320                    this.dlFileEntryTypePersistence = dlFileEntryTypePersistence;
4321            }
4322    
4323            /**
4324             * Returns the document library file entry type finder.
4325             *
4326             * @return the document library file entry type finder
4327             */
4328            public DLFileEntryTypeFinder getDLFileEntryTypeFinder() {
4329                    return dlFileEntryTypeFinder;
4330            }
4331    
4332            /**
4333             * Sets the document library file entry type finder.
4334             *
4335             * @param dlFileEntryTypeFinder the document library file entry type finder
4336             */
4337            public void setDLFileEntryTypeFinder(
4338                    DLFileEntryTypeFinder dlFileEntryTypeFinder) {
4339                    this.dlFileEntryTypeFinder = dlFileEntryTypeFinder;
4340            }
4341    
4342            /**
4343             * Returns the journal article local service.
4344             *
4345             * @return the journal article local service
4346             */
4347            public JournalArticleLocalService getJournalArticleLocalService() {
4348                    return journalArticleLocalService;
4349            }
4350    
4351            /**
4352             * Sets the journal article local service.
4353             *
4354             * @param journalArticleLocalService the journal article local service
4355             */
4356            public void setJournalArticleLocalService(
4357                    JournalArticleLocalService journalArticleLocalService) {
4358                    this.journalArticleLocalService = journalArticleLocalService;
4359            }
4360    
4361            /**
4362             * Returns the journal article remote service.
4363             *
4364             * @return the journal article remote service
4365             */
4366            public JournalArticleService getJournalArticleService() {
4367                    return journalArticleService;
4368            }
4369    
4370            /**
4371             * Sets the journal article remote service.
4372             *
4373             * @param journalArticleService the journal article remote service
4374             */
4375            public void setJournalArticleService(
4376                    JournalArticleService journalArticleService) {
4377                    this.journalArticleService = journalArticleService;
4378            }
4379    
4380            /**
4381             * Returns the journal article persistence.
4382             *
4383             * @return the journal article persistence
4384             */
4385            public JournalArticlePersistence getJournalArticlePersistence() {
4386                    return journalArticlePersistence;
4387            }
4388    
4389            /**
4390             * Sets the journal article persistence.
4391             *
4392             * @param journalArticlePersistence the journal article persistence
4393             */
4394            public void setJournalArticlePersistence(
4395                    JournalArticlePersistence journalArticlePersistence) {
4396                    this.journalArticlePersistence = journalArticlePersistence;
4397            }
4398    
4399            /**
4400             * Returns the journal article finder.
4401             *
4402             * @return the journal article finder
4403             */
4404            public JournalArticleFinder getJournalArticleFinder() {
4405                    return journalArticleFinder;
4406            }
4407    
4408            /**
4409             * Sets the journal article finder.
4410             *
4411             * @param journalArticleFinder the journal article finder
4412             */
4413            public void setJournalArticleFinder(
4414                    JournalArticleFinder journalArticleFinder) {
4415                    this.journalArticleFinder = journalArticleFinder;
4416            }
4417    
4418            /**
4419             * Returns the journal structure local service.
4420             *
4421             * @return the journal structure local service
4422             */
4423            public JournalStructureLocalService getJournalStructureLocalService() {
4424                    return journalStructureLocalService;
4425            }
4426    
4427            /**
4428             * Sets the journal structure local service.
4429             *
4430             * @param journalStructureLocalService the journal structure local service
4431             */
4432            public void setJournalStructureLocalService(
4433                    JournalStructureLocalService journalStructureLocalService) {
4434                    this.journalStructureLocalService = journalStructureLocalService;
4435            }
4436    
4437            /**
4438             * Returns the journal structure remote service.
4439             *
4440             * @return the journal structure remote service
4441             */
4442            public JournalStructureService getJournalStructureService() {
4443                    return journalStructureService;
4444            }
4445    
4446            /**
4447             * Sets the journal structure remote service.
4448             *
4449             * @param journalStructureService the journal structure remote service
4450             */
4451            public void setJournalStructureService(
4452                    JournalStructureService journalStructureService) {
4453                    this.journalStructureService = journalStructureService;
4454            }
4455    
4456            /**
4457             * Returns the journal structure persistence.
4458             *
4459             * @return the journal structure persistence
4460             */
4461            public JournalStructurePersistence getJournalStructurePersistence() {
4462                    return journalStructurePersistence;
4463            }
4464    
4465            /**
4466             * Sets the journal structure persistence.
4467             *
4468             * @param journalStructurePersistence the journal structure persistence
4469             */
4470            public void setJournalStructurePersistence(
4471                    JournalStructurePersistence journalStructurePersistence) {
4472                    this.journalStructurePersistence = journalStructurePersistence;
4473            }
4474    
4475            /**
4476             * Returns the journal structure finder.
4477             *
4478             * @return the journal structure finder
4479             */
4480            public JournalStructureFinder getJournalStructureFinder() {
4481                    return journalStructureFinder;
4482            }
4483    
4484            /**
4485             * Sets the journal structure finder.
4486             *
4487             * @param journalStructureFinder the journal structure finder
4488             */
4489            public void setJournalStructureFinder(
4490                    JournalStructureFinder journalStructureFinder) {
4491                    this.journalStructureFinder = journalStructureFinder;
4492            }
4493    
4494            /**
4495             * Returns the journal template local service.
4496             *
4497             * @return the journal template local service
4498             */
4499            public JournalTemplateLocalService getJournalTemplateLocalService() {
4500                    return journalTemplateLocalService;
4501            }
4502    
4503            /**
4504             * Sets the journal template local service.
4505             *
4506             * @param journalTemplateLocalService the journal template local service
4507             */
4508            public void setJournalTemplateLocalService(
4509                    JournalTemplateLocalService journalTemplateLocalService) {
4510                    this.journalTemplateLocalService = journalTemplateLocalService;
4511            }
4512    
4513            /**
4514             * Returns the journal template remote service.
4515             *
4516             * @return the journal template remote service
4517             */
4518            public JournalTemplateService getJournalTemplateService() {
4519                    return journalTemplateService;
4520            }
4521    
4522            /**
4523             * Sets the journal template remote service.
4524             *
4525             * @param journalTemplateService the journal template remote service
4526             */
4527            public void setJournalTemplateService(
4528                    JournalTemplateService journalTemplateService) {
4529                    this.journalTemplateService = journalTemplateService;
4530            }
4531    
4532            /**
4533             * Returns the journal template persistence.
4534             *
4535             * @return the journal template persistence
4536             */
4537            public JournalTemplatePersistence getJournalTemplatePersistence() {
4538                    return journalTemplatePersistence;
4539            }
4540    
4541            /**
4542             * Sets the journal template persistence.
4543             *
4544             * @param journalTemplatePersistence the journal template persistence
4545             */
4546            public void setJournalTemplatePersistence(
4547                    JournalTemplatePersistence journalTemplatePersistence) {
4548                    this.journalTemplatePersistence = journalTemplatePersistence;
4549            }
4550    
4551            /**
4552             * Returns the journal template finder.
4553             *
4554             * @return the journal template finder
4555             */
4556            public JournalTemplateFinder getJournalTemplateFinder() {
4557                    return journalTemplateFinder;
4558            }
4559    
4560            /**
4561             * Sets the journal template finder.
4562             *
4563             * @param journalTemplateFinder the journal template finder
4564             */
4565            public void setJournalTemplateFinder(
4566                    JournalTemplateFinder journalTemplateFinder) {
4567                    this.journalTemplateFinder = journalTemplateFinder;
4568            }
4569    
4570            /**
4571             * Returns the message boards ban local service.
4572             *
4573             * @return the message boards ban local service
4574             */
4575            public MBBanLocalService getMBBanLocalService() {
4576                    return mbBanLocalService;
4577            }
4578    
4579            /**
4580             * Sets the message boards ban local service.
4581             *
4582             * @param mbBanLocalService the message boards ban local service
4583             */
4584            public void setMBBanLocalService(MBBanLocalService mbBanLocalService) {
4585                    this.mbBanLocalService = mbBanLocalService;
4586            }
4587    
4588            /**
4589             * Returns the message boards ban remote service.
4590             *
4591             * @return the message boards ban remote service
4592             */
4593            public MBBanService getMBBanService() {
4594                    return mbBanService;
4595            }
4596    
4597            /**
4598             * Sets the message boards ban remote service.
4599             *
4600             * @param mbBanService the message boards ban remote service
4601             */
4602            public void setMBBanService(MBBanService mbBanService) {
4603                    this.mbBanService = mbBanService;
4604            }
4605    
4606            /**
4607             * Returns the message boards ban persistence.
4608             *
4609             * @return the message boards ban persistence
4610             */
4611            public MBBanPersistence getMBBanPersistence() {
4612                    return mbBanPersistence;
4613            }
4614    
4615            /**
4616             * Sets the message boards ban persistence.
4617             *
4618             * @param mbBanPersistence the message boards ban persistence
4619             */
4620            public void setMBBanPersistence(MBBanPersistence mbBanPersistence) {
4621                    this.mbBanPersistence = mbBanPersistence;
4622            }
4623    
4624            /**
4625             * Returns the message boards category local service.
4626             *
4627             * @return the message boards category local service
4628             */
4629            public MBCategoryLocalService getMBCategoryLocalService() {
4630                    return mbCategoryLocalService;
4631            }
4632    
4633            /**
4634             * Sets the message boards category local service.
4635             *
4636             * @param mbCategoryLocalService the message boards category local service
4637             */
4638            public void setMBCategoryLocalService(
4639                    MBCategoryLocalService mbCategoryLocalService) {
4640                    this.mbCategoryLocalService = mbCategoryLocalService;
4641            }
4642    
4643            /**
4644             * Returns the message boards category remote service.
4645             *
4646             * @return the message boards category remote service
4647             */
4648            public MBCategoryService getMBCategoryService() {
4649                    return mbCategoryService;
4650            }
4651    
4652            /**
4653             * Sets the message boards category remote service.
4654             *
4655             * @param mbCategoryService the message boards category remote service
4656             */
4657            public void setMBCategoryService(MBCategoryService mbCategoryService) {
4658                    this.mbCategoryService = mbCategoryService;
4659            }
4660    
4661            /**
4662             * Returns the message boards category persistence.
4663             *
4664             * @return the message boards category persistence
4665             */
4666            public MBCategoryPersistence getMBCategoryPersistence() {
4667                    return mbCategoryPersistence;
4668            }
4669    
4670            /**
4671             * Sets the message boards category persistence.
4672             *
4673             * @param mbCategoryPersistence the message boards category persistence
4674             */
4675            public void setMBCategoryPersistence(
4676                    MBCategoryPersistence mbCategoryPersistence) {
4677                    this.mbCategoryPersistence = mbCategoryPersistence;
4678            }
4679    
4680            /**
4681             * Returns the message boards category finder.
4682             *
4683             * @return the message boards category finder
4684             */
4685            public MBCategoryFinder getMBCategoryFinder() {
4686                    return mbCategoryFinder;
4687            }
4688    
4689            /**
4690             * Sets the message boards category finder.
4691             *
4692             * @param mbCategoryFinder the message boards category finder
4693             */
4694            public void setMBCategoryFinder(MBCategoryFinder mbCategoryFinder) {
4695                    this.mbCategoryFinder = mbCategoryFinder;
4696            }
4697    
4698            /**
4699             * Returns the message boards stats user local service.
4700             *
4701             * @return the message boards stats user local service
4702             */
4703            public MBStatsUserLocalService getMBStatsUserLocalService() {
4704                    return mbStatsUserLocalService;
4705            }
4706    
4707            /**
4708             * Sets the message boards stats user local service.
4709             *
4710             * @param mbStatsUserLocalService the message boards stats user local service
4711             */
4712            public void setMBStatsUserLocalService(
4713                    MBStatsUserLocalService mbStatsUserLocalService) {
4714                    this.mbStatsUserLocalService = mbStatsUserLocalService;
4715            }
4716    
4717            /**
4718             * Returns the message boards stats user persistence.
4719             *
4720             * @return the message boards stats user persistence
4721             */
4722            public MBStatsUserPersistence getMBStatsUserPersistence() {
4723                    return mbStatsUserPersistence;
4724            }
4725    
4726            /**
4727             * Sets the message boards stats user persistence.
4728             *
4729             * @param mbStatsUserPersistence the message boards stats user persistence
4730             */
4731            public void setMBStatsUserPersistence(
4732                    MBStatsUserPersistence mbStatsUserPersistence) {
4733                    this.mbStatsUserPersistence = mbStatsUserPersistence;
4734            }
4735    
4736            /**
4737             * Returns the polls question local service.
4738             *
4739             * @return the polls question local service
4740             */
4741            public PollsQuestionLocalService getPollsQuestionLocalService() {
4742                    return pollsQuestionLocalService;
4743            }
4744    
4745            /**
4746             * Sets the polls question local service.
4747             *
4748             * @param pollsQuestionLocalService the polls question local service
4749             */
4750            public void setPollsQuestionLocalService(
4751                    PollsQuestionLocalService pollsQuestionLocalService) {
4752                    this.pollsQuestionLocalService = pollsQuestionLocalService;
4753            }
4754    
4755            /**
4756             * Returns the polls question remote service.
4757             *
4758             * @return the polls question remote service
4759             */
4760            public PollsQuestionService getPollsQuestionService() {
4761                    return pollsQuestionService;
4762            }
4763    
4764            /**
4765             * Sets the polls question remote service.
4766             *
4767             * @param pollsQuestionService the polls question remote service
4768             */
4769            public void setPollsQuestionService(
4770                    PollsQuestionService pollsQuestionService) {
4771                    this.pollsQuestionService = pollsQuestionService;
4772            }
4773    
4774            /**
4775             * Returns the polls question persistence.
4776             *
4777             * @return the polls question persistence
4778             */
4779            public PollsQuestionPersistence getPollsQuestionPersistence() {
4780                    return pollsQuestionPersistence;
4781            }
4782    
4783            /**
4784             * Sets the polls question persistence.
4785             *
4786             * @param pollsQuestionPersistence the polls question persistence
4787             */
4788            public void setPollsQuestionPersistence(
4789                    PollsQuestionPersistence pollsQuestionPersistence) {
4790                    this.pollsQuestionPersistence = pollsQuestionPersistence;
4791            }
4792    
4793            /**
4794             * Returns the shopping cart local service.
4795             *
4796             * @return the shopping cart local service
4797             */
4798            public ShoppingCartLocalService getShoppingCartLocalService() {
4799                    return shoppingCartLocalService;
4800            }
4801    
4802            /**
4803             * Sets the shopping cart local service.
4804             *
4805             * @param shoppingCartLocalService the shopping cart local service
4806             */
4807            public void setShoppingCartLocalService(
4808                    ShoppingCartLocalService shoppingCartLocalService) {
4809                    this.shoppingCartLocalService = shoppingCartLocalService;
4810            }
4811    
4812            /**
4813             * Returns the shopping cart persistence.
4814             *
4815             * @return the shopping cart persistence
4816             */
4817            public ShoppingCartPersistence getShoppingCartPersistence() {
4818                    return shoppingCartPersistence;
4819            }
4820    
4821            /**
4822             * Sets the shopping cart persistence.
4823             *
4824             * @param shoppingCartPersistence the shopping cart persistence
4825             */
4826            public void setShoppingCartPersistence(
4827                    ShoppingCartPersistence shoppingCartPersistence) {
4828                    this.shoppingCartPersistence = shoppingCartPersistence;
4829            }
4830    
4831            /**
4832             * Returns the shopping category local service.
4833             *
4834             * @return the shopping category local service
4835             */
4836            public ShoppingCategoryLocalService getShoppingCategoryLocalService() {
4837                    return shoppingCategoryLocalService;
4838            }
4839    
4840            /**
4841             * Sets the shopping category local service.
4842             *
4843             * @param shoppingCategoryLocalService the shopping category local service
4844             */
4845            public void setShoppingCategoryLocalService(
4846                    ShoppingCategoryLocalService shoppingCategoryLocalService) {
4847                    this.shoppingCategoryLocalService = shoppingCategoryLocalService;
4848            }
4849    
4850            /**
4851             * Returns the shopping category remote service.
4852             *
4853             * @return the shopping category remote service
4854             */
4855            public ShoppingCategoryService getShoppingCategoryService() {
4856                    return shoppingCategoryService;
4857            }
4858    
4859            /**
4860             * Sets the shopping category remote service.
4861             *
4862             * @param shoppingCategoryService the shopping category remote service
4863             */
4864            public void setShoppingCategoryService(
4865                    ShoppingCategoryService shoppingCategoryService) {
4866                    this.shoppingCategoryService = shoppingCategoryService;
4867            }
4868    
4869            /**
4870             * Returns the shopping category persistence.
4871             *
4872             * @return the shopping category persistence
4873             */
4874            public ShoppingCategoryPersistence getShoppingCategoryPersistence() {
4875                    return shoppingCategoryPersistence;
4876            }
4877    
4878            /**
4879             * Sets the shopping category persistence.
4880             *
4881             * @param shoppingCategoryPersistence the shopping category persistence
4882             */
4883            public void setShoppingCategoryPersistence(
4884                    ShoppingCategoryPersistence shoppingCategoryPersistence) {
4885                    this.shoppingCategoryPersistence = shoppingCategoryPersistence;
4886            }
4887    
4888            /**
4889             * Returns the shopping coupon local service.
4890             *
4891             * @return the shopping coupon local service
4892             */
4893            public ShoppingCouponLocalService getShoppingCouponLocalService() {
4894                    return shoppingCouponLocalService;
4895            }
4896    
4897            /**
4898             * Sets the shopping coupon local service.
4899             *
4900             * @param shoppingCouponLocalService the shopping coupon local service
4901             */
4902            public void setShoppingCouponLocalService(
4903                    ShoppingCouponLocalService shoppingCouponLocalService) {
4904                    this.shoppingCouponLocalService = shoppingCouponLocalService;
4905            }
4906    
4907            /**
4908             * Returns the shopping coupon remote service.
4909             *
4910             * @return the shopping coupon remote service
4911             */
4912            public ShoppingCouponService getShoppingCouponService() {
4913                    return shoppingCouponService;
4914            }
4915    
4916            /**
4917             * Sets the shopping coupon remote service.
4918             *
4919             * @param shoppingCouponService the shopping coupon remote service
4920             */
4921            public void setShoppingCouponService(
4922                    ShoppingCouponService shoppingCouponService) {
4923                    this.shoppingCouponService = shoppingCouponService;
4924            }
4925    
4926            /**
4927             * Returns the shopping coupon persistence.
4928             *
4929             * @return the shopping coupon persistence
4930             */
4931            public ShoppingCouponPersistence getShoppingCouponPersistence() {
4932                    return shoppingCouponPersistence;
4933            }
4934    
4935            /**
4936             * Sets the shopping coupon persistence.
4937             *
4938             * @param shoppingCouponPersistence the shopping coupon persistence
4939             */
4940            public void setShoppingCouponPersistence(
4941                    ShoppingCouponPersistence shoppingCouponPersistence) {
4942                    this.shoppingCouponPersistence = shoppingCouponPersistence;
4943            }
4944    
4945            /**
4946             * Returns the shopping coupon finder.
4947             *
4948             * @return the shopping coupon finder
4949             */
4950            public ShoppingCouponFinder getShoppingCouponFinder() {
4951                    return shoppingCouponFinder;
4952            }
4953    
4954            /**
4955             * Sets the shopping coupon finder.
4956             *
4957             * @param shoppingCouponFinder the shopping coupon finder
4958             */
4959            public void setShoppingCouponFinder(
4960                    ShoppingCouponFinder shoppingCouponFinder) {
4961                    this.shoppingCouponFinder = shoppingCouponFinder;
4962            }
4963    
4964            /**
4965             * Returns the shopping order local service.
4966             *
4967             * @return the shopping order local service
4968             */
4969            public ShoppingOrderLocalService getShoppingOrderLocalService() {
4970                    return shoppingOrderLocalService;
4971            }
4972    
4973            /**
4974             * Sets the shopping order local service.
4975             *
4976             * @param shoppingOrderLocalService the shopping order local service
4977             */
4978            public void setShoppingOrderLocalService(
4979                    ShoppingOrderLocalService shoppingOrderLocalService) {
4980                    this.shoppingOrderLocalService = shoppingOrderLocalService;
4981            }
4982    
4983            /**
4984             * Returns the shopping order remote service.
4985             *
4986             * @return the shopping order remote service
4987             */
4988            public ShoppingOrderService getShoppingOrderService() {
4989                    return shoppingOrderService;
4990            }
4991    
4992            /**
4993             * Sets the shopping order remote service.
4994             *
4995             * @param shoppingOrderService the shopping order remote service
4996             */
4997            public void setShoppingOrderService(
4998                    ShoppingOrderService shoppingOrderService) {
4999                    this.shoppingOrderService = shoppingOrderService;
5000            }
5001    
5002            /**
5003             * Returns the shopping order persistence.
5004             *
5005             * @return the shopping order persistence
5006             */
5007            public ShoppingOrderPersistence getShoppingOrderPersistence() {
5008                    return shoppingOrderPersistence;
5009            }
5010    
5011            /**
5012             * Sets the shopping order persistence.
5013             *
5014             * @param shoppingOrderPersistence the shopping order persistence
5015             */
5016            public void setShoppingOrderPersistence(
5017                    ShoppingOrderPersistence shoppingOrderPersistence) {
5018                    this.shoppingOrderPersistence = shoppingOrderPersistence;
5019            }
5020    
5021            /**
5022             * Returns the shopping order finder.
5023             *
5024             * @return the shopping order finder
5025             */
5026            public ShoppingOrderFinder getShoppingOrderFinder() {
5027                    return shoppingOrderFinder;
5028            }
5029    
5030            /**
5031             * Sets the shopping order finder.
5032             *
5033             * @param shoppingOrderFinder the shopping order finder
5034             */
5035            public void setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder) {
5036                    this.shoppingOrderFinder = shoppingOrderFinder;
5037            }
5038    
5039            /**
5040             * Returns the s c framework version local service.
5041             *
5042             * @return the s c framework version local service
5043             */
5044            public SCFrameworkVersionLocalService getSCFrameworkVersionLocalService() {
5045                    return scFrameworkVersionLocalService;
5046            }
5047    
5048            /**
5049             * Sets the s c framework version local service.
5050             *
5051             * @param scFrameworkVersionLocalService the s c framework version local service
5052             */
5053            public void setSCFrameworkVersionLocalService(
5054                    SCFrameworkVersionLocalService scFrameworkVersionLocalService) {
5055                    this.scFrameworkVersionLocalService = scFrameworkVersionLocalService;
5056            }
5057    
5058            /**
5059             * Returns the s c framework version remote service.
5060             *
5061             * @return the s c framework version remote service
5062             */
5063            public SCFrameworkVersionService getSCFrameworkVersionService() {
5064                    return scFrameworkVersionService;
5065            }
5066    
5067            /**
5068             * Sets the s c framework version remote service.
5069             *
5070             * @param scFrameworkVersionService the s c framework version remote service
5071             */
5072            public void setSCFrameworkVersionService(
5073                    SCFrameworkVersionService scFrameworkVersionService) {
5074                    this.scFrameworkVersionService = scFrameworkVersionService;
5075            }
5076    
5077            /**
5078             * Returns the s c framework version persistence.
5079             *
5080             * @return the s c framework version persistence
5081             */
5082            public SCFrameworkVersionPersistence getSCFrameworkVersionPersistence() {
5083                    return scFrameworkVersionPersistence;
5084            }
5085    
5086            /**
5087             * Sets the s c framework version persistence.
5088             *
5089             * @param scFrameworkVersionPersistence the s c framework version persistence
5090             */
5091            public void setSCFrameworkVersionPersistence(
5092                    SCFrameworkVersionPersistence scFrameworkVersionPersistence) {
5093                    this.scFrameworkVersionPersistence = scFrameworkVersionPersistence;
5094            }
5095    
5096            /**
5097             * Returns the s c product entry local service.
5098             *
5099             * @return the s c product entry local service
5100             */
5101            public SCProductEntryLocalService getSCProductEntryLocalService() {
5102                    return scProductEntryLocalService;
5103            }
5104    
5105            /**
5106             * Sets the s c product entry local service.
5107             *
5108             * @param scProductEntryLocalService the s c product entry local service
5109             */
5110            public void setSCProductEntryLocalService(
5111                    SCProductEntryLocalService scProductEntryLocalService) {
5112                    this.scProductEntryLocalService = scProductEntryLocalService;
5113            }
5114    
5115            /**
5116             * Returns the s c product entry remote service.
5117             *
5118             * @return the s c product entry remote service
5119             */
5120            public SCProductEntryService getSCProductEntryService() {
5121                    return scProductEntryService;
5122            }
5123    
5124            /**
5125             * Sets the s c product entry remote service.
5126             *
5127             * @param scProductEntryService the s c product entry remote service
5128             */
5129            public void setSCProductEntryService(
5130                    SCProductEntryService scProductEntryService) {
5131                    this.scProductEntryService = scProductEntryService;
5132            }
5133    
5134            /**
5135             * Returns the s c product entry persistence.
5136             *
5137             * @return the s c product entry persistence
5138             */
5139            public SCProductEntryPersistence getSCProductEntryPersistence() {
5140                    return scProductEntryPersistence;
5141            }
5142    
5143            /**
5144             * Sets the s c product entry persistence.
5145             *
5146             * @param scProductEntryPersistence the s c product entry persistence
5147             */
5148            public void setSCProductEntryPersistence(
5149                    SCProductEntryPersistence scProductEntryPersistence) {
5150                    this.scProductEntryPersistence = scProductEntryPersistence;
5151            }
5152    
5153            /**
5154             * Returns the wiki node local service.
5155             *
5156             * @return the wiki node local service
5157             */
5158            public WikiNodeLocalService getWikiNodeLocalService() {
5159                    return wikiNodeLocalService;
5160            }
5161    
5162            /**
5163             * Sets the wiki node local service.
5164             *
5165             * @param wikiNodeLocalService the wiki node local service
5166             */
5167            public void setWikiNodeLocalService(
5168                    WikiNodeLocalService wikiNodeLocalService) {
5169                    this.wikiNodeLocalService = wikiNodeLocalService;
5170            }
5171    
5172            /**
5173             * Returns the wiki node remote service.
5174             *
5175             * @return the wiki node remote service
5176             */
5177            public WikiNodeService getWikiNodeService() {
5178                    return wikiNodeService;
5179            }
5180    
5181            /**
5182             * Sets the wiki node remote service.
5183             *
5184             * @param wikiNodeService the wiki node remote service
5185             */
5186            public void setWikiNodeService(WikiNodeService wikiNodeService) {
5187                    this.wikiNodeService = wikiNodeService;
5188            }
5189    
5190            /**
5191             * Returns the wiki node persistence.
5192             *
5193             * @return the wiki node persistence
5194             */
5195            public WikiNodePersistence getWikiNodePersistence() {
5196                    return wikiNodePersistence;
5197            }
5198    
5199            /**
5200             * Sets the wiki node persistence.
5201             *
5202             * @param wikiNodePersistence the wiki node persistence
5203             */
5204            public void setWikiNodePersistence(WikiNodePersistence wikiNodePersistence) {
5205                    this.wikiNodePersistence = wikiNodePersistence;
5206            }
5207    
5208            public void afterPropertiesSet() {
5209            }
5210    
5211            public void destroy() {
5212            }
5213    
5214            /**
5215             * Returns the Spring bean ID for this bean.
5216             *
5217             * @return the Spring bean ID for this bean
5218             */
5219            public String getBeanIdentifier() {
5220                    return _beanIdentifier;
5221            }
5222    
5223            /**
5224             * Sets the Spring bean ID for this bean.
5225             *
5226             * @param beanIdentifier the Spring bean ID for this bean
5227             */
5228            public void setBeanIdentifier(String beanIdentifier) {
5229                    _beanIdentifier = beanIdentifier;
5230            }
5231    
5232            protected ClassLoader getClassLoader() {
5233                    Class<?> clazz = getClass();
5234    
5235                    return clazz.getClassLoader();
5236            }
5237    
5238            protected Class<?> getModelClass() {
5239                    return Group.class;
5240            }
5241    
5242            protected String getModelClassName() {
5243                    return Group.class.getName();
5244            }
5245    
5246            /**
5247             * Performs an SQL query.
5248             *
5249             * @param sql the sql query
5250             */
5251            protected void runSQL(String sql) throws SystemException {
5252                    try {
5253                            DataSource dataSource = groupPersistence.getDataSource();
5254    
5255                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
5256                                            sql, new int[0]);
5257    
5258                            sqlUpdate.update();
5259                    }
5260                    catch (Exception e) {
5261                            throw new SystemException(e);
5262                    }
5263            }
5264    
5265            @BeanReference(type = AccountLocalService.class)
5266            protected AccountLocalService accountLocalService;
5267            @BeanReference(type = AccountService.class)
5268            protected AccountService accountService;
5269            @BeanReference(type = AccountPersistence.class)
5270            protected AccountPersistence accountPersistence;
5271            @BeanReference(type = AddressLocalService.class)
5272            protected AddressLocalService addressLocalService;
5273            @BeanReference(type = AddressService.class)
5274            protected AddressService addressService;
5275            @BeanReference(type = AddressPersistence.class)
5276            protected AddressPersistence addressPersistence;
5277            @BeanReference(type = BrowserTrackerLocalService.class)
5278            protected BrowserTrackerLocalService browserTrackerLocalService;
5279            @BeanReference(type = BrowserTrackerPersistence.class)
5280            protected BrowserTrackerPersistence browserTrackerPersistence;
5281            @BeanReference(type = ClassNameLocalService.class)
5282            protected ClassNameLocalService classNameLocalService;
5283            @BeanReference(type = ClassNameService.class)
5284            protected ClassNameService classNameService;
5285            @BeanReference(type = ClassNamePersistence.class)
5286            protected ClassNamePersistence classNamePersistence;
5287            @BeanReference(type = ClusterGroupLocalService.class)
5288            protected ClusterGroupLocalService clusterGroupLocalService;
5289            @BeanReference(type = ClusterGroupPersistence.class)
5290            protected ClusterGroupPersistence clusterGroupPersistence;
5291            @BeanReference(type = CMISRepositoryLocalService.class)
5292            protected CMISRepositoryLocalService cmisRepositoryLocalService;
5293            @BeanReference(type = CompanyLocalService.class)
5294            protected CompanyLocalService companyLocalService;
5295            @BeanReference(type = CompanyService.class)
5296            protected CompanyService companyService;
5297            @BeanReference(type = CompanyPersistence.class)
5298            protected CompanyPersistence companyPersistence;
5299            @BeanReference(type = ContactLocalService.class)
5300            protected ContactLocalService contactLocalService;
5301            @BeanReference(type = ContactService.class)
5302            protected ContactService contactService;
5303            @BeanReference(type = ContactPersistence.class)
5304            protected ContactPersistence contactPersistence;
5305            @BeanReference(type = CountryService.class)
5306            protected CountryService countryService;
5307            @BeanReference(type = CountryPersistence.class)
5308            protected CountryPersistence countryPersistence;
5309            @BeanReference(type = EmailAddressLocalService.class)
5310            protected EmailAddressLocalService emailAddressLocalService;
5311            @BeanReference(type = EmailAddressService.class)
5312            protected EmailAddressService emailAddressService;
5313            @BeanReference(type = EmailAddressPersistence.class)
5314            protected EmailAddressPersistence emailAddressPersistence;
5315            @BeanReference(type = GroupLocalService.class)
5316            protected GroupLocalService groupLocalService;
5317            @BeanReference(type = GroupService.class)
5318            protected GroupService groupService;
5319            @BeanReference(type = GroupPersistence.class)
5320            protected GroupPersistence groupPersistence;
5321            @BeanReference(type = GroupFinder.class)
5322            protected GroupFinder groupFinder;
5323            @BeanReference(type = ImageLocalService.class)
5324            protected ImageLocalService imageLocalService;
5325            @BeanReference(type = ImageService.class)
5326            protected ImageService imageService;
5327            @BeanReference(type = ImagePersistence.class)
5328            protected ImagePersistence imagePersistence;
5329            @BeanReference(type = LayoutLocalService.class)
5330            protected LayoutLocalService layoutLocalService;
5331            @BeanReference(type = LayoutService.class)
5332            protected LayoutService layoutService;
5333            @BeanReference(type = LayoutPersistence.class)
5334            protected LayoutPersistence layoutPersistence;
5335            @BeanReference(type = LayoutFinder.class)
5336            protected LayoutFinder layoutFinder;
5337            @BeanReference(type = LayoutBranchLocalService.class)
5338            protected LayoutBranchLocalService layoutBranchLocalService;
5339            @BeanReference(type = LayoutBranchService.class)
5340            protected LayoutBranchService layoutBranchService;
5341            @BeanReference(type = LayoutBranchPersistence.class)
5342            protected LayoutBranchPersistence layoutBranchPersistence;
5343            @BeanReference(type = LayoutPrototypeLocalService.class)
5344            protected LayoutPrototypeLocalService layoutPrototypeLocalService;
5345            @BeanReference(type = LayoutPrototypeService.class)
5346            protected LayoutPrototypeService layoutPrototypeService;
5347            @BeanReference(type = LayoutPrototypePersistence.class)
5348            protected LayoutPrototypePersistence layoutPrototypePersistence;
5349            @BeanReference(type = LayoutRevisionLocalService.class)
5350            protected LayoutRevisionLocalService layoutRevisionLocalService;
5351            @BeanReference(type = LayoutRevisionService.class)
5352            protected LayoutRevisionService layoutRevisionService;
5353            @BeanReference(type = LayoutRevisionPersistence.class)
5354            protected LayoutRevisionPersistence layoutRevisionPersistence;
5355            @BeanReference(type = LayoutSetLocalService.class)
5356            protected LayoutSetLocalService layoutSetLocalService;
5357            @BeanReference(type = LayoutSetService.class)
5358            protected LayoutSetService layoutSetService;
5359            @BeanReference(type = LayoutSetPersistence.class)
5360            protected LayoutSetPersistence layoutSetPersistence;
5361            @BeanReference(type = LayoutSetBranchLocalService.class)
5362            protected LayoutSetBranchLocalService layoutSetBranchLocalService;
5363            @BeanReference(type = LayoutSetBranchService.class)
5364            protected LayoutSetBranchService layoutSetBranchService;
5365            @BeanReference(type = LayoutSetBranchPersistence.class)
5366            protected LayoutSetBranchPersistence layoutSetBranchPersistence;
5367            @BeanReference(type = LayoutSetBranchFinder.class)
5368            protected LayoutSetBranchFinder layoutSetBranchFinder;
5369            @BeanReference(type = LayoutSetPrototypeLocalService.class)
5370            protected LayoutSetPrototypeLocalService layoutSetPrototypeLocalService;
5371            @BeanReference(type = LayoutSetPrototypeService.class)
5372            protected LayoutSetPrototypeService layoutSetPrototypeService;
5373            @BeanReference(type = LayoutSetPrototypePersistence.class)
5374            protected LayoutSetPrototypePersistence layoutSetPrototypePersistence;
5375            @BeanReference(type = LayoutTemplateLocalService.class)
5376            protected LayoutTemplateLocalService layoutTemplateLocalService;
5377            @BeanReference(type = ListTypeService.class)
5378            protected ListTypeService listTypeService;
5379            @BeanReference(type = ListTypePersistence.class)
5380            protected ListTypePersistence listTypePersistence;
5381            @BeanReference(type = LockLocalService.class)
5382            protected LockLocalService lockLocalService;
5383            @BeanReference(type = LockPersistence.class)
5384            protected LockPersistence lockPersistence;
5385            @BeanReference(type = LockFinder.class)
5386            protected LockFinder lockFinder;
5387            @BeanReference(type = MembershipRequestLocalService.class)
5388            protected MembershipRequestLocalService membershipRequestLocalService;
5389            @BeanReference(type = MembershipRequestService.class)
5390            protected MembershipRequestService membershipRequestService;
5391            @BeanReference(type = MembershipRequestPersistence.class)
5392            protected MembershipRequestPersistence membershipRequestPersistence;
5393            @BeanReference(type = OrganizationLocalService.class)
5394            protected OrganizationLocalService organizationLocalService;
5395            @BeanReference(type = OrganizationService.class)
5396            protected OrganizationService organizationService;
5397            @BeanReference(type = OrganizationPersistence.class)
5398            protected OrganizationPersistence organizationPersistence;
5399            @BeanReference(type = OrganizationFinder.class)
5400            protected OrganizationFinder organizationFinder;
5401            @BeanReference(type = OrgGroupPermissionPersistence.class)
5402            protected OrgGroupPermissionPersistence orgGroupPermissionPersistence;
5403            @BeanReference(type = OrgGroupPermissionFinder.class)
5404            protected OrgGroupPermissionFinder orgGroupPermissionFinder;
5405            @BeanReference(type = OrgGroupRolePersistence.class)
5406            protected OrgGroupRolePersistence orgGroupRolePersistence;
5407            @BeanReference(type = OrgLaborLocalService.class)
5408            protected OrgLaborLocalService orgLaborLocalService;
5409            @BeanReference(type = OrgLaborService.class)
5410            protected OrgLaborService orgLaborService;
5411            @BeanReference(type = OrgLaborPersistence.class)
5412            protected OrgLaborPersistence orgLaborPersistence;
5413            @BeanReference(type = PasswordPolicyLocalService.class)
5414            protected PasswordPolicyLocalService passwordPolicyLocalService;
5415            @BeanReference(type = PasswordPolicyService.class)
5416            protected PasswordPolicyService passwordPolicyService;
5417            @BeanReference(type = PasswordPolicyPersistence.class)
5418            protected PasswordPolicyPersistence passwordPolicyPersistence;
5419            @BeanReference(type = PasswordPolicyFinder.class)
5420            protected PasswordPolicyFinder passwordPolicyFinder;
5421            @BeanReference(type = PasswordPolicyRelLocalService.class)
5422            protected PasswordPolicyRelLocalService passwordPolicyRelLocalService;
5423            @BeanReference(type = PasswordPolicyRelPersistence.class)
5424            protected PasswordPolicyRelPersistence passwordPolicyRelPersistence;
5425            @BeanReference(type = PasswordTrackerLocalService.class)
5426            protected PasswordTrackerLocalService passwordTrackerLocalService;
5427            @BeanReference(type = PasswordTrackerPersistence.class)
5428            protected PasswordTrackerPersistence passwordTrackerPersistence;
5429            @BeanReference(type = PermissionLocalService.class)
5430            protected PermissionLocalService permissionLocalService;
5431            @BeanReference(type = PermissionService.class)
5432            protected PermissionService permissionService;
5433            @BeanReference(type = PermissionPersistence.class)
5434            protected PermissionPersistence permissionPersistence;
5435            @BeanReference(type = PermissionFinder.class)
5436            protected PermissionFinder permissionFinder;
5437            @BeanReference(type = PhoneLocalService.class)
5438            protected PhoneLocalService phoneLocalService;
5439            @BeanReference(type = PhoneService.class)
5440            protected PhoneService phoneService;
5441            @BeanReference(type = PhonePersistence.class)
5442            protected PhonePersistence phonePersistence;
5443            @BeanReference(type = PluginSettingLocalService.class)
5444            protected PluginSettingLocalService pluginSettingLocalService;
5445            @BeanReference(type = PluginSettingService.class)
5446            protected PluginSettingService pluginSettingService;
5447            @BeanReference(type = PluginSettingPersistence.class)
5448            protected PluginSettingPersistence pluginSettingPersistence;
5449            @BeanReference(type = PortalLocalService.class)
5450            protected PortalLocalService portalLocalService;
5451            @BeanReference(type = PortalService.class)
5452            protected PortalService portalService;
5453            @BeanReference(type = PortalPreferencesLocalService.class)
5454            protected PortalPreferencesLocalService portalPreferencesLocalService;
5455            @BeanReference(type = PortalPreferencesPersistence.class)
5456            protected PortalPreferencesPersistence portalPreferencesPersistence;
5457            @BeanReference(type = PortletLocalService.class)
5458            protected PortletLocalService portletLocalService;
5459            @BeanReference(type = PortletService.class)
5460            protected PortletService portletService;
5461            @BeanReference(type = PortletPersistence.class)
5462            protected PortletPersistence portletPersistence;
5463            @BeanReference(type = PortletItemLocalService.class)
5464            protected PortletItemLocalService portletItemLocalService;
5465            @BeanReference(type = PortletItemPersistence.class)
5466            protected PortletItemPersistence portletItemPersistence;
5467            @BeanReference(type = PortletPreferencesLocalService.class)
5468            protected PortletPreferencesLocalService portletPreferencesLocalService;
5469            @BeanReference(type = PortletPreferencesService.class)
5470            protected PortletPreferencesService portletPreferencesService;
5471            @BeanReference(type = PortletPreferencesPersistence.class)
5472            protected PortletPreferencesPersistence portletPreferencesPersistence;
5473            @BeanReference(type = PortletPreferencesFinder.class)
5474            protected PortletPreferencesFinder portletPreferencesFinder;
5475            @BeanReference(type = QuartzLocalService.class)
5476            protected QuartzLocalService quartzLocalService;
5477            @BeanReference(type = RegionService.class)
5478            protected RegionService regionService;
5479            @BeanReference(type = RegionPersistence.class)
5480            protected RegionPersistence regionPersistence;
5481            @BeanReference(type = ReleaseLocalService.class)
5482            protected ReleaseLocalService releaseLocalService;
5483            @BeanReference(type = ReleasePersistence.class)
5484            protected ReleasePersistence releasePersistence;
5485            @BeanReference(type = RepositoryLocalService.class)
5486            protected RepositoryLocalService repositoryLocalService;
5487            @BeanReference(type = RepositoryService.class)
5488            protected RepositoryService repositoryService;
5489            @BeanReference(type = RepositoryPersistence.class)
5490            protected RepositoryPersistence repositoryPersistence;
5491            @BeanReference(type = RepositoryEntryLocalService.class)
5492            protected RepositoryEntryLocalService repositoryEntryLocalService;
5493            @BeanReference(type = RepositoryEntryPersistence.class)
5494            protected RepositoryEntryPersistence repositoryEntryPersistence;
5495            @BeanReference(type = ResourceLocalService.class)
5496            protected ResourceLocalService resourceLocalService;
5497            @BeanReference(type = ResourceService.class)
5498            protected ResourceService resourceService;
5499            @BeanReference(type = ResourcePersistence.class)
5500            protected ResourcePersistence resourcePersistence;
5501            @BeanReference(type = ResourceFinder.class)
5502            protected ResourceFinder resourceFinder;
5503            @BeanReference(type = ResourceActionLocalService.class)
5504            protected ResourceActionLocalService resourceActionLocalService;
5505            @BeanReference(type = ResourceActionPersistence.class)
5506            protected ResourceActionPersistence resourceActionPersistence;
5507            @BeanReference(type = ResourceBlockLocalService.class)
5508            protected ResourceBlockLocalService resourceBlockLocalService;
5509            @BeanReference(type = ResourceBlockService.class)
5510            protected ResourceBlockService resourceBlockService;
5511            @BeanReference(type = ResourceBlockPersistence.class)
5512            protected ResourceBlockPersistence resourceBlockPersistence;
5513            @BeanReference(type = ResourceBlockFinder.class)
5514            protected ResourceBlockFinder resourceBlockFinder;
5515            @BeanReference(type = ResourceBlockPermissionLocalService.class)
5516            protected ResourceBlockPermissionLocalService resourceBlockPermissionLocalService;
5517            @BeanReference(type = ResourceBlockPermissionPersistence.class)
5518            protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence;
5519            @BeanReference(type = ResourceCodeLocalService.class)
5520            protected ResourceCodeLocalService resourceCodeLocalService;
5521            @BeanReference(type = ResourceCodePersistence.class)
5522            protected ResourceCodePersistence resourceCodePersistence;
5523            @BeanReference(type = ResourcePermissionLocalService.class)
5524            protected ResourcePermissionLocalService resourcePermissionLocalService;
5525            @BeanReference(type = ResourcePermissionService.class)
5526            protected ResourcePermissionService resourcePermissionService;
5527            @BeanReference(type = ResourcePermissionPersistence.class)
5528            protected ResourcePermissionPersistence resourcePermissionPersistence;
5529            @BeanReference(type = ResourcePermissionFinder.class)
5530            protected ResourcePermissionFinder resourcePermissionFinder;
5531            @BeanReference(type = ResourceTypePermissionLocalService.class)
5532            protected ResourceTypePermissionLocalService resourceTypePermissionLocalService;
5533            @BeanReference(type = ResourceTypePermissionPersistence.class)
5534            protected ResourceTypePermissionPersistence resourceTypePermissionPersistence;
5535            @BeanReference(type = ResourceTypePermissionFinder.class)
5536            protected ResourceTypePermissionFinder resourceTypePermissionFinder;
5537            @BeanReference(type = RoleLocalService.class)
5538            protected RoleLocalService roleLocalService;
5539            @BeanReference(type = RoleService.class)
5540            protected RoleService roleService;
5541            @BeanReference(type = RolePersistence.class)
5542            protected RolePersistence rolePersistence;
5543            @BeanReference(type = RoleFinder.class)
5544            protected RoleFinder roleFinder;
5545            @BeanReference(type = ServiceComponentLocalService.class)
5546            protected ServiceComponentLocalService serviceComponentLocalService;
5547            @BeanReference(type = ServiceComponentPersistence.class)
5548            protected ServiceComponentPersistence serviceComponentPersistence;
5549            @BeanReference(type = ShardLocalService.class)
5550            protected ShardLocalService shardLocalService;
5551            @BeanReference(type = ShardPersistence.class)
5552            protected ShardPersistence shardPersistence;
5553            @BeanReference(type = SubscriptionLocalService.class)
5554            protected SubscriptionLocalService subscriptionLocalService;
5555            @BeanReference(type = SubscriptionPersistence.class)
5556            protected SubscriptionPersistence subscriptionPersistence;
5557            @BeanReference(type = TeamLocalService.class)
5558            protected TeamLocalService teamLocalService;
5559            @BeanReference(type = TeamService.class)
5560            protected TeamService teamService;
5561            @BeanReference(type = TeamPersistence.class)
5562            protected TeamPersistence teamPersistence;
5563            @BeanReference(type = TeamFinder.class)
5564            protected TeamFinder teamFinder;
5565            @BeanReference(type = ThemeLocalService.class)
5566            protected ThemeLocalService themeLocalService;
5567            @BeanReference(type = ThemeService.class)
5568            protected ThemeService themeService;
5569            @BeanReference(type = TicketLocalService.class)
5570            protected TicketLocalService ticketLocalService;
5571            @BeanReference(type = TicketPersistence.class)
5572            protected TicketPersistence ticketPersistence;
5573            @BeanReference(type = UserLocalService.class)
5574            protected UserLocalService userLocalService;
5575            @BeanReference(type = UserService.class)
5576            protected UserService userService;
5577            @BeanReference(type = UserPersistence.class)
5578            protected UserPersistence userPersistence;
5579            @BeanReference(type = UserFinder.class)
5580            protected UserFinder userFinder;
5581            @BeanReference(type = UserGroupLocalService.class)
5582            protected UserGroupLocalService userGroupLocalService;
5583            @BeanReference(type = UserGroupService.class)
5584            protected UserGroupService userGroupService;
5585            @BeanReference(type = UserGroupPersistence.class)
5586            protected UserGroupPersistence userGroupPersistence;
5587            @BeanReference(type = UserGroupFinder.class)
5588            protected UserGroupFinder userGroupFinder;
5589            @BeanReference(type = UserGroupGroupRoleLocalService.class)
5590            protected UserGroupGroupRoleLocalService userGroupGroupRoleLocalService;
5591            @BeanReference(type = UserGroupGroupRoleService.class)
5592            protected UserGroupGroupRoleService userGroupGroupRoleService;
5593            @BeanReference(type = UserGroupGroupRolePersistence.class)
5594            protected UserGroupGroupRolePersistence userGroupGroupRolePersistence;
5595            @BeanReference(type = UserGroupRoleLocalService.class)
5596            protected UserGroupRoleLocalService userGroupRoleLocalService;
5597            @BeanReference(type = UserGroupRoleService.class)
5598            protected UserGroupRoleService userGroupRoleService;
5599            @BeanReference(type = UserGroupRolePersistence.class)
5600            protected UserGroupRolePersistence userGroupRolePersistence;
5601            @BeanReference(type = UserGroupRoleFinder.class)
5602            protected UserGroupRoleFinder userGroupRoleFinder;
5603            @BeanReference(type = UserIdMapperLocalService.class)
5604            protected UserIdMapperLocalService userIdMapperLocalService;
5605            @BeanReference(type = UserIdMapperPersistence.class)
5606            protected UserIdMapperPersistence userIdMapperPersistence;
5607            @BeanReference(type = UserNotificationEventLocalService.class)
5608            protected UserNotificationEventLocalService userNotificationEventLocalService;
5609            @BeanReference(type = UserNotificationEventPersistence.class)
5610            protected UserNotificationEventPersistence userNotificationEventPersistence;
5611            @BeanReference(type = UserTrackerLocalService.class)
5612            protected UserTrackerLocalService userTrackerLocalService;
5613            @BeanReference(type = UserTrackerPersistence.class)
5614            protected UserTrackerPersistence userTrackerPersistence;
5615            @BeanReference(type = UserTrackerPathLocalService.class)
5616            protected UserTrackerPathLocalService userTrackerPathLocalService;
5617            @BeanReference(type = UserTrackerPathPersistence.class)
5618            protected UserTrackerPathPersistence userTrackerPathPersistence;
5619            @BeanReference(type = VirtualHostLocalService.class)
5620            protected VirtualHostLocalService virtualHostLocalService;
5621            @BeanReference(type = VirtualHostPersistence.class)
5622            protected VirtualHostPersistence virtualHostPersistence;
5623            @BeanReference(type = WebDAVPropsLocalService.class)
5624            protected WebDAVPropsLocalService webDAVPropsLocalService;
5625            @BeanReference(type = WebDAVPropsPersistence.class)
5626            protected WebDAVPropsPersistence webDAVPropsPersistence;
5627            @BeanReference(type = WebsiteLocalService.class)
5628            protected WebsiteLocalService websiteLocalService;
5629            @BeanReference(type = WebsiteService.class)
5630            protected WebsiteService websiteService;
5631            @BeanReference(type = WebsitePersistence.class)
5632            protected WebsitePersistence websitePersistence;
5633            @BeanReference(type = WorkflowDefinitionLinkLocalService.class)
5634            protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService;
5635            @BeanReference(type = WorkflowDefinitionLinkPersistence.class)
5636            protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence;
5637            @BeanReference(type = WorkflowInstanceLinkLocalService.class)
5638            protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
5639            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
5640            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
5641            @BeanReference(type = CounterLocalService.class)
5642            protected CounterLocalService counterLocalService;
5643            @BeanReference(type = AssetEntryLocalService.class)
5644            protected AssetEntryLocalService assetEntryLocalService;
5645            @BeanReference(type = AssetEntryService.class)
5646            protected AssetEntryService assetEntryService;
5647            @BeanReference(type = AssetEntryPersistence.class)
5648            protected AssetEntryPersistence assetEntryPersistence;
5649            @BeanReference(type = AssetEntryFinder.class)
5650            protected AssetEntryFinder assetEntryFinder;
5651            @BeanReference(type = AssetVocabularyLocalService.class)
5652            protected AssetVocabularyLocalService assetVocabularyLocalService;
5653            @BeanReference(type = AssetVocabularyService.class)
5654            protected AssetVocabularyService assetVocabularyService;
5655            @BeanReference(type = AssetVocabularyPersistence.class)
5656            protected AssetVocabularyPersistence assetVocabularyPersistence;
5657            @BeanReference(type = AssetVocabularyFinder.class)
5658            protected AssetVocabularyFinder assetVocabularyFinder;
5659            @BeanReference(type = BlogsEntryLocalService.class)
5660            protected BlogsEntryLocalService blogsEntryLocalService;
5661            @BeanReference(type = BlogsEntryService.class)
5662            protected BlogsEntryService blogsEntryService;
5663            @BeanReference(type = BlogsEntryPersistence.class)
5664            protected BlogsEntryPersistence blogsEntryPersistence;
5665            @BeanReference(type = BlogsEntryFinder.class)
5666            protected BlogsEntryFinder blogsEntryFinder;
5667            @BeanReference(type = BlogsStatsUserLocalService.class)
5668            protected BlogsStatsUserLocalService blogsStatsUserLocalService;
5669            @BeanReference(type = BlogsStatsUserPersistence.class)
5670            protected BlogsStatsUserPersistence blogsStatsUserPersistence;
5671            @BeanReference(type = BlogsStatsUserFinder.class)
5672            protected BlogsStatsUserFinder blogsStatsUserFinder;
5673            @BeanReference(type = BookmarksFolderLocalService.class)
5674            protected BookmarksFolderLocalService bookmarksFolderLocalService;
5675            @BeanReference(type = BookmarksFolderService.class)
5676            protected BookmarksFolderService bookmarksFolderService;
5677            @BeanReference(type = BookmarksFolderPersistence.class)
5678            protected BookmarksFolderPersistence bookmarksFolderPersistence;
5679            @BeanReference(type = CalEventLocalService.class)
5680            protected CalEventLocalService calEventLocalService;
5681            @BeanReference(type = CalEventService.class)
5682            protected CalEventService calEventService;
5683            @BeanReference(type = CalEventPersistence.class)
5684            protected CalEventPersistence calEventPersistence;
5685            @BeanReference(type = CalEventFinder.class)
5686            protected CalEventFinder calEventFinder;
5687            @BeanReference(type = DLAppLocalService.class)
5688            protected DLAppLocalService dlAppLocalService;
5689            @BeanReference(type = DLAppService.class)
5690            protected DLAppService dlAppService;
5691            @BeanReference(type = DLFileEntryTypeLocalService.class)
5692            protected DLFileEntryTypeLocalService dlFileEntryTypeLocalService;
5693            @BeanReference(type = DLFileEntryTypeService.class)
5694            protected DLFileEntryTypeService dlFileEntryTypeService;
5695            @BeanReference(type = DLFileEntryTypePersistence.class)
5696            protected DLFileEntryTypePersistence dlFileEntryTypePersistence;
5697            @BeanReference(type = DLFileEntryTypeFinder.class)
5698            protected DLFileEntryTypeFinder dlFileEntryTypeFinder;
5699            @BeanReference(type = JournalArticleLocalService.class)
5700            protected JournalArticleLocalService journalArticleLocalService;
5701            @BeanReference(type = JournalArticleService.class)
5702            protected JournalArticleService journalArticleService;
5703            @BeanReference(type = JournalArticlePersistence.class)
5704            protected JournalArticlePersistence journalArticlePersistence;
5705            @BeanReference(type = JournalArticleFinder.class)
5706            protected JournalArticleFinder journalArticleFinder;
5707            @BeanReference(type = JournalStructureLocalService.class)
5708            protected JournalStructureLocalService journalStructureLocalService;
5709            @BeanReference(type = JournalStructureService.class)
5710            protected JournalStructureService journalStructureService;
5711            @BeanReference(type = JournalStructurePersistence.class)
5712            protected JournalStructurePersistence journalStructurePersistence;
5713            @BeanReference(type = JournalStructureFinder.class)
5714            protected JournalStructureFinder journalStructureFinder;
5715            @BeanReference(type = JournalTemplateLocalService.class)
5716            protected JournalTemplateLocalService journalTemplateLocalService;
5717            @BeanReference(type = JournalTemplateService.class)
5718            protected JournalTemplateService journalTemplateService;
5719            @BeanReference(type = JournalTemplatePersistence.class)
5720            protected JournalTemplatePersistence journalTemplatePersistence;
5721            @BeanReference(type = JournalTemplateFinder.class)
5722            protected JournalTemplateFinder journalTemplateFinder;
5723            @BeanReference(type = MBBanLocalService.class)
5724            protected MBBanLocalService mbBanLocalService;
5725            @BeanReference(type = MBBanService.class)
5726            protected MBBanService mbBanService;
5727            @BeanReference(type = MBBanPersistence.class)
5728            protected MBBanPersistence mbBanPersistence;
5729            @BeanReference(type = MBCategoryLocalService.class)
5730            protected MBCategoryLocalService mbCategoryLocalService;
5731            @BeanReference(type = MBCategoryService.class)
5732            protected MBCategoryService mbCategoryService;
5733            @BeanReference(type = MBCategoryPersistence.class)
5734            protected MBCategoryPersistence mbCategoryPersistence;
5735            @BeanReference(type = MBCategoryFinder.class)
5736            protected MBCategoryFinder mbCategoryFinder;
5737            @BeanReference(type = MBStatsUserLocalService.class)
5738            protected MBStatsUserLocalService mbStatsUserLocalService;
5739            @BeanReference(type = MBStatsUserPersistence.class)
5740            protected MBStatsUserPersistence mbStatsUserPersistence;
5741            @BeanReference(type = PollsQuestionLocalService.class)
5742            protected PollsQuestionLocalService pollsQuestionLocalService;
5743            @BeanReference(type = PollsQuestionService.class)
5744            protected PollsQuestionService pollsQuestionService;
5745            @BeanReference(type = PollsQuestionPersistence.class)
5746            protected PollsQuestionPersistence pollsQuestionPersistence;
5747            @BeanReference(type = ShoppingCartLocalService.class)
5748            protected ShoppingCartLocalService shoppingCartLocalService;
5749            @BeanReference(type = ShoppingCartPersistence.class)
5750            protected ShoppingCartPersistence shoppingCartPersistence;
5751            @BeanReference(type = ShoppingCategoryLocalService.class)
5752            protected ShoppingCategoryLocalService shoppingCategoryLocalService;
5753            @BeanReference(type = ShoppingCategoryService.class)
5754            protected ShoppingCategoryService shoppingCategoryService;
5755            @BeanReference(type = ShoppingCategoryPersistence.class)
5756            protected ShoppingCategoryPersistence shoppingCategoryPersistence;
5757            @BeanReference(type = ShoppingCouponLocalService.class)
5758            protected ShoppingCouponLocalService shoppingCouponLocalService;
5759            @BeanReference(type = ShoppingCouponService.class)
5760            protected ShoppingCouponService shoppingCouponService;
5761            @BeanReference(type = ShoppingCouponPersistence.class)
5762            protected ShoppingCouponPersistence shoppingCouponPersistence;
5763            @BeanReference(type = ShoppingCouponFinder.class)
5764            protected ShoppingCouponFinder shoppingCouponFinder;
5765            @BeanReference(type = ShoppingOrderLocalService.class)
5766            protected ShoppingOrderLocalService shoppingOrderLocalService;
5767            @BeanReference(type = ShoppingOrderService.class)
5768            protected ShoppingOrderService shoppingOrderService;
5769            @BeanReference(type = ShoppingOrderPersistence.class)
5770            protected ShoppingOrderPersistence shoppingOrderPersistence;
5771            @BeanReference(type = ShoppingOrderFinder.class)
5772            protected ShoppingOrderFinder shoppingOrderFinder;
5773            @BeanReference(type = SCFrameworkVersionLocalService.class)
5774            protected SCFrameworkVersionLocalService scFrameworkVersionLocalService;
5775            @BeanReference(type = SCFrameworkVersionService.class)
5776            protected SCFrameworkVersionService scFrameworkVersionService;
5777            @BeanReference(type = SCFrameworkVersionPersistence.class)
5778            protected SCFrameworkVersionPersistence scFrameworkVersionPersistence;
5779            @BeanReference(type = SCProductEntryLocalService.class)
5780            protected SCProductEntryLocalService scProductEntryLocalService;
5781            @BeanReference(type = SCProductEntryService.class)
5782            protected SCProductEntryService scProductEntryService;
5783            @BeanReference(type = SCProductEntryPersistence.class)
5784            protected SCProductEntryPersistence scProductEntryPersistence;
5785            @BeanReference(type = WikiNodeLocalService.class)
5786            protected WikiNodeLocalService wikiNodeLocalService;
5787            @BeanReference(type = WikiNodeService.class)
5788            protected WikiNodeService wikiNodeService;
5789            @BeanReference(type = WikiNodePersistence.class)
5790            protected WikiNodePersistence wikiNodePersistence;
5791            private String _beanIdentifier;
5792    }