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