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