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