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