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