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