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