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