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