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