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