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