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