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