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