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