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