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