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