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