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