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