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